peter1138 [Thu, 11 Jan 2007 10:58:53 +0000] rev 5851
(svn r8054) -Codechange: Use a template function instead of a macro for evaluating NewGRF var adjusts
miham [Thu, 11 Jan 2007 10:35:59 +0000] rev 5850
(svn r8053) [Translations] Reverted german translators work (moewe2), since it looks suspicious
KUDr [Thu, 11 Jan 2007 10:34:42 +0000] rev 5849
(svn r8052) - Codechange: RemoveFirstTrack() and RemoveFirstTrackdir() now accept pointer to TrackBits/TrackdirBits instead of reference.
miham [Thu, 11 Jan 2007 06:24:37 +0000] rev 5848
(svn r8051) WebTranslator2 update to 2007-01-11 07:24:01
german - 1 deleted by moewe2 (1)
greek - 3 fixed by Kesnar (3)
japanese - 273 fixed by ickoonite (273)
belugas [Thu, 11 Jan 2007 02:05:13 +0000] rev 5847
(svn r8050) -Codechange: Rename map member extra to m6, since its usage has been widden.
Only doc landscape_grid.html has been updated, landscape.html will be done latter.
-CodeChange: Replace a direct access to m6 with SetTropicZone in InitializeLandscape, as it is the only part of m6 still untouched without the brute-forced m6=0
Darkvater [Thu, 11 Jan 2007 01:21:55 +0000] rev 5846
(svn r8049) -Regression (r7369): Removing certain news windows could cause a crash due to only
one MoveToNextItem() in DeleteVehicleNews (added in r3757). To work correctly do not
reset _forced_news to INVALID_NEWS when a new item is added, but leave it.
-Codechange: ShowLastNewsMessage has been changed so that it actually works, wraps
around correctly (array as FIFO) and shows the previous news item if the current
news item is open (previously this was doubly shown).
rubidium [Wed, 10 Jan 2007 23:58:52 +0000] rev 5845
(svn r8047) -Revert (8002): cp -u is not supported on all platforms.
Darkvater [Wed, 10 Jan 2007 21:44:59 +0000] rev 5844
(svn r8044) Regression (r8038): Crash on allocating bridge memory (peter1138)
rubidium [Wed, 10 Jan 2007 20:11:13 +0000] rev 5843
(svn r8043) -Fix (8028): forgot setting a variable.
orudge [Wed, 10 Jan 2007 19:39:54 +0000] rev 5842
(svn r8042) - Fix: OS/2 compilation with GCC (thanks to Paul Smedley and TrueBrain for their help)
peter1138 [Wed, 10 Jan 2007 19:20:25 +0000] rev 5841
(svn r8041) -Regression (r7564): [NewGRF] check_length should skip further processing if a length is too short, so give the function a return value
truelight [Wed, 10 Jan 2007 19:13:33 +0000] rev 5840
(svn r8040) [Configure] -Fix: for some reason, OS2 compiled unix.cpp, not os2.cpp
miham [Wed, 10 Jan 2007 19:00:08 +0000] rev 5839
(svn r8039) WebTranslator2 update to 2007-01-10 19:58:43
brazilian_portuguese - 15 changed by fukumori (15)
danish - 23 changed by MiR (23)
greek - 12 fixed by Kesnar (12)
japanese - 282 fixed by ickoonite (282)
slovenian - 1 changed by Necrolyte (1)
turkish - 2 changed by jnmbk (2)
ukrainian - 30 changed by znikoz (30)
rubidium [Wed, 10 Jan 2007 18:56:51 +0000] rev 5838
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium [Wed, 10 Jan 2007 18:44:52 +0000] rev 5837
(svn r8037) -Fix (r7987): MSVC project files were not updated with respect to the addition of slovenian.
rubidium [Wed, 10 Jan 2007 18:24:48 +0000] rev 5836
(svn r8034) -Fix (r8033): aircraft_cmd.c was not renamed.
KUDr [Wed, 10 Jan 2007 18:12:09 +0000] rev 5835
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
rubidium [Wed, 10 Jan 2007 16:31:40 +0000] rev 5834
(svn r8030) -Fix: segmentation fault when removing a town in the scenario editor while having the query tool window open for one of the town's tiles.
rubidium [Wed, 10 Jan 2007 15:03:47 +0000] rev 5833
(svn r8029) -Fix (7759): somehow the old configure script was not removed.
rubidium [Wed, 10 Jan 2007 15:00:20 +0000] rev 5832
(svn r8028) -Fix: overflow of ticks was not handled properly, possibly resulting a non-reacting gameserver/gameclient.
celestar [Wed, 10 Jan 2007 14:52:10 +0000] rev 5831
(svn r8027) -Fix (FS#486) If a pause command is issues, it will now pause the game even if shift is pressed instead of giving a cost estimate of 0. This fixes a problem where the server does not pause_on_join when the player on the interactive server has the shift button pressed. (Thanks to pvz for the report and the fix)
celestar [Wed, 10 Jan 2007 14:22:49 +0000] rev 5830
(svn r8026) -Fix (r2441) When taking up cargo that is transferring, trains will now also have the virtual profit deducted.
rubidium [Wed, 10 Jan 2007 10:39:45 +0000] rev 5829
(svn r8019) -Fix (r7759): if libfreetype was not found (and not forced to be used), the configure script aborted instead of marking it a 'not found'.
maedhros [Tue, 09 Jan 2007 21:43:32 +0000] rev 5828
(svn r8014) -Codechange (r7573): When a tile is cleared, empty the general purpose bits in
extra as well, unless they are (or could be) used for bridges. This means these
bits don't have to be cleared seperately when non-bridgeable tiles are removed.
Darkvater [Tue, 09 Jan 2007 21:25:13 +0000] rev 5827
(svn r8013) -Codechange (r6921, rUnknown): Show the error message of corrupt or missing (own) files
through a ShowInfo(F). This way windows users also see this message and bugs such as
FS#528 will not happen anymore. Put ShowInfo(F) error output to stderr and not stdout.
miham [Tue, 09 Jan 2007 19:43:46 +0000] rev 5826
(svn r8012) WebTranslator2 update to 2007-01-09 20:43:03
bulgarian - 3 fixed, 68 changed by groupsky (71)
danish - 45 changed by ThomasA (4), MiR (41)
finnish - 2 fixed by pallokala (2)
frisian - 2 changed by talzaroff (2)
greek - 40 fixed, 1 changed by Kesnar (41)
italian - 2 changed by sidew (2)
swedish - 2 fixed, 1 deleted, 55 changed by ChrillDeVille (58)
peter1138 [Tue, 09 Jan 2007 16:27:25 +0000] rev 5825
(svn r8007) -Codechange: Change _vehicle_position_hash from VehicleID to Vehicle*. This removes the need for look ups by index. Also declare the array static.
rubidium [Tue, 09 Jan 2007 15:26:43 +0000] rev 5824
(svn r8002) -Change: do not copy lang/english.txt when it is not needed.
rubidium [Tue, 09 Jan 2007 14:48:21 +0000] rev 5823
(svn r8000) -Codechange: drop UDP packets when their internal size does not match the received size. If that is the case, the packet was not received in one piece (or got somehow mangled with another packet), which will cause us to drop the packet later on because we are (for example) trying to read beyond the end of the packet.
miham [Tue, 09 Jan 2007 07:24:35 +0000] rev 5822
(svn r7987) [Translations] Slovenian is no longer unfinished (no bad strings)