yexo
|
330c5daf54
|
(svn r19871) -Fix [FS#3826]: update the landscape buttons in the main menu / newgame window correctly (planetmaker)
|
2010-05-21 06:59:45 +00:00 |
|
smatz
|
5504b1105e
|
(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit
|
2010-02-24 14:46:15 +00:00 |
|
rubidium
|
1c468db7d5
|
(svn r19087) -Codechange: some typos in StringIDs
|
2010-02-10 20:20:18 +00:00 |
|
frosch
|
94a5c917a5
|
(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick().
|
2010-01-30 18:34:48 +00:00 |
|
rubidium
|
9467b7c6d6
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
21f2acfd01
|
(svn r18324) -Codechange: there's no need for a default size when the window isn't resizable
|
2009-11-28 15:01:49 +00:00 |
|
rubidium
|
45eb0be570
|
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.
|
2009-11-28 14:42:35 +00:00 |
|
rubidium
|
ab417c6c06
|
(svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input
|
2009-11-24 21:13:36 +00:00 |
|
rubidium
|
50359b2d08
|
(svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions
|
2009-11-24 18:05:55 +00:00 |
|
rubidium
|
f8b79068e6
|
(svn r18274) -Codechange: remove the unused WDF flags
|
2009-11-24 17:28:29 +00:00 |
|
alberth
|
5bee09c924
|
(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize().
|
2009-11-22 18:28:14 +00:00 |
|
alberth
|
18b33fde83
|
(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.
|
2009-11-22 18:26:01 +00:00 |
|
rubidium
|
892d877458
|
(svn r18218) -Codechange: make a few network windows big font aware
|
2009-11-22 13:12:31 +00:00 |
|
rubidium
|
f106bbbe5c
|
(svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, WWT_CLOSEBOX and WWT_STICKYBOX in the nested widget arrays
|
2009-11-22 11:20:12 +00:00 |
|
rubidium
|
8e11cd3a42
|
(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets
|
2009-11-17 19:16:48 +00:00 |
|
rubidium
|
b01251092e
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
alberth
|
5a97b64d73
|
(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string.
Gentlemen, swap your string parameters.
|
2009-10-31 19:46:51 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
d579a9366a
|
(svn r17606) -Add: initial support for Haiku; a dedicated server with zlib and libpng compiles and links (for me). Something's fishy with the network so it doesn't actually work (yet)
|
2009-09-21 18:36:33 +00:00 |
|
frosch
|
0e36260337
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|
rubidium
|
d4a98be94a
|
(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false
|
2009-08-23 19:03:09 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
d61be2637e
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
rubidium
|
5bb7b8ad35
|
(svn r17062) -Change: unify the naming of some 125 strings
|
2009-08-04 18:04:33 +00:00 |
|
alberth
|
42714792dc
|
(svn r16953) -Codechange: Use SetStringParameters() for simple parameterized strings.
|
2009-07-25 11:54:53 +00:00 |
|
alberth
|
543b86307f
|
(svn r16871) -Codechange: Generalize GetWidgetContentSize to UpdateWidgetSize for better control over widget size and resize steps.
|
2009-07-18 10:46:55 +00:00 |
|
yexo
|
7b57b54a56
|
(svn r16753) -Fix (r16740): Don't check the width of the same string 4 times, but pick the maximum width of all difficulty levels
|
2009-07-05 16:55:26 +00:00 |
|
alberth
|
43ee12137b
|
(svn r16740) -Codechange: Self-sizing widgets in intro screen, town directory, and found town windows.
|
2009-07-04 15:35:36 +00:00 |
|
alberth
|
4d577b8cc1
|
(svn r16734) -Codechange: Prepare intro, town directory, and found town windows for more flexible widget contents.
|
2009-07-03 22:25:59 +00:00 |
|
alberth
|
2509f55d87
|
(svn r16689) -Codechange: Allow for rendering of parameterized text of nested widgets in Window::DrawWidget, adapt intro and town directory windows.
|
2009-06-28 22:23:26 +00:00 |
|
alberth
|
0365d15306
|
(svn r16688) -Codechange: Some cleanup of intro screen and town directory.
|
2009-06-28 21:23:37 +00:00 |
|
alberth
|
657b6c84f0
|
(svn r16670) -Codechange: Containers with equally sized children are useful to have.
|
2009-06-26 21:25:25 +00:00 |
|
alberth
|
e47ca002d2
|
(svn r16517) -Codechange: Switched intro-screen and town directory window to nested widget trees.
|
2009-06-04 14:34:38 +00:00 |
|
rubidium
|
5c5b357043
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
alberth
|
8f5f39cf09
|
(svn r15820) -Codechange: Some windows using nested widgets
|
2009-03-22 21:16:57 +00:00 |
|
rubidium
|
7f468dc142
|
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
|
2009-03-15 15:12:06 +00:00 |
|
rubidium
|
40a7c14bfd
|
(svn r15690) -Feature(tte(tte)): CTRL-"New Game" skips the "World generation" window.
|
2009-03-12 16:48:28 +00:00 |
|
rubidium
|
6ff86bf692
|
(svn r15473) -Fix: add two missing tooltips in the intro gui
|
2009-02-13 21:24:21 +00:00 |
|
rubidium
|
283b3d16ab
|
(svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability.
|
2009-02-08 12:25:13 +00:00 |
|
smatz
|
9021c20b5e
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
Yexo
|
593f380462
|
(svn r15175) -Feature: Add the option to select the AIs to start in a new game and configure them via the gui.
|
2009-01-20 16:49:10 +00:00 |
|
rubidium
|
72b0341ed0
|
(svn r15126) -Feature: downloading content from a central server (content.openttd.org) where authors can upload they NewGRFS/AI etc. This should make joining servers that use only NewGRFs that are distributed via this system easier as the players can download the NewGRFs from in the game. It should also make it easier to see whether there are updates for NewGRFs and make the necessary updates.
|
2009-01-17 16:53:32 +00:00 |
|
rubidium
|
5dd4735da1
|
(svn r14636) -Add: DOS port of OpenTTD, without network support though.
|
2008-11-26 13:12:45 +00:00 |
|
belugas
|
00662720aa
|
(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
|
d289464d69
|
(svn r13255) -Codechange: move _opt to _settings.
|
2008-05-25 22:36:44 +00:00 |
|
rubidium
|
162e2e074b
|
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
2008-05-19 09:48:47 +00:00 |
|
glx
|
fb97874bc7
|
(svn r13148) -Codechange: make a class of the SelectGameWindow.
|
2008-05-17 21:20:58 +00:00 |
|
rubidium
|
a89b5721a8
|
(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
|
51cda2252c
|
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
|
2008-05-08 11:31:41 +00:00 |
|
rubidium
|
c27f3cfa62
|
(svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations.
|
2008-05-06 22:17:12 +00:00 |
|