------------------------------------------------------------------------ r16371 | alberth | 2009-05-21 17:45:12 +0000 (Thu, 21 May 2009) | 1 line -Codechange (r16367): Properly align comments. ------------------------------------------------------------------------ r16370 | alberth | 2009-05-21 16:26:38 +0000 (Thu, 21 May 2009) | 1 line -Doc: Improvements to the nested widgets documentation, added explanation about computations, fixed typo in param description. ------------------------------------------------------------------------ r16369 | alberth | 2009-05-21 16:14:04 +0000 (Thu, 21 May 2009) | 1 line -Codechange: Renaming ComputeMinimalSize() to SetupSmallestSize(), and AssignMinimalPosition() to AssignSizePosition(), they do not compute minimal size anymore. ------------------------------------------------------------------------ r16368 | alberth | 2009-05-21 16:00:52 +0000 (Thu, 21 May 2009) | 1 line -Codechange: Only leaf widgets use min_x and min_y. ------------------------------------------------------------------------ r16367 | alberth | 2009-05-21 15:48:27 +0000 (Thu, 21 May 2009) | 1 line -Codechange: Do not use min_x and min_y for storing smallest size to allow initialization more than once. ------------------------------------------------------------------------ r16366 | frosch | 2009-05-21 13:05:48 +0000 (Thu, 21 May 2009) | 1 line -Fix: Use a valid StringID as fall-back when undefined generic newgrf strings of vehicles are requested. ------------------------------------------------------------------------ r16363 | peter1138 | 2009-05-21 07:29:50 +0000 (Thu, 21 May 2009) | 2 lines -Fix: The previously selected newgrf station type was still remembered after switching to a different game without newstations enabled, preventing stations from being built. ------------------------------------------------------------------------ r16362 | translators | 2009-05-20 17:30:30 +0000 (Wed, 20 May 2009) | 11 lines -Update: WebTranslator2 update to 2009-05-20 17:30:16 catalan - 2 fixed by arnaullv (2) czech - 2 fixed by Hadez (2) dutch - 2 fixed by habell (2) finnish - 2 fixed by jpx_ (2) german - 2 fixed by planetmaker (2) hungarian - 2 fixed by oklmernok (2) italian - 2 fixed by lorenzodv (2) japanese - 20 fixed by ickoonite (20) turkish - 2 fixed by Emin (2) ------------------------------------------------------------------------ r16361 | rubidium | 2009-05-19 21:25:20 +0000 (Tue, 19 May 2009) | 2 lines -Fix: pointer incremented with wrong count ------------------------------------------------------------------------ r16360 | rubidium | 2009-05-19 21:20:14 +0000 (Tue, 19 May 2009) | 2 lines -Codechange: don't use _network_playas as a 'second' _local_company, but only as a storage location for the company you want to join in MP. ------------------------------------------------------------------------ r16359 | smatz | 2009-05-19 19:26:03 +0000 (Tue, 19 May 2009) | 1 line -Codechange: don't abuse company 0 when determining 'cost to clear land' in the LandInfoWindow ------------------------------------------------------------------------ r16358 | glx | 2009-05-19 17:04:42 +0000 (Tue, 19 May 2009) | 1 line -Fix (r16343): strdup doesn't like NULL ------------------------------------------------------------------------ r16357 | smatz | 2009-05-19 12:47:47 +0000 (Tue, 19 May 2009) | 1 line -Codechange: delete invalid depots in TTD savegames caused by improper SVXConverter conversions ------------------------------------------------------------------------ r16356 | smatz | 2009-05-19 08:21:37 +0000 (Tue, 19 May 2009) | 1 line -Codechange: use 'size_t' instead of 'uint' as parameter of functions in mem_func.hpp ------------------------------------------------------------------------ r16354 | smatz | 2009-05-18 19:32:16 +0000 (Mon, 18 May 2009) | 1 line -Codechange: use 'new' pool accessors and methods for Engine too ------------------------------------------------------------------------ r16353 | smatz | 2009-05-18 17:40:03 +0000 (Mon, 18 May 2009) | 1 line -Fix (r1): invalid read when OTTD savegame contains VEH_INVALID ------------------------------------------------------------------------ r16352 | smatz | 2009-05-18 16:21:28 +0000 (Mon, 18 May 2009) | 1 line -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsValidID() and PoolItem::Get() ------------------------------------------------------------------------ r16351 | smatz | 2009-05-18 12:01:13 +0000 (Mon, 18 May 2009) | 1 line -Fix (r14773): signal handler could end in endless loop ------------------------------------------------------------------------ r16350 | smatz | 2009-05-18 01:35:15 +0000 (Mon, 18 May 2009) | 1 line -Codechange: make some 'rail track is present' checks more 'secure' ------------------------------------------------------------------------ r16349 | smatz | 2009-05-18 01:26:23 +0000 (Mon, 18 May 2009) | 1 line -Codechange: rename IsPlainRailTile() to IsPlainRail(), introduce shiny new IsPlainRailTile() ------------------------------------------------------------------------ r16348 | smatz | 2009-05-18 00:33:24 +0000 (Mon, 18 May 2009) | 1 line -Fix (r16280): buoys with invalid station ID could be left in the game ------------------------------------------------------------------------ r16347 | rubidium | 2009-05-17 20:38:22 +0000 (Sun, 17 May 2009) | 2 lines -Cleanup: remove some unused defines from oldpool.h. ------------------------------------------------------------------------ r16346 | rubidium | 2009-05-17 20:38:05 +0000 (Sun, 17 May 2009) | 2 lines -Codechange: don't exploit the pool system in the way done for the saveload pool; it makes writing replacements unnecessarily difficult. And now we've got SmallVector that does more than enough for saving with less lines of 'interface' code. ------------------------------------------------------------------------ r16345 | rubidium | 2009-05-17 19:36:28 +0000 (Sun, 17 May 2009) | 2 lines -Codechange: replace the Sound(Entry) pool with a simple vector of SoundEntries. ------------------------------------------------------------------------ r16344 | rubidium | 2009-05-17 19:27:50 +0000 (Sun, 17 May 2009) | 2 lines -Codechange: s/FileEntry/SoundEntry/ ------------------------------------------------------------------------ r16343 | frosch | 2009-05-17 19:14:22 +0000 (Sun, 17 May 2009) | 1 line -Fix (r16066): Invalid free on exit after changing base graphics set in game. ------------------------------------------------------------------------ r16342 | frosch | 2009-05-17 18:21:21 +0000 (Sun, 17 May 2009) | 1 line -Feature(tte): Display base graphics description in game options window. ------------------------------------------------------------------------ r16341 | rubidium | 2009-05-17 17:48:05 +0000 (Sun, 17 May 2009) | 2 lines -Codechange: just use a static array instead of a never freed malloc ------------------------------------------------------------------------ r16340 | rubidium | 2009-05-17 17:17:48 +0000 (Sun, 17 May 2009) | 2 lines -Codechange: introduce SoundID (uint16) and use that instead of SoundFX, which was used as a byte and uint16 at different places, when the uint16 sound ID is meant. ------------------------------------------------------------------------ r16339 | rubidium | 2009-05-17 17:00:30 +0000 (Sun, 17 May 2009) | 2 lines -Fix: [NewGRF] When overriding 'original sounds', only allow overriding of the 'original sounds' and not any other that is already loaded. ------------------------------------------------------------------------ r16338 | smatz | 2009-05-17 16:28:29 +0000 (Sun, 17 May 2009) | 2 lines -Codechange: split loading of references to two phases In the first phase, indexes are stored. In the second phase, indexes are checked for validity and converted to pointers ------------------------------------------------------------------------ r16337 | rubidium | 2009-05-17 14:57:14 +0000 (Sun, 17 May 2009) | 2 lines -Codechange: remove pointless variable + wrapper function; having it return anything else than ORIGINAL_SAMPLE_COUNT is asking for NewGRFs failing to load (due to invalid sample index), thus desyncs ------------------------------------------------------------------------ r16336 | rubidium | 2009-05-17 14:32:13 +0000 (Sun, 17 May 2009) | 2 lines -Codechange: make the SpriteGroup pool more like the 'normal' pools ------------------------------------------------------------------------ r16335 | smatz | 2009-05-17 11:47:56 +0000 (Sun, 17 May 2009) | 1 line -Codechange: indenting fixes in saveload.cpp ------------------------------------------------------------------------ r16334 | smatz | 2009-05-17 11:43:51 +0000 (Sun, 17 May 2009) | 1 line -Codechange: use NeedLength enum ------------------------------------------------------------------------ r16333 | rubidium | 2009-05-17 11:18:34 +0000 (Sun, 17 May 2009) | 2 lines -Cleanup: remove a bunch of unused wrapper functions. ------------------------------------------------------------------------ r16332 | rubidium | 2009-05-17 11:17:53 +0000 (Sun, 17 May 2009) | 2 lines -Codechange: replace some -1 + 1 with 'nothing' or <= .. - 1 with < .. - 1 (both caused due to wrapper functions) ------------------------------------------------------------------------ r16331 | smatz | 2009-05-17 11:15:11 +0000 (Sun, 17 May 2009) | 1 line -Codechange: replace _sl.save by an enum ------------------------------------------------------------------------ r16330 | rubidium | 2009-05-17 10:59:40 +0000 (Sun, 17 May 2009) | 2 lines -Fix (r16329): we were shortly visited by Mr. Kenobi. ------------------------------------------------------------------------ r16329 | rubidium | 2009-05-17 10:35:13 +0000 (Sun, 17 May 2009) | 2 lines -Fix: possible desync when removing lots of towns in-game (not that we allow removing towns now, but better not have desync prone code lingering around) ------------------------------------------------------------------------ r16328 | rubidium | 2009-05-17 10:19:00 +0000 (Sun, 17 May 2009) | 2 lines -Fix: desync when removing lots of stations ------------------------------------------------------------------------ r16327 | smatz | 2009-05-17 01:00:56 +0000 (Sun, 17 May 2009) | 1 line -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index) ------------------------------------------------------------------------ r16326 | smatz | 2009-05-16 23:44:36 +0000 (Sat, 16 May 2009) | 1 line -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolSize() ------------------------------------------------------------------------ r16325 | smatz | 2009-05-16 23:34:14 +0000 (Sat, 16 May 2009) | 1 line -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) ------------------------------------------------------------------------ r16323 | rubidium | 2009-05-16 20:10:58 +0000 (Sat, 16 May 2009) | 2 lines -Fix [FS#2900]: desyncs due to the fact that depot searching with a maximum search depth simply does not work with YAPF's caches. ------------------------------------------------------------------------ r16322 | rubidium | 2009-05-16 20:08:49 +0000 (Sat, 16 May 2009) | 2 lines -Fix [FS#2873]: trains could get stuck in a depot when they wanted to go to the same depot again. ------------------------------------------------------------------------ r16321 | rubidium | 2009-05-16 18:58:15 +0000 (Sat, 16 May 2009) | 2 lines -Fix (r5946): in the scenario editor change the (starting) game year of the scenario, not the (starting) game year for new games/scenarios. ------------------------------------------------------------------------ r16320 | smatz | 2009-05-16 18:28:31 +0000 (Sat, 16 May 2009) | 1 line -Fix (r11939): loading of savegames created in revision between 0.3.5 and 0.3.6 caused crash ------------------------------------------------------------------------ r16319 | translators | 2009-05-16 17:35:53 +0000 (Sat, 16 May 2009) | 7 lines -Update: WebTranslator2 update to 2009-05-16 17:35:44 arabic_egypt - 1 fixed by khaloofah (1) english_US - 24 fixed by WhiteRabbit (24) esperanto - 6 fixed by maristo (6) german - 1 changed by planetmaker (1) welsh - 9 fixed by welshdragon (9) ------------------------------------------------------------------------ r16318 | rubidium | 2009-05-16 12:36:33 +0000 (Sat, 16 May 2009) | 3 lines -Change: use !! instead of @@ in src/*.in too. -Change: use @ instead of ~ in configure/Makefiles so Debian's build system(s) can also build RC binaries. ------------------------------------------------------------------------ r16317 | alberth | 2009-05-16 11:25:19 +0000 (Sat, 16 May 2009) | 1 line -Codechange: Generalized finding a widget by type. ------------------------------------------------------------------------ r16316 | yexo | 2009-05-16 00:16:43 +0000 (Sat, 16 May 2009) | 1 line -Fix (r16287,before): Set the autorenew settings for new AI companies to the default values, not to 0 or the local settings ------------------------------------------------------------------------ r16315 | yexo | 2009-05-15 23:55:06 +0000 (Fri, 15 May 2009) | 1 line -Codechange: move the autorenew settings to a new CompanySettings struct ------------------------------------------------------------------------ r16314 | frosch | 2009-05-15 22:45:31 +0000 (Fri, 15 May 2009) | 1 line -Fix (r9315): Allow accessing the houseage when the house is not yet built. ------------------------------------------------------------------------ r16313 | rubidium | 2009-05-15 17:35:54 +0000 (Fri, 15 May 2009) | 2 lines -Fix: also pass the minimum MacOSX version and some other binary type dependend flags to g++ to get the defines for (make)depend ------------------------------------------------------------------------ r16312 | rubidium | 2009-05-15 17:32:07 +0000 (Fri, 15 May 2009) | 2 lines -Codechange: unduplicate yapf (rail) cache debugging. ------------------------------------------------------------------------ r16311 | frosch | 2009-05-15 16:07:36 +0000 (Fri, 15 May 2009) | 1 line -Fix: (Get|Set)TrackBits() is only valid for RAIL_TILE_NORMAL and _SIGNALS. ------------------------------------------------------------------------ r16308 | smatz | 2009-05-14 23:40:03 +0000 (Thu, 14 May 2009) | 1 line -Fix: parameter is invalid when it's equal to length of an array (Yexo) ------------------------------------------------------------------------ r16307 | glx | 2009-05-14 21:59:24 +0000 (Thu, 14 May 2009) | 1 line -Fix: makedepend can't handle the amount of files we have and it also miss some dependencies. That's why we introduce our custom implementation of makedepend. ------------------------------------------------------------------------ r16306 | yexo | 2009-05-14 18:09:50 +0000 (Thu, 14 May 2009) | 1 line -Fix [FS#2901] (r15027): Close all windows before unloading the AI system as closing the content-download window will rescan for AIs ------------------------------------------------------------------------ r16305 | rubidium | 2009-05-14 12:08:24 +0000 (Thu, 14 May 2009) | 2 lines -Codechange: force-enable extra sync checking when random debugging is enable and give the calling location of Chance16(R) instead of the Random call within those functions. ------------------------------------------------------------------------