Mercurial > hg > openttd
graph
-
(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
-
(svn r15434) -Codechange: bit of type safety for the DC_xxx flags. draftMon, 09 Feb 2009 21:20:05 +0000, by rubidium
-
(svn r15433) -Fix (r15126): Content download progress bar was not centered properly. draftMon, 09 Feb 2009 20:30:16 +0000, by peter1138
-
(svn r15432) -Update: WebTranslator2 update to 2009-02-09 18:30:51 draftMon, 09 Feb 2009 18:31:10 +0000, by translators
-
(svn r15431) -Fix (r15425): wrongly added assertion due to unneeded & 0xFF. Now use the same method of handling the colour as it would do when drawing a string instead of a character. draftMon, 09 Feb 2009 10:31:37 +0000, by rubidium
-
(svn r15429) -Change: do r15428 also for the string names. draftMon, 09 Feb 2009 03:07:03 +0000, by rubidium
-
(svn r15428) -Codechange: consistently use colour instead of having both color and colour. draftMon, 09 Feb 2009 02:57:15 +0000, by rubidium
-
(svn r15427) -Codechange: give w->caption_color a more sensible name as it holds the owner of whatever is shown in the window draftMon, 09 Feb 2009 02:33:10 +0000, by rubidium
-
(svn r15426) -Fix (r15421): wrong grfcodec version was used to generate openttdd.grf draftMon, 09 Feb 2009 02:28:31 +0000, by glx
-
(svn r15425) -Codechange: some color->colour changes and type safety. draftMon, 09 Feb 2009 02:09:47 +0000, by rubidium
-
(svn r15424) -Codechange: make it possible to have multiple windows with edit box open simultaniously (Zuu). draftMon, 09 Feb 2009 01:22:29 +0000, by rubidium
-
(svn r15423) -Codechange: split widget related types to their own header and add a bit of type strictness. draftMon, 09 Feb 2009 01:06:23 +0000, by rubidium
-
(svn r15422) -Fix [FS#2623] (r15383): loading NewGRFs before copying the settings. draftSun, 08 Feb 2009 23:06:56 +0000, by rubidium
-
(svn r15421) -Change: Replace the path signal sprites borrowed from TTDPatch with our own custom sprites. draftSun, 08 Feb 2009 20:11:59 +0000, by michi_cc
-
(svn r15418) -Codechange: Add action7/9 support to detect available rail type labels draftSun, 08 Feb 2009 18:29:22 +0000, by peter1138
-
(svn r15417) -Codechange: Add default rail type labels and support for per-GRF translation table. draftSun, 08 Feb 2009 18:11:06 +0000, by peter1138
-
(svn r15416) -Fix (r15412): revert the removal of the road side drop down box handling. draftSun, 08 Feb 2009 17:46:08 +0000, by rubidium
-
(svn r15415) -Change: close the (station) joiner window when pressing the bulldozer. draftSun, 08 Feb 2009 16:03:17 +0000, by rubidium
-
(svn r15414) -Codechange: s/delete FindWindowById/DeleteWindowById/ draftSun, 08 Feb 2009 16:00:57 +0000, by rubidium
-
(svn r15413) -Fix [FS#2529/2533]: inconsistencies between station and bridge building w.r.t. tile selection and when the window should be closed. draftSun, 08 Feb 2009 15:45:34 +0000, by rubidium
-
(svn r15412) -Fix: Clearing custom engine names could cause desyncs due to be client-side only; GUI parts of save/load of custom engine names also removed as it was never implemented. draftSun, 08 Feb 2009 12:58:14 +0000, by peter1138
-
(svn r15411) -Feature(ttette): make 'set' a alias for the setting/patch console command draftSun, 08 Feb 2009 12:42:45 +0000, by rubidium
-
(svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability. draftSun, 08 Feb 2009 12:25:13 +0000, by rubidium
-
(svn r15408) -Fix (r15027): AIs could call AIController::Sleep() at times they're not allowed to sleep. draftSun, 08 Feb 2009 11:34:51 +0000, by Yexo
-
(svn r15406) -Fix: make Valuate actually cost a few opcodes to not make it a single opcode method of doing lots of the same thing. This should resolve most of the hiccups caused by AIs. draftSun, 08 Feb 2009 01:51:48 +0000, by rubidium
-
(svn r15404) -Cleanup [YAPF]: A tiny bit of const correctness. draftSun, 08 Feb 2009 01:10:48 +0000, by michi_cc
-
(svn r15403) -Update: WebTranslator2 update to 2009-02-07 18:48:00 draftSat, 07 Feb 2009 18:48:25 +0000, by translators
-
(svn r15402) -Codechange: verify _current_company didn't change when executing a command draftSat, 07 Feb 2009 18:09:30 +0000, by smatz
-
(svn r15401) -Fix [FS#2619](r15027): AI::Stop changed _current_company, but didn't restore its original value draftSat, 07 Feb 2009 17:01:44 +0000, by smatz
-
(svn r15399) -Fix [FS#2617]: For articulated parts v->cargo_type == CT_INVALID is possible. draftSat, 07 Feb 2009 16:17:03 +0000, by frosch
-
(svn r15398) -Fix (r14135): _current_company shouldn't be used in GUI code (Swallow) draftSat, 07 Feb 2009 16:11:21 +0000, by smatz
-
(svn r15397) -Fix [FS#2618]: a town could build a statue under a bridge. draftSat, 07 Feb 2009 16:02:29 +0000, by rubidium
-
(svn r15396) -Fix [FS#2601](r15027): since AIs can have vehicle groups now, convert the groups correctly draftSat, 07 Feb 2009 13:53:38 +0000, by smatz
-
(svn r15395) -Fix [FS#2611] (r15377): one couldn't reset companies anymore in a 'dedicated' server. draftSat, 07 Feb 2009 12:02:13 +0000, by rubidium
-
(svn r15394) -Fix (r15389): no new line at end of line warning draftSat, 07 Feb 2009 03:31:48 +0000, by glx
-
(svn r15392) -Codechange: move the spec getter to a place where it's only required, without the use of extern draftSat, 07 Feb 2009 02:38:32 +0000, by belugas
-
(svn r15391) -Fix (r14997): loading font sprites should not trigger a palette conversion. draftSat, 07 Feb 2009 02:29:08 +0000, by rubidium
-
(svn r15390) -Cleanup: Remove old hack that wasn't used anymore. draftSat, 07 Feb 2009 01:17:15 +0000, by Yexo
-
(svn r15389) -Feature: Add ability to select which base graphics set is used from the Game Options window. The change takes effect when the window is closed. This option can only be used from the intro menu, as reloading graphics during a game may cause issues. draftSat, 07 Feb 2009 01:01:02 +0000, by peter1138
-
(svn r15388) -Change: unify the way Ctrl+Click is written. draftSat, 07 Feb 2009 00:45:24 +0000, by rubidium
-
(svn r15387) -Codechange: Add a drop down list item type for char* strings. draftSat, 07 Feb 2009 00:37:35 +0000, by peter1138