Mercurial > hg > openttd
graph
-
(svn r10369) -Codechange: Add the IndustryType parameter to the GetIndustryCallback function. draftThu, 28 Jun 2007 02:14:40 +0000, by belugas
-
(svn r10368) -Fix: when renaming waypoints, ownership was only checked client-side, not in the command. draftWed, 27 Jun 2007 23:40:21 +0000, by peter1138
-
(svn r10367) -Fix: do not crash horribly when the file you are trying to load is too short or decompressing it fails. draftWed, 27 Jun 2007 23:26:40 +0000, by rubidium
-
(svn r10365) -Fix: compiling without png and networking support under MSVC. draftWed, 27 Jun 2007 22:26:27 +0000, by rubidium
-
(svn r10364) -Fix [FS#706]: checking for duplicate custom names was inconsistent, and tested all 'namespaces'. now only check names of the same type. draftWed, 27 Jun 2007 20:53:25 +0000, by peter1138
-
(svn r10363) -Fix [FS#911]: invalidating autoreplace windows didn't take account of vehicle group (Matthias Wolf) draftWed, 27 Jun 2007 20:40:20 +0000, by peter1138
-
(svn r10362) -Codechange: make tunnel costs less exponential for (very) long tunnels. draftWed, 27 Jun 2007 19:00:14 +0000, by rubidium
-
(svn r10361) -Update: WebTranslator2 update to 2007-06-27 20:59:10 draftWed, 27 Jun 2007 18:59:42 +0000, by miham
-
(svn r10360) -Fix (r10359): make should always do "make all" by default draftWed, 27 Jun 2007 18:53:24 +0000, by rubidium
-
(svn r10359) -Codechange [FS#935]: add some explanations what the different make "commands" do. draftWed, 27 Jun 2007 18:50:18 +0000, by rubidium
-
(svn r10358) -Codechange: remove the cargopacket leakchecker as it never asserted in almost a week of stresstesting, so I'm pretty sure all cornercases are tested by now. draftWed, 27 Jun 2007 17:19:05 +0000, by rubidium
-
(svn r10357) -Fix: and when we're at it... yet another memory leak, but only when you start a new game; can't find any other memory leaks we can fix. draftWed, 27 Jun 2007 17:05:06 +0000, by rubidium
-
(svn r10356) -Fix (r10143): another memory leak eliminated. draftWed, 27 Jun 2007 16:54:50 +0000, by rubidium
-
(svn r10355) -Fix (r10092): memory leak when encoding (reading) sprites. draftWed, 27 Jun 2007 16:41:37 +0000, by rubidium
-
(svn r10354) -Fix [FS#950]: loading indicator showed "^" when the train would load at the given station. draftWed, 27 Jun 2007 14:37:46 +0000, by rubidium
-
(svn r10353) -Fix/Feature [FS#669]: disallow (in the GUI) the building of infrastructure you do not have available vehicles for. This means that the airport building button is disabled till you can actually build aircraft. The game itself will not disallow you to build the infrastructure and this "new" behaviour can be overriden with a patch setting. draftWed, 27 Jun 2007 14:15:48 +0000, by rubidium
-
(svn r10349) -Fix [FS#941, YAPF, r10301]: tile/trackdir must be used as node key and also as segment key in the cache (SmatZ). draftTue, 26 Jun 2007 22:29:52 +0000, by KUDr
-
(svn r10348) -Fix (r10347): compile errors; do not think it compiles fine when you run make on the wrong working copy. draftTue, 26 Jun 2007 21:17:51 +0000, by rubidium
-
(svn r10347) -Fix [FS#948]: industries with a very low production could never recover when using smooth economy. draftTue, 26 Jun 2007 21:11:17 +0000, by rubidium
-
(svn r10346) -Fix: Forgotten "else" in r10345 (thanks peter1138). draftTue, 26 Jun 2007 20:23:09 +0000, by matthijs
-
(svn r10345) -Fix [FS#290]: Make OPF handle coming out of a tunnel as well as going into a tunnel, to support road vehicles looking back when finding a depot while in a tunnel. draftTue, 26 Jun 2007 20:15:33 +0000, by matthijs
-
(svn r10344) -Fix (r10317): confusion between TRACK_n and TRACK_BIT_n stopped NW/SE slopes being picked up, and compare middle of tile against current z, not previous. draftTue, 26 Jun 2007 20:03:17 +0000, by peter1138
-
(svn r10343) -Cleanup: Add documentation of functions and code-style fix. draftTue, 26 Jun 2007 16:58:40 +0000, by belugas
-
(svn r10342) -Update: WebTranslator2 update to 2007-06-26 18:48:16 draftTue, 26 Jun 2007 16:50:00 +0000, by miham
-
(svn r10341) -Fix (r10236): Only update the timetable when leaving stations if this is a scheduled stop. draftTue, 26 Jun 2007 14:43:41 +0000, by maedhros
-
(svn r10340) -Fix: make sure no industry production can ever hit < 32 with smooth_economy draftTue, 26 Jun 2007 13:46:56 +0000, by truelight
-
(svn r10339) -Fix r10311: if you fix your own name, at least also update your description ;) draftTue, 26 Jun 2007 13:36:00 +0000, by truelight
-
(svn r10338) -Codechange: Show the total time that the timetable will take. draftTue, 26 Jun 2007 11:01:06 +0000, by maedhros