belugas
|
c848b9d3c4
|
(svn r13880) -Codechange: Replace numbers with Colours enum on intro gui, and align a bit the code
|
2008-07-30 16:23:55 +00:00 |
|
rubidium
|
8c9cc415e3
|
(svn r13255) -Codechange: move _opt to _settings.
|
2008-05-25 22:36:44 +00:00 |
|
rubidium
|
27c38052b7
|
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
2008-05-19 09:48:47 +00:00 |
|
glx
|
8e47178919
|
(svn r13148) -Codechange: make a class of the SelectGameWindow.
|
2008-05-17 21:20:58 +00:00 |
|
rubidium
|
8b54212900
|
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
|
2008-05-17 12:48:06 +00:00 |
|
rubidium
|
2eef026fe3
|
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
|
2008-05-08 11:31:41 +00:00 |
|
rubidium
|
402a1e24ba
|
(svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations.
|
2008-05-06 22:17:12 +00:00 |
|
rubidium
|
d03994098b
|
(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.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
acafc26426
|
(svn r12762) -Fix: tabs after the first non-tab character are generally not okay (or lines starting with a space and then tabs).
|
2008-04-18 04:54:09 +00:00 |
|
maedhros
|
21eef65e77
|
(svn r11994) -Codechange: Remove numbers from string names where the strings aren't present in TTD, since they don't correspond to either TTD's TextIDs or OpenTTD's StringIDs.
|
2008-01-27 17:32:12 +00:00 |
|
belugas
|
2c5c97346b
|
(svn r11932) -Codechange: Forgot two occurences of widget enumification
|
2008-01-20 04:01:28 +00:00 |
|
belugas
|
3423032dbb
|
(svn r11931) -Codechange: enumify the widgets numbers. Give breathing room on the case switches too...
|
2008-01-20 03:56:15 +00:00 |
|
belugas
|
90a770250f
|
(svn r11930) -Codechange: a bit of code style application
|
2008-01-20 03:11:14 +00:00 |
|
rubidium
|
dc87b05e8c
|
(svn r11834) -Codechange: only include settings_type.h if needed.
|
2008-01-13 14:37:30 +00:00 |
|
rubidium
|
d4e6a6bf57
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
|
rubidium
|
ac528411df
|
(svn r11818) -Codechange: split player.h into smaller pieces.
|
2008-01-12 14:10:35 +00:00 |
|
rubidium
|
0e517fe023
|
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
|
2008-01-09 09:45:45 +00:00 |
|
rubidium
|
acc7c9eb01
|
(svn r11771) -Codechange: split settings.h into better separated headers.
|
2008-01-07 00:19:09 +00:00 |
|
belugas
|
e67ed0a808
|
(svn r11711) -Codechange: Name the Save Load Dialog Mode enum
|
2007-12-27 17:29:27 +00:00 |
|
rubidium
|
429521a7d1
|
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
|
2007-12-25 11:26:07 +00:00 |
|
rubidium
|
8f0e68285b
|
(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.
|
2007-12-22 23:30:28 +00:00 |
|
rubidium
|
433a9f3c09
|
(svn r11675) -Codechange: split the string types from the string functions.
|
2007-12-21 19:49:27 +00:00 |
|
rubidium
|
d582aea639
|
(svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.
|
2007-12-19 20:45:46 +00:00 |
|
rubidium
|
8896bea306
|
(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.
|
2007-12-19 19:44:29 +00:00 |
|
rubidium
|
527b72749d
|
(svn r11555) -Codechange: use the new members introduced in r11551.
|
2007-12-02 14:29:48 +00:00 |
|
rubidium
|
c03cb2c8db
|
(svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size.
|
2007-07-27 12:49:04 +00:00 |
|
rubidium
|
efc7fdf2fd
|
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
|
2007-07-16 09:16:58 +00:00 |
|
rubidium
|
197a8fd5f3
|
(svn r10145) -Fix: make compiling with networking disabled (again) possible.
|
2007-06-13 17:34:05 +00:00 |
|
rubidium
|
0aad91f43b
|
(svn r9757) -Fix [FS#1244842]: when you have closed the "Load game"/"New game" windows accessible from the "New Server" window, any creation of new game/loading from the intro menu should not start a server.
|
2007-04-30 20:05:31 +00:00 |
|
belugas
|
06d3669bb5
|
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
|
2007-03-22 03:42:43 +00:00 |
|
rubidium
|
36bb92ae24
|
(svn r9050) -Codechange: Foo(void) -> Foo()
|
2007-03-07 11:47:46 +00:00 |
|
miham
|
53caedd0bf
|
(svn r9018) -Change: added SunOS as OS name in the quit dialog
|
2007-03-05 17:05:41 +00:00 |
|
belugas
|
b71354dc40
|
(svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style.
|
2007-03-03 04:04:22 +00:00 |
|
Darkvater
|
19c90a3bc0
|
(svn r8522) -Regression (r8512): The flat/random window moved the to scenario editor did not use the right settings for generating land
|
2007-02-01 22:54:04 +00:00 |
|
Darkvater
|
cace026c1b
|
(svn r8512) -Codechange: From the intro window enter the scenario editor. From the scenario editor dialog, remove the 'load heightmap' option and put that with the other options like 'load scenario', 'save scenario', etc. Play a little bit with positioning of elements inside the scenario editor dialog so it looks better.
|
2007-02-01 16:21:56 +00:00 |
|
rubidium
|
c8882bd3d2
|
(svn r8511) -Codechange: make WindowClass an enumerated value.
|
2007-02-01 15:49:12 +00:00 |
|
KUDr
|
e373ea7096
|
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
|
2007-01-10 18:12:09 +00:00 |
|