Commit Graph

16506 Commits (88fe4eaf7950e7e9c358cd99b5557c98a4bc65db)
 

Author SHA1 Message Date
rubidium 7d42a44556 (svn r20966) -Change: enable remote administration sockets (parts by Yexo and dihedral) 14 years ago
rubidium 39f7c1cf15 (svn r20965) -Fix: typo in comment 14 years ago
rubidium ef2ffebc88 (svn r20964) -Add: disconnecting remote admins that fail to authenticate 14 years ago
rubidium 78257c2c6a (svn r20963) -Add: stubs for a remote administration connection 14 years ago
frosch 0571d871d4 (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 587e63f841 (svn r20961) -Cleanup: Remove redundant/duplicate invisibility test. (uni657) 14 years ago
frosch f7b6d8e8bb (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 3dbc1abf14 (svn r20959) -Codechange: Realign comments. 14 years ago
frosch 92dadb78ab (svn r20958) -Add: the concept of min-loadable-version to NewGRFs when choosing compatbile NewGRFs. (planetmaker) 14 years ago
frosch a7e486360d (svn r20957) -Codechange: Add another parameter to FindGRFConfig() to define search restrictions. 14 years ago
frosch 0169276d7d (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 e1ebb3509a (svn r20955) -Fix (r20952): Suppress bogus inconsistencies for games saved while Grfs were missing. 14 years ago
frosch 22da4b2a5c (svn r20954) -Codechange (r20952, r20953): Don't make stuff more complicated than needed. 14 years ago
frosch 7484da1abd (svn r20953) -Add: Resolve Grf filenames from the gamelog also using the md5sum. 14 years ago
frosch 2140031737 (svn r20952) -Add: When printing the gamelog keep track of added/removed Grfs and check them for consistency. 14 years ago
frosch cb2b666229 (svn r20951) -Codechange: Add SmallMap::Contains() and use it. 14 years ago
rubidium beb552d08a (svn r20950) -Fix: (or at least greatly improve) alignment of some original graphics pillar sprites 14 years ago
translators 8b02ede5f5 (svn r20949) -Update from WebTranslator v3.0:
spanish - 3 changes by Terkhen
vietnamese - 2 changes by nglekhoi
14 years ago
smatz c34618a11c (svn r20948) -Fix (r20880): compiler warning 14 years ago
frosch 31ecda7cdc (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 013aba00c3 (svn r20946) -Codechange: Add helper function to draw pillar columns. 14 years ago
frosch b7ebdb4432 (svn r20945) -Codechange: Add helper function to draw single pillar sprites. (based on patch by uni657) 14 years ago
frosch ede9b2bfcf (svn r20944) -Codechange: Bail out early in DrawBridgePillars(). (uni657) 14 years ago
frosch ea905e661e (svn r20943) -Codechange: Name some magic constants. (Based on patch by uni657) 14 years ago
rubidium 6d72dd4b78 (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 e0a404deb2 (svn r20941) -Fix [FS#4163]: Readme referred to outdated behaviour 14 years ago
yexo be493aa533 (svn r20940) -Fix (r20928): switch to the normal alphabet where 'b' comes before 'p' 14 years ago
rubidium cac1a9f33f (svn r20939) -Fix: some MSVC warnings 14 years ago
rubidium b6799a23c4 (svn r20938) -Codechange: make the code for listening on a socket (more) reusable 14 years ago
rubidium a0f7099a7d (svn r20937) -Codechange: move some variables from client/server to server only 14 years ago
rubidium 332a1bfdea (svn r20936) -Codechange: make server side packet sending methods class methods 14 years ago
rubidium 66087c5e60 (svn r20935) -Codechange: only let the server side use a pool of connected sockets 14 years ago
rubidium 04ce759165 (svn r20934) -Codechange: move NetworkGetClientName to the server's socket 14 years ago
rubidium 1ae97e4d0e (svn r20933) -Codechange: move some more client related methods and such to network_client.cpp 14 years ago
terkhen f12391dcb0 (svn r20932) -Add [FS#4153]: Highlight all destination tiles when building a lock. (uni657) 14 years ago
terkhen 0a8adab770 (svn r20931) -Document: Waterways toolbar click functions. 14 years ago
rubidium f9c53fc9bb (svn r20930) -Codechange: simplify the socket handler allocation 14 years ago
rubidium 6ff39fc5ec (svn r20929) -Codechange: make NetworkCloseClient a class method 14 years ago
yexo 470312cf35 (svn r20928) -Update: we have a new developer 14 years ago
planetmaker aaf0d15ec6 (svn r20927) -Add [FS#3905]: Transfer orders imply 'leave empty' by default 14 years ago
translators 018376cda0 (svn r20926) -Update from WebTranslator v3.0:
czech - 2 changes by marek995
14 years ago
rubidium 8f4638ed0f (svn r20925) -Codechange: make the client send commands have a slightly more sensible name 14 years ago
rubidium 41e6567c0d (svn r20924) -Codechange: make the game connection packet handling look more like UDP/content packet handling 14 years ago
rubidium 594faf45d9 (svn r20923) -Codechange: prepare creating sub-classes of NetworkClientSocket for server and client side 14 years ago
rubidium bff710650f (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 699e077b6e (svn r20921) -Fix [FS#4160]: Refit costs were not shown for long cargo names. 14 years ago
translators cfb265f961 (svn r20920) -Update from WebTranslator v3.0:
basque - 110 changes by bellota
indonesian - 5 changes by prof
thai - 17 changes by kenny
14 years ago
rubidium ecb191b1ba (svn r20919) -Fix [FS#4140]: objects didn't change colour when the company changed colour. Now they do, except when the "decide colour" callback is (defined to be) used 14 years ago
frosch fca6f11a25 (svn r20918) -Add: Store NewGRF version information from Action14 in savegame. (planetmaker) 14 years ago
translators 3165e74524 (svn r20917) -Update from WebTranslator v3.0:
basque - 119 changes by bellota
14 years ago