Mercurial > hg > openttd
graph
-
(svn r15466) -Fix (r15330): The squirrel instance object was freed twice if an info.nut failed to compile. draftFri, 13 Feb 2009 16:25:53 +0000, by yexo
-
(svn r15465) -Codechange: constify most of AIInfo/AIFileInfo methods, move definition of very simple getters to header file draftFri, 13 Feb 2009 02:11:54 +0000, by smatz
-
(svn r15464) -Codechange [NoAI]: Call all info.nut functions exactly once and only during initialization. draftFri, 13 Feb 2009 01:44:56 +0000, by yexo
-
(svn r15462) -Change [NoAI]: Make AIController::GetTick() and AIController::GetSetting() static functions. draftFri, 13 Feb 2009 00:18:56 +0000, by yexo
-
(svn r15461) -Fix (r15459): massive removal of strings from serbian. draftThu, 12 Feb 2009 23:47:13 +0000, by rubidium
-
(svn r15460) -Fix [NoAI]: don't require an instance to exist in the scope for static functions and limit exposure of the internal function GetClassName. draftThu, 12 Feb 2009 22:25:53 +0000, by rubidium
-
(svn r15459) -Update: WebTranslator2 update to 2009-02-12 18:45:56 draftThu, 12 Feb 2009 18:46:07 +0000, by translators
-
(svn r15456) -Fix(ish): add strgen support to add 'directional formatting codes', so one can guide the bidirectional rendering a bit better. draftThu, 12 Feb 2009 10:42:22 +0000, by rubidium
-
(svn r15455) -Fix: font autodetection didn't occur when directly loading a game via e.g. -g. draftThu, 12 Feb 2009 10:13:30 +0000, by rubidium
-
(svn r15454) -Fix [FS#2614]: towns did not know about build_on_slopes in some cases, or made decisions on the 'original' slope instead the slope after applying the foundation.. draftWed, 11 Feb 2009 20:41:17 +0000, by rubidium
-
(svn r15453) -Fix [FS#2450](r14613): Founding industries as OWNER_TOWN resulted in unwanted effects. draftWed, 11 Feb 2009 20:09:29 +0000, by frosch
-
(svn r15452) -Codechange: Add DC_NO_MODIFY_TOWN_RATING. draftWed, 11 Feb 2009 18:50:47 +0000, by frosch
-
(svn r15451) -Update: WebTranslator2 update to 2009-02-11 18:46:59 draftWed, 11 Feb 2009 18:49:06 +0000, by translators
-
(svn r15450) -Codechange: Remove unused RailTypesByte, unused RAILTYPES_... enum values, and change INVALID_RAILTYPES to be UINT_MAX. draftWed, 11 Feb 2009 18:37:13 +0000, by peter1138
-
(svn r15449) -Codechange: Rename DC_NO_TOWN_RATING to DC_NO_TEST_TOWN_RATING as that is what it does. draftWed, 11 Feb 2009 18:33:27 +0000, by frosch
-
(svn r15448) -Codechange: Don't show rail types in selection drop downs if they have no label. draftWed, 11 Feb 2009 18:10:12 +0000, by peter1138
-
(svn r15447) -Codechange: void functions don't tend to return true if and only if anyway draftWed, 11 Feb 2009 07:17:39 +0000, by peter1138
-
(svn r15446) -Revert(r15445): Seems that "iff" stands for "if and only if". So not much of a typo. draftWed, 11 Feb 2009 02:53:15 +0000, by belugas
-
(svn r15444) -Fix (r15425): the chat messages gone gray. That gray colour was technically right. The string contained {GRAY}, but due to a latent bug (accidentally fixed in r15425) in the string drawing routing the gray would be interpreted as use palette colour 14, which is a white. draftWed, 11 Feb 2009 01:46:09 +0000, by rubidium
-
(svn r15442) -Codechange: don't do magic on magic numbers when you can also use a single named constant. draftWed, 11 Feb 2009 01:28:10 +0000, by rubidium
-
(svn r15441) -Cleanup: Use a return value instead of passing a pointer to where the result should be stored. draftWed, 11 Feb 2009 00:48:15 +0000, by yexo
-
(svn r15440) -Fix: Backup AIObject::GetAllowDoCommand and restore the old value so AIs can't work around it. draftTue, 10 Feb 2009 19:22:09 +0000, by yexo
-
(svn r15439) -Fix [FS#2626]: call Vehicle::LeaveStation() before reversing overlength loading train (station triggers were missed, PBS reservation could cause crash) draftTue, 10 Feb 2009 12:49:12 +0000, by smatz
-
(svn r15437) -Codechange: Do not run a code section when you already know it is useless draftTue, 10 Feb 2009 00:50:04 +0000, by belugas
-
(svn r15436) -Codechange: Return index of station spec within station class as a return parameter of GetCustomStationSpecByGrf(), as the index is already known. Saves on an extra loop and an extern... draftMon, 09 Feb 2009 22:49:28 +0000, by peter1138