Thu, 11 Jan 2007 10:34:42 +0000(svn r8052) - Codechange: RemoveFirstTrack() and RemoveFirstTrackdir() now accept pointer to TrackBits/TrackdirBits instead of reference.
KUDr [Thu, 11 Jan 2007 10:34:42 +0000] rev 5598
(svn r8052) - Codechange: RemoveFirstTrack() and RemoveFirstTrackdir() now accept pointer to TrackBits/TrackdirBits instead of reference.

Thu, 11 Jan 2007 06:24:37 +0000(svn r8051) WebTranslator2 update to 2007-01-11 07:24:01
miham [Thu, 11 Jan 2007 06:24:37 +0000] rev 5597
(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)

Thu, 11 Jan 2007 02:05:13 +0000(svn r8050) -Codechange: Rename map member extra to m6, since its usage has been widden.
belugas [Thu, 11 Jan 2007 02:05:13 +0000] rev 5596
(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

Thu, 11 Jan 2007 01:21:55 +0000(svn r8049) -Regression (r7369): Removing certain news windows could cause a crash due to only
Darkvater [Thu, 11 Jan 2007 01:21:55 +0000] rev 5595
(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).

Wed, 10 Jan 2007 23:58:52 +0000(svn r8047) -Revert (8002): cp -u is not supported on all platforms.
rubidium [Wed, 10 Jan 2007 23:58:52 +0000] rev 5594
(svn r8047) -Revert (8002): cp -u is not supported on all platforms.

Wed, 10 Jan 2007 21:44:59 +0000(svn r8044) Regression (r8038): Crash on allocating bridge memory (peter1138)
Darkvater [Wed, 10 Jan 2007 21:44:59 +0000] rev 5593
(svn r8044) Regression (r8038): Crash on allocating bridge memory (peter1138)

Wed, 10 Jan 2007 20:11:13 +0000(svn r8043) -Fix (8028): forgot setting a variable.
rubidium [Wed, 10 Jan 2007 20:11:13 +0000] rev 5592
(svn r8043) -Fix (8028): forgot setting a variable.

Wed, 10 Jan 2007 19:39:54 +0000(svn r8042) - Fix: OS/2 compilation with GCC (thanks to Paul Smedley and TrueBrain for their help)
orudge [Wed, 10 Jan 2007 19:39:54 +0000] rev 5591
(svn r8042) - Fix: OS/2 compilation with GCC (thanks to Paul Smedley and TrueBrain for their help)

Wed, 10 Jan 2007 19:20:25 +0000(svn r8041) -Regression (r7564): [NewGRF] check_length should skip further processing if a length is too short, so give the function a return value
peter1138 [Wed, 10 Jan 2007 19:20:25 +0000] rev 5590
(svn r8041) -Regression (r7564): [NewGRF] check_length should skip further processing if a length is too short, so give the function a return value

Wed, 10 Jan 2007 19:13:33 +0000(svn r8040) [Configure] -Fix: for some reason, OS2 compiled unix.cpp, not os2.cpp
truelight [Wed, 10 Jan 2007 19:13:33 +0000] rev 5589
(svn r8040) [Configure] -Fix: for some reason, OS2 compiled unix.cpp, not os2.cpp

Wed, 10 Jan 2007 19:00:08 +0000(svn r8039) WebTranslator2 update to 2007-01-10 19:58:43
miham [Wed, 10 Jan 2007 19:00:08 +0000] rev 5588
(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)

Wed, 10 Jan 2007 18:56:51 +0000(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium [Wed, 10 Jan 2007 18:56:51 +0000] rev 5587
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.

Wed, 10 Jan 2007 18:44:52 +0000(svn r8037) -Fix (r7987): MSVC project files were not updated with respect to the addition of slovenian.
rubidium [Wed, 10 Jan 2007 18:44:52 +0000] rev 5586
(svn r8037) -Fix (r7987): MSVC project files were not updated with respect to the addition of slovenian.

Wed, 10 Jan 2007 18:24:48 +0000(svn r8034) -Fix (r8033): aircraft_cmd.c was not renamed.
rubidium [Wed, 10 Jan 2007 18:24:48 +0000] rev 5585
(svn r8034) -Fix (r8033): aircraft_cmd.c was not renamed.

Wed, 10 Jan 2007 18:12:09 +0000(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
KUDr [Wed, 10 Jan 2007 18:12:09 +0000] rev 5584
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)

Wed, 10 Jan 2007 16:31:40 +0000(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 16:31:40 +0000] rev 5583
(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.

Wed, 10 Jan 2007 15:03:47 +0000(svn r8029) -Fix (7759): somehow the old configure script was not removed.
rubidium [Wed, 10 Jan 2007 15:03:47 +0000] rev 5582
(svn r8029) -Fix (7759): somehow the old configure script was not removed.

Wed, 10 Jan 2007 15:00:20 +0000(svn r8028) -Fix: overflow of ticks was not handled properly, possibly resulting a non-reacting gameserver/gameclient.
rubidium [Wed, 10 Jan 2007 15:00:20 +0000] rev 5581
(svn r8028) -Fix: overflow of ticks was not handled properly, possibly resulting a non-reacting gameserver/gameclient.

Wed, 10 Jan 2007 14:52:10 +0000(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:52:10 +0000] rev 5580
(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)

Wed, 10 Jan 2007 14:22:49 +0000(svn r8026) -Fix (r2441) When taking up cargo that is transferring, trains will now also have the virtual profit deducted.
celestar [Wed, 10 Jan 2007 14:22:49 +0000] rev 5579
(svn r8026) -Fix (r2441) When taking up cargo that is transferring, trains will now also have the virtual profit deducted.

Wed, 10 Jan 2007 10:39:45 +0000(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'.
rubidium [Wed, 10 Jan 2007 10:39:45 +0000] rev 5578
(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'.

Tue, 09 Jan 2007 21:43:32 +0000(svn r8014) -Codechange (r7573): When a tile is cleared, empty the general purpose bits in
maedhros [Tue, 09 Jan 2007 21:43:32 +0000] rev 5577
(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.

Tue, 09 Jan 2007 21:25:13 +0000(svn r8013) -Codechange (r6921, rUnknown): Show the error message of corrupt or missing (own) files
Darkvater [Tue, 09 Jan 2007 21:25:13 +0000] rev 5576
(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.

Tue, 09 Jan 2007 19:43:46 +0000(svn r8012) WebTranslator2 update to 2007-01-09 20:43:03
miham [Tue, 09 Jan 2007 19:43:46 +0000] rev 5575
(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)

Tue, 09 Jan 2007 16:27:25 +0000(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.
peter1138 [Tue, 09 Jan 2007 16:27:25 +0000] rev 5574
(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.

Tue, 09 Jan 2007 15:26:43 +0000(svn r8002) -Change: do not copy lang/english.txt when it is not needed.
rubidium [Tue, 09 Jan 2007 15:26:43 +0000] rev 5573
(svn r8002) -Change: do not copy lang/english.txt when it is not needed.

Tue, 09 Jan 2007 14:48:21 +0000(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.
rubidium [Tue, 09 Jan 2007 14:48:21 +0000] rev 5572
(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.

Tue, 09 Jan 2007 07:24:35 +0000(svn r7987) [Translations] Slovenian is no longer unfinished (no bad strings)
miham [Tue, 09 Jan 2007 07:24:35 +0000] rev 5571
(svn r7987) [Translations] Slovenian is no longer unfinished (no bad strings)

Tue, 09 Jan 2007 07:22:20 +0000(svn r7986) WebTranslator2 update to 2007-01-09 08:20:27
miham [Tue, 09 Jan 2007 07:22:20 +0000] rev 5570
(svn r7986) WebTranslator2 update to 2007-01-09 08:20:27
brazilian_portuguese - 72 changed by fukumori (72)
hungarian - 2 fixed by miham (2)
slovenian - 191 fixed by Necrolyte (191)

Mon, 08 Jan 2007 19:18:53 +0000(svn r7984) -Fix: out-of-bounds read access on _clients array (Quark)
Darkvater [Mon, 08 Jan 2007 19:18:53 +0000] rev 5569
(svn r7984) -Fix: out-of-bounds read access on _clients array (Quark)

Mon, 08 Jan 2007 18:39:17 +0000(svn r7983) WebTranslator2 update to 2007-01-08 19:37:40
miham [Mon, 08 Jan 2007 18:39:17 +0000] rev 5568
(svn r7983) WebTranslator2 update to 2007-01-08 19:37:40
brazilian_portuguese - 111 changed by fukumori (111)
esperanto - 11 changed by LaPingvino (11)
japanese - 116 fixed by ickoonite (116)

Mon, 08 Jan 2007 18:07:57 +0000(svn r7982) -Codechange: Enumify graphics blitter modes.
peter1138 [Mon, 08 Jan 2007 18:07:57 +0000] rev 5567
(svn r7982) -Codechange: Enumify graphics blitter modes.

Mon, 08 Jan 2007 10:36:45 +0000(svn r7976) -Fix: (SF 1629560) Rail vehicles can no longer enter tunnels or bridgeheads with wrong railtype
celestar [Mon, 08 Jan 2007 10:36:45 +0000] rev 5566
(svn r7976) -Fix: (SF 1629560) Rail vehicles can no longer enter tunnels or bridgeheads with wrong railtype

Mon, 08 Jan 2007 08:16:01 +0000(svn r7975) WebTranslator2 update to 2007-01-08 09:13:29
miham [Mon, 08 Jan 2007 08:16:01 +0000] rev 5565
(svn r7975) WebTranslator2 update to 2007-01-08 09:13:29
brazilian_portuguese - 6 fixed, 2 changed by fukumori (8)
danish - 5 changed by MiR (3), ThomasA (2)
estonian - 1 changed by kristjans (1)
frisian - 82 fixed, 85 changed by ikkejw (82), talzaroff (85)
greek - 64 fixed, 3 changed by Kesnar (67)
italian - 1 changed by sidew (1)
japanese - 92 fixed by ickoonite (92)
polish - 1 changed by meush (1)
slovak - 7 changed by lengyel (7)
slovenian - 160 fixed by Necrolyte (160)
turkish - 2 changed by jnmbk (2)

Mon, 08 Jan 2007 00:16:03 +0000(svn r7973) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater [Mon, 08 Jan 2007 00:16:03 +0000] rev 5564
(svn r7973) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.

Sun, 07 Jan 2007 17:32:35 +0000(svn r7969) *whistle* 20067 has not yet come to pass; it's 2007 (I think my search&replace broke)
Darkvater [Sun, 07 Jan 2007 17:32:35 +0000] rev 5563
(svn r7969) *whistle* 20067 has not yet come to pass; it's 2007 (I think my search&replace broke)

Sun, 07 Jan 2007 16:55:30 +0000(svn r7968) -Update copyright/etc information to 2007
Darkvater [Sun, 07 Jan 2007 16:55:30 +0000] rev 5562
(svn r7968) -Update copyright/etc information to 2007

Sun, 07 Jan 2007 16:35:20 +0000(svn r7966) -Fix (r7936): Eh AxisToTrack returns Track not Axis, thanks KUDr
Darkvater [Sun, 07 Jan 2007 16:35:20 +0000] rev 5561
(svn r7966) -Fix (r7936): Eh AxisToTrack returns Track not Axis, thanks KUDr

Sun, 07 Jan 2007 13:13:01 +0000(svn r7961) [Configure] -Fix: "" in config params didn't survive --reconfig. They should now.
truelight [Sun, 07 Jan 2007 13:13:01 +0000] rev 5560
(svn r7961) [Configure] -Fix: "" in config params didn't survive --reconfig. They should now.

Sun, 07 Jan 2007 13:00:56 +0000(svn r7959) [Configure] -Fix: OS2-gcc needs to get stripping via gcc, because it needs to be feed to emxbind at link-time.
truelight [Sun, 07 Jan 2007 13:00:56 +0000] rev 5559
(svn r7959) [Configure] -Fix: OS2-gcc needs to get stripping via gcc, because it needs to be feed to emxbind at link-time.
emxbind changes 'emx a.out' format to 'LX for OS/2 (MS-DOS)'. After this, all gcc and binutils tools for emx can no longer read the binary.
Therefor emxbind needs to do the stripping while converting it. Logic, aint it? :)

Sun, 07 Jan 2007 09:48:10 +0000(svn r7942) Trim another 192 lines from the configure monster
tron [Sun, 07 Jan 2007 09:48:10 +0000] rev 5558
(svn r7942) Trim another 192 lines from the configure monster

Sun, 07 Jan 2007 09:24:18 +0000(svn r7941) Unbreak linking: FreeBSD is not Linux either
tron [Sun, 07 Jan 2007 09:24:18 +0000] rev 5557
(svn r7941) Unbreak linking: FreeBSD is not Linux either

Sun, 07 Jan 2007 08:26:45 +0000(svn r7940) Add an empty line instead of overwriting the just written file
tron [Sun, 07 Jan 2007 08:26:45 +0000] rev 5556
(svn r7940) Add an empty line instead of overwriting the just written file

Sun, 07 Jan 2007 08:17:56 +0000(svn r7939) Fix useless use of cat
tron [Sun, 07 Jan 2007 08:17:56 +0000] rev 5555
(svn r7939) Fix useless use of cat

Sun, 07 Jan 2007 00:19:57 +0000(svn r7936) -Fix (r4987, old-rev): Only update the signals and YAPF cache on a DC_EXEC action for bridge-building
Darkvater [Sun, 07 Jan 2007 00:19:57 +0000] rev 5554
(svn r7936) -Fix (r4987, old-rev): Only update the signals and YAPF cache on a DC_EXEC action for bridge-building

Sat, 06 Jan 2007 23:47:59 +0000(svn r7934) -Cleanup: [win32] Remove unused and totally useless files.
Darkvater [Sat, 06 Jan 2007 23:47:59 +0000] rev 5553
(svn r7934) -Cleanup: [win32] Remove unused and totally useless files.

Sat, 06 Jan 2007 23:00:21 +0000(svn r7932) -Fix (r7931): committed a few files too much :( (the ones I used to test the new masterserver)
rubidium [Sat, 06 Jan 2007 23:00:21 +0000] rev 5552
(svn r7932) -Fix (r7931): committed a few files too much :( (the ones I used to test the new masterserver)

Sat, 06 Jan 2007 22:58:01 +0000(svn r7931) -Fix (r7759): multiple (different) -O flags made compilations with the wrong optimisations.
rubidium [Sat, 06 Jan 2007 22:58:01 +0000] rev 5551
(svn r7931) -Fix (r7759): multiple (different) -O flags made compilations with the wrong optimisations.

Sat, 06 Jan 2007 22:43:11 +0000(svn r7930) -Fix: [FS#520] Wrong GRF flag set for gradual loading (mart3p)
Darkvater [Sat, 06 Jan 2007 22:43:11 +0000] rev 5550
(svn r7930) -Fix: [FS#520] Wrong GRF flag set for gradual loading (mart3p)

Sat, 06 Jan 2007 20:39:27 +0000(svn r7922) -Fix: bad escaping in CFLAGS
glx [Sat, 06 Jan 2007 20:39:27 +0000] rev 5549
(svn r7922) -Fix: bad escaping in CFLAGS

Sat, 06 Jan 2007 14:29:07 +0000(svn r7905) WebTranslator2 update to 2007-01-06 15:28:31
miham [Sat, 06 Jan 2007 14:29:07 +0000] rev 5548
(svn r7905) WebTranslator2 update to 2007-01-06 15:28:31
estonian - 5 changed by kristjans (5)
frisian - 669 fixed, 17 changed by ikkejw (574), Bouke (2), talzaroff (110)
italian - 1 changed by sidew (1)
turkish - 2 fixed, 16 changed by jnmbk (18)

Sat, 06 Jan 2007 13:26:04 +0000(svn r7901) -Codechange: Remove some misplaced externs and use extern, not VARDEF, in the place they should be...
peter1138 [Sat, 06 Jan 2007 13:26:04 +0000] rev 5547
(svn r7901) -Codechange: Remove some misplaced externs and use extern, not VARDEF, in the place they should be...

Sat, 06 Jan 2007 07:26:15 +0000(svn r7896) WebTranslator2 update to 2007-01-06 08:24:52
miham [Sat, 06 Jan 2007 07:26:15 +0000] rev 5546
(svn r7896) WebTranslator2 update to 2007-01-06 08:24:52
italian - 211 changed by sidew (211)
lithuanian - 66 changed by Domas (66)
slovenian - 131 fixed by ThePianoGuy (31), Necrolyte (100)

Fri, 05 Jan 2007 21:33:58 +0000(svn r7888) -Change: add documentation about the 'on-the-wire' structure of the network game information request and reply packets.
rubidium [Fri, 05 Jan 2007 21:33:58 +0000] rev 5545
(svn r7888) -Change: add documentation about the 'on-the-wire' structure of the network game information request and reply packets.

Fri, 05 Jan 2007 20:46:53 +0000(svn r7887) -Fix: [OSX] Endian32_Swap should always return a uint32, not a long unsigned int
bjarni [Fri, 05 Jan 2007 20:46:53 +0000] rev 5544
(svn r7887) -Fix: [OSX] Endian32_Swap should always return a uint32, not a long unsigned int
This kills an OSX specific warning in newgrf_config.c
Ensured that Endian16_Swap returns uint16 as well, even though that one didn't result in any warnings (yet)

Fri, 05 Jan 2007 19:50:44 +0000(svn r7886) -Fix: [OSX] control+enter will no longer toggle fullscreen as it collided with other hotkeys (pv2b)
bjarni [Fri, 05 Jan 2007 19:50:44 +0000] rev 5543
(svn r7886) -Fix: [OSX] control+enter will no longer toggle fullscreen as it collided with other hotkeys (pv2b)
People should use command+enter as it was originally intended (this key combo also worked before this commit)

Fri, 05 Jan 2007 18:28:49 +0000(svn r7884) WebTranslator2 update to 2007-01-05 19:28:08
miham [Fri, 05 Jan 2007 18:28:49 +0000] rev 5542
(svn r7884) WebTranslator2 update to 2007-01-05 19:28:08
bulgarian - 14 changed by groupsky (14)
croatian - 159 fixed, 8 changed by knovak (167)
danish - 30 changed by ThomasA (4), MiR (26)
estonian - 41 changed by kristjans (41)
japanese - 47 fixed, 1 changed by PouncingAnt (48)
lithuanian - 31 fixed, 68 changed by Domas (99)

Fri, 05 Jan 2007 18:11:14 +0000(svn r7883) It's spelled 'automatically'
tron [Fri, 05 Jan 2007 18:11:14 +0000] rev 5541
(svn r7883) It's spelled 'automatically'

Fri, 05 Jan 2007 18:03:30 +0000(svn r7882) -Fix: OS2 is defined as UNIX too, but not for networking
truelight [Fri, 05 Jan 2007 18:03:30 +0000] rev 5540
(svn r7882) -Fix: OS2 is defined as UNIX too, but not for networking

Fri, 05 Jan 2007 17:49:46 +0000(svn r7881) [Configure] -Fix: OS2 GCC indentifies itself with os2, not os/2
truelight [Fri, 05 Jan 2007 17:49:46 +0000] rev 5539
(svn r7881) [Configure] -Fix: OS2 GCC indentifies itself with os2, not os/2

Fri, 05 Jan 2007 17:42:01 +0000(svn r7880) Simplify regular expressions and fix that exactly OS2 is matched, not any string beginning with OS2
tron [Fri, 05 Jan 2007 17:42:01 +0000] rev 5538
(svn r7880) Simplify regular expressions and fix that exactly OS2 is matched, not any string beginning with OS2

Fri, 05 Jan 2007 17:29:35 +0000(svn r7878) Remove the long gone sdl11-config (again)
tron [Fri, 05 Jan 2007 17:29:35 +0000] rev 5537
(svn r7878) Remove the long gone sdl11-config (again)

Fri, 05 Jan 2007 17:29:08 +0000(svn r7877) Improve readability and shorten the configure script by 241 lines
tron [Fri, 05 Jan 2007 17:29:08 +0000] rev 5536
(svn r7877) Improve readability and shorten the configure script by 241 lines

Fri, 05 Jan 2007 15:01:51 +0000(svn r7866) -Fix (r7759): ./configure --revision=[revision] did not work as intended.
rubidium [Fri, 05 Jan 2007 15:01:51 +0000] rev 5535
(svn r7866) -Fix (r7759): ./configure --revision=[revision] did not work as intended.

Fri, 05 Jan 2007 14:26:45 +0000(svn r7864) -Codechange: Offset engines/wagons in the train details window by half the train length modifier. This stops overflowing wagons in sets that use 32px lengths.
peter1138 [Fri, 05 Jan 2007 14:26:45 +0000] rev 5534
(svn r7864) -Codechange: Offset engines/wagons in the train details window by half the train length modifier. This stops overflowing wagons in sets that use 32px lengths.

Fri, 05 Jan 2007 11:41:11 +0000(svn r7861) -Fix (r7823): Crash when oldest news was deleted. First check the index for oldest news
Darkvater [Fri, 05 Jan 2007 11:41:11 +0000] rev 5533
(svn r7861) -Fix (r7823): Crash when oldest news was deleted. First check the index for oldest news
and THEN decrease index, not the other way around.

Fri, 05 Jan 2007 07:36:33 +0000(svn r7857) WebTranslator2 update to 2007-01-05 08:35:59
miham [Fri, 05 Jan 2007 07:36:33 +0000] rev 5532
(svn r7857) WebTranslator2 update to 2007-01-05 08:35:59
lithuanian - 2 fixed, 278 changed by Domas (280)
slovenian - 11 fixed by Necrolyte (11)

Fri, 05 Jan 2007 01:23:03 +0000(svn r7847) -Codechange: use NetworkUDPClose instead of calling closesocket directly.
rubidium [Fri, 05 Jan 2007 01:23:03 +0000] rev 5531
(svn r7847) -Codechange: use NetworkUDPClose instead of calling closesocket directly.

Fri, 05 Jan 2007 00:39:08 +0000(svn r7843) -Codechange (r7840): left out word 'file' making crash-text look un-english-ish.
Darkvater [Fri, 05 Jan 2007 00:39:08 +0000] rev 5530
(svn r7843) -Codechange (r7840): left out word 'file' making crash-text look un-english-ish.

Thu, 04 Jan 2007 23:49:55 +0000(svn r7840) -Codechange: Change the crash window a bit. Tell about Flyspray and crash.dmp. Remove
Darkvater [Thu, 04 Jan 2007 23:49:55 +0000] rev 5529
(svn r7840) -Codechange: Change the crash window a bit. Tell about Flyspray and crash.dmp. Remove
text about submitting crash report.

Thu, 04 Jan 2007 21:48:52 +0000(svn r7836) -Codechange: some constness for network/core.
rubidium [Thu, 04 Jan 2007 21:48:52 +0000] rev 5528
(svn r7836) -Codechange: some constness for network/core.

Thu, 04 Jan 2007 21:21:14 +0000(svn r7834) -Codechange: cleanup the includes of network/core a little; include headers in headers when the header needs types/constants defined in them.
rubidium [Thu, 04 Jan 2007 21:21:14 +0000] rev 5527
(svn r7834) -Codechange: cleanup the includes of network/core a little; include headers in headers when the header needs types/constants defined in them.

Thu, 04 Jan 2007 20:33:50 +0000(svn r7833) -Fix (r7829): forgot to add debug.h to the includes.
rubidium [Thu, 04 Jan 2007 20:33:50 +0000] rev 5526
(svn r7833) -Fix (r7829): forgot to add debug.h to the includes.

Thu, 04 Jan 2007 19:24:42 +0000(svn r7831) -Codechange: [NewGRF] Do not mark as unsafe those NewGRFs that set their own parameters (via action D) and/or change only bridge sprite table layouts (action 0, property D).
peter1138 [Thu, 04 Jan 2007 19:24:42 +0000] rev 5525
(svn r7831) -Codechange: [NewGRF] Do not mark as unsafe those NewGRFs that set their own parameters (via action D) and/or change only bridge sprite table layouts (action 0, property D).

Thu, 04 Jan 2007 19:12:45 +0000(svn r7830) -Codechange: let NetworkCoreInitialize return a bool, so we have to set _network_available only once.
rubidium [Thu, 04 Jan 2007 19:12:45 +0000] rev 5524
(svn r7830) -Codechange: let NetworkCoreInitialize return a bool, so we have to set _network_available only once.

Thu, 04 Jan 2007 18:50:40 +0000(svn r7829) -Codechange: move the network (core) initialization/shutdown functions into network/core, so the can be reused in the masterserver_updater.
rubidium [Thu, 04 Jan 2007 18:50:40 +0000] rev 5523
(svn r7829) -Codechange: move the network (core) initialization/shutdown functions into network/core, so the can be reused in the masterserver_updater.

Thu, 04 Jan 2007 18:30:28 +0000(svn r7828) WebTranslator2 update to 2007-01-04 19:28:37
miham [Thu, 04 Jan 2007 18:30:28 +0000] rev 5522
(svn r7828) WebTranslator2 update to 2007-01-04 19:28:37
danish - 8 changed by ThomasA (8)
estonian - 101 changed by kristjans (101)
italian - 1 changed by sidew (1)
japanese - 17 fixed, 11 changed by PouncingAnt (28)

Thu, 04 Jan 2007 18:10:40 +0000(svn r7825) -Codechange: make NetworkUDPClose close a single UDP socket. Use NetworkUDPStop to close all opened udp sockets (those were called NetworkUDPClose).
rubidium [Thu, 04 Jan 2007 18:10:40 +0000] rev 5521
(svn r7825) -Codechange: make NetworkUDPClose close a single UDP socket. Use NetworkUDPStop to close all opened udp sockets (those were called NetworkUDPClose).

Thu, 04 Jan 2007 17:23:55 +0000(svn r7823) -Fix (r7384 / r7368 / r3757 / r7388): News windows could still cause crashes because
Darkvater [Thu, 04 Jan 2007 17:23:55 +0000] rev 5520
(svn r7823) -Fix (r7384 / r7368 / r3757 / r7388): News windows could still cause crashes because
DeleteVehicleNews shuffles around _news_items which can wreak havoc with the NewsItem*
of a currently open news window. While here also correctly update _current_news and
_forced_news for the same reasons. Should really work now.

Thu, 04 Jan 2007 15:42:09 +0000(svn r7821) -Fix: be more strict about the socket from where packets arrive. Do not accept requests about the game server on the master/client socket, do not accept master server acks on the client/server socket, etc.
rubidium [Thu, 04 Jan 2007 15:42:09 +0000] rev 5519
(svn r7821) -Fix: be more strict about the socket from where packets arrive. Do not accept requests about the game server on the master/client socket, do not accept master server acks on the client/server socket, etc.

Thu, 04 Jan 2007 06:57:49 +0000(svn r7819) WebTranslator2 update to 2007-01-04 07:57:17
miham [Thu, 04 Jan 2007 06:57:49 +0000] rev 5518
(svn r7819) WebTranslator2 update to 2007-01-04 07:57:17
japanese - 78 fixed by ickoonite (78)
slovenian - 26 fixed, 317 changed by Necrolyte (343)
ukrainian - 3 fixed, 2 changed by znikoz (5)

Thu, 04 Jan 2007 02:18:04 +0000(svn r7818) -Fix (r7751): wrote some data to the wrong network packet.
rubidium [Thu, 04 Jan 2007 02:18:04 +0000] rev 5517
(svn r7818) -Fix (r7751): wrote some data to the wrong network packet.

Thu, 04 Jan 2007 01:10:39 +0000(svn r7817) -Fix (r7573): Bridge merge broke building canals at level 0.
Darkvater [Thu, 04 Jan 2007 01:10:39 +0000] rev 5516
(svn r7817) -Fix (r7573): Bridge merge broke building canals at level 0.

Wed, 03 Jan 2007 23:55:37 +0000(svn r7813) -Fix (r7799): it is $with_zlib, not $zlib.
rubidium [Wed, 03 Jan 2007 23:55:37 +0000] rev 5515
(svn r7813) -Fix (r7799): it is $with_zlib, not $zlib.

Wed, 03 Jan 2007 23:53:23 +0000(svn r7812) -Fix: rail station build window was not correctly updated after station_spread change
glx [Wed, 03 Jan 2007 23:53:23 +0000] rev 5514
(svn r7812) -Fix: rail station build window was not correctly updated after station_spread change

Wed, 03 Jan 2007 22:55:53 +0000(svn r7810) -Fix: FS#504 Building airport whose size exceeds max station spread-out caused assert. (Zuu)
KUDr [Wed, 03 Jan 2007 22:55:53 +0000] rev 5513
(svn r7810) -Fix: FS#504 Building airport whose size exceeds max station spread-out caused assert. (Zuu)

Wed, 03 Jan 2007 22:24:36 +0000(svn r7809) -Fix: convert \r to \n before parsing files with awk in projects/generate so it works using mingw/msys
glx [Wed, 03 Jan 2007 22:24:36 +0000] rev 5512
(svn r7809) -Fix: convert \r to \n before parsing files with awk in projects/generate so it works using mingw/msys

Wed, 03 Jan 2007 20:49:08 +0000(svn r7807) [Translations] Fix: r7806. Forgot to generate project files to include lithuanian
miham [Wed, 03 Jan 2007 20:49:08 +0000] rev 5511
(svn r7807) [Translations] Fix: r7806. Forgot to generate project files to include lithuanian

Wed, 03 Jan 2007 20:44:59 +0000(svn r7806) [Translations] Lithuanian is no longer unfinished, thanks for the current translators! Good work, keep it up!
miham [Wed, 03 Jan 2007 20:44:59 +0000] rev 5510
(svn r7806) [Translations] Lithuanian is no longer unfinished, thanks for the current translators! Good work, keep it up!

Wed, 03 Jan 2007 18:41:20 +0000(svn r7803) WebTranslator2 update to 2007-01-03 19:37:39
miham [Wed, 03 Jan 2007 18:41:20 +0000] rev 5509
(svn r7803) WebTranslator2 update to 2007-01-03 19:37:39
bulgarian - 5 fixed by groupsky (5)
croatian - 72 fixed by knovak (72)
danish - 25 changed by MiR (25)
italian - 1 changed by sidew (1)
norwegian - 2 fixed by oletk (2)
slovenian - 241 fixed, 143 changed by Necrolyte (384)

Wed, 03 Jan 2007 18:29:15 +0000(svn r7802) -Feature: make it possible to override the bind address and port of a dedicated server from the command line.
rubidium [Wed, 03 Jan 2007 18:29:15 +0000] rev 5508
(svn r7802) -Feature: make it possible to override the bind address and port of a dedicated server from the command line.

Wed, 03 Jan 2007 18:06:50 +0000(svn r7801) -Feature: add command line option to prevent saving of highscore and configuration on exit and a console command to manually initiate a configuration save (Aloysha).
rubidium [Wed, 03 Jan 2007 18:06:50 +0000] rev 5507
(svn r7801) -Feature: add command line option to prevent saving of highscore and configuration on exit and a console command to manually initiate a configuration save (Aloysha).

Wed, 03 Jan 2007 17:47:34 +0000(svn r7800) -Fix (r7787): Remove Czech strings with .news or .subs case.
peter1138 [Wed, 03 Jan 2007 17:47:34 +0000] rev 5506
(svn r7800) -Fix (r7787): Remove Czech strings with .news or .subs case.

Wed, 03 Jan 2007 16:36:36 +0000(svn r7799) -Fix (r7759): gracefully handle cases where the directory libz.a is in is given via --with-libz.
rubidium [Wed, 03 Jan 2007 16:36:36 +0000] rev 5505
(svn r7799) -Fix (r7759): gracefully handle cases where the directory libz.a is in is given via --with-libz.

Wed, 03 Jan 2007 14:42:08 +0000(svn r7797) -Codechange: Replace static _sprite_ptr and associated arrays with dynamic array to allow variable number of sprites. This does not change the sprite limit.
peter1138 [Wed, 03 Jan 2007 14:42:08 +0000] rev 5504
(svn r7797) -Codechange: Replace static _sprite_ptr and associated arrays with dynamic array to allow variable number of sprites. This does not change the sprite limit.

Wed, 03 Jan 2007 13:55:25 +0000(svn r7796) -Fix (r7759): cygwin does not need to rewrite the paths for strgen.
rubidium [Wed, 03 Jan 2007 13:55:25 +0000] rev 5503
(svn r7796) -Fix (r7759): cygwin does not need to rewrite the paths for strgen.
-Fix (r7759): supply the correct flags to cygwin to make it compile.

Note: cygwin itself is 'broken'. Known issues with cygwin are:
- bash does not work when including files that have dos line ending (\r\n).
This causes the strange errors in config.lib. The solution is running:
dos2unix config.lib
- the windows-native svn does not work (though it previously did). The
solution for this is to install the cygwin svn.
- libfreetype2's freetype-config --cflags does not have ft2build.h in the
path include search path. The workaround for this is to copy
/usr/include/ft2build.h to /usr/include/freetype2/. Also linking does
not work for static builds as freetype-config does not support that.
You have to add the '--disable-static' flag when running './configure'.
- libpng12 does not work with static building either. You have to add
the '--disable-static' flag when running './configure' too.

Wed, 03 Jan 2007 11:33:54 +0000(svn r7795) -Codechange: [NewGRF] When safety checking, allow an Action E that force activates the GRF. Unfortunately this requires knowing the GRF ID in advance (before the Action 8) so the static GRFs are now scanned twice on start up, once for the GRF ID, and then for the safety check. (This fix allows unifont.grf to be used.)
peter1138 [Wed, 03 Jan 2007 11:33:54 +0000] rev 5502
(svn r7795) -Codechange: [NewGRF] When safety checking, allow an Action E that force activates the GRF. Unfortunately this requires knowing the GRF ID in advance (before the Action 8) so the static GRFs are now scanned twice on start up, once for the GRF ID, and then for the safety check. (This fix allows unifont.grf to be used.)

Wed, 03 Jan 2007 09:45:07 +0000(svn r7794) -Cleanup: Remove obsolete, never-used landscape rotation code. And spell obsolete correctly.
peter1138 [Wed, 03 Jan 2007 09:45:07 +0000] rev 5501
(svn r7794) -Cleanup: Remove obsolete, never-used landscape rotation code. And spell obsolete correctly.

Wed, 03 Jan 2007 09:32:01 +0000(svn r7793) -Cleanup: Remove obsolute, never-used old spritecache LRU code
peter1138 [Wed, 03 Jan 2007 09:32:01 +0000] rev 5500
(svn r7793) -Cleanup: Remove obsolute, never-used old spritecache LRU code

Wed, 03 Jan 2007 08:20:25 +0000(svn r7788) -Fix (r7759): do not stop compiling languages when one language fails to compile.
rubidium [Wed, 03 Jan 2007 08:20:25 +0000] rev 5499
(svn r7788) -Fix (r7759): do not stop compiling languages when one language fails to compile.

Wed, 03 Jan 2007 06:50:31 +0000(svn r7787) WebTranslator2 update to 2007-01-03 07:49:50
miham [Wed, 03 Jan 2007 06:50:31 +0000] rev 5498
(svn r7787) WebTranslator2 update to 2007-01-03 07:49:50
czech - 2 changed by joeprusa (2)
danish - 80 changed by MiR (80)
esperanto - 1 fixed, 3 changed by LaPingvino (4)
estonian - 54 changed by kristjans (54)
japanese - 177 fixed, 65 changed by ickoonite (242)
lithuanian - 57 changed by Domas (57)
slovenian - 38 fixed, 262 changed by Necrolyte (300)

Wed, 03 Jan 2007 00:02:18 +0000(svn r7782) -Fix (r7779): do really check whether there are files to copy in the directories, not just test whether the directories exist.
rubidium [Wed, 03 Jan 2007 00:02:18 +0000] rev 5497
(svn r7782) -Fix (r7779): do really check whether there are files to copy in the directories, not just test whether the directories exist.

Tue, 02 Jan 2007 23:19:52 +0000(svn r7780) [Configure] -Fix: strip before copy, not copy before strip
truelight [Tue, 02 Jan 2007 23:19:52 +0000] rev 5496
(svn r7780) [Configure] -Fix: strip before copy, not copy before strip

Tue, 02 Jan 2007 23:14:39 +0000(svn r7779) [Configure] -Fix: simplify scenario and scenario/heightmaps dir existance check
glx [Tue, 02 Jan 2007 23:14:39 +0000] rev 5495
(svn r7779) [Configure] -Fix: simplify scenario and scenario/heightmaps dir existance check

Tue, 02 Jan 2007 22:52:46 +0000(svn r7778) -Fix (r7777): intel -> Intel
truelight [Tue, 02 Jan 2007 22:52:46 +0000] rev 5494
(svn r7778) -Fix (r7777): intel -> Intel

Tue, 02 Jan 2007 22:45:20 +0000(svn r7777) [Configure] -Fix: call intel builds on OSX universal compiles intel, not i386 (that is just silly)
truelight [Tue, 02 Jan 2007 22:45:20 +0000] rev 5493
(svn r7777) [Configure] -Fix: call intel builds on OSX universal compiles intel, not i386 (that is just silly)

Tue, 02 Jan 2007 22:29:26 +0000(svn r7776) [Configure] -Fix: no need to show LIPO actions, use $(Q)
truelight [Tue, 02 Jan 2007 22:29:26 +0000] rev 5492
(svn r7776) [Configure] -Fix: no need to show LIPO actions, use $(Q)

Tue, 02 Jan 2007 22:28:15 +0000(svn r7775) -Fix (r7759): make ./configure --help lines at most 80 characters
rubidium [Tue, 02 Jan 2007 22:28:15 +0000] rev 5491
(svn r7775) -Fix (r7759): make ./configure --help lines at most 80 characters

Tue, 02 Jan 2007 22:17:38 +0000(svn r7774) -Fix (r7759): remove the left-over strgen directory.
rubidium [Tue, 02 Jan 2007 22:17:38 +0000] rev 5490
(svn r7774) -Fix (r7759): remove the left-over strgen directory.

Tue, 02 Jan 2007 21:58:51 +0000(svn r7773) -(r7759) Update MSVC documentation for (mainly) VS2003 users (needs special human intervention to work because MS decided to use some completely braindead user-datafile that you can't edit outside the development environment)
Darkvater [Tue, 02 Jan 2007 21:58:51 +0000] rev 5489
(svn r7773) -(r7759) Update MSVC documentation for (mainly) VS2003 users (needs special human intervention to work because MS decided to use some completely braindead user-datafile that you can't edit outside the development environment)

Tue, 02 Jan 2007 21:48:33 +0000(svn r7772) -Fix (r7759): [win32] Paths to icon files were wrong.
Darkvater [Tue, 02 Jan 2007 21:48:33 +0000] rev 5488
(svn r7772) -Fix (r7759): [win32] Paths to icon files were wrong.

Tue, 02 Jan 2007 21:37:23 +0000(svn r7771) -Fix: [OSX] make bundle no longer copies docs/OSX_why_multiple_applications.txt, since we no longer got that outdated file
bjarni [Tue, 02 Jan 2007 21:37:23 +0000] rev 5487
(svn r7771) -Fix: [OSX] make bundle no longer copies docs/OSX_why_multiple_applications.txt, since we no longer got that outdated file

Tue, 02 Jan 2007 21:31:39 +0000(svn r7770) [Configure] -Fix: the "" and \ via ./configure wasn't passed on correctly (and therefor it was lost)
truelight [Tue, 02 Jan 2007 21:31:39 +0000] rev 5486
(svn r7770) [Configure] -Fix: the "" and \ via ./configure wasn't passed on correctly (and therefor it was lost)

Tue, 02 Jan 2007 21:30:33 +0000(svn r7769) -Fix (r7759): the strgen -t flag (todo) was set when it shouldn't be set and vice-versa.
rubidium [Tue, 02 Jan 2007 21:30:33 +0000] rev 5485
(svn r7769) -Fix (r7759): the strgen -t flag (todo) was set when it shouldn't be set and vice-versa.

Tue, 02 Jan 2007 21:29:11 +0000(svn r7768) -Fix (r7765): use $(MAKE) instead of make in the debian rules.
rubidium [Tue, 02 Jan 2007 21:29:11 +0000] rev 5484
(svn r7768) -Fix (r7765): use $(MAKE) instead of make in the debian rules.

Tue, 02 Jan 2007 21:27:28 +0000(svn r7767) -Fix r7751: [OSX] nameclash in includes. ALIGN was defined in both a library and macros.h
bjarni [Tue, 02 Jan 2007 21:27:28 +0000] rev 5483
(svn r7767) -Fix r7751: [OSX] nameclash in includes. ALIGN was defined in both a library and macros.h
we undefines the library one since we don't need that one anyway

Tue, 02 Jan 2007 20:39:07 +0000(svn r7766) -Fix: [OSX] removed incorrect debug message about corrupted/missing grf files
bjarni [Tue, 02 Jan 2007 20:39:07 +0000] rev 5482
(svn r7766) -Fix: [OSX] removed incorrect debug message about corrupted/missing grf files
The md5 code now looks in the secundary data dir as well
Note: OSX builds can still give the incorrect message: dbg: [sl] Cannot open savegame 'data/opntitle.dat' for saving/loading.

Tue, 02 Jan 2007 20:35:16 +0000(svn r7765) -Fix (r7759): forgot to update the os/debian files.
rubidium [Tue, 02 Jan 2007 20:35:16 +0000] rev 5481
(svn r7765) -Fix (r7759): forgot to update the os/debian files.

Tue, 02 Jan 2007 20:28:54 +0000(svn r7764) [Configure] -Fix: a forced direct-music is as valid as an autodetected
truelight [Tue, 02 Jan 2007 20:28:54 +0000] rev 5480
(svn r7764) [Configure] -Fix: a forced direct-music is as valid as an autodetected

Tue, 02 Jan 2007 20:26:48 +0000(svn r7763) [Configure] -Fix: all -z tests were protected with "", but of course we forgot one...... :(
truelight [Tue, 02 Jan 2007 20:26:48 +0000] rev 5479
(svn r7763) [Configure] -Fix: all -z tests were protected with "", but of course we forgot one...... :(