frosch
|
5cb174c6b8
|
(svn r25412) -Codechange: Make use of Window::OnHotkey
|
2013-06-15 15:30:44 +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
|
d9e9710cb3
|
(svn r25408) -Codechange: Simplify hotkeys by removing unused stuff.
|
2013-06-15 15:27:33 +00:00 |
|
zuu
|
be8645e137
|
(svn r25383) -Fix (r25376): Remove now redundant menu entries for story book and goals
|
2013-06-09 15:36:31 +00:00 |
|
zuu
|
a724a9924b
|
(svn r25376) -Feature: Allow access to goal list and story book of other companies than your own
|
2013-06-09 13:37:04 +00:00 |
|
zuu
|
eaede14b8f
|
(svn r25372) -Add: Allow opening a goal list window specific to a company
|
2013-06-09 13:23:03 +00:00 |
|
zuu
|
8980cb427d
|
(svn r25369) -Add: allow opening a story window specific to a company
|
2013-06-09 13:13:47 +00:00 |
|
zuu
|
a2d84868e7
|
(svn r25344) -Feature: GUI for viewing story pages
|
2013-06-09 12:48:27 +00:00 |
|
frosch
|
3ff6d19238
|
(svn r25335) -Change: Revisit the map menu in scenario editor: Remove linkgraph legend, add industry list.
|
2013-06-08 16:54:19 +00:00 |
|
frosch
|
2547523c0f
|
(svn r25304) -Change: Move the GS goals window from the subsidies to the league menu.
|
2013-05-29 18:49:58 +00:00 |
|
frosch
|
8157a8afd8
|
(svn r25290) -Add: Assign string names to notable windows.
|
2013-05-26 19:25:01 +00:00 |
|
frosch
|
8c4714ad90
|
(svn r25289) -Codechange: Store width of statusbar and main toolbar directly in the WindowDesc.
|
2013-05-26 19:24:37 +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 |
|
rubidium
|
50ae992b47
|
(svn r25263) -Add: legend for linkgraph overlay (fonsinchen)
|
2013-05-19 14:43:23 +00:00 |
|
frosch
|
3ce8d2ce70
|
(svn r24846) -Add: Advanced settings to disable certain sound effects.
|
2012-12-23 21:09:09 +00:00 |
|
frosch
|
647ee0de64
|
(svn r24842) -Remove: News settings window.
|
2012-12-23 21:06:37 +00:00 |
|
frosch
|
04a24969ea
|
(svn r24806) -Feature [FS#3148]: Ask for confirmation before creating giant screenshots.
|
2012-12-09 16:53:21 +00:00 |
|
frosch
|
ff6880f9dd
|
(svn r24791) -Remove: Difficulty settings window.
|
2012-12-05 19:37:15 +00:00 |
|
alberth
|
fb892f4b20
|
(svn r24763) -Feature: Add industry type and cargo dropdown selection for easier navigating in the industry chain window.
|
2012-11-25 15:24:02 +00:00 |
|
frosch
|
03736af2ae
|
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
|
2012-11-11 16:10:43 +00:00 |
|
rubidium
|
927734e6ce
|
(svn r24065) -Feature-ish [FS#5101]: debug option for showing the redrawn dirty blocks/rectangles
|
2012-03-25 19:06:59 +00:00 |
|
rubidium
|
e3c665a3cb
|
(svn r23985) -Fix [FS#5074]: inconsistent quit/abandon/exit game/scenario/editor strings
|
2012-02-25 13:58:06 +00:00 |
|
rubidium
|
2f49c9af85
|
(svn r23867) -Fix [FS#5020]: make the colour of the dropdown items for opening the vehicle list for which the company has no vehicles looking less horrid
|
2012-01-28 20:10:49 +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
|
167813aded
|
(svn r23696) -Fix (r23695): 5 <-> 6... today is not my day
|
2011-12-31 15:02:14 +00:00 |
|
rubidium
|
8b223f0274
|
(svn r23695) -Fix/Feature [FS#4916]: make a distinction between fully zoomed in and default zoomed in screenshots
|
2011-12-31 14:56:39 +00:00 |
|
truebrain
|
3ada3b9cc5
|
(svn r23630) -Add: a Goal GUI to show your current goals
|
2011-12-19 21:03:17 +00:00 |
|
truebrain
|
5718c2e2e3
|
(svn r23607) -Add: wire GameScript in all the GUIs
|
2011-12-19 20:56:06 +00:00 |
|
frosch
|
4e4a87bd3c
|
(svn r23579) -Fix (r23525): Most up/down arrows stopped working.
|
2011-12-17 20:52:07 +00:00 |
|
rubidium
|
1470e41fe4
|
(svn r23548) -Codechange: unify and document toolbar widgets
|
2011-12-16 18:23:35 +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 |
|
peter1138
|
e11c39b60b
|
(svn r23019) -Codechange: Support resized company colour icon in dropdown lists that use it.
|
2011-10-11 13:18:52 +00:00 |
|
planetmaker
|
3fb66890ee
|
(svn r22708) -Feature [FS#4701]: Display option to hide competitors' signs and station names (Zuu)
|
2011-08-01 18:41:21 +00:00 |
|
planetmaker
|
b09c863e1c
|
(svn r22677) -Doc: A few doxygen sprinkles in toolbar_gui.cpp
|
2011-07-21 15:51:48 +00:00 |
|
planetmaker
|
3045c3fd2a
|
(svn r22675) -Change: Add a menu entry for the sprite bounding box debuging feature in the help menu and enable bounding boxes only in conjunction with the newgrf developer tools
|
2011-07-20 16:19:48 +00:00 |
|
alberth
|
9bc3d8861f
|
(svn r22514) -Feature: Save heightmap in scenario editor.
|
2011-05-28 13:56:35 +00:00 |
|
frosch
|
5e449b8fae
|
(svn r22429) -Add: some constants for specific palette colours used in the GUI.
|
2011-05-06 21:13:29 +00:00 |
|
rubidium
|
1a515e6344
|
(svn r22405) -Document: some more "random-ish" tidbits
|
2011-05-01 19:14:12 +00:00 |
|
terkhen
|
10caf391a1
|
(svn r22343) -Change: Remove pixel limiter for query strings.
|
2011-04-17 18:42:17 +00:00 |
|
frosch
|
ec9540a12a
|
(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData().
|
2011-03-13 21:31:29 +00:00 |
|
yexo
|
c7038d8b4d
|
(svn r22071) -Fix (r20075): some hotkey names in hotkey.cfg for the scenario editor toolbar were completely bogus
|
2011-02-13 19:31:04 +00:00 |
|
rubidium
|
bc3ce1e53b
|
(svn r22018) -Cleanup: remove some (now) unneeded includes of functions.h
|
2011-02-07 22:37:22 +00:00 |
|
rubidium
|
7eba2bf4d3
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
rubidium
|
4682434bc9
|
(svn r21867) -Codechange: move creating the rail type dropdown to a more general location
|
2011-01-20 12:40:04 +00:00 |
|
rubidium
|
2f6c840ebf
|
(svn r21866) -Feature [FS#4394]: [NewGRF] Rail type property to influence sorting of rail types in the drop down list
|
2011-01-20 12:22:38 +00:00 |
|
rubidium
|
b8c9988d9f
|
(svn r21842) -Feature [FS#4393]: [NewGRF] Introduction dates/required types for rail types; e.g. introduce a particular rail type in 1960 (or when a vehicle using it is introduced), but also allow limiting its introduction to only happen when the required railtypes are available
|
2011-01-18 21:30:59 +00:00 |
|
rubidium
|
6371b75bcc
|
(svn r21841) -Feature: [NewGRF] Allow to define other railtypes that should be introduced if a particular rail type is introduced, e.g. to make sure slow rail is introduced when fast rail gets introduced
|
2011-01-18 21:28:07 +00:00 |
|
rubidium
|
7ab524b048
|
(svn r21817) -Change: only show rail/road types that will eventually be available in-game. For example don't show trams when there is no tram NewGRF loaded
|
2011-01-16 10:25:47 +00:00 |
|
yexo
|
b22945350f
|
(svn r21696) -Feature [FS#4362]: allow changing the AI configuration in the scenario editor / in game
|
2011-01-02 12:41:24 +00:00 |
|