summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-09(svn r9075) -Codechange: Cleanup of industry_cmd (Step-7). Small step that ↵belugas
is. The new industry messages do not need a series of tests. Only one property to use.
2007-03-09(svn r9074) -Codechange: win32 dedicated console now doesn't need an extra ↵glx
'enter' to fully quit
2007-03-08(svn r9073) -Codechange: moved autoreplace to a file of it's own (now ↵bjarni
autoreplace has a cmd and a gui file)
2007-03-08(svn r9072) -Codechange: [Orders] added methods to orders to free them and ↵bjarni
check if they are in use
2007-03-08(svn r9071) -Fix [FS#459]: when in networking an other player takes over an ↵truelight
AI which is also controlled by a player, move the player with the company to the company who bought out the AI
2007-03-08(svn r9070) -Fix [FS#404]: if bribe failed and you didn't pick up cargo yet, ↵truelight
you wouldn't ever be able to do so for a given station
2007-03-08(svn r9069) -Codechange: Change a do ... while loop with a for loop. This ↵peter1138
fixes some warning that I never got anyway...
2007-03-08(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the ↵rubidium
coding style (and rest of the code).
2007-03-08(svn r9067) -Fix [FS#637]: don't make owner signs transparent, as then you ↵truelight
loose the information who it owns
2007-03-08(svn r9066) -Fix [FS#638]: store the owner of a statue, so when it gets ↵truelight
removed, the town is notified of it
2007-03-08(svn r9065) -Fix: possible dereference of NULL pointer.rubidium
2007-03-08(svn r9064) -Fix [FS#663]: don't keep on scrolling for non-numeric values in ↵truelight
settings, but require reclick
2007-03-08(svn r9063) -Add: allow OPENTTD_ARGS as env-option for 'make run'. ↵truelight
'OPENTTD_ARGS="-snull" make run' now runs ./openttd -snull in correct dir.
2007-03-08(svn r9062) -Fix (r4822, FS#595): The station list, sorted by cargo rating, ↵celestar
now takes stations into account that have no cargo waiting (KeeperOfTheSoul). While at it, doxygen the function
2007-03-08(svn r9061) -Fix [r9038, FS#668]: passwords are send when the server is in ↵rubidium
the 'authorizing' state, not 'inactive'.
2007-03-07(svn r9055) -Codechange: Change windows unicode handling and allow a pure ↵Darkvater
non-unicode build to function. Win9x binaries will be possible with mingw/nightly system.
2007-03-07(svn r9054) -Update: WebTranslator2 update to 2007-03-07 18:39:14miham
catalan - 2 fixed by arnaullv (2) croatian - 95 fixed, 34 changed by Ydobon (129) czech - 1 fixed, 3 deleted, 109 changed by Hadez (113) danish - 4 fixed by ThomasA (4) dutch - 2 fixed by habell (2) esperanto - 5 fixed by LaPingvino (5) french - 2 fixed by glx (2) german - 1 fixed by Neonox (1) hungarian - 1 fixed by miham (1) italian - 1 fixed by sidew (1) japanese - 14 fixed by ickoonite (14) korean - 9 fixed by Nios (9) norwegian_nynorsk - 1 fixed by Eikje3 (1) polish - 2 fixed by meush (2) simplified_chinese - 5 fixed by Fishingsnow (5) slovenian - 1 fixed by Necrolyte (1) spanish - 5 fixed by eusebio (5) swedish - 5 fixed by daishan (5) traditional_chinese - 7 fixed by sam0737 (7) ukrainian - 1 fixed by znikoz (1)
2007-03-07(svn r9053) -Change [Config]: removed unneeded stuff for windowsglx
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-06(svn r9049) -Fix [Config]: when running 'bash configure', make sure ↵truelight
automated reconfigures run 'bash configure' too.
2007-03-06(svn r9048) -Fix r9040: non-bool used as boolglx
2007-03-06(svn r9047) -Fix [FS#651]: request static deps from fontconfig in OSXtruelight
2007-03-06(svn r9046) -Fix r9041: added a comment to make clear why we don't use ↵truelight
--prefix here
2007-03-06(svn r9045) -Fix [Config]: libpng-config --ldflags returns --libs and ↵truelight
-L_opts too, no need to call it an extra time (double -lpng12 in LDFLAGS)
2007-03-06(svn r9044) -Fix [Config]: add fontconfig before freetype, as in static ↵truelight
order is important
2007-03-06(svn r9043) -Fix [FS#652]: the personal (.openttd) directories were hidden ↵rubidium
in the load/save directory listings (stepancheg).
2007-03-06(svn r9042) -Add : Maedhros as a developperbelugas
2007-03-06(svn r9041) -Fix [FS#650]: pkg-config doesn't know --prefix, but wants ↵truelight
--variable=prefix (nicely spotted and fixed by stepancheg)
2007-03-06(svn r9040) -Codechange: the build window and CmdBuildAircraft() now shares ↵bjarni
the code to figure out if an aircraft is buildable in the hangar in question This should help ensuring that the build command and the list are consistent in what aircraft are buildable
2007-03-06(svn r9039) -Fix r9034: missed the _pause in cocoa_v.mmbjarni
2007-03-06(svn r9038) -Fix [FS#115]: inactive connections are not automatically ↵rubidium
kicked, i.e. people who only open a telnet (or similar) connection to a server.
2007-03-06(svn r9037) -Feature: [NewGRF] Add support for Action 13, which allows you ↵maedhros
to translate grf-specific texts. The translations will only be shown if you're using a language with a grf language id and if a string hasn't already been set specifically for the language you're using.
2007-03-06(svn r9036) -Fix [SunOS]: SunOS/Solaris does not have stdint.h, so use ↵rubidium
inttypes.h which defines the things we need from stdint.h.
2007-03-06(svn r9035) -Fix [SunOS]: Solaris sometimes has pid_t defined as long. Fix ↵truelight
warnings in those cases
2007-03-06(svn r9034) -Codechange: renamed _pause to _pause_game, as some targets ↵truelight
already have a symbol called _pause (and therefor our variable conflicts with thatone. We shouldn't be using _ as global indicator.....)
2007-03-06(svn r9033) [Config] -Fix: GNU strip has -s, but Solaris strip doesn't. ↵truelight
Detect this when system is SUNOS.
2007-03-06(svn r9031) -Codechange: Introduce grfconfig->status, and use it for states ↵maedhros
that are mutually exclusive. At the same time, add an INITIALISED state which makes it possible to check if a grf is not yet active but will be later on during the GLS_ACTIVATION loading stage.
2007-03-06(svn r9030) [Config] -Add: added --enable-unicode, which enables unicode ↵truelight
(mostly for windows). Enabled by default on WIN32 (makes win9x fail, so use --disable-unicode if you produce binaries for win9x)
2007-03-06(svn r9029) -Fix (r7326): Only call the gradual loading amount callback if ↵maedhros
the bit for it is set in the vehicle's callbackmask.
2007-03-06(svn r9027) -Fix [FS#664]: desync caused by buffer overrun.rubidium
2007-03-05(svn r9022) -Fix [FS#660]: Airport state machine fails if the adjustment in ↵richk
position is less than 4 pixels. The new planespeed movement made this a fatal error on the oilrig. This fix just corrects the oilrig movement orders so that the error does not occur. Full solution is to allow minor corrections without changing the facing of the aircraft. (spotted by ledow)
2007-03-05(svn r9021) [Translations] -Fix: removed empty strings once again.miham
2007-03-05(svn r9020) -Update: WebTranslator2 update to 2007-03-05 19:56:28miham
american - 17 fixed by WhiteRabbit (17) brazilian_portuguese - 4 fixed by fukumori (4) bulgarian - 1 fixed by thetitan (1) catalan - 4 fixed by arnaullv (4) czech - 5 fixed, 39 changed by Hadez (44) dutch - 4 fixed by habell (4) finnish - 7 fixed by pallokala (7) greek - 10 fixed by thanoulas (10) italian - 4 fixed by sidew (4) polish - 3 fixed, 5 changed by meush (8) portuguese - 3 fixed by izhirahider (3) romanian - 17 fixed, 8 changed by kneekoo (25) russian - 3 changed by DarkFenX (3) slovak - 4 fixed, 30 changed by lengyel (34) ukrainian - 6 fixed by znikoz (6)
2007-03-05(svn r9019) -Fix: use <> for system-headerstruelight
2007-03-05(svn r9018) -Change: added SunOS as OS name in the quit dialogmiham
2007-03-05(svn r9017) [Config] -Fix: if 'solaris' is in gcc dumpmachine, we have SunOStruelight
2007-03-05(svn r9016) [SunOS] -Fix: Don't use a struct-member that doesn't exist.celestar
-Documentation: Updated readme.txt for SunOS 5.10 (aka Solaris 10) Note: With this commit, building and running on Solaris 10 works, thus we officially support this OS now :)
2007-03-05(svn r9015) -Fixtron
NL at EOF
2007-03-05(svn r9014) -Fixtron
Improve translation using gender tags