Mercurial > hg > openttd
graph
-
(svn r15676) -Codechange: remove the need for BeginVehicleMove and merge VehiclePositionChanged and EndVehicleMove. draftWed, 11 Mar 2009 20:43:14 +0000, by rubidium
-
(svn r15675) -Codechange: don't unnecessarily mark vehicles dirty before deleting them; it already happens in the destructor. draftWed, 11 Mar 2009 19:50:19 +0000, by rubidium
-
(svn r15674) -Update: WebTranslator2 update to 2009-03-11 18:52:10 draftWed, 11 Mar 2009 18:52:19 +0000, by translators
-
(svn r15673) -Fix: it was not possible to compile a win32 dedicated server (even if 'configure --enable-dedicated' passed) draftWed, 11 Mar 2009 17:40:49 +0000, by glx
-
(svn r15672) -Codechange: (left,right,top,bottom)_coord -> coord.(left,right,top,bottom), i.e. use Rect. draftWed, 11 Mar 2009 17:26:58 +0000, by rubidium
-
(svn r15671) -Codechange: bit of coding style/clarification. draftWed, 11 Mar 2009 15:00:40 +0000, by rubidium
-
(svn r15670) -Fix (r15601): The owner of both the road and of the tram tracks was checked, but not the owner of the road itself. draftWed, 11 Mar 2009 10:58:42 +0000, by yexo
-
(svn r15667) -Fix (r15601)[FS#2718]: It was possible to remove rail tunnels/bridges and aqueducts build by rival companies. draftTue, 10 Mar 2009 23:16:45 +0000, by yexo
-
(svn r15666) -Fix [FS#2689]: sorting of engines in the purchase list didn't use the same numbers as the GUI showed, e.g. articulated parts weren't taken into accound when ordering by capacity. draftTue, 10 Mar 2009 21:17:00 +0000, by rubidium
-
(svn r15665) -Fix (r8973): Handling of aircraft crash counter did not take account of the reduced number of calls (from 6 down to 2) to the aircraft event handler, resulting in crashed aircraft taking three times longer than they should to clear. Compensate by increasing the counter by 3 on every call instead of 1. draftTue, 10 Mar 2009 18:54:33 +0000, by peter1138
-
(svn r15664) -Fix [FS#2716]: as always windows needs special handling when strings are involved draftTue, 10 Mar 2009 14:54:46 +0000, by glx
-
(svn r15663) -Fix: growing of vsize as (some) threads weren't properly released. draftTue, 10 Mar 2009 11:12:03 +0000, by rubidium
-
(svn r15662) -Fix (r11795): Don't mark a company as having ratings in a town when querying the cost of a command. draftTue, 10 Mar 2009 06:53:00 +0000, by peter1138
-
(svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse) draftMon, 09 Mar 2009 23:27:38 +0000, by rubidium
-
(svn r15659) -Fix [Squirrel]: The garbage collection would sometimes loop (2^32 - small_value) times instead of only small_value times. draftMon, 09 Mar 2009 23:08:23 +0000, by yexo
-
(svn r15658) -Fix [NoAI]: Rewrite AIAbstractList::Valuate to make it more readable and fix a crash if no parameters are given to that function. draftMon, 09 Mar 2009 22:14:47 +0000, by yexo
-
(svn r15657) -Fix [FS#2716]: undeterministic file sorting when the date is equal for all files draftMon, 09 Mar 2009 21:55:17 +0000, by rubidium
-
(svn r15656) -Fix: Changing dynamic_engines also requires reloading newgrfs as well as resetting the OverrideManager. draftMon, 09 Mar 2009 21:33:05 +0000, by frosch
-
(svn r15655) -Codechange: Initialise vehicle vars only after a placement new so possible default constructors don't overwrite the values. draftMon, 09 Mar 2009 19:14:36 +0000, by michi_cc
-
(svn r15654) -Fix: Only ever call any vehicle callbacks after the whole articulated engine has been built. (except 0x16) draftMon, 09 Mar 2009 18:56:50 +0000, by frosch
-
(svn r15653) -Update: WebTranslator2 update to 2009-03-09 18:42:57 draftMon, 09 Mar 2009 18:43:05 +0000, by translators
-
(svn r15652) -Fix [FS#2706]: new (this) is seldom a good idea as destructors of member variables aren't run causing memory leaks. draftMon, 09 Mar 2009 18:41:54 +0000, by michi_cc
-
(svn r15651) -Codechange: Codestyle and comments. draftMon, 09 Mar 2009 13:38:00 +0000, by peter1138
-
(svn r15650) -Codechange: Use a ReusableBuffer for loading NewGRF pseudo-sprites into instead of using malloc()/free() for every single one. draftMon, 09 Mar 2009 13:06:49 +0000, by peter1138
-
(svn r15649) -Fix (r15556): don't unnecessarily reallocate draftMon, 09 Mar 2009 09:38:00 +0000, by rubidium
-
(svn r15648) -Fix (r14773): hack around an OSX stupidity in < 10.4 w.r.t. signals by not having any signal handling support for OSX < 10.4. Thanks to PearPC and TrueBrain's OSX compiler. draftSun, 08 Mar 2009 23:06:41 +0000, by rubidium
-
(svn r15647) -Update: WebTranslator2 update to 2009-03-08 18:32:50 draftSun, 08 Mar 2009 18:33:05 +0000, by translators
-
(svn r15645) -Fix (r12924)[FS#2612]: Add an EngineOverrideManager to give the term 'compatible newgrf' again some sense and to not crash because of trivial changes. draftSun, 08 Mar 2009 16:51:08 +0000, by frosch
-
(svn r15644) -Fix [FS#2710]: closing a network connection twice in the case that sending packets starts failing while disconnecting draftSun, 08 Mar 2009 16:14:14 +0000, by rubidium
-
(svn r15643) -Fix [FS#2711]: be more strict with zeroing unused map array bits draftSun, 08 Mar 2009 16:10:39 +0000, by smatz
-
(svn r15642) -Codechange: use a default parameter value in CalcClosestTownFromTile draftSun, 08 Mar 2009 01:20:11 +0000, by smatz
-
(svn r15641) -Fix: some gcc compilers seem to be chosing the C++ standard for strrchr, others the C standard... draftSat, 07 Mar 2009 23:02:28 +0000, by rubidium
-
(svn r15640) -Fix [FS#2712]: game crashes when network pools are empty, so always allocate at least one pool block draftSat, 07 Mar 2009 22:40:47 +0000, by smatz
-
(svn r15639) -Change: When you disable "Towns are allowed to build roads", pressing "Expand" in the town window in the scenario editor will no longer build roads. draftSat, 07 Mar 2009 21:36:13 +0000, by yexo
-
(svn r15637) -Fix: when you try to protect something from doing something it shouldn't be doing, make sure that the actions happening after that, doesn't start doing what it shouldn't be doing. This of course would only happen in rare corner cases. draftSat, 07 Mar 2009 20:53:32 +0000, by truebrain
-
(svn r15636) -Update: WebTranslator2 update to 2009-03-07 18:58:32 draftSat, 07 Mar 2009 18:58:35 +0000, by translators
-
(svn r15634) -Fix (r15632): some compilers seem to warn about the return value of fscanf. draftSat, 07 Mar 2009 17:57:54 +0000, by rubidium
-
(svn r15633) -Fix (r15632): apparently there are several conflicting definitions of the arguments / return values of strrchr. draftFri, 06 Mar 2009 21:07:01 +0000, by yexo
-
(svn r15632) -Feature: allow downloading scenarios and heightmaps via bananas. draftFri, 06 Mar 2009 19:33:45 +0000, by rubidium
-
(svn r15631) -Update: WebTranslator2 update to 2009-03-06 18:47:57 draftFri, 06 Mar 2009 18:48:10 +0000, by translators
-
(svn r15630) -Fix (r15027): Make sure OpenTTD loads the dummy AI script when no other AI is available instead of a non-existing file. draftFri, 06 Mar 2009 15:20:18 +0000, by yexo
-
(svn r15629) -Fix (r15027): Validate strings that are passed from squirrel to the API, not strings passed from the API to squirrel. draftFri, 06 Mar 2009 14:21:26 +0000, by yexo
-
(svn r15628) -Fix [FS#2705]: kicking/banning a client from the Client list window crashed the server draftFri, 06 Mar 2009 12:42:01 +0000, by smatz
-
(svn r15627) -Documentation: Add two Doxygen strings (Alberth). draftFri, 06 Mar 2009 03:01:35 +0000, by belugas
-
(svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns. draftFri, 06 Mar 2009 01:23:25 +0000, by rubidium
-
(svn r15624) -Fix (r15621): warning about comparing signed and unsigned integer types draftThu, 05 Mar 2009 22:55:47 +0000, by smatz
-
(svn r15623) -Fix (r15615): close the files you've opened draftThu, 05 Mar 2009 22:14:27 +0000, by rubidium
-
(svn r15621) -Feature: When cloning a vehicle with a custom name, add and/or increment a number at the end of name and assign it to the new vehicle (for emma) draftThu, 05 Mar 2009 17:37:56 +0000, by peter1138
-
(svn r15620) -Fix[FS#2699]: Error in documentation (Conditional Zenith). draftThu, 05 Mar 2009 17:21:42 +0000, by belugas
-
(svn r15619) -Fix [FS#2701]: When trying to reserve a self-crossing path the failed reservation was sometimes not cleared completely. draftThu, 05 Mar 2009 16:14:56 +0000, by michi_cc
-
(svn r15618) -Cleanup: remove unneeded (empty) scenario directory. draftWed, 04 Mar 2009 23:46:47 +0000, by rubidium
-
(svn r15616) -Change [API CHANGE]: Rename AIOrder::ChangeOrder() to AIOrder::SetOrderFlags(). draftWed, 04 Mar 2009 23:12:48 +0000, by yexo