Mon, 19 May 2008 09:48:47 +0000 |
rubidium |
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
draft
|
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.
draft
|
Tue, 13 May 2008 20:26:48 +0000 |
peter1138 |
(svn r13073) -Codechange: make classes of the NewGRF windows
draft
|
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.
draft
|
Thu, 08 May 2008 11:31:41 +0000 |
rubidium |
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
draft
|
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.
draft
|
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.
draft
|
Thu, 27 Mar 2008 15:48:54 +0000 |
peter1138 |
(svn r12445) -Fix: Add missing compile asserts for window data structs
draft
|
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
draft
|
Mon, 18 Feb 2008 09:16:02 +0000 |
peter1138 |
(svn r12172) -Codechange: Allow buttons to resize in NewGRF settings window
draft
|
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.
draft
|
Wed, 09 Jan 2008 09:45:45 +0000 |
rubidium |
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
draft
|
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.
draft
|
Mon, 07 Jan 2008 14:02:26 +0000 |
rubidium |
(svn r11776) -Codechange: more header splittings to reduce the dependencies.
draft
|
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'
draft
|
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.
draft
|
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.
draft
|
Fri, 21 Dec 2007 19:49:27 +0000 |
rubidium |
(svn r11675) -Codechange: split the string types from the string functions.
draft
|
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.
draft
|
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.
draft
|
Fri, 14 Dec 2007 00:25:00 +0000 |
glx |
(svn r11631) -Fix (r11585, r11626): remove MSVC warnings
draft
|
Fri, 07 Dec 2007 12:22:34 +0000 |
skidd13 |
(svn r11585) -Codechange: Enumify the widgets of the newGRF gui and a slight cleanup there
draft
|
Thu, 06 Dec 2007 15:58:39 +0000 |
belugas |
(svn r11579) -Revert(r11578): some cases of key propagation are not handled correctly.
draft
|
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.
draft
|
Sun, 02 Dec 2007 14:29:48 +0000 |
rubidium |
(svn r11555) -Codechange: use the new members introduced in r11551.
draft
|
Mon, 19 Nov 2007 21:02:30 +0000 |
skidd13 |
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
draft
|
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.
draft
|
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.
draft
|
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.
draft
|
Tue, 16 Oct 2007 00:35:59 +0000 |
belugas |
(svn r11272) -Codechange: Truncate text describing the grf file in the NewGrf settings gui
draft
|
Fri, 05 Oct 2007 21:31:59 +0000 |
rubidium |
(svn r11211) -Fix [FS#1302]: NewGRF GUI scrollbar does funny things when being resized.
draft
|
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.
draft
|
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.
draft
|
Fri, 22 Jun 2007 13:10:56 +0000 |
glx |
(svn r10267) -Add: enable double clic to add in 'add newgrf' window
draft
|
Mon, 18 Jun 2007 23:00:55 +0000 |
glx |
(svn r10211) -Feature: [NewGRF] Add support for action 0F
draft
|
Tue, 12 Jun 2007 13:22:14 +0000 |
maedhros |
(svn r10114) -Fix: Only load newgrf error messages if the language matches the current
draft
|
Sat, 02 Jun 2007 09:26:03 +0000 |
rubidium |
(svn r10021) -Fix (r9560): memory "corruption" that could lead to a failure to load newgrfs.
draft
|
Wed, 18 Apr 2007 18:00:33 +0000 |
belugas |
(svn r9669) -Documentation: some more doxygen fixes
draft
|
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.
draft
|
Wed, 21 Mar 2007 03:06:21 +0000 |
belugas |
(svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
draft
|
Wed, 07 Mar 2007 12:11:48 +0000 |
rubidium |
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
draft
|
Tue, 06 Mar 2007 19:33:28 +0000 |
maedhros |
(svn r9031) -Codechange: Introduce grfconfig->status, and use it for states that are
draft
|
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)
draft
|
Tue, 27 Feb 2007 16:05:20 +0000 |
Darkvater |
(svn r8918) -Revert r8914 as the inverted files have been committed not the correct one.
draft
|
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.
draft
|
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.
draft
|
Wed, 21 Feb 2007 23:18:08 +0000 |
maedhros |
(svn r8838) -Feature: Show newgrf error messages loaded in Action B in the newgrf gui
draft
|
Thu, 01 Feb 2007 15:49:12 +0000 |
rubidium |
(svn r8511) -Codechange: make WindowClass an enumerated value.
draft
|
Sun, 14 Jan 2007 19:57:49 +0000 |
peter1138 |
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
draft
|
Sat, 13 Jan 2007 17:42:50 +0000 |
Darkvater |
(svn r8106) -Feature/Fix: Add the ability to load savegames when you don't have the exact GRF files in your list. GRF files that are found based on GRFID (but not on matching md5sum) are used instead of disabling them. This does not affect MP games, there you still need an exact match.
draft
|
Sat, 13 Jan 2007 15:55:22 +0000 |
Darkvater |
(svn r8102) -Cleanup: Remove unreachable code (r8096), useless cast
draft
|
Sat, 13 Jan 2007 15:00:16 +0000 |
tron |
(svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). Additionally the test takes O(1) instead of O(n) now
draft
|
Sat, 13 Jan 2007 14:01:05 +0000 |
Darkvater |
(svn r8094) -Feature/Fix (r7523): Show the activated status of the GRF list after pressing 'apply'
draft
|
Sat, 13 Jan 2007 13:47:57 +0000 |
Darkvater |
(svn r8093) -Codechange: Add a function to get a string representation of an MD5SUM and use it.
draft
|
Thu, 11 Jan 2007 17:29:39 +0000 |
KUDr |
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
draft
|
Wed, 10 Jan 2007 18:56:51 +0000 |
rubidium |
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
draft
|
Wed, 10 Jan 2007 18:12:09 +0000 |
KUDr |
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
draft
|