Commit Graph

16382 Commits

Author SHA1 Message Date
rubidium
03aa88ba7c (svn r20999) -Change: Add installing options or rather options to not install certain documentation, in a similar way to GRFCodec/catcodec 2010-10-20 07:23:40 +00:00
planetmaker
310de59b0f (svn r20997) -Fix: Size of sort buttons for order and vehicle list gui could be too small 2010-10-19 21:48:20 +00:00
yexo
36e3b0ea0c (svn r20996) -Change: [NewGRF] the X and Y offsets in the parameter for industry vars 60,61,62,63 are unsigned instead of signed 2010-10-19 21:00:45 +00:00
translators
cd95f6cbc3 (svn r20994) -Update from WebTranslator v3.0:
german - 1 changes by frosch
hebrew - 19 changes by rril
irish - 1 changes by tem
italian - 2 changes by lorenzodv
korean - 19 changes by dlunch, junho2813
polish - 1 changes by voythas
portuguese - 1 changes by JayCity
swedish - 1 changes by tool
2010-10-19 17:45:27 +00:00
rubidium
6012a9074c (svn r20993) -Codechange: some shuffling of game protocol packet description so they're documented in the "same" place as UDP, content and admin packets (dihedral) 2010-10-18 20:41:53 +00:00
planetmaker
6542190e6f (svn r20992) -Fix (r20958): Show either version and minimum compatible version or neither 2010-10-18 17:47:42 +00:00
translators
3932c110c3 (svn r20991) -Update from WebTranslator v3.0:
belarusian - 2 changes by KorneySan
croatian - 2 changes by VoyagerOne
dutch - 2 changes by Yexo
finnish - 1 changes by jpx_
french - 2 changes by glx
hungarian - 2 changes by IPG
russian - 2 changes by Lone_Wolf
serbian - 1 changes by etran
spanish - 1 changes by Terkhen
vietnamese - 2 changes by nglekhoi
2010-10-18 17:45:35 +00:00
smatz
c817bb9ff3 (svn r20990) -Fix: when removing a rail station, don't leave track under non-station tiles 2010-10-18 17:06:20 +00:00
rubidium
ef3602d882 (svn r20989) -Change: make extra_grf's pcx files DOS palettes instead of converting them during compilation. Also fix misconverted sprite and some comments 2010-10-18 12:24:56 +00:00
rubidium
334856bf7c (svn r20988) -Fix [FS#4167]: no need to send packets and possibly get the connection closed when the next call also tries to send the packets and then closes the connection. Especially if the former frees a structure that the latter assumes to be still there 2010-10-18 10:44:51 +00:00
orudge
6a4fe7935b (svn r20982) -Change: Don't refer to OpenTTD as a "clone" any more 2010-10-17 22:03:05 +00:00
orudge
d41ec9657c (svn r20981) -Fix: British English uses 'centre', not 'center' 2010-10-17 21:37:27 +00:00
rubidium
a1f2d2b002 (svn r20980) -Change: some tweaking of the readme about grfcodec/nforenum and linking to a more clear opengfx/opensfx/openmsx download page 2010-10-17 21:02:21 +00:00
yexo
79d8a7f5fc (svn r20979) -Fix: [NewGRF] ignore the variable for action7/9 condition type 0x0D and 0x0E as documented 2010-10-17 20:29:25 +00:00
rubidium
6730afd2d5 (svn r20978) -Fix (r20963): MSVC seems to be complaining more than GCC once again :) 2010-10-17 17:52:12 +00:00
rubidium
c68174b1b3 (svn r20977) -Fix (r20975): compilation didn't get to the link stage if you, or config.lib, decided you don't need network support 2010-10-17 17:50:40 +00:00
translators
bc427ada92 (svn r20976) -Update from WebTranslator v3.0:
finnish - 1 changes by jpx_
hungarian - 1 changes by IPG
slovenian - 1 changes by ntadej
2010-10-17 17:45:13 +00:00
rubidium
d0c3cb352c (svn r20975) -Add: logging of console output for remote admins (dihedral) 2010-10-17 17:43:01 +00:00
rubidium
a7c0820d4e (svn r20974) -Add: remote console (rcon) for remote admins (dihedral) 2010-10-17 17:41:52 +00:00
rubidium
28832b68f5 (svn r20973) -Add: chat sending and receiving support for remote admins (dihedral) 2010-10-17 17:40:18 +00:00
rubidium
de8feb0d01 (svn r20972) -Add: company statistics updates at intervals to remote admins (dihedral) 2010-10-17 17:38:41 +00:00
rubidium
064117be4a (svn r20971) -Add: company economy updates at intervals to remote admins (dihedral) 2010-10-17 17:38:16 +00:00
rubidium
56a65270fc (svn r20970) -Add: company change notification to remote admins (dihedral) 2010-10-17 17:37:45 +00:00
rubidium
9f17b8ddee (svn r20969) -Add: client info change notification to remote admins (dihedral) 2010-10-17 17:37:26 +00:00
rubidium
bff3ad3537 (svn r20968) -Add: date notification of remote admins (dihedral) 2010-10-17 17:36:59 +00:00
rubidium
72c85d1cdb (svn r20967) -Add: infrastructure to send information to remote admins at specific intervals (dihedral) 2010-10-17 17:36:23 +00:00
rubidium
7d42a44556 (svn r20966) -Change: enable remote administration sockets (parts by Yexo and dihedral) 2010-10-17 17:35:42 +00:00
rubidium
39f7c1cf15 (svn r20965) -Fix: typo in comment 2010-10-17 17:34:48 +00:00
rubidium
ef2ffebc88 (svn r20964) -Add: disconnecting remote admins that fail to authenticate 2010-10-17 17:33:46 +00:00
rubidium
78257c2c6a (svn r20963) -Add: stubs for a remote administration connection 2010-10-17 17:31:03 +00:00
frosch
0571d871d4 (svn r20962) -Fix [FS#4166](r20956): Determine tile under cursor before opening the new viewport. It might appear just below the cursor. 2010-10-17 13:54:05 +00:00
frosch
587e63f841 (svn r20961) -Cleanup: Remove redundant/duplicate invisibility test. (uni657) 2010-10-17 13:16:00 +00:00
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.
2010-10-17 12:14:49 +00:00
frosch
3dbc1abf14 (svn r20959) -Codechange: Realign comments. 2010-10-17 12:13:35 +00:00
frosch
92dadb78ab (svn r20958) -Add: the concept of min-loadable-version to NewGRFs when choosing compatbile NewGRFs. (planetmaker) 2010-10-17 12:12:52 +00:00
frosch
a7e486360d (svn r20957) -Codechange: Add another parameter to FindGRFConfig() to define search restrictions. 2010-10-17 12:12:13 +00:00
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. 2010-10-16 23:13:05 +00:00
frosch
e1ebb3509a (svn r20955) -Fix (r20952): Suppress bogus inconsistencies for games saved while Grfs were missing. 2010-10-16 22:46:53 +00:00
frosch
22da4b2a5c (svn r20954) -Codechange (r20952, r20953): Don't make stuff more complicated than needed. 2010-10-16 22:34:43 +00:00
frosch
7484da1abd (svn r20953) -Add: Resolve Grf filenames from the gamelog also using the md5sum. 2010-10-16 21:20:46 +00:00
frosch
2140031737 (svn r20952) -Add: When printing the gamelog keep track of added/removed Grfs and check them for consistency. 2010-10-16 21:13:55 +00:00
frosch
cb2b666229 (svn r20951) -Codechange: Add SmallMap::Contains() and use it. 2010-10-16 20:34:43 +00:00
rubidium
beb552d08a (svn r20950) -Fix: (or at least greatly improve) alignment of some original graphics pillar sprites 2010-10-16 20:00:20 +00:00
translators
8b02ede5f5 (svn r20949) -Update from WebTranslator v3.0:
spanish - 3 changes by Terkhen
vietnamese - 2 changes by nglekhoi
2010-10-16 17:45:10 +00:00
smatz
c34618a11c (svn r20948) -Fix (r20880): compiler warning 2010-10-16 17:37:48 +00:00
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 :)
2010-10-16 15:40:44 +00:00
frosch
013aba00c3 (svn r20946) -Codechange: Add helper function to draw pillar columns. 2010-10-16 15:36:51 +00:00
frosch
b7ebdb4432 (svn r20945) -Codechange: Add helper function to draw single pillar sprites. (based on patch by uni657) 2010-10-16 15:36:13 +00:00
frosch
ede9b2bfcf (svn r20944) -Codechange: Bail out early in DrawBridgePillars(). (uni657) 2010-10-16 15:35:32 +00:00
frosch
ea905e661e (svn r20943) -Codechange: Name some magic constants. (Based on patch by uni657) 2010-10-16 15:34:59 +00:00