Mercurial > hg > openttd
graph
-
(svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65. draftFri, 29 Dec 2006 07:49:51 +0000, by peter1138
-
(svn r7605) -Update documentation of MSVC and strgen in docs/ dir and remove directmusic.txt draftFri, 29 Dec 2006 00:06:31 +0000, by Darkvater
-
(svn r7603) -Codechange (FS#481): update the Polish Town Name generator with Unicode characters (DDream). draftThu, 28 Dec 2006 19:49:31 +0000, by rubidium
-
(svn r7602) -Fix (r7565): MSVC2003 and lower don't support variadic macros, so work around draftThu, 28 Dec 2006 19:38:09 +0000, by Darkvater
-
(svn r7601) WebTranslator2 update to 2006-12-28 19:44:37 draftThu, 28 Dec 2006 18:45:24 +0000, by miham
-
(svn r7600) -Remove: out-dated documentation about console and Mandrake Readme. draftThu, 28 Dec 2006 18:01:22 +0000, by rubidium
-
(svn r7599) -Fix: (r7585, r7590) assert on load game that has some station with bigger spread-out than _patches.station_spread value (Celestar) draftThu, 28 Dec 2006 17:45:31 +0000, by KUDr
-
(svn r7596) -Codechange: Always display tractive effort in kN. draftThu, 28 Dec 2006 17:03:36 +0000, by peter1138
-
(svn r7594) -Fix (r7522): GRF config list wasn't cleared when no GRFs should be used. draftThu, 28 Dec 2006 16:11:07 +0000, by peter1138
-
(svn r7592) -Feature: Add support for tractive effort to 'realistic' acceleration. draftThu, 28 Dec 2006 13:18:07 +0000, by peter1138
-
(svn r7588) -Change: [OSX] removed the flag JAGUAR since it didn't work anyway draftThu, 28 Dec 2006 01:24:00 +0000, by bjarni
-
(svn r7587) -Change: [OSX] updated readme about compiling a universal binary as the flag name changed, but didn't change in the readme draftThu, 28 Dec 2006 01:13:55 +0000, by bjarni
-
(svn r7585) -Codechange: CheckStationSpreadOut() took too much CPU. Station rectangle is now maintained instead of calculating it each time by walking through whole map. Should help with the performance issue related to AIs trying to build road stops too often. (idea by Celestar) draftWed, 27 Dec 2006 23:11:43 +0000, by KUDr
-
(svn r7583) -Fix (r7573): Merging of bridge branch broke (partially reverted?) automatic railtype conversion when building track on existing rail. draftWed, 27 Dec 2006 18:29:34 +0000, by peter1138
-
(svn r7582) -Fix (r7490): appending static GRFs to the list of to-be loaded GRF for a game could result in duplicate GRFs in that list, which can cause a segmentation fault while loading the GRFs. draftWed, 27 Dec 2006 18:25:17 +0000, by rubidium
-
(svn r7581) [Translations] -Change: overhaul of the Polish language file by MeusH to make use of the Unicode characters where needed. draftWed, 27 Dec 2006 16:18:59 +0000, by rubidium
-
(svn r7580) -Fix (r7182): UTF8-merge changed the string handling a bit, now the str pointer for draftWed, 27 Dec 2006 16:14:21 +0000, by Darkvater
-
(svn r7579) -Fix: upon merging the bridge branch, I accidently reverted 7571. Re-revert it. Sorry. draftWed, 27 Dec 2006 14:51:55 +0000, by celestar
-
(svn r7577) -Fix (r7565): Missed out some OSX files (Bjarni) draftWed, 27 Dec 2006 14:27:30 +0000, by Darkvater
-
(svn r7575) -Codechange: Allow the AI to build signals under bridges (revert r4911) draftWed, 27 Dec 2006 13:48:57 +0000, by celestar
-
(svn r7574) WebTranslator2 update to 2006-12-27 14:23:53 draftWed, 27 Dec 2006 13:24:36 +0000, by miham
-
(svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals) draftWed, 27 Dec 2006 12:38:02 +0000, by celestar
-
(svn r7571) -Fix (r7565): Older GCC versions do not have __VA_ARGS__ support (C99), work around draftWed, 27 Dec 2006 12:22:25 +0000, by Darkvater
-
(svn r7569) -Fix (r7565): cocoa files were (somehow) forgotten. draftTue, 26 Dec 2006 22:04:53 +0000, by rubidium
-
(svn r7568) -Fix [r7564]: buf+4 is the same as &buf[4], not buf[4] for a char*. draftTue, 26 Dec 2006 21:48:15 +0000, by Darkvater
-
(svn r7566) -Fix: only send commands to the new client from the map, that is going to be transfered to the new client, is saved on the server and not while waiting for the 'map download slot' as that will add commands for already passed frames in the command queue of the new client. draftTue, 26 Dec 2006 18:27:40 +0000, by rubidium
-
(svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debugging levels to draftTue, 26 Dec 2006 17:36:18 +0000, by Darkvater