peter1138
|
51fe741987
|
(svn r26906) -Codechange: Scale depot and station picker buttons by GUI zoom level.
|
2014-09-22 08:01:25 +00:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
frosch
|
5c3b3f84d6
|
(svn r26422) -Fix [FS#5946]: Some road constructions used the rail sound effect. Rename the enum items to properly reflect their purpose.
|
2014-03-23 13:28:32 +00:00 |
|
frosch
|
5370613924
|
(svn r26422) -Fix [FS#5946]: Some road constructions used the rail sound effect. Rename the enum items to properly reflect their purpose.
|
2014-03-23 13:28:32 +00:00 |
|
frosch
|
173aed1687
|
(svn r25414) -Codechange: Move handling of global hotkeys to HotkeyList.
|
2013-06-15 15:31:22 +00:00 |
|
frosch
|
fef30983e6
|
(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
|
5cb174c6b8
|
(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
|
1b8b1f3f6c
|
(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
|
d9e9710cb3
|
(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
|
bb308c5e30
|
(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
|
01dc8ee620
|
(svn r25395) -Fix [FS#5596]: The size of station construction windows could oscillate when resizing the window moved the mouse into the window.
|
2013-06-11 18:36:26 +00:00 |
|
frosch
|
9cb89b3639
|
(svn r25395) -Fix [FS#5596]: The size of station construction windows could oscillate when resizing the window moved the mouse into the window.
|
2013-06-11 18:36:26 +00:00 |
|
frosch
|
16feb5c4e9
|
(svn r25290) -Add: Assign string names to notable windows.
|
2013-05-26 19:25:01 +00:00 |
|
frosch
|
8157a8afd8
|
(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
|
56e4a8c4d6
|
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
|
2013-05-26 19:23:42 +00:00 |
|
planetmaker
|
f00d9976f9
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46: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
|
336a93a9d8
|
(svn r24846) -Add: Advanced settings to disable certain sound effects.
|
2012-12-23 21:09:09 +00:00 |
|
frosch
|
3ce8d2ce70
|
(svn r24846) -Add: Advanced settings to disable certain sound effects.
|
2012-12-23 21:09:09 +00:00 |
|
rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21: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 |
|
truebrain
|
32ca564bca
|
(svn r23600) -Codechange: link WC+number to a Widget, and the Widget to a Window class
|
2011-12-19 20:46:17 +00:00 |
|
truebrain
|
bcbdc3933c
|
(svn r23600) -Codechange: link WC+number to a Widget, and the Widget to a Window class
|
2011-12-19 20:46:17 +00:00 |
|
truebrain
|
000ff60e25
|
(svn r23531) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 16:27:45 +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
|
49e88dcbf0
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
truebrain
|
2aa774e831
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
rubidium
|
70faeeaba9
|
(svn r23106) -Codechange: pass int* to GetTileSlope and friends
|
2011-11-04 11:30:37 +00:00 |
|
rubidium
|
19eabdba2c
|
(svn r23106) -Codechange: pass int* to GetTileSlope and friends
|
2011-11-04 11:30:37 +00:00 |
|
rubidium
|
1a54b7733c
|
(svn r23102) -Codechange: remove the remaining pointless multiplications by TILE_HEIGHT
|
2011-11-04 10:31:46 +00:00 |
|
rubidium
|
798f5a8608
|
(svn r23102) -Codechange: remove the remaining pointless multiplications by TILE_HEIGHT
|
2011-11-04 10:31:46 +00:00 |
|
rubidium
|
bcb93b3b75
|
(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and use it
|
2011-11-04 10:22:27 +00:00 |
|
rubidium
|
2ed0f93bfb
|
(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and use it
|
2011-11-04 10:22:27 +00:00 |
|
rubidium
|
de980ef0f9
|
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)
|
2011-11-04 10:18:13 +00:00 |
|
rubidium
|
7757a2ed40
|
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)
|
2011-11-04 10:18:13 +00:00 |
|
frosch
|
ba358638a8
|
(svn r22646) -Codechange: Simplify MP_WATER map accessors, esp. for locks and depots. (based on patched by adf88 and michi_cc)
|
2011-07-10 13:04:04 +00:00 |
|
frosch
|
a7f7a97825
|
(svn r22646) -Codechange: Simplify MP_WATER map accessors, esp. for locks and depots. (based on patched by adf88 and michi_cc)
|
2011-07-10 13:04:04 +00:00 |
|
rubidium
|
39a41a3a58
|
(svn r22266) -Fix [FS#4558]: In the scenario editor you could build a ship depot using the hotkeys. Removing that depot causes an assertions to trigger.
|
2011-03-20 20:51:31 +00:00 |
|
rubidium
|
e645a2e066
|
(svn r22266) -Fix [FS#4558]: In the scenario editor you could build a ship depot using the hotkeys. Removing that depot causes an assertions to trigger.
|
2011-03-20 20:51:31 +00:00 |
|
frosch
|
4b4a40a72e
|
(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData().
|
2011-03-13 21:31:29 +00:00 |
|
frosch
|
ec9540a12a
|
(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData().
|
2011-03-13 21:31:29 +00:00 |
|
rubidium
|
7086bb3017
|
(svn r21959) -Change: replace longbridges with custom maximum bridge and tunnel length setting
|
2011-02-04 15:37:23 +00:00 |
|
rubidium
|
46b3d114a8
|
(svn r21959) -Change: replace longbridges with custom maximum bridge and tunnel length setting
|
2011-02-04 15:37:23 +00:00 |
|
rubidium
|
05199a641a
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|