src/newgrf_gui.cpp
Mon, 15 Sep 2008 16:29:40 +0000 smatz (svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString()
Sat, 13 Sep 2008 12:40:31 +0000 rubidium (svn r14310) -Fix: don't show palette information in the newgrf lists of the network lobby.
Fri, 12 Sep 2008 17:38:57 +0000 rubidium (svn r14299) -Fix: disable 'toggle palette' when no NewGRF has been selected.
Wed, 03 Sep 2008 07:51:07 +0000 rubidium (svn r14233) -Feature/Fix [FS#2172]: save the palette of the loaded NewGRFs in the savegame, so joining with a server using Windows palette will make a client with the DOS palette do palette conversion and (thus) not cause a desync due to the different palettes disabling different NewGRFs.
Wed, 20 Aug 2008 19:31:35 +0000 frosch (svn r14112) -Fix (r13715)[FS#2232]: Action B custom messages with parameteers were broken.
Wed, 06 Aug 2008 20:14:21 +0000 peter1138 (svn r14009) -Cleanup (r14008): Bad whitespace...
Wed, 06 Aug 2008 20:12:42 +0000 peter1138 (svn r14008) -Fix (r14004): NewGRF preset drop down list not working
Thu, 31 Jul 2008 16:42:11 +0000 belugas (svn r13896) -Codechange: Replace numbers with Colours enum on newgrf, order and osk guis
Thu, 24 Jul 2008 18:29:01 +0000 peter1138 (svn r13818) -Fix [FS#2157]: Deselect currently selected NewGRF when changing GRF preset.
Tue, 22 Jul 2008 20:52:30 +0000 peter1138 (svn r13789) -Fix (r13781): Saved preset was not automatically selected.
Tue, 22 Jul 2008 14:17:29 +0000 peter1138 (svn r13781) -Feature: NewGRF presets, selected by a drop down list in the NewGRF window. Presets are saved in the config file.
Thu, 17 Jul 2008 13:47:04 +0000 rubidium (svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they were printed, otherwise the text could change due to the few number of slots that could be used to bind.
Tue, 03 Jun 2008 18:35:58 +0000 smatz (svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details
Mon, 19 May 2008 09:48:47 +0000 rubidium (svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
Sat, 17 May 2008 12:48:06 +0000 rubidium (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
Tue, 13 May 2008 20:26:48 +0000 peter1138 (svn r13073) -Codechange: make classes of the NewGRF windows
Sat, 10 May 2008 08:58:52 +0000 rubidium (svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove the need for WE_ON_EDIT_TEXT_CANCEL.
Thu, 08 May 2008 11:31:41 +0000 rubidium (svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
Tue, 06 May 2008 22:08:18 +0000 rubidium (svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Thu, 27 Mar 2008 15:48:54 +0000 peter1138 (svn r12445) -Fix: Add missing compile asserts for window data structs
Sat, 15 Mar 2008 13:21:31 +0000 smatz (svn r12368) -Codechange: use explicit body for loops and conditions and remove -Wno-empty-body from the configure script
Mon, 18 Feb 2008 09:16:02 +0000 peter1138 (svn r12172) -Codechange: Allow buttons to resize in NewGRF settings window
Sun, 13 Jan 2008 01:21:35 +0000 rubidium (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
Wed, 09 Jan 2008 09:45:45 +0000 rubidium (svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
Mon, 07 Jan 2008 14:23:25 +0000 rubidium (svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
Mon, 07 Jan 2008 14:02:26 +0000 rubidium (svn r11776) -Codechange: more header splittings to reduce the dependencies.
Tue, 25 Dec 2007 11:26:07 +0000 rubidium (svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
Tue, 25 Dec 2007 09:48:53 +0000 rubidium (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
Sat, 22 Dec 2007 23:30:28 +0000 rubidium (svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
Fri, 21 Dec 2007 19:49:27 +0000 rubidium (svn r11675) -Codechange: split the string types from the string functions.
Wed, 19 Dec 2007 20:45:46 +0000 rubidium (svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.
Wed, 19 Dec 2007 19:44:29 +0000 rubidium (svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
Fri, 14 Dec 2007 00:25:00 +0000 glx (svn r11631) -Fix (r11585, r11626): remove MSVC warnings
Fri, 07 Dec 2007 12:22:34 +0000 skidd13 (svn r11585) -Codechange: Enumify the widgets of the newGRF gui and a slight cleanup there
Thu, 06 Dec 2007 15:58:39 +0000 belugas (svn r11579) -Revert(r11578): some cases of key propagation are not handled correctly.
Thu, 06 Dec 2007 02:31:47 +0000 belugas (svn r11578) -Codechange: Introduce the window default flag WDF_TEXTENTRY which specifies that the window holding it is actually one that enables an edit box.
Sun, 02 Dec 2007 14:29:48 +0000 rubidium (svn r11555) -Codechange: use the new members introduced in r11551.
Mon, 19 Nov 2007 21:02:30 +0000 skidd13 (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
Thu, 15 Nov 2007 07:42:25 +0000 rubidium (svn r11433) -Fix: starting OpenTTD with DOS files made it look weird out of the box.
Sun, 04 Nov 2007 00:08:57 +0000 belugas (svn r11374) -Codechange: Give meaning to the magical number that specifies the color of the text in a DrawString call.
Sun, 21 Oct 2007 12:45:43 +0000 rubidium (svn r11329) -Fix: if a NewGRF failed to load for some reason (like fatal errors), but it was a "compatible" NewGRF, it was shown with the compatible colour and not the not-loaded colour in the NewGRF list.
Tue, 16 Oct 2007 00:35:59 +0000 belugas (svn r11272) -Codechange: Truncate text describing the grf file in the NewGrf settings gui
Fri, 05 Oct 2007 21:31:59 +0000 rubidium (svn r11211) -Fix [FS#1302]: NewGRF GUI scrollbar does funny things when being resized.
Fri, 27 Jul 2007 12:49:04 +0000 rubidium (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size.
Sat, 23 Jun 2007 21:12:09 +0000 rubidium (svn r10298) -Fix [FS#903]: show the subdirectory below the default data directory in this filename in the newgrf list. The directory was removed in r9560 because then it used to full path instead of the path relative to the data directory, but since the inclusion of "search paths" that is not necessary anymore.
Fri, 22 Jun 2007 13:10:56 +0000 glx (svn r10267) -Add: enable double clic to add in 'add newgrf' window
Mon, 18 Jun 2007 23:00:55 +0000 glx (svn r10211) -Feature: [NewGRF] Add support for action 0F
Tue, 12 Jun 2007 13:22:14 +0000 maedhros (svn r10114) -Fix: Only load newgrf error messages if the language matches the current
Sat, 02 Jun 2007 09:26:03 +0000 rubidium (svn r10021) -Fix (r9560): memory "corruption" that could lead to a failure to load newgrfs.
Wed, 18 Apr 2007 18:00:33 +0000 belugas (svn r9669) -Documentation: some more doxygen fixes
Sun, 25 Mar 2007 16:09:36 +0000 maedhros (svn r9449) -Fix: Truncate the newgrf information text in the newgrf gui if it's too long.
Wed, 21 Mar 2007 03:06:21 +0000 belugas (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
Wed, 07 Mar 2007 12:11:48 +0000 rubidium (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
Tue, 06 Mar 2007 19:33:28 +0000 maedhros (svn r9031) -Codechange: Introduce grfconfig->status, and use it for states that are
Tue, 27 Feb 2007 16:07:04 +0000 Darkvater (svn r8920) -Codechange: Do not require to press 'Apply changes' in the newgrf GUI if the changes in there are not activated (this happens in the title screen)
Tue, 27 Feb 2007 16:05:20 +0000 Darkvater (svn r8918) -Revert r8914 as the inverted files have been committed not the correct one.
Tue, 27 Feb 2007 15:17:06 +0000 Darkvater (svn r8914) -Regression (UTF8): Win9x is very picky about trailing slashes in paths, so C:\\* will not work (but C:\Windows\\* does; go figure). Thanks glx for pointing it out and for the initial fix.
Sat, 24 Feb 2007 16:34:37 +0000 maedhros (svn r8881) -Feature: Allow built-in newgrf error messages to be translated, and load custom error messages properly.
Wed, 21 Feb 2007 23:18:08 +0000 maedhros (svn r8838) -Feature: Show newgrf error messages loaded in Action B in the newgrf gui