belugas
|
08898f69be
|
(svn r14169) -Codechange: rename location_of_house for location_of_HQ, which is more exact and less subject to interpretation
|
2008-08-25 16:10:34 +00:00 |
|
rubidium
|
97c184f8f8
|
(svn r14063) -Codechange: replace some "magic" constants with enumified constants.
|
2008-08-13 06:05:01 +00:00 |
|
glx
|
788b625553
|
(svn r14026) -Cleanup (r13995, r14004): trailing whitespaces
|
2008-08-08 15:49:16 +00:00 |
|
peter1138
|
98d3d86004
|
(svn r14004) -Codechange: Clean of drop down lists.
Move empty item drawing to base ListItem Draw() function.
Remove String() from base class.
Pass correct width to Draw().
|
2008-08-06 07:10:40 +00:00 |
|
belugas
|
d2c29c22fb
|
(svn r13898) -Codechange: Replace remaining numbers with Colours enum on players, roads and rails guis
|
2008-07-31 17:17:27 +00:00 |
|
rubidium
|
3a799389eb
|
(svn r13731) -Codechange: make a pool of the array of players.
|
2008-07-18 16:40:29 +00:00 |
|
rubidium
|
d06529ef4d
|
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
|
2008-07-17 20:13:01 +00:00 |
|
rubidium
|
2e4f32023c
|
(svn r13712) -Fix: enforce the length restrictions of company and president name in the commands too.
|
2008-07-17 11:19:20 +00:00 |
|
rubidium
|
2f3b88ef9a
|
(svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers.
|
2008-05-30 18:20:26 +00:00 |
|
rubidium
|
923e21129c
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|
peter1138
|
2a816fb685
|
(svn r13323) -Codechange: scrollbars are not refresh counters
|
2008-05-29 11:47:56 +00:00 |
|
rubidium
|
8c9cc415e3
|
(svn r13255) -Codechange: move _opt to _settings.
|
2008-05-25 22:36:44 +00:00 |
|
rubidium
|
4625695653
|
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
2008-05-25 19:17:03 +00:00 |
|
peter1138
|
6f233b1f8f
|
(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() from lots
of windows causing 'two stage' opening effect.
|
2008-05-23 23:02:13 +00:00 |
|
rubidium
|
95c2307595
|
(svn r13224) -Fix (r13107): set the location of the old SelectPlayerFaceWindow when switching from simple to advanced or vice versa instead of letting the new window popup somewhere 'randomly'.
|
2008-05-23 22:55:32 +00:00 |
|
rubidium
|
27c38052b7
|
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
2008-05-19 09:48:47 +00:00 |
|
rubidium
|
eb2f19ed66
|
(svn r13170) -Codechange: make classes of the EnginePreview and BuyCompany windows.
|
2008-05-18 20:49:22 +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
|
feba3ac1e7
|
(svn r13118) -Codechange: make classes of the EndGameWindow and the HighScoreWindow.
|
2008-05-16 13:21:43 +00:00 |
|
rubidium
|
b39525581d
|
(svn r13117) -Codechange: make a window class of the PlayerFinancesWindow.
|
2008-05-16 07:34:48 +00:00 |
|
glx
|
6a50687bdc
|
(svn r13107) -Codechange: make NetworkCompanyPasswordWindow and SelectPlayerFaceWindow children of PlayerCompanyWindow.
|
2008-05-15 19:24:15 +00:00 |
|
rubidium
|
8fff6e8638
|
(svn r13103) -Codechange: make a class of the PlayerCompanyWindow.
|
2008-05-15 14:12:22 +00:00 |
|
glx
|
bdd75a65f8
|
(svn r13096) -Codechange: resize SelectPlayerLiveryWindow dynamically on _loaded_newgrf_feature.has_2CC changes
|
2008-05-14 23:02:05 +00:00 |
|
glx
|
7728ef7204
|
(svn r13095) -Codechange: make a class of the SelectPlayerLiveryWindow.
|
2008-05-14 22:52:12 +00:00 |
|
rubidium
|
8e702d1053
|
(svn r13070) -Fix (r13069): do save before commit...
|
2008-05-13 14:58:41 +00:00 |
|
rubidium
|
dddfaaac7d
|
(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer with the WE_CREATE message because nothing uses it anymore.
|
2008-05-13 14:43:33 +00:00 |
|
glx
|
d0033bfb07
|
(svn r13064) -Codechange: make a class of the SelectPlayerFaceWindow.
|
2008-05-13 01:05:39 +00:00 |
|
rubidium
|
f23026cce8
|
(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove the need for WE_ON_EDIT_TEXT_CANCEL.
|
2008-05-10 08:58:52 +00:00 |
|
rubidium
|
f438700402
|
(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rename WE_4 to something more descriptive and correct some (completely incorrect) comments.
|
2008-05-09 09:29:27 +00:00 |
|
rubidium
|
4a11ebe76f
|
(svn r13015) -Codechange: move some 'WP' structs out of window_gui.h to the .cpp files where they are actually used.
|
2008-05-08 14:14:16 +00:00 |
|
rubidium
|
23fc96c3e8
|
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
|
2008-05-08 11:50:34 +00:00 |
|
rubidium
|
2eef026fe3
|
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
|
2008-05-08 11:31:41 +00:00 |
|
rubidium
|
3d5567ccf7
|
(svn r12987) -Codechange: split viewport and tile selection.
|
2008-05-07 13:10:15 +00:00 |
|
rubidium
|
9bf519f26b
|
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
|
2008-05-06 22:08:18 +00:00 |
|
rubidium
|
e6c944a6c4
|
(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
|
2008-05-06 21:28:30 +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 |
|
peter1138
|
4595d2c3b1
|
(svn r12953) -Feature: Open a new viewport when ctrl-clicking on a 'Location' button, a town/station/industry list, or some news items.
|
2008-05-05 11:36:43 +00:00 |
|
rubidium
|
9d8fa486af
|
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
2008-04-18 04:37:06 +00:00 |
|
rubidium
|
e098b50379
|
(svn r12752) -Codechange: replace some magic constants in player_gui.cpp. Patch by Yexo.
|
2008-04-17 18:12:53 +00:00 |
|
peter1138
|
a3e2d8f577
|
(svn r12676) -Codechange: Reinstate colour selection buses, absent since r6455.
|
2008-04-12 22:19:34 +00:00 |
|
belugas
|
caa3b659b0
|
(svn r12635) -Codechange: a bit of a code-style cleanup
|
2008-04-09 02:16:04 +00:00 |
|
belugas
|
25e5e5b1a9
|
(svn r12634) -Feature: Financial and Player Selection Face windows are now remembering their position when toggling sizes
|
2008-04-09 02:02:39 +00:00 |
|
belugas
|
cf9447c15b
|
(svn r12090) -Codechange : removed a magic number and code style application on enum ExpensesType
|
2008-02-09 02:49:33 +00:00 |
|
peter1138
|
ac0fa7f69f
|
(svn r11909) -Codechange: use dropdown widget for player livery, network lobby/setup and news settings windows
|
2008-01-17 20:00:13 +00:00 |
|
peter1138
|
6d3aa07a24
|
(svn r11905) -Codechange: add widget enums for player finances and player livery windows
|
2008-01-17 19:12:53 +00:00 |
|
rubidium
|
2817e5425b
|
(svn r11874) -Fix [FS#1655]: all wagons of maglev/monorail trains would get the livery colour of the engine instead of their wagon type.
|
2008-01-16 11:25:15 +00:00 |
|
peter1138
|
e4c05f8d78
|
(svn r11848) -Codechange: New class-based drop down list functionality. Lists are now dynamically generated, and can include parameters, or be extended however needed.
|
2008-01-14 16:10:58 +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 |
|