log

age author description
Sat, 14 Feb 2009 18:38:39 +0000 translators (svn r15478) -Update: WebTranslator2 update to 2009-02-14 18:38:28 draft
Sat, 14 Feb 2009 01:42:12 +0000 rubidium (svn r15476) -Fix [FS#2630]: crash when opening the game options when the currently loaded base graphics pack has less than 2 valid graphics files. For example when someone replaces all his/her original base graphics with custom work (but keeps the name) or renames the dos ones to windows or vice versa. draft
Sat, 14 Feb 2009 01:40:26 +0000 rubidium (svn r15475) -Update: do r15474 also for the other languages. draft
Sat, 14 Feb 2009 01:29:18 +0000 rubidium (svn r15474) -Cleanup: remove some (long) unused strings. draft
Fri, 13 Feb 2009 21:24:21 +0000 rubidium (svn r15473) -Fix: add two missing tooltips in the intro gui draft
Fri, 13 Feb 2009 21:19:32 +0000 rubidium (svn r15472) -Fix: consistency of capitalisation of words in the intro gui and of NewGRF. draft
Fri, 13 Feb 2009 18:45:53 +0000 translators (svn r15471) -Update: WebTranslator2 update to 2009-02-13 18:45:45 draft
Fri, 13 Feb 2009 18:43:56 +0000 yexo (svn r15470) -Fix [NoAI]: Check the types of the parameters passed to AddSetting, AddLabels and RegisterAI. draft
Fri, 13 Feb 2009 17:55:45 +0000 rubidium (svn r15469) -Fix (r15468): why doesn't subversion trigger the save of my text editor before doing the commit? draft
Fri, 13 Feb 2009 17:50:33 +0000 rubidium (svn r15468) -Fix: reword the multiplayer tooltip so it doesn't mention the (incorrect) number of players anymore. draft
Fri, 13 Feb 2009 17:17:34 +0000 yexo (svn r15467) -Fix [NoAI]: AIs with an error in their info.nut are no longer available in-game. draft
Fri, 13 Feb 2009 16:25:53 +0000 yexo (svn r15466) -Fix (r15330): The squirrel instance object was freed twice if an info.nut failed to compile. draft
Fri, 13 Feb 2009 02:11:54 +0000 smatz (svn r15465) -Codechange: constify most of AIInfo/AIFileInfo methods, move definition of very simple getters to header file draft
Fri, 13 Feb 2009 01:44:56 +0000 yexo (svn r15464) -Codechange [NoAI]: Call all info.nut functions exactly once and only during initialization. draft
Fri, 13 Feb 2009 01:24:30 +0000 yexo (svn r15463) -Change [API CHANGE]: Replace AIInfo::CanLoadFromVersion(version) with AIInfo::MinVersionToLoad() which should return a single integer, the minimum version the AI is able to load data from. draft
Fri, 13 Feb 2009 00:18:56 +0000 yexo (svn r15462) -Change [NoAI]: Make AIController::GetTick() and AIController::GetSetting() static functions. draft
Thu, 12 Feb 2009 23:47:13 +0000 rubidium (svn r15461) -Fix (r15459): massive removal of strings from serbian. draft
Thu, 12 Feb 2009 22:25:53 +0000 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. draft
Thu, 12 Feb 2009 18:46:07 +0000 translators (svn r15459) -Update: WebTranslator2 update to 2009-02-12 18:45:56 draft
Thu, 12 Feb 2009 18:08:47 +0000 frosch (svn r15458) -Fix: Missing 'static'. draft
Thu, 12 Feb 2009 15:17:10 +0000 rubidium (svn r15457) -Fix: typo in stringid. draft
Thu, 12 Feb 2009 10:42:22 +0000 rubidium (svn r15456) -Fix(ish): add strgen support to add 'directional formatting codes', so one can guide the bidirectional rendering a bit better. draft
Thu, 12 Feb 2009 10:13:30 +0000 rubidium (svn r15455) -Fix: font autodetection didn't occur when directly loading a game via e.g. -g. draft
Wed, 11 Feb 2009 20:41:17 +0000 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.. draft
Wed, 11 Feb 2009 20:09:29 +0000 frosch (svn r15453) -Fix [FS#2450](r14613): Founding industries as OWNER_TOWN resulted in unwanted effects. draft
Wed, 11 Feb 2009 18:50:47 +0000 frosch (svn r15452) -Codechange: Add DC_NO_MODIFY_TOWN_RATING. draft
Wed, 11 Feb 2009 18:49:06 +0000 translators (svn r15451) -Update: WebTranslator2 update to 2009-02-11 18:46:59 draft
Wed, 11 Feb 2009 18:37:13 +0000 peter1138 (svn r15450) -Codechange: Remove unused RailTypesByte, unused RAILTYPES_... enum values, and change INVALID_RAILTYPES to be UINT_MAX. draft
Wed, 11 Feb 2009 18:33:27 +0000 frosch (svn r15449) -Codechange: Rename DC_NO_TOWN_RATING to DC_NO_TEST_TOWN_RATING as that is what it does. draft
Wed, 11 Feb 2009 18:10:12 +0000 peter1138 (svn r15448) -Codechange: Don't show rail types in selection drop downs if they have no label. draft
Wed, 11 Feb 2009 07:17:39 +0000 peter1138 (svn r15447) -Codechange: void functions don't tend to return true if and only if anyway draft
Wed, 11 Feb 2009 02:53:15 +0000 belugas (svn r15446) -Revert(r15445): Seems that "iff" stands for "if and only if". So not much of a typo. draft
Wed, 11 Feb 2009 02:30:08 +0000 belugas (svn r15445) -Fix: little typos draft
Wed, 11 Feb 2009 01:46:09 +0000 rubidium (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. draft
Wed, 11 Feb 2009 01:28:10 +0000 rubidium (svn r15442) -Codechange: don't do magic on magic numbers when you can also use a single named constant. draft
Wed, 11 Feb 2009 00:48:15 +0000 yexo (svn r15441) -Cleanup: Use a return value instead of passing a pointer to where the result should be stored. draft
Tue, 10 Feb 2009 19:22:09 +0000 yexo (svn r15440) -Fix: Backup AIObject::GetAllowDoCommand and restore the old value so AIs can't work around it. draft
Tue, 10 Feb 2009 12:49:12 +0000 smatz (svn r15439) -Fix [FS#2626]: call Vehicle::LeaveStation() before reversing overlength loading train (station triggers were missed, PBS reservation could cause crash) draft
Tue, 10 Feb 2009 04:23:37 +0000 glx (svn r15438) -Fix (r15434): MSVC performance warning draft
Tue, 10 Feb 2009 00:50:04 +0000 belugas (svn r15437) -Codechange: Do not run a code section when you already know it is useless draft
Mon, 09 Feb 2009 22:49:28 +0000 peter1138 (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... draft
Mon, 09 Feb 2009 21:20:05 +0000 rubidium (svn r15434) -Codechange: bit of type safety for the DC_xxx flags. draft
Mon, 09 Feb 2009 20:30:16 +0000 peter1138 (svn r15433) -Fix (r15126): Content download progress bar was not centered properly. draft
Mon, 09 Feb 2009 18:31:10 +0000 translators (svn r15432) -Update: WebTranslator2 update to 2009-02-09 18:30:51 draft
Mon, 09 Feb 2009 10:31:37 +0000 rubidium (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. draft
Mon, 09 Feb 2009 03:07:03 +0000 rubidium (svn r15429) -Change: do r15428 also for the string names. draft
Mon, 09 Feb 2009 02:57:15 +0000 rubidium (svn r15428) -Codechange: consistently use colour instead of having both color and colour. draft
Mon, 09 Feb 2009 02:33:10 +0000 rubidium (svn r15427) -Codechange: give w->caption_color a more sensible name as it holds the owner of whatever is shown in the window draft
Mon, 09 Feb 2009 02:28:31 +0000 glx (svn r15426) -Fix (r15421): wrong grfcodec version was used to generate openttdd.grf draft
Mon, 09 Feb 2009 02:09:47 +0000 rubidium (svn r15425) -Codechange: some color->colour changes and type safety. draft
Mon, 09 Feb 2009 01:22:29 +0000 rubidium (svn r15424) -Codechange: make it possible to have multiple windows with edit box open simultaniously (Zuu). draft
Mon, 09 Feb 2009 01:06:23 +0000 rubidium (svn r15423) -Codechange: split widget related types to their own header and add a bit of type strictness. draft
Sun, 08 Feb 2009 23:06:56 +0000 rubidium (svn r15422) -Fix [FS#2623] (r15383): loading NewGRFs before copying the settings. draft
Sun, 08 Feb 2009 20:11:59 +0000 michi_cc (svn r15421) -Change: Replace the path signal sprites borrowed from TTDPatch with our own custom sprites. draft
Sun, 08 Feb 2009 18:29:22 +0000 peter1138 (svn r15418) -Codechange: Add action7/9 support to detect available rail type labels draft
Sun, 08 Feb 2009 18:11:06 +0000 peter1138 (svn r15417) -Codechange: Add default rail type labels and support for per-GRF translation table. draft
Sun, 08 Feb 2009 17:46:08 +0000 rubidium (svn r15416) -Fix (r15412): revert the removal of the road side drop down box handling. draft
Sun, 08 Feb 2009 16:03:17 +0000 rubidium (svn r15415) -Change: close the (station) joiner window when pressing the bulldozer. draft
Sun, 08 Feb 2009 16:00:57 +0000 rubidium (svn r15414) -Codechange: s/delete FindWindowById/DeleteWindowById/ draft
Sun, 08 Feb 2009 15:45:34 +0000 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. draft