michi_cc
|
901a526f8c
|
(svn r20507) -Change: Remove the shortcut hints from the screenshot menu strings (as they're configurable now) and rename "Giant screenshot" to "Whole map screenshot".
|
2010-08-15 23:32:32 +00:00 |
|
michi_cc
|
0796ba3d26
|
(svn r20507) -Change: Remove the shortcut hints from the screenshot menu strings (as they're configurable now) and rename "Giant screenshot" to "Whole map screenshot".
|
2010-08-15 23:32:32 +00:00 |
|
rubidium
|
8c85b4ce3d
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|
rubidium
|
e356cb9405
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|
yexo
|
f357bf9674
|
(svn r20201) -Feature [FS#3926]: add several new hotkeys to the global hotkey list and to the order windows. None of them has a default keybinding.
|
2010-07-21 14:28:06 +00:00 |
|
yexo
|
1ec328f725
|
(svn r20201) -Feature [FS#3926]: add several new hotkeys to the global hotkey list and to the order windows. None of them has a default keybinding.
|
2010-07-21 14:28:06 +00:00 |
|
yexo
|
cafe07dde8
|
(svn r20200) -Fix [FS#3930]: terraform and extra viewport hotkeys didn't work in the scenario editor (jawsper)
|
2010-07-21 13:11:11 +00:00 |
|
yexo
|
2828f36aa4
|
(svn r20200) -Fix [FS#3930]: terraform and extra viewport hotkeys didn't work in the scenario editor (jawsper)
|
2010-07-21 13:11:11 +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 |
|
rubidium
|
b8487afe54
|
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
|
2010-07-19 17:28:27 +00:00 |
|
yexo
|
721a62e12e
|
(svn r20075) -Feature: customizable hotkeys for the main toolbar in the scenario editor
|
2010-07-04 11:48:04 +00:00 |
|
yexo
|
6997637208
|
(svn r20075) -Feature: customizable hotkeys for the main toolbar in the scenario editor
|
2010-07-04 11:48:04 +00:00 |
|
yexo
|
1e05ef9480
|
(svn r20073) -Feature: customizable hotkeys for the road toolbar
|
2010-07-04 10:57:31 +00:00 |
|
yexo
|
19f86951d9
|
(svn r20073) -Feature: customizable hotkeys for the road toolbar
|
2010-07-04 10:57:31 +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
|
26be68ae98
|
(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
|
df1a47daf7
|
(svn r20068) -Feature: customizable hotkeys for the rail toolbar
|
2010-07-03 20:40:18 +00:00 |
|
yexo
|
9b66684b81
|
(svn r20068) -Feature: customizable hotkeys for the rail toolbar
|
2010-07-03 20:40:18 +00:00 |
|
yexo
|
2105d5e187
|
(svn r20065) -Feature: customizable hotkeys for the main toolbar
|
2010-07-03 19:35:54 +00:00 |
|
yexo
|
ddf11b7d3f
|
(svn r20065) -Feature: customizable hotkeys for the main toolbar
|
2010-07-03 19:35:54 +00:00 |
|
alberth
|
c2a871d10b
|
(svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLine().
|
2010-07-02 13:53:05 +00:00 |
|
alberth
|
22b9bc5157
|
(svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLine().
|
2010-07-02 13:53:05 +00:00 |
|
rubidium
|
a70fd540fc
|
(svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int
|
2010-05-13 10:14:29 +00:00 |
|
rubidium
|
062dd0e24c
|
(svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int
|
2010-05-13 10:14:29 +00:00 |
|
rubidium
|
738e71af4a
|
(svn r19723) -Add: a simple sprite alignment helper. It does not store the new offsets anywhere so as soon as the sprite is reloaded the offsets are gone (use a bigger sprite cache if this happens). Also anything that reloads NewGRFs (new games, loading games or (re)applying NewGRFs) clears the sprite cache and as such resets the offsets.
|
2010-04-25 16:27:30 +00:00 |
|
rubidium
|
c72e2dde60
|
(svn r19723) -Add: a simple sprite alignment helper. It does not store the new offsets anywhere so as soon as the sprite is reloaded the offsets are gone (use a bigger sprite cache if this happens). Also anything that reloads NewGRFs (new games, loading games or (re)applying NewGRFs) clears the sprite cache and as such resets the offsets.
|
2010-04-25 16:27:30 +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 |
|
frosch
|
2e90f7f8b9
|
(svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding.
|
2010-04-18 14:56:05 +00:00 |
|
peter1138
|
bbfc0a49e5
|
(svn r19431) -Codechange: Append rail type speed limit (if set) to rail type selection list, and toolbar title.
|
2010-03-16 06:18:52 +00:00 |
|
peter1138
|
ef8deb2edd
|
(svn r19431) -Codechange: Append rail type speed limit (if set) to rail type selection list, and toolbar title.
|
2010-03-16 06:18:52 +00:00 |
|
terkhen
|
23e2cffebd
|
(svn r19397) -Add: Enter the starting year at the scenario editor by clicking at the date panel.
|
2010-03-13 10:18:57 +00:00 |
|
terkhen
|
bf2c06bedb
|
(svn r19397) -Add: Enter the starting year at the scenario editor by clicking at the date panel.
|
2010-03-13 10:18:57 +00:00 |
|
alberth
|
e3b24801e2
|
(svn r19132) -Codechange: No need to end a line with ;;.
|
2010-02-14 16:31:35 +00:00 |
|
alberth
|
33a96b5ef3
|
(svn r19132) -Codechange: No need to end a line with ;;.
|
2010-02-14 16:31:35 +00:00 |
|
terkhen
|
01f8bc2578
|
(svn r19076) -Codechange: Move graph functions to their own header.
|
2010-02-10 15:24:48 +00:00 |
|
terkhen
|
2329eacfe8
|
(svn r19076) -Codechange: Move graph functions to their own header.
|
2010-02-10 15:24:48 +00:00 |
|
terkhen
|
c39a4b22aa
|
(svn r19062) -Codechange: Move smallmap related functions to their own header.
|
2010-02-08 21:19:41 +00:00 |
|
terkhen
|
b9f06f3f29
|
(svn r19062) -Codechange: Move smallmap related functions to their own header.
|
2010-02-08 21:19:41 +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 |
|
frosch
|
88019e64e1
|
(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
|
82fc28f77f
|
(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
|
7f1bf45c03
|
(svn r18784) -Codechange: make NetworkSend_Command accept a company instead of using _local_company to pass that information, with the whole mess when you don't want the company to be _local_company.
|
2010-01-11 20:32:32 +00:00 |
|
rubidium
|
ebe99fd493
|
(svn r18784) -Codechange: make NetworkSend_Command accept a company instead of using _local_company to pass that information, with the whole mess when you don't want the company to be _local_company.
|
2010-01-11 20:32:32 +00:00 |
|
rubidium
|
0da7a4dc91
|
(svn r18546) -Codechange: make making the screenshot not asynchronious; just do it at the moment it's requested.
|
2009-12-19 19:21:37 +00:00 |
|
rubidium
|
a6146f5f51
|
(svn r18546) -Codechange: make making the screenshot not asynchronious; just do it at the moment it's requested.
|
2009-12-19 19:21:37 +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
|
293dfd7c3e
|
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.
|
2009-11-28 14:42:35 +00:00 |
|
rubidium
|
fedb593293
|
(svn r18318) -Codechange: add an enum value for manual window placement
|
2009-11-28 13:54:28 +00:00 |
|
rubidium
|
458c73aecb
|
(svn r18318) -Codechange: add an enum value for manual window placement
|
2009-11-28 13:54:28 +00:00 |
|