rubidium
|
0fbc7140c5
|
(svn r25320) -Fix [FS#5577]: link graph start time was not accounted for when cheating dates
|
2013-06-04 15:06:22 +00:00 |
|
frosch
|
8157a8afd8
|
(svn r25290) -Add: Assign string names to notable windows.
|
2013-05-26 19:25:01 +00:00 |
|
frosch
|
56e4a8c4d6
|
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
|
2013-05-26 19:23:42 +00:00 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
frosch
|
b533523258
|
(svn r24801) -Codechange: Add functions to set integral DParams to suitable values for size computations.
|
2012-12-08 17:18:51 +00:00 |
|
frosch
|
03736af2ae
|
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
|
2012-11-11 16:10:43 +00:00 |
|
frosch
|
056f779334
|
(svn r24310) -Codechange: Add named constants for the dimensions of settings buttons, and generally make their usage more consistent.
|
2012-06-01 14:41:09 +00:00 |
|
frosch
|
198de5397e
|
(svn r24309) -Codechange: Split some functions from gui.h to settings_gui.h
|
2012-06-01 10:44:45 +00:00 |
|
frosch
|
69e197c87f
|
(svn r23757) -Codechange: Unify the drawing of toggle buttons for boolean settings.
|
2012-01-05 19:32:51 +00:00 |
|
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
rubidium
|
abbc0f052b
|
(svn r23733) -Fix-ish [FS#4939]: cheating to different climates messes things even more up than changing NewGRFs in-game... so guess what happened
|
2012-01-03 19:21:32 +00:00 |
|
truebrain
|
e9f584ac21
|
(svn r23531) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 16:27:45 +00:00 |
|
truebrain
|
2aa774e831
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
truebrain
|
df0afdf0dc
|
(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, with only values known in WindowFlags (and move out 2 timers to their own variable)
-Codechange: rename Window::flags4 to Window::flags
-Codechange: move some non-inline functions from .hpp to .cpp
|
2011-12-15 19:54:23 +00:00 |
|
terkhen
|
10caf391a1
|
(svn r22343) -Change: Remove pixel limiter for query strings.
|
2011-04-17 18:42:17 +00:00 |
|
planetmaker
|
ca61ae0b0a
|
(svn r22193) -Fix: Invalidate the object build window when using the date cheat
|
2011-03-05 09:55:09 +00:00 |
|
rubidium
|
7eba2bf4d3
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
rubidium
|
00d3428edf
|
(svn r21431) -Cleanup: remove the build-while-paused cheat
|
2010-12-07 21:13:34 +00:00 |
|
alberth
|
fd2f1399d4
|
(svn r21388) -Feature [FS#4289]: Allow entering of the new year in a text box when cheating the year.
|
2010-12-04 21:51:02 +00:00 |
|
alberth
|
4a35dafcd2
|
(svn r21387) -Codechange: Add an enum for cheat numbers.
|
2010-12-04 21:38:42 +00:00 |
|
alberth
|
2baa9f2c5d
|
(svn r21386) -Codechange: Use updated value to decide year to cheat to, instead of increment/decrement.
|
2010-12-04 21:36:36 +00:00 |
|
alberth
|
fd1c95342e
|
(svn r21385) -Codechange: Added a missing 'this' prefix, and some documentation to cheat gui code.
|
2010-12-04 21:25:24 +00:00 |
|
alberth
|
f5c6fd1a25
|
(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint().
|
2010-11-26 15:22:18 +00:00 |
|
rubidium
|
30637a8340
|
(svn r21157) -Codechange: remove information about the text direction out of the language "list"
|
2010-11-13 09:56:25 +00:00 |
|
rubidium
|
5ed77b4919
|
(svn r20939) -Fix: some MSVC warnings
|
2010-10-15 22:08:57 +00:00 |
|
frosch
|
566ba0fccc
|
(svn r20897) -Codechange: Store the result of IsProductionAlterable() in a member variable of IndustryViewWindow.
|
2010-10-04 19:35:40 +00:00 |
|
rubidium
|
56a263070f
|
(svn r20591) -Codechange: make sure _date_fract is set when SetDate is called. Some places wouldn't reset _date_fract correctly at all
|
2010-08-22 09:18:01 +00:00 |
|
rubidium
|
e356cb9405
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|
terkhen
|
88ca183191
|
(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).
|
2010-07-29 14:26:28 +00:00 |
|
frosch
|
88019e64e1
|
(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick().
|
2010-01-30 18:34:48 +00:00 |
|
alberth
|
91872aca48
|
(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.
|
2009-12-21 16:24:29 +00:00 |
|
rubidium
|
293dfd7c3e
|
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.
|
2009-11-28 14:42:35 +00:00 |
|
rubidium
|
ff32ea24fc
|
(svn r18311) -Codechange: no need to hardcode locations of some 'random' windows
|
2009-11-28 13:38:34 +00:00 |
|
rubidium
|
14300d309c
|
(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
|
69b6d9309a
|
(svn r18274) -Codechange: remove the unused WDF flags
|
2009-11-24 17:28:29 +00:00 |
|
alberth
|
450e40b997
|
(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize().
|
2009-11-22 18:28:14 +00:00 |
|
alberth
|
bf93372ca2
|
(svn r18220) -Codechange: Reduce number of nested widget dynamic casts.
|
2009-11-22 13:22:53 +00:00 |
|
rubidium
|
bfadbba2ed
|
(svn r18193) -Codechange: make the cheat window RTL aware
|
2009-11-19 21:07:08 +00:00 |
|
rubidium
|
5f2ddfbc5a
|
(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
|
3d2d7af88f
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
rubidium
|
261955945a
|
(svn r18084) -Codechange: make the cheat gui nested
|
2009-11-15 09:23:40 +00:00 |
|
rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
frosch
|
ebd916be3d
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|
frosch
|
734edc178d
|
(svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by other functions already.
|
2009-09-13 17:37:47 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
1fe3ad3288
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
yexo
|
96201f1a41
|
(svn r16752) -Codechange: Remove most of the window-changing code from AirportPickerWindow::OnPaint
|
2009-07-05 16:50:56 +00:00 |
|
smatz
|
871107f529
|
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
|
2009-05-17 01:00:56 +00:00 |
|
smatz
|
ed1e54bd84
|
(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolSize()
|
2009-05-16 23:44:36 +00:00 |
|
rubidium
|
53887e07bb
|
(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString.
|
2009-04-26 14:52:56 +00:00 |
|
rubidium
|
11c6d30e77
|
(svn r16156) -Codechange: make the parameters of DrawStringMultiline the same as for DrawString (except the addition of the bottom parameter)
|
2009-04-26 10:45:07 +00:00 |
|
rubidium
|
59d45a04d6
|
(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
|
6567a29e18
|
(svn r15820) -Codechange: Some windows using nested widgets
|
2009-03-22 21:16:57 +00:00 |
|
alberth
|
b563cc0755
|
(svn r15814) -Fix (r1): Remove double background widget from cheat gui
|
2009-03-22 16:06:12 +00:00 |
|
rubidium
|
57174a9301
|
(svn r15808) -Codechange: use the new DrawString API in a number of GUIs
|
2009-03-22 12:01:21 +00:00 |
|
rubidium
|
e74dc1e1d6
|
(svn r15803) -Codechange: use the new text drawing API for multicenter
-Fix (r15800): off-by-one w.r.t. offsets
|
2009-03-22 09:34:06 +00:00 |
|
rubidium
|
f9def73be6
|
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
|
2009-03-15 15:12:06 +00:00 |
|
yexo
|
391fe952b9
|
(svn r15564) -Fix: Refresh all industry windows if the modify production cheat is enabled/disabled.
|
2009-02-23 22:00:29 +00:00 |
|
rubidium
|
c0a8d09ca7
|
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
|
2009-02-09 02:57:15 +00:00 |
|
rubidium
|
377ce6c5bf
|
(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 |
|
rubidium
|
ac7757324e
|
(svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company.
|
2009-02-04 16:59:41 +00:00 |
|
rubidium
|
7da743a0dc
|
(svn r15336) -Fix: do not use _current_company in the GUI as there are no guarantees that _current_company is the same as _local_company.
|
2009-02-04 16:45:07 +00:00 |
|
smatz
|
0d3f5e6e74
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
smatz
|
7368c740a6
|
(svn r14828) -Codechange: move most of save/load-specific code to separate files
|
2009-01-04 15:32:25 +00:00 |
|
rubidium
|
87e5a8b52b
|
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
|
2008-12-28 14:37:19 +00:00 |
|
rubidium
|
6e93e611c8
|
(svn r14603) -Fix [FS#2422]: the company ID is off-by-one w.r.t. to the rest of the GUI in the cheat window.
|
2008-11-22 13:09:31 +00:00 |
|
rubidium
|
c9a82ac3e7
|
(svn r14423) -Codechange: also do r14221 for the strings.
|
2008-09-30 21:18:28 +00:00 |
|
rubidium
|
b650a86e58
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|
rubidium
|
3b798599b6
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|
rubidium
|
6a931d67cd
|
(svn r14390) -Codechange: replace magic constants with symbolic constants.
|
2008-09-23 15:24:15 +00:00 |
|
belugas
|
85c84c9d86
|
(svn r14003) -Codechange: Replace numbers with Colours enum opn some DrawArrowButtons calls
|
2008-08-06 04:01:07 +00:00 |
|
belugas
|
69671d3aef
|
(svn r13907) -Codechange: Replace a number with Colours enum on DrawFrameRect usage
|
2008-08-01 03:43:53 +00:00 |
|
belugas
|
1737ce45e3
|
(svn r13887) -Codechange: Replace numbers with Colours enum on autoreplace, build_vehicle, cheat, depot and dock guis.
The fact that it goes alphabetically is pure coincidence.
|
2008-07-31 02:36:01 +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 |
|
smatz
|
c7a9637834
|
(svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details
|
2008-06-03 18:35:58 +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 |
|
rubidium
|
8c9cc415e3
|
(svn r13255) -Codechange: move _opt to _settings.
|
2008-05-25 22:36:44 +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
|
27c38052b7
|
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
2008-05-19 09:48:47 +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
|
9013632325
|
(svn r13109) -Codechange: make a class out of the CheatWindow.
|
2008-05-15 20:51:52 +00:00 |
|
rubidium
|
2eef026fe3
|
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
|
2008-05-08 11:31:41 +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
|
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
|
b1d1a4ac66
|
(svn r12757) -Codechange: move all cheat related stuff from all over the place to a single location.
|
2008-04-17 21:21:01 +00:00 |
|