------------------------------------------------------------------------ r18849 | translators | 2010-01-17 18:45:18 +0000 (Sun, 17 Jan 2010) | 7 lines -Update from WebTranslator v3.0: croatian - 36 changes by finnish - 1 changes by jpx_ greek - 1 changes by fumantsu norwegian_nynorsk - 1 changes by bjelleklang slovenian - 96 changes by ntadej ------------------------------------------------------------------------ r18848 | rubidium | 2010-01-17 16:52:35 +0000 (Sun, 17 Jan 2010) | 2 lines -Fix (r18838): the original accelaration got broken ------------------------------------------------------------------------ r18847 | rubidium | 2010-01-17 16:39:58 +0000 (Sun, 17 Jan 2010) | 2 lines -Fix [FS#3541] (r18769): configure didn't properly detect libtimidity anymore (hannibal218bc) ------------------------------------------------------------------------ r18846 | frosch | 2010-01-17 15:05:25 +0000 (Sun, 17 Jan 2010) | 1 line -Codechange: Merge DrawTileSeq into DrawCommonTileSeq. ------------------------------------------------------------------------ r18845 | yexo | 2010-01-17 14:22:07 +0000 (Sun, 17 Jan 2010) | 1 line -Codechange: introduce AirportTileSpec and use it for animation ------------------------------------------------------------------------ r18844 | yexo | 2010-01-17 12:48:09 +0000 (Sun, 17 Jan 2010) | 1 line -Codechange: add GPL notice to src/table/airport_defaults.h ------------------------------------------------------------------------ r18843 | frosch | 2010-01-17 01:22:43 +0000 (Sun, 17 Jan 2010) | 1 line -Codechange: Only NewGRF supplied spritelayouts use SPRITE_MODIFIER_CUSTOM_SPRITE, so no extra tests needed. ------------------------------------------------------------------------ r18842 | frosch | 2010-01-17 01:01:56 +0000 (Sun, 17 Jan 2010) | 1 line -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(). ------------------------------------------------------------------------ r18841 | frosch | 2010-01-17 00:51:18 +0000 (Sun, 17 Jan 2010) | 1 line -Fix (r16869): Default-waypoint was drawn incorrectly for monorail and maglev in the waypoint picker. ------------------------------------------------------------------------ r18840 | frosch | 2010-01-16 22:52:51 +0000 (Sat, 16 Jan 2010) | 1 line -Codechange: Use DrawCommonTileSeq[InGUI] for roaddepot drawing. ------------------------------------------------------------------------ r18839 | frosch | 2010-01-16 22:44:03 +0000 (Sat, 16 Jan 2010) | 1 line -Codechange: Detriplicate drawing of spritelayouts in the GUI. ------------------------------------------------------------------------ r18838 | rubidium | 2010-01-16 22:30:04 +0000 (Sat, 16 Jan 2010) | 2 lines -Codechange [FS#3524]: reorganisation of the train acceleration code plus some minor optimisations (Terkhen) ------------------------------------------------------------------------ r18837 | frosch | 2010-01-16 22:25:44 +0000 (Sat, 16 Jan 2010) | 1 line -Codechange: Rename DrawStationTileSeq() to DrawCommonTileSeq() and move it to separate file. ------------------------------------------------------------------------ r18836 | rubidium | 2010-01-16 22:16:28 +0000 (Sat, 16 Jan 2010) | 2 lines -Codechange: make TrainUpdateSpeed a class function and update some comments (Terkhen) ------------------------------------------------------------------------ r18835 | peter1138 | 2010-01-16 22:15:02 +0000 (Sat, 16 Jan 2010) | 2 lines -Fix: Large sounds could still cause an overflow with high sample rates, causing them to be cut off. ------------------------------------------------------------------------ r18834 | rubidium | 2010-01-16 22:01:33 +0000 (Sat, 16 Jan 2010) | 2 lines -Fix [FS#3538]: compilation failed on OpenBSD (matze) ------------------------------------------------------------------------ r18833 | peter1138 | 2010-01-16 20:59:58 +0000 (Sat, 16 Jan 2010) | 2 lines -Cleanup: Const-ness and style ------------------------------------------------------------------------ r18832 | frosch | 2010-01-16 20:51:35 +0000 (Sat, 16 Jan 2010) | 1 line -Fix: some indentation whitespace. ------------------------------------------------------------------------ r18831 | rubidium | 2010-01-16 19:08:33 +0000 (Sat, 16 Jan 2010) | 2 lines -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 ------------------------------------------------------------------------ r18830 | translators | 2010-01-16 18:45:22 +0000 (Sat, 16 Jan 2010) | 8 lines -Update from WebTranslator v3.0: croatian - 36 changes by finnish - 2 changes by jpx_ french - 1 changes by glx german - 1 changes by planetmaker hungarian - 2 changes by IPG slovenian - 144 changes by ntadej ------------------------------------------------------------------------ r18829 | peter1138 | 2010-01-16 17:47:26 +0000 (Sat, 16 Jan 2010) | 2 lines -Codechange: Don't free memory from within audio mixer callback handler as it may be required to be real-time safe. ------------------------------------------------------------------------ r18828 | frosch | 2010-01-16 16:44:59 +0000 (Sat, 16 Jan 2010) | 1 line -Fix (r18823): Decrementing uints is different to ints. ------------------------------------------------------------------------ r18827 | alberth | 2010-01-16 15:24:00 +0000 (Sat, 16 Jan 2010) | 1 line -Fix: Center main window using smallmap widget edge coordinates. ------------------------------------------------------------------------ r18826 | frosch | 2010-01-16 14:22:19 +0000 (Sat, 16 Jan 2010) | 1 line -Codechange: Unifiy return value of (SmallArray|FixedSizeArray)::(Append|AppendC) with other containers. (skidd13) ------------------------------------------------------------------------ r18825 | frosch | 2010-01-16 14:17:03 +0000 (Sat, 16 Jan 2010) | 1 line -Codechange: Sometimes code is shorter if you do not use a function for deduplication. (skidd13) ------------------------------------------------------------------------ r18824 | frosch | 2010-01-16 14:12:18 +0000 (Sat, 16 Jan 2010) | 1 line -Codechange: Turn some public members into protected ones. (skidd13) ------------------------------------------------------------------------ r18823 | frosch | 2010-01-16 14:02:22 +0000 (Sat, 16 Jan 2010) | 1 line -Codechange: Some uints for unsigned ints. (skidd13) ------------------------------------------------------------------------ r18822 | frosch | 2010-01-16 13:52:24 +0000 (Sat, 16 Jan 2010) | 1 line -Codechange: Rename YAPF-related container classes and their members to better fit other container classes. (skidd13) ------------------------------------------------------------------------ r18821 | rubidium | 2010-01-15 23:47:28 +0000 (Fri, 15 Jan 2010) | 2 lines -Codechange: [Allegro] make the frequency and number of samples runtime configurable ------------------------------------------------------------------------ r18820 | rubidium | 2010-01-15 23:45:26 +0000 (Fri, 15 Jan 2010) | 2 lines -Codechange: [SDL] make the number of samples runtime configurable and increase the default slightly ------------------------------------------------------------------------ r18819 | rubidium | 2010-01-15 22:29:47 +0000 (Fri, 15 Jan 2010) | 2 lines -Change [FS#3493]: be consistent with airport naming ------------------------------------------------------------------------ r18818 | rubidium | 2010-01-15 22:21:50 +0000 (Fri, 15 Jan 2010) | 2 lines -Fix [FS#3526] (r18766): some train acceleration type conversions were missed ------------------------------------------------------------------------ r18816 | yexo | 2010-01-15 21:00:46 +0000 (Fri, 15 Jan 2010) | 1 line -Fix (r18807): getting the catchment area of oilrigs triggered an assert ------------------------------------------------------------------------ r18815 | yexo | 2010-01-15 20:20:24 +0000 (Fri, 15 Jan 2010) | 1 line -Fix (r18813): adding a single newgrf via the newgrf gui added all newgrfs after the selected one too ------------------------------------------------------------------------ r18814 | translators | 2010-01-15 18:45:15 +0000 (Fri, 15 Jan 2010) | 6 lines -Update from WebTranslator v3.0: croatian - 36 changes by polish - 5 changes by amateja romanian - 1 changes by kkmic spanish - 1 changes by Terkhen ------------------------------------------------------------------------ r18813 | yexo | 2010-01-15 18:28:30 +0000 (Fri, 15 Jan 2010) | 1 line -Codechange: deduplicate copying a newgrf config ------------------------------------------------------------------------ r18812 | rubidium | 2010-01-15 18:23:52 +0000 (Fri, 15 Jan 2010) | 2 lines -Codechange: make some functions in train.h functions of Train. ------------------------------------------------------------------------ r18811 | rubidium | 2010-01-15 18:22:57 +0000 (Fri, 15 Jan 2010) | 2 lines -Fix (r18803): also swap the parameters for the AI API ------------------------------------------------------------------------ r18810 | glx | 2010-01-15 17:59:09 +0000 (Fri, 15 Jan 2010) | 1 line -Fix (r18809): broken win32 compilation with SDL ------------------------------------------------------------------------ r18809 | rubidium | 2010-01-15 16:41:15 +0000 (Fri, 15 Jan 2010) | 2 lines -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header ------------------------------------------------------------------------ r18808 | yexo | 2010-01-15 16:37:19 +0000 (Fri, 15 Jan 2010) | 1 line -Cleanup: deplicate by using an existing function ------------------------------------------------------------------------ r18807 | yexo | 2010-01-15 12:08:08 +0000 (Fri, 15 Jan 2010) | 1 line -Codechange: introduce AirportSpec and move several non-statemachine-related variables to there ------------------------------------------------------------------------ r18806 | peter1138 | 2010-01-15 11:56:31 +0000 (Fri, 15 Jan 2010) | 2 lines -Codechange: Typo in comment ------------------------------------------------------------------------ r18805 | rubidium | 2010-01-15 10:55:43 +0000 (Fri, 15 Jan 2010) | 2 lines -Codechange: move airport_movement.h to table/ ------------------------------------------------------------------------ r18804 | rubidium | 2010-01-14 23:06:41 +0000 (Thu, 14 Jan 2010) | 2 lines -Codechange: guard against binaries claiming to be compatible with a future (stable) release of OpenTTD. ------------------------------------------------------------------------ r18803 | rubidium | 2010-01-14 23:05:07 +0000 (Thu, 14 Jan 2010) | 2 lines -Feature [FS#3318]: make building (long) roads work like building rail; build upon the first obstruction instead of failing totally. Patch by Terkhen. ------------------------------------------------------------------------ r18802 | frosch | 2010-01-14 22:56:54 +0000 (Thu, 14 Jan 2010) | 1 line -Codechange: Deduplicate drawing-code for depots and stations/waypoints. ------------------------------------------------------------------------ r18801 | rubidium | 2010-01-14 21:48:42 +0000 (Thu, 14 Jan 2010) | 2 lines -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. ------------------------------------------------------------------------ r18800 | rubidium | 2010-01-14 21:47:31 +0000 (Thu, 14 Jan 2010) | 2 lines -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. ------------------------------------------------------------------------ r18799 | translators | 2010-01-14 18:45:13 +0000 (Thu, 14 Jan 2010) | 5 lines -Update from WebTranslator v3.0: croatian - 36 changes by russian - 2 changes by Lone_Wolf ukrainian - 3 changes by Madvin ------------------------------------------------------------------------ r18798 | belugas | 2010-01-14 15:52:26 +0000 (Thu, 14 Jan 2010) | 1 line -Codechange: Simplify use of parameter p2 by using the data it is represeting. Based on work by Terkhen ------------------------------------------------------------------------ r18797 | rubidium | 2010-01-13 21:49:15 +0000 (Wed, 13 Jan 2010) | 2 lines -Fix (r18781): building wagons didn't add them to a train ------------------------------------------------------------------------ r18796 | rubidium | 2010-01-13 21:34:48 +0000 (Wed, 13 Jan 2010) | 2 lines -Fix [FS#3521]: [SDL] possible deadlock when killing OpenTTD while starting it ------------------------------------------------------------------------ r18795 | translators | 2010-01-13 18:45:15 +0000 (Wed, 13 Jan 2010) | 6 lines -Update from WebTranslator v3.0: croatian - 36 changes by dutch - 190 changes by Hirundo portuguese - 2 changes by JayCity spanish - 1 changes by Terkhen ------------------------------------------------------------------------ r18794 | rubidium | 2010-01-13 15:03:34 +0000 (Wed, 13 Jan 2010) | 2 lines -Codechange: add local company and network 'state' to the crash log ------------------------------------------------------------------------ r18793 | translators | 2010-01-12 18:45:15 +0000 (Tue, 12 Jan 2010) | 6 lines -Update from WebTranslator v3.0: croatian - 36 changes by dutch - 69 changes by Hirundo german - 1 changes by planetmaker russian - 2 changes by Lone_Wolf ------------------------------------------------------------------------ r18792 | rubidium | 2010-01-12 18:09:48 +0000 (Tue, 12 Jan 2010) | 2 lines -Fix [FS#3522] (r18709): crash when using the 32bpp blitter with a dedicated server ------------------------------------------------------------------------ r18791 | rubidium | 2010-01-12 16:38:48 +0000 (Tue, 12 Jan 2010) | 2 lines -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 ------------------------------------------------------------------------ r18790 | peter1138 | 2010-01-12 09:54:18 +0000 (Tue, 12 Jan 2010) | 2 lines -Revert (r18001,r18177,FS#3515): Viewport could still jump under high CPU load. Revert as change caused more problems than it fixed. ------------------------------------------------------------------------ r18789 | rubidium | 2010-01-12 00:10:38 +0000 (Tue, 12 Jan 2010) | 2 lines -Codechange: when we're not in a network game we don't even need to consider undrawing the chat messages ------------------------------------------------------------------------ r18788 | rubidium | 2010-01-11 22:46:00 +0000 (Mon, 11 Jan 2010) | 2 lines -Codechange: replace macro as without macro it's shorter than with the macro. ------------------------------------------------------------------------ r18787 | rubidium | 2010-01-11 20:58:52 +0000 (Mon, 11 Jan 2010) | 2 lines -Fix [FS#3516]: crash when getting the tooltip of the industry amount in the world generation window ------------------------------------------------------------------------ r18786 | rubidium | 2010-01-11 20:42:07 +0000 (Mon, 11 Jan 2010) | 2 lines -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. ------------------------------------------------------------------------ r18785 | rubidium | 2010-01-11 20:39:38 +0000 (Mon, 11 Jan 2010) | 2 lines -Codechange: rewrite/rework DoCommandP in order to simplify it, reduce duplication and remove gotos. ------------------------------------------------------------------------ r18784 | rubidium | 2010-01-11 20:32:32 +0000 (Mon, 11 Jan 2010) | 2 lines -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. ------------------------------------------------------------------------ r18783 | rubidium | 2010-01-11 20:21:56 +0000 (Mon, 11 Jan 2010) | 2 lines -Codechange: make CheckCompanyHasMoney set an error on the CommandCost it tests when you don't have enough money instead of setting a global variable. ------------------------------------------------------------------------ r18782 | rubidium | 2010-01-11 20:00:14 +0000 (Mon, 11 Jan 2010) | 2 lines -Codechange: move the content of callback_table.cpp to network_command.cpp; it's only ever used there. ------------------------------------------------------------------------ r18781 | rubidium | 2010-01-11 18:46:09 +0000 (Mon, 11 Jan 2010) | 3 lines -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. -Fix: AIs did update their last cost incorrectly in network games if the cost of the DC_EXEC phase differed from the ~DC_EXEC phase. ------------------------------------------------------------------------ r18780 | translators | 2010-01-11 18:45:15 +0000 (Mon, 11 Jan 2010) | 6 lines -Update from WebTranslator v3.0: traditional_chinese - 1 changes by josesun croatian - 36 changes by dutch - 60 changes by Hirundo french - 1 changes by glx ------------------------------------------------------------------------ r18779 | rubidium | 2010-01-11 18:34:02 +0000 (Mon, 11 Jan 2010) | 2 lines -Codechange: merge the command callbacks of the primary vehicles; they are identical ------------------------------------------------------------------------ r18778 | michi_cc | 2010-01-11 00:02:14 +0000 (Mon, 11 Jan 2010) | 1 line -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. ------------------------------------------------------------------------ r18777 | rubidium | 2010-01-10 23:20:11 +0000 (Sun, 10 Jan 2010) | 2 lines -Codechange: remove some unused parameters from a function ------------------------------------------------------------------------ r18776 | frosch | 2010-01-10 21:45:32 +0000 (Sun, 10 Jan 2010) | 1 line -Codechange: Use SmallVector to collect refit options. ------------------------------------------------------------------------ r18775 | rubidium | 2010-01-10 21:20:51 +0000 (Sun, 10 Jan 2010) | 2 lines -Fix (r18769): non-LZO code used LZO defines, also replace #define with static const uint and add some documentation. ------------------------------------------------------------------------ r18774 | frosch | 2010-01-10 20:33:10 +0000 (Sun, 10 Jan 2010) | 1 line -Change: Consider callback 19 only broken after subcargos 0 to 255 have been used, instead of stopping at 15. ------------------------------------------------------------------------ r18773 | translators | 2010-01-10 18:45:27 +0000 (Sun, 10 Jan 2010) | 10 lines -Update from WebTranslator v3.0: afrikaans - 6 changes by burgerd croatian - 36 changes by danish - 3 changes by mgarde dutch - 86 changes by Hirundo french - 1 changes by glx italian - 2 changes by lorenzodv polish - 2 changes by xaxa spanish - 4 changes by Terkhen ------------------------------------------------------------------------ r18772 | rubidium | 2010-01-10 15:35:13 +0000 (Sun, 10 Jan 2010) | 2 lines -Feature-ish: allow user customisable compression levels for the zlib compression ------------------------------------------------------------------------