frosch
|
173aed1687
|
(svn r25414) -Codechange: Move handling of global hotkeys to HotkeyList.
|
2013-06-15 15:31:22 +00:00 |
|
frosch
|
303aa2f473
|
(svn r25412) -Codechange: Make use of Window::OnHotkey
|
2013-06-15 15:30:44 +00:00 |
|
frosch
|
1565bb32a0
|
(svn r25410) -Codechange: Put all hotkeys of a window into a static HotkeyList member.
|
2013-06-15 15:28:09 +00:00 |
|
frosch
|
55154f91b6
|
(svn r25408) -Codechange: Simplify hotkeys by removing unused stuff.
|
2013-06-15 15:27:33 +00:00 |
|
frosch
|
fdd94f7601
|
(svn r25401) -Fix-ish: Add missing includes with prototypes to functions declared in the cpp file.
|
2013-06-15 15:05:54 +00:00 |
|
frosch
|
16feb5c4e9
|
(svn r25290) -Add: Assign string names to notable windows.
|
2013-05-26 19:25:01 +00:00 |
|
frosch
|
25adefca23
|
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
|
2013-05-26 19:23:42 +00:00 |
|
frosch
|
336a93a9d8
|
(svn r24846) -Add: Advanced settings to disable certain sound effects.
|
2012-12-23 21:09:09 +00:00 |
|
frosch
|
3b06409153
|
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
|
2012-11-11 16:10:43 +00:00 |
|
frosch
|
88b8e43090
|
(svn r24697) -Codechange: Use WDF_UNCLICK_BUTTONS instead of duplicating the same functionality.
|
2012-11-11 16:07:46 +00:00 |
|
frosch
|
6e471388e4
|
(svn r24171) -Fix [FS#4967, FS#5120]: Hide object specs/classes from the GUI, if they will never be available to the user.
|
2012-04-22 16:28:37 +00:00 |
|
frosch
|
97608f0814
|
(svn r24167) -Codechange: Rename NewGRFClass::GetCount() to NewGRFClass::GetClassCount()
|
2012-04-22 16:28:19 +00:00 |
|
truebrain
|
e054cd36b9
|
(svn r23547) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 18:21:13 +00:00 |
|
truebrain
|
49e88dcbf0
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
rubidium
|
87272273b5
|
(svn r22405) -Document: some more "random-ish" tidbits
|
2011-05-01 19:14:12 +00:00 |
|
rubidium
|
cb2c7f871f
|
(svn r22018) -Cleanup: remove some (now) unneeded includes of functions.h
|
2011-02-07 22:37:22 +00:00 |
|
frosch
|
447f3dbe2c
|
(svn r21975) -Add: console command to reset the engine pool. It removes the traces of engines which are no longer associated to a NewGRF, and can be used to e.g. 'fix' scenarios which were screwed up by the author. You can only use it when there are no vehicles in the game though.
|
2011-02-05 16:07:23 +00:00 |
|
planetmaker
|
c778568f58
|
(svn r21929) -Fix [FS#4554]: The town window would not be invalidated in the scenario editor if the ground changed and thus the required cargos for town growth
|
2011-01-30 19:14:48 +00:00 |
|
alberth
|
7d989073d4
|
(svn r21627) -Codechange: Remove _place_proc global variable.
|
2010-12-24 15:08:19 +00:00 |
|
alberth
|
ee189815ec
|
(svn r21626) -Codechange: Remove more small static functions.
|
2010-12-24 15:06:58 +00:00 |
|
alberth
|
eaf801e174
|
(svn r21625) -Codechange: Record last started highlight action, and use it in the callback methods.
|
2010-12-24 15:06:18 +00:00 |
|
alberth
|
94fbaf9384
|
(svn r21624) -Codechange: Remove many small static functions.
|
2010-12-24 15:04:33 +00:00 |
|
alberth
|
8b44c50524
|
(svn r21623) -Codechange: Remove _terraform_button_proc and _editor_terraform_button_proc arrays.
|
2010-12-24 15:03:19 +00:00 |
|
alberth
|
d5d7a2d88f
|
(svn r21608) -Codechange: Move diagnonal rectangle dragging detection completely to tile highlighting.
|
2010-12-23 14:24:34 +00:00 |
|
alberth
|
4caec07b7e
|
(svn r21539) -Fix [FS#4315]: Show 'plant trees' button lowering of terraform toolbar.
|
2010-12-19 13:44:09 +00:00 |
|
rubidium
|
9128007a51
|
(svn r21501) -Fix (rnotlongago): guess what was complaining this time?
|
2010-12-13 15:34:30 +00:00 |
|
rubidium
|
d3bd44a9bc
|
(svn r21500) -Feature [FS#730]: diagonal tile clearing and terraforming. Based on patch by fonsinchen
|
2010-12-13 15:15:02 +00:00 |
|
rubidium
|
99b0a9538e
|
(svn r21497) -Codechange: prepare the viewport selection mechanism for selecting diagonally
|
2010-12-13 15:09:59 +00:00 |
|
rubidium
|
4f6c97ed0b
|
(svn r21493) -Codechange: don't use the full 32 bits of the level land command to tell whether to raise, lower or keep the level of the first selected tile
|
2010-12-13 11:21:53 +00:00 |
|
rubidium
|
8d36f5a46d
|
(svn r21484) -Codechange: use TILE_AREA_LOOP in CommonRaiseLowerBigLand
|
2010-12-12 18:05:34 +00:00 |
|
alberth
|
0722492c1b
|
(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint().
|
2010-11-26 15:22:18 +00:00 |
|
rubidium
|
5ec2bcc0d9
|
(svn r21157) -Codechange: remove information about the text direction out of the language "list"
|
2010-11-13 09:56:25 +00:00 |
|
rubidium
|
03c5a93809
|
(svn r20671) -Add: feature F (not action F as written mistakenly in the previous message) support for the scenario editor
|
2010-08-28 19:45:56 +00:00 |
|
rubidium
|
0c509c7b48
|
(svn r20670) -Add: support for action F
-Add: a window to select (NewGRF) objects
|
2010-08-28 19:43:41 +00:00 |
|
rubidium
|
360d6daf34
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
rubidium
|
1f2276b785
|
(svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable.
|
2010-08-08 10:59:30 +00:00 |
|
rubidium
|
7fe695dc28
|
(svn r20328) -Codechange: unify the unmovable related commands and make building lighthouses/transmitters actually happen via a command
|
2010-08-02 22:10:05 +00:00 |
|
terkhen
|
04134c1e51
|
(svn r20289) -Codechange: Unify fall through coding style.
|
2010-08-01 20:52:11 +00:00 |
|
frosch
|
c18839704b
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
frosch
|
5b86c79fce
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
rubidium
|
1c83b21e90
|
(svn r20282) -Codechange: add some spaces where they should've been
|
2010-08-01 19:01:09 +00:00 |
|
rubidium
|
8c85b4ce3d
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|
rubidium
|
9fd2afb147
|
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
|
2010-07-19 17:28:27 +00:00 |
|
frosch
|
d19a8038f4
|
(svn r20071) -Codechange: Consistently return the toolbar window for ShowBuildXxxToolbar().
|
2010-07-04 09:27:15 +00:00 |
|
yexo
|
d96aa7abfa
|
(svn r20070) -Feature: when none of the open windows handles a keypress, try all toolbars for global hotkeys
Users that have run a version between r20056 and r20068 should delete their hotkeys.cfg to reset the terraform toolbar hotkeys to default
|
2010-07-03 21:43:44 +00:00 |
|
yexo
|
fe4d926508
|
(svn r20057) -Feature: customizable hotkeys for the terraform toolbar in scenario editor
|
2010-07-03 13:29:01 +00:00 |
|
yexo
|
7b18fe4b1d
|
(svn r20056) -Feature: customizable hotkeys for the terraform toolbar
|
2010-07-03 13:28:48 +00:00 |
|
terkhen
|
578a87b91f
|
(svn r19696) -Fix [FS#3781]: Avoid showing building toolbars behind the main toolbar when the "Link landscape toolbar" setting is active.
|
2010-04-22 19:41:36 +00:00 |
|
frosch
|
d391a1123e
|
(svn r19671) -Fix (r19670): RoundDiv() needs to deal with signed numerators.
|
2010-04-18 17:13:01 +00:00 |
|
frosch
|
a4413f4cf6
|
(svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding.
|
2010-04-18 14:56:05 +00:00 |
|