Peter Nelson
2a8fa5fef9
Change: Split up Window::OnTick into OnGameTick and OnRealtimeTick. Adjust timers to work with milliseconds instead of ticks.
2019-01-11 11:56:21 +00:00
Niels Martin Hansen
2a868b9f3b
Feature: Framerate display window ( #6822 )
...
Frame rate and various game loop/graphics timing measurements and graphs. Accessible via the Help menu, and can print some stats in the console via the fps command.
2018-07-19 21:17:07 +02:00
Sergii Pylypenko
9bcb86d7b5
Another fix
2018-05-31 22:09:17 +03:00
Sergii Pylypenko
f014b84b1a
Fixed classic mobile toolbar
2018-05-31 22:09:17 +03:00
Sergii Pylypenko
705e85d386
Finalized compact toolbar
2018-05-31 22:09:16 +03:00
Sergii Pylypenko
204ee8a5d7
Always show terraform menu in compact toolbar mode
2018-05-31 22:09:16 +03:00
Sergii Pylypenko
dee7e1bf3d
Updated todo
2018-05-31 22:09:16 +03:00
Sergii Pylypenko
4274c7e084
Moved two buttons to Help/About menu
2018-05-31 22:09:16 +03:00
Sergii Pylypenko
71fc92240f
More items in graphs menu
2018-05-31 22:09:16 +03:00
Sergii Pylypenko
60212cda94
Compact build menu implementation
2018-05-31 22:09:15 +03:00
pelya
817edd68df
Re-added Ctrl and Shift button to horizontal toolbar
2018-05-31 21:57:30 +03:00
pelya
a41863520d
Updated toolbar buttons arrangement - Station List button is now on the permanent part of the toolbar
2018-05-31 21:55:28 +03:00
pelya
dba8074c0b
Old button layout for toolbar
2018-05-31 21:55:28 +03:00
pelya
796c6b7b72
Improvements to network chat
2018-05-31 21:55:28 +03:00
pelya
38c999d742
Setting to disable windows titlebars
2018-05-31 21:55:28 +03:00
pelya
b6a3d29263
Adjusted future compact toolbar
2018-05-31 21:55:27 +03:00
pelya
456934dc84
Compact vertical bar button arrangement, not used yet
2018-05-31 21:55:27 +03:00
pelya
b209e513e1
Replaced magic numbers for vertical toolbar
2018-05-31 21:55:27 +03:00
Joan Josep
944f785be8
Fix: Spelling errors ( #6769 )
2018-04-30 18:52:32 +02:00
Sergii Pylypenko
b4cc822085
Merge svn r27779
...
Conflicts:
src/autoreplace_gui.cpp
src/economy.cpp
src/fios_gui.cpp
src/lang/spanish_MX.txt
src/network/network_gui.cpp
src/rev.cpp.in
src/road_gui.cpp
src/toolbar_gui.cpp
src/window.cpp
2017-03-17 23:14:41 +02:00
frosch
77b790cd5a
(svn r27671) -Codechange: Replace magic numbers in the toolbar with the already existing WID_TN_xxx. (Wolf01)
2016-10-30 17:36:57 +00:00
frosch
30574a7cad
(svn r27671) -Codechange: Replace magic numbers in the toolbar with the already existing WID_TN_xxx. (Wolf01)
2016-10-30 17:36:57 +00:00
alberth
f286ba8db2
(svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOperation to avoid nameclash with windows compiler toolkit.
2016-09-04 16:06:50 +00:00
alberth
0adfb1ac6f
(svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOperation to avoid nameclash with windows compiler toolkit.
2016-09-04 16:06:50 +00:00
alberth
3b84827773
(svn r27648) -Codechange: Remove remaining _saveload_mode usage.
2016-09-04 12:56:56 +00:00
alberth
88bdf482c0
(svn r27648) -Codechange: Remove remaining _saveload_mode usage.
2016-09-04 12:56:56 +00:00
frosch
93d5995bed
(svn r27626) -Codechange: Do not use the cursor sprite as PlaceObject status in the main toolbar.
2016-08-15 18:32:25 +00:00
frosch
ca6493f2e6
(svn r27626) -Codechange: Do not use the cursor sprite as PlaceObject status in the main toolbar.
2016-08-15 18:32:25 +00:00
pelya
34e886c5e5
Reverted more SetMinimalSize() hacks
2016-03-27 22:48:45 +03:00
pelya
7dc511ba5c
Fixed toolbar and status bar
2016-03-27 22:45:58 +03:00
pelya
400065fa43
Fixed compilatin, reverted several of my changes
...
Conflicts:
src/gfx.cpp
src/widget.cpp
src/widget_type.h
src/window.cpp
src/window_func.h
2016-03-27 22:41:43 +03:00
pelya
3ef1c1baff
Merge commit 'a8b575671894ffe1329ef37dca4989c0e60d70f5'
...
These merges are becoming more awful every time
Conflicts:
src/ai/ai_gui.cpp
src/build_vehicle_gui.cpp
src/cheat_gui.cpp
src/company_gui.cpp
src/depot_gui.cpp
src/dock_gui.cpp
src/error_gui.cpp
src/genworld_gui.cpp
src/misc_gui.cpp
src/network/network_content_gui.cpp
src/network/network_gui.cpp
src/newgrf_gui.cpp
src/news_gui.cpp
src/rail_gui.cpp
src/rev.cpp.in
src/road_gui.cpp
src/settings_gui.cpp
src/settings_gui.h
src/signs_gui.cpp
src/station_gui.cpp
src/table/settings.ini
src/terraform_gui.cpp
src/toolbar_gui.cpp
src/toolbar_gui.h
src/vehicle_gui.cpp
src/video/sdl_v.cpp
src/viewport.cpp
src/widget.cpp
src/widgets/settings_widget.h
2016-03-27 22:33:11 +03:00
pelya
1e5fb9290c
Video tutorial dialog, only one bus tutorial for now
2015-03-29 20:23:39 +03:00
pelya
5b874adee8
Do not auto-close main toolbar menus, disabled autoscroll for dropdown lists
2015-03-29 20:23:35 +03:00
pelya
4d4f707638
Removed #ifdef ANDROID from where it's not needed
2015-03-29 20:19:03 +03:00
frosch
a14b836bf2
(svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects.
2015-03-07 18:27:01 +00:00
frosch
780e595933
(svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects.
2015-03-07 18:27:01 +00:00
frosch
e40c3149de
(svn r27150) -Fix (r27146): Forgot scenario toolbar.
2015-02-14 21:22:47 +00:00
frosch
64e943d32a
(svn r27150) -Fix (r27146): Forgot scenario toolbar.
2015-02-14 21:22:47 +00:00
frosch
abe22e594d
(svn r27146) -Fix: Make statusbar and chat-entry window use the same width as the toolbar. Otherwise they lack a size definition.
2015-02-13 21:13:45 +00:00
frosch
e113f5e4a1
(svn r27146) -Fix: Make statusbar and chat-entry window use the same width as the toolbar. Otherwise they lack a size definition.
2015-02-13 21:13:45 +00:00
frosch
4132e4e7e3
(svn r26986) -Change: Rename 'Advanced Settings' to just 'Settings'.
2014-10-09 21:16:29 +00:00
frosch
33f4f0b464
(svn r26986) -Change: Rename 'Advanced Settings' to just 'Settings'.
2014-10-09 21:16:29 +00:00
pelya
c0d262b572
Re-arranged buttons a bit
2014-08-19 19:12:01 +03:00
pelya
f377302cbf
Switch to full vertical toolbar, if enough screen height
2014-08-19 19:12:01 +03:00
Sergii Pylypenko
91ebce1a9c
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
src/console_gui.cpp
src/genworld_gui.cpp
src/group_gui.cpp
src/misc_gui.cpp
src/settings_gui.cpp
src/widgets/settings_widget.h
2014-06-04 17:09:23 +03:00
Sergii Pylypenko
8ca0bf745a
Fixed bug in my previous commit
2014-06-03 22:36:38 +03:00
Sergii Pylypenko
c323eb1c8a
Fixed dropdown lists in main toolbar
2014-06-03 21:42:33 +03:00
Sergii Pylypenko
41da4be66b
Removed remainder of the 'touchscreen mode' code
2014-06-03 20:27:45 +03:00
Sergii Pylypenko
7e6e95c34c
Some fixes to window placement
2014-06-02 23:25:47 +03:00