log

age author description
Sat, 23 Jan 2010 15:53:09 +0000 rubidium (svn r18896) -Fix [FS#3558]: pressing cancel for the query windows of the world generation window caused the default to be set instead of no changes to the value draft
Sat, 23 Jan 2010 13:17:30 +0000 peter1138 (svn r18893) -Codechange: Replace grf_load_* with methods of ByteReader. draft
Sat, 23 Jan 2010 01:36:49 +0000 glx (svn r18892) -Fix: in some rare case a deadlock could happen when stopping sound driver (windows) draft
Fri, 22 Jan 2010 23:55:20 +0000 peter1138 (svn r18891) -Fix: Avoid duplicate path separator when searching for PNG files which prevented tar-lookups. draft
Fri, 22 Jan 2010 22:32:39 +0000 frosch (svn r18890) -Codechange: Unify drawing of foundations for MP_UNMOVABLE. draft
Fri, 22 Jan 2010 21:52:20 +0000 frosch (svn r18889) -Codechange: Use (GroundSprite|SpriteLayout)PaletteTransform() also for drawing of default industries. They are compatible since the bubblegenerator is also randomly recoloured. draft
Fri, 22 Jan 2010 18:47:29 +0000 frosch (svn r18888) -Codechange: Rename PALETTE_59[EF] to something more meaningful. draft
Fri, 22 Jan 2010 18:45:31 +0000 translators (svn r18887) -Update from WebTranslator v3.0: draft
Fri, 22 Jan 2010 15:34:22 +0000 peter1138 (svn r18886) -Fix (r18884): Spurious casting draft
Fri, 22 Jan 2010 14:03:36 +0000 peter1138 (svn r18885) -Fix (r18884): Industry tile layouts weren't completely freed on error. draft
Fri, 22 Jan 2010 13:02:15 +0000 peter1138 (svn r18884) -Fix: [NewGRF] Perform bounds checking for all NewGRF data reads. Explicit length checks (which were not always correct) are no longer needed so these are removed to simplify code. draft
Thu, 21 Jan 2010 23:19:50 +0000 rubidium (svn r18883) -Codechange: warn in the difficulty and AI configuration window when setting the number of AIs to non-zero when you don't have AIs draft
Thu, 21 Jan 2010 23:19:13 +0000 rubidium (svn r18882) -Change: default to zero AIs draft
Thu, 21 Jan 2010 21:08:58 +0000 rubidium (svn r18881) -Codechange: make the AI debug window look nicer when not at its minimum size draft
Thu, 21 Jan 2010 19:31:25 +0000 yexo (svn r18880) -Fix: aircraft can be send to an hangar when the target airport has one and when it can land, not only when it has a plane terminal draft
Thu, 21 Jan 2010 18:45:13 +0000 translators (svn r18879) -Update from WebTranslator v3.0: draft
Thu, 21 Jan 2010 18:32:44 +0000 yexo (svn r18878) -Fix [NewGRF]: crash when a newgrf used var62 in an industry tile chain when the industry tile was part of an original industry draft
Thu, 21 Jan 2010 17:13:09 +0000 yexo (svn r18877) -Change: make the default size of the AI debug window bigger so the 'no ai found' message can be read completely without resizing draft
Thu, 21 Jan 2010 13:34:05 +0000 yexo (svn r18876) -Codechange: make sure m4 is always 0 for non-railroad station tiles draft
Thu, 21 Jan 2010 11:17:40 +0000 rubidium (svn r18875) -Codechange: remove some unneeded bits from the network protocol and improve the naming of some variables draft
Thu, 21 Jan 2010 01:46:40 +0000 rubidium (svn r18874) -Codechange: Change enum Sprites { to static const StringID = for each SPR_ entry and similar for cursors and palettes. This avoids the need for a cast in some places and thus provides better type-safety. draft
Thu, 21 Jan 2010 01:44:51 +0000 rubidium (svn r18873) -Codechange: use PaletteID also in the blitter draft
Thu, 21 Jan 2010 01:38:13 +0000 rubidium (svn r18872) -Codechange: introduce PaletteID and use it draft
Wed, 20 Jan 2010 23:29:56 +0000 rubidium (svn r18870) -Prepare: 1.0.0-beta3 draft
Wed, 20 Jan 2010 18:45:10 +0000 translators (svn r18869) -Update from WebTranslator v3.0: draft
Wed, 20 Jan 2010 17:59:31 +0000 frosch (svn r18868) -Fix [FS#3547](r18776): Wrong comparator. draft
Tue, 19 Jan 2010 18:45:13 +0000 translators (svn r18867) -Update from WebTranslator v3.0: draft
Mon, 18 Jan 2010 22:57:21 +0000 rubidium (svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions draft
Mon, 18 Jan 2010 22:19:14 +0000 rubidium (svn r18865) -Doc: update the manpage draft
Mon, 18 Jan 2010 21:44:31 +0000 rubidium (svn r18864) -Fix [FS#3532]: town noise population settings could not be changed in-game draft
Mon, 18 Jan 2010 18:45:20 +0000 translators (svn r18863) -Update from WebTranslator v3.0: draft
Mon, 18 Jan 2010 15:41:38 +0000 rubidium (svn r18862) -Fix [FS#3544]: don't pass AI strings through iconv draft
Mon, 18 Jan 2010 14:58:32 +0000 smatz (svn r18861) -Doc: more doxygen documentation in genworld files draft
Mon, 18 Jan 2010 14:32:47 +0000 yexo (svn r18860) -Codechange: introduce a wrapper to get an hangar tile from a station draft
Mon, 18 Jan 2010 12:53:01 +0000 smatz (svn r18859) -Codechange: rename glwp_modes to GenenerateLandscapeWindowMode draft
Mon, 18 Jan 2010 12:36:08 +0000 yexo (svn r18858) -Codechange: use IsAirportTile where possible draft
Mon, 18 Jan 2010 12:32:50 +0000 yexo (svn r18857) -Codechange: don't rely on the fact that all airports are rectangular draft
Mon, 18 Jan 2010 12:09:25 +0000 smatz (svn r18856) -Codechange: do not call GetSlopeZInCorner() when there's no fence to draw draft
Mon, 18 Jan 2010 10:11:27 +0000 smatz (svn r18855) -Codechange: record compiler name and version in the crash log draft
Sun, 17 Jan 2010 23:03:43 +0000 rubidium (svn r18854) -Codechange [FS#3539]: unconflict acceleration type as 'status' and rail property (Terhken) draft
Sun, 17 Jan 2010 22:59:24 +0000 smatz (svn r18853) -Codechange: apply coding style to GenWorld's enums, structs and typedefs draft
Sun, 17 Jan 2010 22:56:47 +0000 rubidium (svn r18852) -Update: tweak date formatting of Hebrew draft
Sun, 17 Jan 2010 21:40:35 +0000 smatz (svn r18851) -Codechange: enumify number of steps needed to generate landscape draft
Sun, 17 Jan 2010 20:28:08 +0000 smatz (svn r18850) -Fix [FS#3540]: don't allow screen redraw when the landscape contains broken slopes draft
Sun, 17 Jan 2010 18:45:18 +0000 translators (svn r18849) -Update from WebTranslator v3.0: draft
Sun, 17 Jan 2010 16:52:35 +0000 rubidium (svn r18848) -Fix (r18838): the original accelaration got broken draft
Sun, 17 Jan 2010 16:39:58 +0000 rubidium (svn r18847) -Fix [FS#3541] (r18769): configure didn't properly detect libtimidity anymore (hannibal218bc) draft
Sun, 17 Jan 2010 15:05:25 +0000 frosch (svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq. draft
Sun, 17 Jan 2010 14:22:07 +0000 yexo (svn r18845) -Codechange: introduce AirportTileSpec and use it for animation draft
Sun, 17 Jan 2010 12:48:09 +0000 yexo (svn r18844) -Codechange: add GPL notice to src/table/airport_defaults.h draft
Sun, 17 Jan 2010 01:22:43 +0000 frosch (svn r18843) -Codechange: Only NewGRF supplied spritelayouts use SPRITE_MODIFIER_CUSTOM_SPRITE, so no extra tests needed. draft
Sun, 17 Jan 2010 01:01:56 +0000 frosch (svn r18842) -Codechange: Rename SPRITE_MODIFIER_USE_OFFSET to SPRITE_MODIFIER_CUSTOM_SPRITE, invert its meaning, and also use it for industry/house layouts instead of IS_CUSTOM_SPRITE(). draft
Sun, 17 Jan 2010 00:51:18 +0000 frosch (svn r18841) -Fix (r16869): Default-waypoint was drawn incorrectly for monorail and maglev in the waypoint picker. draft
Sat, 16 Jan 2010 22:52:51 +0000 frosch (svn r18840) -Codechange: Use DrawCommonTileSeq[InGUI] for roaddepot drawing. draft
Sat, 16 Jan 2010 22:44:03 +0000 frosch (svn r18839) -Codechange: Detriplicate drawing of spritelayouts in the GUI. draft
Sat, 16 Jan 2010 22:30:04 +0000 rubidium (svn r18838) -Codechange [FS#3524]: reorganisation of the train acceleration code plus some minor optimisations (Terkhen) draft
Sat, 16 Jan 2010 22:25:44 +0000 frosch (svn r18837) -Codechange: Rename DrawStationTileSeq() to DrawCommonTileSeq() and move it to separate file. draft
Sat, 16 Jan 2010 22:16:28 +0000 rubidium (svn r18836) -Codechange: make TrainUpdateSpeed a class function and update some comments (Terkhen) draft
Sat, 16 Jan 2010 22:15:02 +0000 peter1138 (svn r18835) -Fix: Large sounds could still cause an overflow with high sample rates, causing them to be cut off. draft
Sat, 16 Jan 2010 22:01:33 +0000 rubidium (svn r18834) -Fix [FS#3538]: compilation failed on OpenBSD (matze) draft
Sat, 16 Jan 2010 20:59:58 +0000 peter1138 (svn r18833) -Cleanup: Const-ness and style draft
Sat, 16 Jan 2010 20:51:35 +0000 frosch (svn r18832) -Fix: some indentation whitespace. draft
Sat, 16 Jan 2010 19:08:33 +0000 rubidium (svn r18831) -Change [FS#3537]: do not go into the crashlog handler in case loading a savegame misses with missing NewGRFs. This way the load game crash handler gets better visibility and the user is instructed to find the missing NewGRFs before filing a bug report draft
Sat, 16 Jan 2010 18:45:22 +0000 translators (svn r18830) -Update from WebTranslator v3.0: draft
Sat, 16 Jan 2010 17:47:26 +0000 peter1138 (svn r18829) -Codechange: Don't free memory from within audio mixer callback handler as it may be required to be real-time safe. draft
Sat, 16 Jan 2010 16:44:59 +0000 frosch (svn r18828) -Fix (r18823): Decrementing uints is different to ints. draft
Sat, 16 Jan 2010 15:24:00 +0000 alberth (svn r18827) -Fix: Center main window using smallmap widget edge coordinates. draft
Sat, 16 Jan 2010 14:22:19 +0000 frosch (svn r18826) -Codechange: Unifiy return value of (SmallArray|FixedSizeArray)::(Append|AppendC) with other containers. (skidd13) draft
Sat, 16 Jan 2010 14:17:03 +0000 frosch (svn r18825) -Codechange: Sometimes code is shorter if you do not use a function for deduplication. (skidd13) draft
Sat, 16 Jan 2010 14:12:18 +0000 frosch (svn r18824) -Codechange: Turn some public members into protected ones. (skidd13) draft
Sat, 16 Jan 2010 14:02:22 +0000 frosch (svn r18823) -Codechange: Some uints for unsigned ints. (skidd13) draft
Sat, 16 Jan 2010 13:52:24 +0000 frosch (svn r18822) -Codechange: Rename YAPF-related container classes and their members to better fit other container classes. (skidd13) draft
Fri, 15 Jan 2010 23:47:28 +0000 rubidium (svn r18821) -Codechange: [Allegro] make the frequency and number of samples runtime configurable draft
Fri, 15 Jan 2010 23:45:26 +0000 rubidium (svn r18820) -Codechange: [SDL] make the number of samples runtime configurable and increase the default slightly draft
Fri, 15 Jan 2010 22:29:47 +0000 rubidium (svn r18819) -Change [FS#3493]: be consistent with airport naming draft
Fri, 15 Jan 2010 22:21:50 +0000 rubidium (svn r18818) -Fix [FS#3526] (r18766): some train acceleration type conversions were missed draft
Fri, 15 Jan 2010 21:00:46 +0000 yexo (svn r18816) -Fix (r18807): getting the catchment area of oilrigs triggered an assert draft
Fri, 15 Jan 2010 20:20:24 +0000 yexo (svn r18815) -Fix (r18813): adding a single newgrf via the newgrf gui added all newgrfs after the selected one too draft
Fri, 15 Jan 2010 18:45:15 +0000 translators (svn r18814) -Update from WebTranslator v3.0: draft
Fri, 15 Jan 2010 18:28:30 +0000 yexo (svn r18813) -Codechange: deduplicate copying a newgrf config draft
Fri, 15 Jan 2010 18:23:52 +0000 rubidium (svn r18812) -Codechange: make some functions in train.h functions of Train. draft
Fri, 15 Jan 2010 18:22:57 +0000 rubidium (svn r18811) -Fix (r18803): also swap the parameters for the AI API draft
Fri, 15 Jan 2010 17:59:09 +0000 glx (svn r18810) -Fix (r18809): broken win32 compilation with SDL draft
Fri, 15 Jan 2010 16:41:15 +0000 rubidium (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header draft
Fri, 15 Jan 2010 16:37:19 +0000 yexo (svn r18808) -Cleanup: deplicate by using an existing function draft
Fri, 15 Jan 2010 12:08:08 +0000 yexo (svn r18807) -Codechange: introduce AirportSpec and move several non-statemachine-related variables to there draft
Fri, 15 Jan 2010 11:56:31 +0000 peter1138 (svn r18806) -Codechange: Typo in comment draft
Fri, 15 Jan 2010 10:55:43 +0000 rubidium (svn r18805) -Codechange: move airport_movement.h to table/ draft
Thu, 14 Jan 2010 23:06:41 +0000 rubidium (svn r18804) -Codechange: guard against binaries claiming to be compatible with a future (stable) release of OpenTTD. draft
Thu, 14 Jan 2010 23:05:07 +0000 rubidium (svn r18803) -Feature [FS#3318]: make building (long) roads work like building rail; build upon the first obstruction instead of failing totally. Patch by Terkhen. draft
Thu, 14 Jan 2010 22:56:54 +0000 frosch (svn r18802) -Codechange: Deduplicate drawing-code for depots and stations/waypoints. draft
Thu, 14 Jan 2010 21:48:42 +0000 rubidium (svn r18801) -Fix: in some cases error messages weren't properly sent to the client before closing the connection. As a result the client would say 'connection lost' when the cause was something completely different. draft
Thu, 14 Jan 2010 21:47:31 +0000 rubidium (svn r18800) -Fix: in some cases with invalid packets one can crash recent trunk and 1.0.0 betas; 0.7.5 and before can't be crashed though. draft
Thu, 14 Jan 2010 18:45:13 +0000 translators (svn r18799) -Update from WebTranslator v3.0: draft
Thu, 14 Jan 2010 15:52:26 +0000 belugas (svn r18798) -Codechange: Simplify use of parameter p2 by using the data it is represeting. Based on work by Terkhen draft
Wed, 13 Jan 2010 21:49:15 +0000 rubidium (svn r18797) -Fix (r18781): building wagons didn't add them to a train draft
Wed, 13 Jan 2010 21:34:48 +0000 rubidium (svn r18796) -Fix [FS#3521]: [SDL] possible deadlock when killing OpenTTD while starting it draft
Wed, 13 Jan 2010 18:45:15 +0000 translators (svn r18795) -Update from WebTranslator v3.0: draft
Wed, 13 Jan 2010 15:03:34 +0000 rubidium (svn r18794) -Codechange: add local company and network 'state' to the crash log draft
Tue, 12 Jan 2010 18:45:15 +0000 translators (svn r18793) -Update from WebTranslator v3.0: draft
Tue, 12 Jan 2010 18:09:48 +0000 rubidium (svn r18792) -Fix [FS#3522] (r18709): crash when using the 32bpp blitter with a dedicated server draft
Tue, 12 Jan 2010 16:38:48 +0000 rubidium (svn r18791) -Fix [FS#3504]: when copying an 'image' back into the buffer the 32bpp anim blitter triggered palette check of the whole window instead of only the part the got copied back draft
Tue, 12 Jan 2010 09:54:18 +0000 peter1138 (svn r18790) -Revert (r18001,r18177,FS#3515): Viewport could still jump under high CPU load. Revert as change caused more problems than it fixed. draft
Tue, 12 Jan 2010 00:10:38 +0000 rubidium (svn r18789) -Codechange: when we're not in a network game we don't even need to consider undrawing the chat messages draft
Mon, 11 Jan 2010 22:46:00 +0000 rubidium (svn r18788) -Codechange: replace macro as without macro it's shorter than with the macro. draft
Mon, 11 Jan 2010 20:58:52 +0000 rubidium (svn r18787) -Fix [FS#3516]: crash when getting the tooltip of the industry amount in the world generation window draft
Mon, 11 Jan 2010 20:42:07 +0000 rubidium (svn r18786) -Fix [FS#3507]: NoAI's custom implementation of DoCommandP has several flaws (not masking of bits, not resetting town authority updates on checks/estimates, ...). Let it use DoCommandPInternal, DoCommandP without showing error messages and such, instead. draft
Mon, 11 Jan 2010 20:39:38 +0000 rubidium (svn r18785) -Codechange: rewrite/rework DoCommandP in order to simplify it, reduce duplication and remove gotos. draft
Mon, 11 Jan 2010 20:32:32 +0000 rubidium (svn r18784) -Codechange: make NetworkSend_Command accept a company instead of using _local_company to pass that information, with the whole mess when you don't want the company to be _local_company. draft
Mon, 11 Jan 2010 20:21:56 +0000 rubidium (svn r18783) -Codechange: make CheckCompanyHasMoney set an error on the CommandCost it tests when you don't have enough money instead of setting a global variable. draft
Mon, 11 Jan 2010 20:00:14 +0000 rubidium (svn r18782) -Codechange: move the content of callback_table.cpp to network_command.cpp; it's only ever used there. draft
Mon, 11 Jan 2010 18:46:09 +0000 rubidium (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. draft
Mon, 11 Jan 2010 18:45:15 +0000 translators (svn r18780) -Update from WebTranslator v3.0: draft
Mon, 11 Jan 2010 18:34:02 +0000 rubidium (svn r18779) -Codechange: merge the command callbacks of the primary vehicles; they are identical draft
Mon, 11 Jan 2010 00:02:14 +0000 michi_cc (svn r18778) -Fix [FS#3483]: [YAPP] Remove a special check for two-sided signals when reserving a path as this causes trains to get stuck in front of them. draft
Sun, 10 Jan 2010 23:20:11 +0000 rubidium (svn r18777) -Codechange: remove some unused parameters from a function draft
Sun, 10 Jan 2010 21:45:32 +0000 frosch (svn r18776) -Codechange: Use SmallVector to collect refit options. draft
Sun, 10 Jan 2010 21:20:51 +0000 rubidium (svn r18775) -Fix (r18769): non-LZO code used LZO defines, also replace #define with static const uint and add some documentation. draft
Sun, 10 Jan 2010 20:33:10 +0000 frosch (svn r18774) -Change: Consider callback 19 only broken after subcargos 0 to 255 have been used, instead of stopping at 15. draft
Sun, 10 Jan 2010 18:45:27 +0000 translators (svn r18773) -Update from WebTranslator v3.0: draft
Sun, 10 Jan 2010 15:35:13 +0000 rubidium (svn r18772) -Feature-ish: allow user customisable compression levels for the zlib compression draft
Sun, 10 Jan 2010 14:57:05 +0000 rubidium (svn r18771) -Codechange: minor cleanups in saveload code draft
Sun, 10 Jan 2010 14:30:32 +0000 rubidium (svn r18770) -Fix-ish: don't allow the memory saveload format to be chosen for savegames; it's utterly useless to make a snapshot in memory and then throw that away without doing anything with it. draft
Sun, 10 Jan 2010 13:12:34 +0000 rubidium (svn r18769) -Codechange: replace MiniLZO with the real library. If you're using MSVC update openttd-useful, otherwise make sure you've got liblzo2 and it's development files installed. draft
Sat, 09 Jan 2010 18:45:25 +0000 translators (svn r18768) -Update from WebTranslator v3.0: draft
Sat, 09 Jan 2010 18:44:46 +0000 rubidium (svn r18767) -Fix: min/max income tooltips for the details performance statistics mentioned months whereas it should be quarters. draft
Sat, 09 Jan 2010 15:33:41 +0000 peter1138 (svn r18766) -Codechange: Make train acceleration type (rail/elrail/monorail vs maglev) a rail type property draft
Sat, 09 Jan 2010 14:57:03 +0000 rubidium (svn r18765) -Fix [FS#3499] (r18750): crash when trying to show cargo payments when there are 'holes' in the cargospec array draft
Sat, 09 Jan 2010 14:43:08 +0000 rubidium (svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait counter; sometimes they might get into eachother's way draft
Sat, 09 Jan 2010 14:41:22 +0000 rubidium (svn r18763) -Feature [FS#3095]: rerandomise AIs on reloading (via the debug window) when they were randomly chosen draft
Fri, 08 Jan 2010 22:42:00 +0000 yexo (svn r18762) -Codechange: unduplicate sprite layout drawing between industries and houses draft
Fri, 08 Jan 2010 20:42:12 +0000 frosch (svn r18761) -Fix [FS#3497]: Spritelayouts do not need an Action 1 if only using default sprites. draft
Fri, 08 Jan 2010 19:18:32 +0000 frosch (svn r18760) -Fix (rlots)[FS#3500]: Action 9 did not properly detect whether an Action 8 was encountered already. draft
Fri, 08 Jan 2010 19:14:33 +0000 yexo (svn r18759) -Fix [NewGRF]: don't segfault when a newgrf contains an action2 and action3 but no action0 draft
Fri, 08 Jan 2010 18:47:25 +0000 rubidium (svn r18758) -Change: move Malay to the 'finished' languages draft
Fri, 08 Jan 2010 18:45:47 +0000 translators (svn r18757) -Update from WebTranslator v3.0: draft
Fri, 08 Jan 2010 03:17:12 +0000 glx (svn r18756) -Codechange: direct accesses to png_*_struct members are deprecated draft
Thu, 07 Jan 2010 20:56:50 +0000 yexo (svn r18755) -Fix [FS#3495] (r14847): CircularTileSearch skipped a few tiles close to the starting tile draft
Thu, 07 Jan 2010 18:45:31 +0000 translators (svn r18754) -Update from WebTranslator v3.0: draft
Thu, 07 Jan 2010 17:14:08 +0000 rubidium (svn r18753) -Fix: Max TE was incorrect in the engine preview draft
Thu, 07 Jan 2010 16:39:04 +0000 rubidium (svn r18752) -Codechange: unduplify some code draft
Thu, 07 Jan 2010 16:29:58 +0000 rubidium (svn r18751) -Codechange: also log the zlib version in the crash log draft
Thu, 07 Jan 2010 11:54:01 +0000 rubidium (svn r18750) -Fix [FS#3492]: the cargo payment button states weren't properly set on opening the window draft
Thu, 07 Jan 2010 11:48:59 +0000 rubidium (svn r18749) -Fix [FS#3491]: the AI's name and version in the debug panel weren't properly centered draft
Thu, 07 Jan 2010 00:09:27 +0000 rubidium (svn r18747) -Codechange: add some constness to the AI code draft
Wed, 06 Jan 2010 20:49:24 +0000 rubidium (svn r18746) -Fix [FS#3489]: clear the cached NewGRFs of a server when receiving a reply instead of when requesting the information. With slow/unstable network connections it would look like the NewGRF settings button went randomly missing. draft
Wed, 06 Jan 2010 20:23:06 +0000 frosch (svn r18745) -Codechange: Assemble custom station foundations into a single bounding box. draft
Wed, 06 Jan 2010 20:17:46 +0000 frosch (svn r18744) -Fix [FS#3487-ish]: Do not toggle the sticky- and shading-button twice per mouseclick when clicking fast. draft
Wed, 06 Jan 2010 18:45:30 +0000 translators (svn r18743) -Update from WebTranslator v3.0: draft
Wed, 06 Jan 2010 15:16:14 +0000 yexo (svn r18742) -Fix [NewGRF]: house prop 1D was thrashed when a newgrf contains prop 14 after prop 1D draft
Wed, 06 Jan 2010 13:35:32 +0000 rubidium (svn r18741) -Fix (r14597, r16460): the 'ownname' of a language isn't the name of the translator, but the name of the language in said language. draft
Wed, 06 Jan 2010 09:08:43 +0000 yexo (svn r18739) -Fix (r18719): building trees on snow with rocks underneed caused an assert draft
Tue, 05 Jan 2010 22:32:47 +0000 yexo (svn r18738) -Fix (r18719): when a tree died while there was snow the amount of snow on the tile changed draft
Tue, 05 Jan 2010 22:18:04 +0000 peter1138 (svn r18737) -Fix (r12028): Var67 data wasn't swapped properly for orientation. draft
Tue, 05 Jan 2010 21:36:05 +0000 yexo (svn r18736) -Feature [NewGRF]: implement varaction2houses vars 66 ad 67 draft
Tue, 05 Jan 2010 20:54:54 +0000 rubidium (svn r18734) -Prepare: for 1.0.0-beta2 draft
Tue, 05 Jan 2010 18:45:29 +0000 translators (svn r18733) -Update from WebTranslator v3.0: draft
Tue, 05 Jan 2010 17:11:56 +0000 rubidium (svn r18732) -Codechange: move the company related commands of misc_cmd.cpp to company_cmd.cpp draft
Tue, 05 Jan 2010 16:59:57 +0000 rubidium (svn r18731) -Codechange: move the DrawStationCoverage stuff from misc_gui.cpp to station_gui.cpp draft
Tue, 05 Jan 2010 14:26:15 +0000 yexo (svn r18730) -Fix [FS#3414]: new viewports didn't center on the correct position draft
Mon, 04 Jan 2010 23:00:19 +0000 yexo (svn r18729) -Fix [FS#3427]: the lock in the company gui was only drawn for your own company draft
Mon, 04 Jan 2010 22:26:25 +0000 yexo (svn r18728) -Fix: don't mark all tiles dirty in the artic tileloop draft
Mon, 04 Jan 2010 21:58:47 +0000 rubidium (svn r18727) -Fix [FS#3480]: some invalid gender/plural indices in strings, which could eventually cause crashes. draft
Mon, 04 Jan 2010 21:10:20 +0000 rubidium (svn r18726) -Fix [FS#3463]: with non-uniform industries the 'supplies' text when building a station could be incorrect (missing a cargo) draft
Mon, 04 Jan 2010 19:42:29 +0000 frosch (svn r18725) -Add: [NoAI] AIWaypoint::WaypointType and AIWaypoint::HasWaypointType(). draft
Mon, 04 Jan 2010 18:50:50 +0000 yexo (svn r18724) -Fix [FS#3475] (r17899): refitting a non-refittable vehicle to it's default cargotype failed, causing problems for AIs draft
Mon, 04 Jan 2010 18:49:27 +0000 rubidium (svn r18723) -Codechange: also simplify looping over an area when building trees, desert, rocky areas or leveling land draft
Mon, 04 Jan 2010 18:45:41 +0000 translators (svn r18722) -Update from WebTranslator v3.0: draft
Mon, 04 Jan 2010 18:39:46 +0000 rubidium (svn r18721) -Codechange: simplify adding/removing rectangles of tiles from AITileLists draft
Mon, 04 Jan 2010 18:37:47 +0000 rubidium (svn r18720) -Codechange: simplify looping and validation of CmdBuildCanal draft
Mon, 04 Jan 2010 18:33:43 +0000 yexo (svn r18719) -Feature: don't delete the rough/rocky status of a tile when it's covered by snow, this allows rocky tiles under snow if you have a variable snowline draft
Mon, 04 Jan 2010 18:30:10 +0000 rubidium (svn r18718) -Codechange: make a wrapper macro for looping TileAreas draft
Mon, 04 Jan 2010 18:21:07 +0000 rubidium (svn r18717) -Codechange: use TileArea in industry instead of three separate variables. Also make use of TileArea functions for determining the 'width' and 'height' of an industry. draft
Mon, 04 Jan 2010 18:16:32 +0000 rubidium (svn r18716) -Codechange: pass a TileArea to FindStationsAroundTiles draft
Mon, 04 Jan 2010 18:12:10 +0000 rubidium (svn r18715) -Codechange: make StationFinder a subclass of TileArea draft
Mon, 04 Jan 2010 18:05:14 +0000 rubidium (svn r18714) -Codechange: move the TileArea struct to it's own header draft
Mon, 04 Jan 2010 17:54:57 +0000 rubidium (svn r18713) -Fix [FS#3476]: the join station window didn't account for scrolling, so if you did scroll the station was not joined with the selected station draft
Mon, 04 Jan 2010 16:37:53 +0000 peter1138 (svn r18712) -Fix (r5167): Spurious character spacing with free type fonts for small and large font sizes. draft
Mon, 04 Jan 2010 14:33:32 +0000 yexo (svn r18711) -Doc: update landscape documentation about m1 (tile owner) draft
Mon, 04 Jan 2010 11:35:12 +0000 rubidium (svn r18710) -Fix [FS#3478]: the wrong town is mentioned in the error when trying to make one way roads of town owned roads draft
Mon, 04 Jan 2010 02:32:36 +0000 peter1138 (svn r18709) -Fix (r10227,FS#3464): Animation buffer for 32bpp-anim blitter was only validated during sprite blitting, other drawing operations didn't check it. Initial startup and window resize could therefore lead to crash. draft
Sun, 03 Jan 2010 22:44:57 +0000 peter1138 (svn r18708) -Feature: [NewGRF] Add support for custom station foundation graphics. draft
Sun, 03 Jan 2010 22:43:12 +0000 yexo (svn r18707) -Fix (r17802): local variables should not be accessed after the function returns draft
Sun, 03 Jan 2010 22:10:17 +0000 yexo (svn r18706) -Cleanup: remove docs/Manual.txt and docs/OSX_install_instructions.txt, the contents of those are already in readme.txt and they were outdated. draft
Sun, 03 Jan 2010 21:57:21 +0000 rubidium (svn r18705) -Update: the known bugs document about the PulseAudio issue based on mgmuscari's solution/workaround draft
Sun, 03 Jan 2010 21:35:17 +0000 yexo (svn r18704) -Doc: update the 'Compiling OpenTTD using Microsoft Visual C++' documentation draft
Sun, 03 Jan 2010 21:29:20 +0000 rubidium (svn r18703) -Feature-ish: allow virtually paying a percentage of the leg profit in feeder chains. This to give the user a better chance to get a feeder system without "losses". draft
Sun, 03 Jan 2010 20:55:00 +0000 frosch (svn r18702) -Fix [FS#3467]: Enable DrawGroundSpriteAt() to deal with foundations as DrawGroundSprite() does, and use this for drawing one-way-road-signs and clear-land-fences. draft
Sun, 03 Jan 2010 20:14:50 +0000 yexo (svn r18701) -Fix (r18700): always compile before making a commit draft
Sun, 03 Jan 2010 19:33:12 +0000 yexo (svn r18700) -Fix: when deleting an industry on water (oil rigs) the tiles on water were not marked dirty draft
Sun, 03 Jan 2010 19:29:56 +0000 frosch (svn r18699) -Fix [FS#PlanetAndy]: GRF parameters were not properly initialised to zero, and not always checked for valid range. draft
Sun, 03 Jan 2010 18:45:21 +0000 translators (svn r18698) -Update from WebTranslator v3.0: draft
Sun, 03 Jan 2010 15:25:51 +0000 rubidium (svn r18697) -Fix [FS#3471]: crash when scrolling to an item removed by filtering in the 'add NewGRF window' draft
Sun, 03 Jan 2010 12:42:50 +0000 yexo (svn r18696) -Fix [FS#3404]: AITile::IsCoastTile returned false for coast tiles with trees on them. draft
Sat, 02 Jan 2010 18:45:23 +0000 translators (svn r18694) -Update from WebTranslator v3.0: draft
Sat, 02 Jan 2010 18:29:51 +0000 alberth (svn r18693) -Doc: Add some doxygen comments to smallmap code. draft
Sat, 02 Jan 2010 17:09:14 +0000 yexo (svn r18692) -Fix: after a company went bankrupt it was impossible to build a new waypoint close to a deleted one until the grey sign was gone draft
Sat, 02 Jan 2010 16:47:32 +0000 yexo (svn r18691) -Change [NoAI]: cleanup some errors messages and add a few to AIWaypoint draft
Sat, 02 Jan 2010 16:05:27 +0000 rubidium (svn r18690) -Fix [FS#3469]: some keys that open windows that want to be located relatively to the toolbars/statusbar could cause a crash when in one of the end game screens draft
Sat, 02 Jan 2010 15:56:20 +0000 rubidium (svn r18689) -Codechange: move the looping over chunkhandlers code to a macro draft
Sat, 02 Jan 2010 15:52:41 +0000 rubidium (svn r18688) -Cleanup: remove some unused code/constants draft
Sat, 02 Jan 2010 15:52:29 +0000 yexo (svn r18687) -Add [NoAI]: AIEngine::IsBuildable to check if you can build a certain engine. draft
Sat, 02 Jan 2010 15:48:07 +0000 rubidium (svn r18686) -Fix [FS#3470]: in some cases _sl.chs is used when not initialised. As _sl.chs always refers to a single table when initialised replace _sl.chs with the actual table draft
Sat, 02 Jan 2010 11:26:20 +0000 rubidium (svn r18685) -Update: add genders to Catalan draft
Fri, 01 Jan 2010 22:01:14 +0000 rubidium (svn r18684) -Fix: for some "man"s an empty line is an error draft
Fri, 01 Jan 2010 18:45:40 +0000 rubidium (svn r18683) -Fix: it's not an other draft
Fri, 01 Jan 2010 18:45:35 +0000 translators (svn r18682) -Update from WebTranslator v3.0: draft
Fri, 01 Jan 2010 18:19:26 +0000 peter1138 (svn r18681) -Codechange: Use existing TILE_LOOP method for iterating trigger area. draft
Fri, 01 Jan 2010 18:10:50 +0000 peter1138 (svn r18680) -Fix: Whole station area is already correct size. draft
Fri, 01 Jan 2010 18:10:10 +0000 rubidium (svn r18679) -Fix (r16993): tile area of waypoints wasn't correctly given to NewGRFs in case of multi tile waypoints draft
Fri, 01 Jan 2010 00:00:45 +0000 rubidium (svn r18678) -Update: happy new year draft
Thu, 31 Dec 2009 18:45:51 +0000 translators (svn r18677) -Update from WebTranslator v3.0: draft
Thu, 31 Dec 2009 18:12:10 +0000 rubidium (svn r18676) -Change [FS#3411]: 'escape' in the 'found town' window removes the focus from the town name input box draft
Thu, 31 Dec 2009 18:11:03 +0000 rubidium (svn r18675) -Add [FS#3256]: function to remove focus from all widgets in a window draft
Thu, 31 Dec 2009 10:41:03 +0000 peter1138 (svn r18674) -Feature (FS#3459): Configurable slope steepness for trains from 0% to 10%, default is 3% as before (mostly by Terkhen) draft
Thu, 31 Dec 2009 07:39:05 +0000 peter1138 (svn r18673) -Fix (r17943): Deja vu: 3 byte structs are padded to a word on ARM. draft
Thu, 31 Dec 2009 00:09:29 +0000 rubidium (svn r18672) -Codechange: mention the game date in the crash log draft
Wed, 30 Dec 2009 20:31:43 +0000 rubidium (svn r18671) -Fix [FS#3452]: [NewGRF] If an action B did not have a 'data' string but would print it OpenTTD would segfault draft
Wed, 30 Dec 2009 19:30:49 +0000 alberth (svn r18670) -Fix [FS#3455]: Update all tiles when snowline height changes in larger steps than one tile. draft
Wed, 30 Dec 2009 18:45:29 +0000 translators (svn r18669) -Update from WebTranslator v3.0: draft
Wed, 30 Dec 2009 18:10:07 +0000 rubidium (svn r18668) -Fix [FS#3450]: the space between the S and X of OS X should be a non-breaking one draft
Wed, 30 Dec 2009 18:07:28 +0000 rubidium (svn r18667) -Fix [FS#3454]: [NoAI] crash when trying to get the order destination of a 'nearest depot' order draft
Wed, 30 Dec 2009 17:58:19 +0000 alberth (svn r18666) -Codechange: Add tooltips to enable/disable all buttons in smallmap. draft
Wed, 30 Dec 2009 17:44:38 +0000 alberth (svn r18665) -Feature [FS#567]: Allow contour-map to be shown with coloured industries in smallmap. draft
Wed, 30 Dec 2009 08:40:05 +0000 alberth (svn r18664) -Fix [FS#3449]: Unshade shaded finances window when toggling size. draft
Wed, 30 Dec 2009 08:01:54 +0000 alberth (svn r18663) -Codechange (r1): Remove unused _smallmap_vegetation_andor colour masks. draft
Wed, 30 Dec 2009 02:23:10 +0000 orudge (svn r18662) -Feature: Add WarpIN-based installer for OS/2 draft
Tue, 29 Dec 2009 23:23:16 +0000 yexo (svn r18661) -Fix [FS#3169]: aircraft on the metropolitan airport took a long route to the closest loading pad draft
Tue, 29 Dec 2009 23:13:36 +0000 yexo (svn r18660) -Cleanup: remove useless function draft
Tue, 29 Dec 2009 19:47:57 +0000 orudge (svn r18659) -Fix: Some minor language corrections in installer draft
Tue, 29 Dec 2009 18:57:25 +0000 rubidium (svn r18658) -Fix [FS#3443]: wrong strings drawn for cargo subtype in vehicle details draft
Tue, 29 Dec 2009 18:45:24 +0000 translators (svn r18657) -Update from WebTranslator v3.0: draft
Tue, 29 Dec 2009 04:27:39 +0000 orudge (svn r18656) -Feature: Add event semaphore support for OS/2 draft
Mon, 28 Dec 2009 19:26:44 +0000 rubidium (svn r18655) -Fix: the icon that is supposed to be 256x256 pixels wasn't 256x256 pixels draft
Mon, 28 Dec 2009 18:45:17 +0000 translators (svn r18654) -Update from WebTranslator v3.0: draft
Mon, 28 Dec 2009 18:26:39 +0000 rubidium (svn r18653) -Fix [FS#3442]: when trying to attach a wagon to an existing free wagon chain, don't attach it to itself draft
Mon, 28 Dec 2009 13:04:18 +0000 rubidium (svn r18652) -Fix: glitches due to having the wrong bounding boxes for the face widgets draft
Mon, 28 Dec 2009 12:12:57 +0000 smatz (svn r18651) -Fix [FS#3438](r18518): [NoAI] When AI tried to create NO_UNLOAD order, GOTO_NEAREST_DEPOT order was created instead draft
Sun, 27 Dec 2009 21:45:27 +0000 smatz (svn r18650) -Fix: in the case of level crossing, location of the owner of road was documented wrongly (Eddi) draft
Sun, 27 Dec 2009 18:45:17 +0000 translators (svn r18649) -Update from WebTranslator v3.0: draft