------------------------------------------------------------------------ r18051 | rubidium | 2009-11-12 17:46:04 +0000 (Thu, 12 Nov 2009) | 2 lines -Codechange: make the active clients pause use a separate bit in the pause mode ------------------------------------------------------------------------ r18050 | rubidium | 2009-11-12 17:44:49 +0000 (Thu, 12 Nov 2009) | 2 lines -Codechange: disallow 'pause on join' paused when not in a network game ------------------------------------------------------------------------ r18049 | rubidium | 2009-11-12 17:28:20 +0000 (Thu, 12 Nov 2009) | 2 lines -Fix [FS#3310] (r16448): Crash when an articulated RV is turning on a drive through road station that gets forcefully (bankrupt) removed ------------------------------------------------------------------------ r18048 | rubidium | 2009-11-12 17:27:24 +0000 (Thu, 12 Nov 2009) | 2 lines -Change: make no distinction between unpausing because of a client aborting to join or actually joining ------------------------------------------------------------------------ r18045 | rubidium | 2009-11-11 21:15:58 +0000 (Wed, 11 Nov 2009) | 4 lines -Fix: GCC 4.5@HEAD not compiling OpenTTD anymore because of a "non-placement deallocation function [is] selected for placement delete", or in other words delete(void *, size_t) is 'magic'. We implemented these delete(void *, size_t) operator functions because MSVC warned that "no matching operator delete found; memory will not be freed if initialization throws an exception" for new(size_t, size_t). This disables MSVC warning about this because we do not use exceptions in the (constructors that use the) overridden allocation functions, as such they will never be called; delete(void *) remains necessary though. ------------------------------------------------------------------------ r18044 | rubidium | 2009-11-11 21:09:04 +0000 (Wed, 11 Nov 2009) | 2 lines -Change: mention (one of the) bug report(s) for the known-but-will-not-or-cannot-fix bugs and order them by FS ID ------------------------------------------------------------------------ r18043 | rubidium | 2009-11-11 21:07:12 +0000 (Wed, 11 Nov 2009) | 2 lines -Document: the resizing issue with SDL and OpenTTD ------------------------------------------------------------------------ r18042 | rubidium | 2009-11-11 20:53:23 +0000 (Wed, 11 Nov 2009) | 2 lines -Cleanup: remove some stale comments ------------------------------------------------------------------------ r18041 | rubidium | 2009-11-11 20:43:06 +0000 (Wed, 11 Nov 2009) | 2 lines -Codechange: some coding style ------------------------------------------------------------------------ r18040 | rubidium | 2009-11-11 20:40:40 +0000 (Wed, 11 Nov 2009) | 2 lines -Codechange: the size parameter (if it's that actually) isn't needed for the delete operator ------------------------------------------------------------------------ r18039 | translators | 2009-11-11 18:45:14 +0000 (Wed, 11 Nov 2009) | 6 lines -Update from WebTranslator v3.0: bulgarian - 5 changes by Tvel polish - 7 changes by amateja ukrainian - 2 changes by Madvin vietnamese - 12 changes by nglekhoi ------------------------------------------------------------------------ r18038 | rubidium | 2009-11-11 18:13:17 +0000 (Wed, 11 Nov 2009) | 2 lines -Fix [FS#3290] (r17402): AIs failed to load their data from savegames by crashing them when they tried ------------------------------------------------------------------------ r18037 | translators | 2009-11-10 18:45:15 +0000 (Tue, 10 Nov 2009) | 6 lines -Update from WebTranslator v3.0: traditional_chinese - 1 changes by josesun czech - 3 changes by SmatZ indonesian - 1 changes by prof polish - 4 changes by silver_777 ------------------------------------------------------------------------ r18036 | frosch | 2009-11-10 16:50:00 +0000 (Tue, 10 Nov 2009) | 1 line -Fix (r17999): Always two they are. ------------------------------------------------------------------------ r18035 | rubidium | 2009-11-10 11:19:07 +0000 (Tue, 10 Nov 2009) | 2 lines -Fix (r16909): one could remotely crash (assert) the server on certain commands ------------------------------------------------------------------------ r18034 | translators | 2009-11-09 18:45:32 +0000 (Mon, 09 Nov 2009) | 12 lines -Update from WebTranslator v3.0: catalan - 1 changes by arnau dutch - 1 changes by habell finnish - 1 changes by jpx_ french - 1 changes by glx greek - 4 changes by fumantsu hungarian - 1 changes by Petert italian - 1 changes by lorenzodv polish - 42 changes by amateja, silver_777 serbian - 1 changes by etran spanish - 1 changes by Terkhen ------------------------------------------------------------------------ r18033 | rubidium | 2009-11-09 17:20:48 +0000 (Mon, 09 Nov 2009) | 2 lines -Codechange: make the padding for IMGBTN_2 the same as for IMGBTN; the image doesn't move, so the extra space at the right and bottom aren't needed ------------------------------------------------------------------------ r18032 | smatz | 2009-11-09 16:33:52 +0000 (Mon, 09 Nov 2009) | 1 line -Codechange: add one const ------------------------------------------------------------------------ r18031 | rubidium | 2009-11-09 16:07:03 +0000 (Mon, 09 Nov 2009) | 2 lines -Codechange: since basically r7157 adding up 'all' mouse movement isn't needed anymore because after each even that movement is handled and the counter is reset. As such simply assigning instead of adding works. ------------------------------------------------------------------------ r18030 | rubidium | 2009-11-09 16:05:24 +0000 (Mon, 09 Nov 2009) | 2 lines -Fix: screen jumped a bit for at least SDL and Allegro when right-click-dragging ------------------------------------------------------------------------ r18029 | glx | 2009-11-09 15:16:38 +0000 (Mon, 09 Nov 2009) | 1 line -Fix (r18028): AppendPathSeparator() should stay global ------------------------------------------------------------------------ r18028 | rubidium | 2009-11-09 10:40:33 +0000 (Mon, 09 Nov 2009) | 2 lines -Codechange: unglobalise some functions ------------------------------------------------------------------------ r18027 | rubidium | 2009-11-09 09:59:35 +0000 (Mon, 09 Nov 2009) | 2 lines -Codechange: make some unneededly global variables static and remove some unused variables ------------------------------------------------------------------------ r18026 | rubidium | 2009-11-09 09:27:48 +0000 (Mon, 09 Nov 2009) | 2 lines -Codechange: make a lookup table static that doesn't need to be 'exported' ------------------------------------------------------------------------ r18025 | rubidium | 2009-11-08 23:56:39 +0000 (Sun, 08 Nov 2009) | 2 lines -Fix (r17217): more missing/extra parentheses (for compilers I've never heard of) ------------------------------------------------------------------------ r18024 | rubidium | 2009-11-08 22:24:33 +0000 (Sun, 08 Nov 2009) | 2 lines -Fix (r17217): missing ( ------------------------------------------------------------------------ r18023 | alberth | 2009-11-08 20:52:14 +0000 (Sun, 08 Nov 2009) | 1 line -Codechange: Make the timetable window nested. ------------------------------------------------------------------------ r18022 | rubidium | 2009-11-08 19:49:13 +0000 (Sun, 08 Nov 2009) | 2 lines -Cleanup: remove some (now) unused button resize functions ------------------------------------------------------------------------ r18021 | alberth | 2009-11-08 19:36:17 +0000 (Sun, 08 Nov 2009) | 1 line -Codechange: Have a widget for every cargo-type to eliminate searching. ------------------------------------------------------------------------ r18020 | alberth | 2009-11-08 19:31:57 +0000 (Sun, 08 Nov 2009) | 1 line -Codechange: Make the company station list window nested. ------------------------------------------------------------------------ r18019 | rubidium | 2009-11-08 19:22:45 +0000 (Sun, 08 Nov 2009) | 2 lines -Codechange: make the 'engine preview' window nested ------------------------------------------------------------------------ r18018 | rubidium | 2009-11-08 19:21:18 +0000 (Sun, 08 Nov 2009) | 2 lines -Codechange: make the 'buy company' window nested ------------------------------------------------------------------------ r18017 | translators | 2009-11-08 18:45:25 +0000 (Sun, 08 Nov 2009) | 9 lines -Update from WebTranslator v3.0: arabic_egypt - 15 changes by kasakg german - 1 changes by planetmaker greek - 1 changes by fumantsu hungarian - 1 changes by Petert indonesian - 1 changes by prof polish - 52 changes by silver_777 portuguese - 4 changes by SupSuper ------------------------------------------------------------------------ r18016 | frosch | 2009-11-08 18:04:53 +0000 (Sun, 08 Nov 2009) | 1 line -Codechange: Move the arbitrary basecost multiplier offset (8) to newgrf loading and make the internal state zero-based instead. ------------------------------------------------------------------------ r18015 | rubidium | 2009-11-08 16:46:23 +0000 (Sun, 08 Nov 2009) | 2 lines -Codechange: redesign the world generation windows to make 'proper' use of nested widgets. ------------------------------------------------------------------------ r18014 | alberth | 2009-11-08 15:26:20 +0000 (Sun, 08 Nov 2009) | 1 line -Codechange: Station view window uses pure nested widgets. ------------------------------------------------------------------------ r18013 | alberth | 2009-11-08 15:22:04 +0000 (Sun, 08 Nov 2009) | 1 line -Codechange: Add possibility to change window size during ReInit(). ------------------------------------------------------------------------ r18012 | rubidium | 2009-11-08 13:35:45 +0000 (Sun, 08 Nov 2009) | 2 lines -Codechange: make the world generation windows nested; they'll need some tweaks to use the full potential though ------------------------------------------------------------------------ r18011 | frosch | 2009-11-08 13:02:05 +0000 (Sun, 08 Nov 2009) | 1 line -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'. ------------------------------------------------------------------------ r18010 | alberth | 2009-11-08 12:45:16 +0000 (Sun, 08 Nov 2009) | 1 line -Codechange: Split StationViewWindow::OnPaint in four functions. ------------------------------------------------------------------------ r18009 | rubidium | 2009-11-08 12:38:00 +0000 (Sun, 08 Nov 2009) | 2 lines -Codechange: make the 'create scenario' window nested ------------------------------------------------------------------------ r18008 | frosch | 2009-11-08 12:23:02 +0000 (Sun, 08 Nov 2009) | 1 line -Codechange: Rename NUM_PRICES to PR_END, and use the Price enum some more. ------------------------------------------------------------------------ r18007 | frosch | 2009-11-08 12:18:59 +0000 (Sun, 08 Nov 2009) | 1 line -Codechange: No need to call CB 36 'running cost factor' if the vehicle has no running cost class anyway. ------------------------------------------------------------------------ r18006 | rubidium | 2009-11-08 12:11:38 +0000 (Sun, 08 Nov 2009) | 2 lines -Codechange: make the world generation progress window nested ------------------------------------------------------------------------ r18005 | frosch | 2009-11-07 22:47:54 +0000 (Sat, 07 Nov 2009) | 1 line -Codechange: Convert the Prices struct into an array and an enum. ------------------------------------------------------------------------ r18004 | frosch | 2009-11-07 22:37:22 +0000 (Sat, 07 Nov 2009) | 1 line -Codechange: Deduplicate some magic. ------------------------------------------------------------------------ r18003 | rubidium | 2009-11-07 22:29:17 +0000 (Sat, 07 Nov 2009) | 2 lines -Cleanup: prune some unused functions from Window ------------------------------------------------------------------------ r18002 | rubidium | 2009-11-07 21:51:21 +0000 (Sat, 07 Nov 2009) | 2 lines -Change: add cases to Greek and use them (fumantsu) ------------------------------------------------------------------------ r18001 | peter1138 | 2009-11-07 21:41:41 +0000 (Sat, 07 Nov 2009) | 2 lines -Codechange: [SDL] When the mouse cursor is locked into position when scrolling a viewport, warp the mouse pointer to the centre of the window. This gives maximum freedom of movement. The pointer position is restored when the lock is removed. Visually the mouse cursor stays where it was. ------------------------------------------------------------------------ r18000 | translators | 2009-11-07 18:45:05 +0000 (Sat, 07 Nov 2009) | 3 lines -Update from WebTranslator v3.0: greek - 1 changes by fumantsu ------------------------------------------------------------------------ r17999 | frosch | 2009-11-07 18:22:00 +0000 (Sat, 07 Nov 2009) | 1 line -Fix: [NewGRF] Improve parsing of RIFF data. Skip unknown chunks and check chunk sizes. ------------------------------------------------------------------------ r17998 | alberth | 2009-11-07 17:45:49 +0000 (Sat, 07 Nov 2009) | 1 line -Fix (r17994): Use a consistent item list width. ------------------------------------------------------------------------ r17997 | alberth | 2009-11-07 17:24:04 +0000 (Sat, 07 Nov 2009) | 1 line -Codechange: Introduce functions for querying top and bottom of the main view. ------------------------------------------------------------------------ r17995 | alberth | 2009-11-07 15:49:36 +0000 (Sat, 07 Nov 2009) | 1 line -Codechange: PreventHiding() is used in one file, make it static. ------------------------------------------------------------------------ r17994 | alberth | 2009-11-07 14:40:37 +0000 (Sat, 07 Nov 2009) | 1 line -Codechange: Make the dropdown menu window use pure nested widgets. ------------------------------------------------------------------------ r17993 | alberth | 2009-11-07 11:44:38 +0000 (Sat, 07 Nov 2009) | 1 line -Codechange: Move widget and data initialization into the dropdown menu class. ------------------------------------------------------------------------ r17992 | alberth | 2009-11-07 11:26:23 +0000 (Sat, 07 Nov 2009) | 1 line -Codechange: Merge some parameters of the dropdown menu. ------------------------------------------------------------------------ r17991 | alberth | 2009-11-07 10:26:09 +0000 (Sat, 07 Nov 2009) | 1 line -Codechange: Use WD_VSCROLLBAR_WIDTH constant in dropdown menu window. ------------------------------------------------------------------------ r17990 | alberth | 2009-11-07 08:41:34 +0000 (Sat, 07 Nov 2009) | 1 line -Codechange: Add widgets enum for dropdown menu window. ------------------------------------------------------------------------ r17986 | rubidium | 2009-11-06 20:34:43 +0000 (Fri, 06 Nov 2009) | 2 lines -Codechange: make the scenario 'main' toolbar nested. Also make it implement the 'switch' toolbar feature when it gets really small. ------------------------------------------------------------------------ r17985 | rubidium | 2009-11-06 20:32:15 +0000 (Fri, 06 Nov 2009) | 2 lines -Codechange: make the toolbar container support non-resizable widgets and subclassing of itself. ------------------------------------------------------------------------ r17984 | rubidium | 2009-11-06 20:26:28 +0000 (Fri, 06 Nov 2009) | 2 lines -Codechange: make it possible to use MakeNWidgets using a custom container widget. ------------------------------------------------------------------------ r17983 | translators | 2009-11-06 18:45:18 +0000 (Fri, 06 Nov 2009) | 7 lines -Update from WebTranslator v3.0: finnish - 1 changes by jpx_ italian - 1 changes by lorenzodv lithuanian - 86 changes by Devastator serbian - 1 changes by etran spanish - 1 changes by Terkhen ------------------------------------------------------------------------ r17977 | frosch | 2009-11-05 20:26:13 +0000 (Thu, 05 Nov 2009) | 1 line -Fix: Busses and trucks are distinguished by cargo class. ------------------------------------------------------------------------ r17976 | frosch | 2009-11-05 19:46:17 +0000 (Thu, 05 Nov 2009) | 1 line -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h ------------------------------------------------------------------------ r17975 | translators | 2009-11-05 18:45:20 +0000 (Thu, 05 Nov 2009) | 8 lines -Update from WebTranslator v3.0: catalan - 5 changes by arnau traditional_chinese - 4 changes by josesun dutch - 1 changes by habell french - 1 changes by glx german - 1 changes by planetmaker greek - 5 changes by fumantsu ------------------------------------------------------------------------ r17974 | frosch | 2009-11-05 16:56:53 +0000 (Thu, 05 Nov 2009) | 1 line -Fix (r17926)[FS#3300]: C != T ------------------------------------------------------------------------