Commit Graph

16410 Commits (b8cb654adcc280303b6e442b7c476968996efa88)
 

Author SHA1 Message Date
rubidium ae20cb4f3d (svn r20970) -Add: company change notification to remote admins (dihedral) 14 years ago
rubidium fe44944f32 (svn r20969) -Add: client info change notification to remote admins (dihedral) 14 years ago
rubidium 901c4a56bd (svn r20968) -Add: date notification of remote admins (dihedral) 14 years ago
rubidium b4ce7fad7f (svn r20967) -Add: infrastructure to send information to remote admins at specific intervals (dihedral) 14 years ago
rubidium 7cc8a363d8 (svn r20966) -Change: enable remote administration sockets (parts by Yexo and dihedral) 14 years ago
rubidium 7c29477eec (svn r20965) -Fix: typo in comment 14 years ago
rubidium 61ae6b6e40 (svn r20964) -Add: disconnecting remote admins that fail to authenticate 14 years ago
rubidium 33ed4ddbfb (svn r20963) -Add: stubs for a remote administration connection 14 years ago
frosch 12a7e2fde0 (svn r20962) -Fix [FS#4166](r20956): Determine tile under cursor before opening the new viewport. It might appear just below the cursor. 14 years ago
frosch bcd006e4fc (svn r20961) -Cleanup: Remove redundant/duplicate invisibility test. (uni657) 14 years ago
frosch 38c350fad5 (svn r20960) -Add: Allow setting 'minimal compatible version' via Action14. (planetmaker)
Note: Setting 'VRSN' also sets 'MINV' resulting in the Grf being only compatible to the same version. Set 'MINV' after 'VRSN' if your Grf is compatible to older versions.
14 years ago
frosch 8a06854943 (svn r20959) -Codechange: Realign comments. 14 years ago
frosch e805919fe9 (svn r20958) -Add: the concept of min-loadable-version to NewGRFs when choosing compatbile NewGRFs. (planetmaker) 14 years ago
frosch 3972c790c2 (svn r20957) -Codechange: Add another parameter to FindGRFConfig() to define search restrictions. 14 years ago
frosch 918da8432a (svn r20956) -Feature: Center new extra viewports on the tile below the mouse. Only center on center of main viewport if mouse is not in any viewport. 14 years ago
frosch 6063bbf321 (svn r20955) -Fix (r20952): Suppress bogus inconsistencies for games saved while Grfs were missing. 14 years ago
frosch 375be9a073 (svn r20954) -Codechange (r20952, r20953): Don't make stuff more complicated than needed. 14 years ago
frosch aa688689b1 (svn r20953) -Add: Resolve Grf filenames from the gamelog also using the md5sum. 14 years ago
frosch c64d7346f8 (svn r20952) -Add: When printing the gamelog keep track of added/removed Grfs and check them for consistency. 14 years ago
frosch 98250ad8da (svn r20951) -Codechange: Add SmallMap::Contains() and use it. 14 years ago
rubidium 82d4ffacff (svn r20950) -Fix: (or at least greatly improve) alignment of some original graphics pillar sprites 14 years ago
translators 60b004eb43 (svn r20949) -Update from WebTranslator v3.0:
spanish - 3 changes by Terkhen
vietnamese - 2 changes by nglekhoi
14 years ago
smatz 10ee071cab (svn r20948) -Fix (r20880): compiler warning 14 years ago
frosch cdf985bff4 (svn r20947) -Change: Draw bridgepillars with correct length on all tile corners by drawing only half of the pillar sprite if required. (based on patch by uni657)
Note: Cantilever and tubular bridges will still look weird when using orignal graphics. Use OpenGFX instead :)
14 years ago
frosch 3edf041a43 (svn r20946) -Codechange: Add helper function to draw pillar columns. 14 years ago
frosch 01be182880 (svn r20945) -Codechange: Add helper function to draw single pillar sprites. (based on patch by uni657) 14 years ago
frosch 3866d8e2d1 (svn r20944) -Codechange: Bail out early in DrawBridgePillars(). (uni657) 14 years ago
frosch 58ed553068 (svn r20943) -Codechange: Name some magic constants. (Based on patch by uni657) 14 years ago
rubidium 0b67a7ccd5 (svn r20942) -Feature [NewGRF]: make it possible to distinguish player built/randomly placed industries in the location and land slope check callbacks 14 years ago
planetmaker a1b4f0b4c3 (svn r20941) -Fix [FS#4163]: Readme referred to outdated behaviour 14 years ago
yexo 178b35d555 (svn r20940) -Fix (r20928): switch to the normal alphabet where 'b' comes before 'p' 14 years ago
rubidium 5ed77b4919 (svn r20939) -Fix: some MSVC warnings 14 years ago
rubidium 234bee0858 (svn r20938) -Codechange: make the code for listening on a socket (more) reusable 14 years ago
rubidium c9cbab14ea (svn r20937) -Codechange: move some variables from client/server to server only 14 years ago
rubidium f712055002 (svn r20936) -Codechange: make server side packet sending methods class methods 14 years ago
rubidium 9858d699a3 (svn r20935) -Codechange: only let the server side use a pool of connected sockets 14 years ago
rubidium bda26d03b5 (svn r20934) -Codechange: move NetworkGetClientName to the server's socket 14 years ago
rubidium f555e6d72e (svn r20933) -Codechange: move some more client related methods and such to network_client.cpp 14 years ago
terkhen 780f120c32 (svn r20932) -Add [FS#4153]: Highlight all destination tiles when building a lock. (uni657) 14 years ago
terkhen 46ca8778b4 (svn r20931) -Document: Waterways toolbar click functions. 14 years ago
rubidium 76579df240 (svn r20930) -Codechange: simplify the socket handler allocation 14 years ago
rubidium 7ba07d9573 (svn r20929) -Codechange: make NetworkCloseClient a class method 14 years ago
yexo 8f9ae44a67 (svn r20928) -Update: we have a new developer 14 years ago
planetmaker 31e7dd7e6c (svn r20927) -Add [FS#3905]: Transfer orders imply 'leave empty' by default 14 years ago
translators 7b49c4e442 (svn r20926) -Update from WebTranslator v3.0:
czech - 2 changes by marek995
14 years ago
rubidium 515edee17c (svn r20925) -Codechange: make the client send commands have a slightly more sensible name 14 years ago
rubidium 0ca7e4e82e (svn r20924) -Codechange: make the game connection packet handling look more like UDP/content packet handling 14 years ago
rubidium 8eb07d097e (svn r20923) -Codechange: prepare creating sub-classes of NetworkClientSocket for server and client side 14 years ago
rubidium 951b725b8c (svn r20922) -Fix [FS#4071]: accidentally moving the mouse of the scrollbar arrows while pressing it clicks the button next to the arrow 14 years ago
terkhen 4eaf01fcdb (svn r20921) -Fix [FS#4160]: Refit costs were not shown for long cargo names. 14 years ago