log

age author description
Tue, 15 Nov 2011 00:25:17 +0000 frosch (svn r23226) -Fix (r23219): If you find a file, also use it. draft
Mon, 14 Nov 2011 21:58:19 +0000 rubidium (svn r23225) -Fix: create the newgrf/baseset/ai directories in the personal directory so the user has some clue where to place the different files draft
Mon, 14 Nov 2011 21:42:54 +0000 rubidium (svn r23224) -Codechange: first load the config file partially so we can push scanning AIs to later in the process (when the GUI is showing the progress bar) draft
Mon, 14 Nov 2011 21:41:23 +0000 rubidium (svn r23223) -Codechange: store the last newgrf count in the misc section draft
Mon, 14 Nov 2011 21:40:39 +0000 rubidium (svn r23222) -Codechange: reduce tar scanning calls to the bare minimum draft
Mon, 14 Nov 2011 21:39:14 +0000 rubidium (svn r23221) -Codechange: update the documentation and installers regarding the new directories draft
Mon, 14 Nov 2011 21:38:36 +0000 rubidium (svn r23220) -Change: move the baseset files to their new location draft
Mon, 14 Nov 2011 21:34:27 +0000 rubidium (svn r23219) -Change: different directories for basesets and newgrfs. So data to baseset or newgrf, and gm to baseset draft
Mon, 14 Nov 2011 21:32:10 +0000 rubidium (svn r23218) -Codechange: prepare code for a separate base set directory draft
Mon, 14 Nov 2011 21:30:37 +0000 rubidium (svn r23217) -Codechange: introduce the concept of scanning only in a limited set of sub directories draft
Mon, 14 Nov 2011 21:28:43 +0000 rubidium (svn r23216) -Codechange: introduce the concept of having different tar lists draft
Mon, 14 Nov 2011 20:38:56 +0000 rubidium (svn r23215) -Codechange: stricter type safety for CommandFlags draft
Mon, 14 Nov 2011 19:24:22 +0000 rubidium (svn r23214) -Codechange: for base media sets pass the "search in tars" parameter to determine what to do draft
Mon, 14 Nov 2011 18:45:17 +0000 translators (svn r23213) -Update from WebTranslator v3.0: draft
Mon, 14 Nov 2011 16:09:58 +0000 frosch (svn r23212) -Fix [FS#4834] (r22980): Deleting groups did not update statistics of DEFAULT group. draft
Mon, 14 Nov 2011 10:42:47 +0000 planetmaker (svn r23211) -Fix: Invalidate build vehicle window when changing the setting for wagon speed limits draft
Sun, 13 Nov 2011 20:52:39 +0000 rubidium (svn r23210) -Codechange: generate the GetClassName function for the AI classes programmatically draft
Sun, 13 Nov 2011 20:43:48 +0000 truebrain (svn r23209) -Codechange: track the current active script instance directly, instead of assuming the current company points you to the right one. draft
Sun, 13 Nov 2011 20:42:24 +0000 truebrain (svn r23208) -Codechange: mark function with /* static */ in the source file, which are defined static in the header file draft
Sun, 13 Nov 2011 20:41:17 +0000 truebrain (svn r23207) -Codechange: make functions private/protected/public depending on their current usage (and reorder functions a bit) draft
Sun, 13 Nov 2011 20:39:48 +0000 truebrain (svn r23206) -Change: ignore .svn in .hgignore, and .hg in svn:ignore draft
Sun, 13 Nov 2011 18:45:20 +0000 translators (svn r23205) -Update from WebTranslator v3.0: draft
Sun, 13 Nov 2011 17:11:42 +0000 rubidium (svn r23204) -Fix (r23201): if you rename a constant, then also rename it in the helper scripts that use it draft
Sun, 13 Nov 2011 12:53:46 +0000 rubidium (svn r23203) -Change: make locks more consistently looking (PaulC) draft
Sat, 12 Nov 2011 19:26:53 +0000 rubidium (svn r23202) -Fix [FS#4829]: unstable sorting in the network list when two servers had the exact same name draft
Sat, 12 Nov 2011 18:48:21 +0000 yexo (svn r23201) -Doc: [NoAI] Hide all contents of AIObject from the API documentation as AIs were never able to use it anyway draft
Sat, 12 Nov 2011 18:45:21 +0000 translators (svn r23200) -Update from WebTranslator v3.0: draft
Sat, 12 Nov 2011 18:06:34 +0000 rubidium (svn r23199) -Fix [FS#4822]: oil rigs that "expired" did not get removed from the station list draft
Sat, 12 Nov 2011 13:00:29 +0000 rubidium (svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free draft
Sat, 12 Nov 2011 10:26:37 +0000 smatz (svn r23197) -Fix: -Wno-narrowing didn't have any effect anymore draft
Sat, 12 Nov 2011 10:21:00 +0000 smatz (svn r23196) -Fix: GCC 4.7 compilation draft
Sat, 12 Nov 2011 08:37:12 +0000 rubidium (svn r23195) -Codechange: if we really need to cast away constness, use const_cast draft
Sat, 12 Nov 2011 08:26:30 +0000 rubidium (svn r23194) -Codechange: don't cast away const needlessly draft
Sat, 12 Nov 2011 08:10:22 +0000 rubidium (svn r23193) -Codechange: don't cast away const unneededly draft
Sat, 12 Nov 2011 07:58:22 +0000 rubidium (svn r23192) -Codechange: don't cast away const needlessly draft
Fri, 11 Nov 2011 19:47:28 +0000 rubidium (svn r23191) -Fix: GCC 4.7 compilation warnings related to narrowing in palettes draft
Fri, 11 Nov 2011 18:59:47 +0000 rubidium (svn r23190) -Fix: compile error due to Squirrel define messing up another included file draft
Fri, 11 Nov 2011 18:45:45 +0000 translators (svn r23189) -Update from WebTranslator v3.0: draft
Fri, 11 Nov 2011 18:01:41 +0000 yexo (svn r23188) -Fix (r23168): fences on steep slopes were broken draft
Thu, 10 Nov 2011 20:07:14 +0000 yexo (svn r23187) -Fix (r23186): MSVC allowed non-const where const was mandatory draft
Thu, 10 Nov 2011 19:40:49 +0000 yexo (svn r23186) -Fix [FS#4830]: [Squirrel] replace custom qsort by std::sort to fix stack overflow draft
Thu, 10 Nov 2011 18:45:32 +0000 translators (svn r23185) -Update from WebTranslator v3.0: draft
Thu, 10 Nov 2011 18:09:40 +0000 rubidium (svn r23184) -Cleanup: remove the removed strings from the translations as well draft
Thu, 10 Nov 2011 18:09:09 +0000 rubidium (svn r23183) -Codechange: merge BRIBE_FAILED and BRIBE_FAILED_2 messages (monoid) draft
Thu, 10 Nov 2011 18:07:56 +0000 yexo (svn r23182) -Feature: allow translatable readme files draft
Thu, 10 Nov 2011 18:00:50 +0000 rubidium (svn r23181) -Cleanup: remove some unused strings (monoid) draft
Thu, 10 Nov 2011 17:58:55 +0000 rubidium (svn r23180) -Cleanup: remove traces of having to double click on the NewGRF for changing the parameters draft
Thu, 10 Nov 2011 17:55:52 +0000 rubidium (svn r23179) -Codechange: use some tooltips that already existed (monoid) draft
Thu, 10 Nov 2011 06:15:03 +0000 rubidium (svn r23178) -Feature [FS#4780]: in-game readme.txt readmer (LordAro) draft
Wed, 09 Nov 2011 18:45:33 +0000 translators (svn r23177) -Update from WebTranslator v3.0: draft
Wed, 09 Nov 2011 16:41:36 +0000 frosch (svn r23176) -Codechange: Deduplicate code between Engine::DetermineCapacity() and Engine::GetDisplayDefaultCapacity(). draft
Wed, 09 Nov 2011 16:40:36 +0000 frosch (svn r23175) -Codechange: Refactor Engine::DetermineCapacity(). draft
Wed, 09 Nov 2011 16:39:34 +0000 frosch (svn r23174) -Codechange: Deduplicate code between GetEngineProperty() and GetVehicleProperty(). draft
Wed, 09 Nov 2011 16:38:50 +0000 frosch (svn r23173) -Codechange: Rename GetVehicleCapacity() to Engine::DetermineCapacity(). draft
Wed, 09 Nov 2011 11:44:12 +0000 yexo (svn r23172) -Fix (r23088) [FS#4831]: crash when looking at orders from a vehicle that's not in your company draft
Wed, 09 Nov 2011 00:51:50 +0000 frosch (svn r23171) -Fix (r23142): Fix comment. draft
Tue, 08 Nov 2011 21:51:53 +0000 yexo (svn r23170) -Doc (r23169): add he new value to the AI changelog draft
Tue, 08 Nov 2011 21:48:00 +0000 yexo (svn r23169) -Feature: [NoAI] AICONFIG_AI_DEVELOPER flags to hide AI settings unless gui.ai_developer_tools is enabled (Zuu) draft
Tue, 08 Nov 2011 19:48:47 +0000 yexo (svn r23168) -Feature [FS#1824]: always draw fences around field tiles draft
Tue, 08 Nov 2011 19:44:41 +0000 rubidium (svn r23167) -Codechange [FS#4818]: make IsTunnelInWay z parameters signed as well (hackalittlebit) draft