Sergii Pylypenko
|
870c254ee2
|
Merge tag '1.11.0-beta2' into master
|
2021-03-03 00:51:28 +02:00 |
|
frosch
|
d9b4413bc9
|
Codechange: rename sound ids to make more sense. (#8701)
|
2021-02-20 19:01:04 +01:00 |
|
pelya
|
2bc0595127
|
Fixed Android compilation and warnings
|
2021-01-25 21:31:09 +02:00 |
|
pelya
|
3a82c97aa1
|
Merge remote-tracking branch 'upstream/master'
|
2021-01-25 00:50:42 +02:00 |
|
Charles Pigott
|
9b800a96ed
|
Codechange: Remove min/max functions in favour of STL variants (#8502)
|
2021-01-08 11:16:18 +01:00 |
|
pelya
|
798fbc3466
|
Merge branch 'origin/master' commit 'a499e9acdd385b57dd43caf88af3a6f7f53716ba'
|
2020-03-20 00:10:46 +02:00 |
|
glx
|
ddabfed1cd
|
Codechange: Replace station related FOR_ALL with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
3a14cea068
|
Codechange: Replace FOR_ALL_COMPANIES with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
S. D. Cloudt
|
13cc8a0cee
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
|
glx22
|
b3fd787959
|
Fix #7188: check the validity of command callback for scripts (#7701)
|
2019-09-07 17:37:01 +01:00 |
|
Henry Wilson
|
7c8e7c6b6e
|
Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-10 23:22:20 +02:00 |
|
peter1138
|
317f69c152
|
Codechange: Use override specifier in Window-derived classes.
|
2019-03-24 16:10:04 +01:00 |
|
Sergii Pylypenko
|
66e3334f0e
|
Merge upstream branch 1.8
|
2018-05-31 22:59:50 +03:00 |
|
frosch
|
b4b98e5165
|
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
|
2017-08-13 18:38:42 +00: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
|
14c1a7ad0b
|
(svn r27571) -Codechange: Consistent naming for command callbacks which play a sound effect.
|
2016-05-22 10:07:48 +00:00 |
|
frosch
|
9aa33862a7
|
(svn r27571) -Codechange: Consistent naming for command callbacks which play a sound effect.
|
2016-05-22 10:07:48 +00:00 |
|
Sergii Pylypenko
|
ad5599aed8
|
Hide all windows when building anything on the map
|
2016-04-08 21:45:29 +03:00 |
|
Sergii Pylypenko
|
48f3615bab
|
Rough post-merge GUI fix
|
2016-04-03 00:56:18 +03:00 |
|
pelya
|
74c1382675
|
Compilation fixes
|
2016-03-27 23:14:56 +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 |
|
alberth
|
65db59da81
|
(svn r27397) -Fix(r27346)[FS#6370]: Fix object editing crash in scenario editor (based on work by adf88)
|
2015-09-13 12:04:47 +00:00 |
|
alberth
|
4cbfe940cb
|
(svn r27397) -Fix(r27346)[FS#6370]: Fix object editing crash in scenario editor (based on work by adf88)
|
2015-09-13 12:04:47 +00:00 |
|
alberth
|
67366cf03d
|
(svn r27346) -Feature: Make the object placement gui an independent window.
|
2015-07-28 18:20:54 +00:00 |
|
alberth
|
4f49d636c1
|
(svn r27346) -Feature: Make the object placement gui an independent window.
|
2015-07-28 18:20:54 +00:00 |
|
Sergii Pylypenko
|
60f12ed588
|
Select last tool for waterways and terraform toolbars
|
2015-03-29 20:22:18 +03:00 |
|
frosch
|
8767a11d60
|
(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and ScaleGUITrad().
|
2015-02-01 20:54:24 +00:00 |
|
frosch
|
a8080b6256
|
(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and ScaleGUITrad().
|
2015-02-01 20:54:24 +00:00 |
|
alberth
|
b67d483b46
|
(svn r27084) -Doc: Improve documentation of AllocateWindowDescFront.
|
2014-12-18 16:50:11 +00:00 |
|
alberth
|
edea2ce96d
|
(svn r27084) -Doc: Improve documentation of AllocateWindowDescFront.
|
2014-12-18 16:50:11 +00:00 |
|
peter1138
|
b46e61be63
|
(svn r26961) -Codechange: GUI-scale for landscape editor terraform window.
|
2014-10-05 14:01:44 +00:00 |
|
peter1138
|
a573b94867
|
(svn r26961) -Codechange: GUI-scale for landscape editor terraform window.
|
2014-10-05 14:01:44 +00: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
|
41da4be66b
|
Removed remainder of the 'touchscreen mode' code
|
2014-06-03 20:27:45 +03:00 |
|
Sergii Pylypenko
|
b2bfcf6816
|
Revert "Erase queued commands when another command is about to be queued."
This reverts commit 604205045f.
|
2014-06-03 18:44:16 +03:00 |
|
Sergii Pylypenko
|
a0581f42bd
|
Revert "Select the actions that will need confirmation."
This reverts commit 02caad7c1b.
|
2014-06-03 18:14:15 +03: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 |
|
pelya
|
55a09da6b2
|
Merge remote-tracking branch 'upstream/master'
|
2014-03-23 19:04:54 +02: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 |
|
Juanjo
|
141bb0861e
|
Before opening linked to main toolbar windows, delete linked windows.
|
2014-03-15 22:56:17 +02:00 |
|
Juanjo
|
7079e675bf
|
Align construction windows with main toolbar.
|
2014-03-15 22:53:35 +02:00 |
|
Juanjo
|
604205045f
|
Erase queued commands when another command is about to be queued.
|
2014-03-15 22:53:35 +02:00 |
|
Juanjo
|
b164486616
|
Reset queued command when closing windows that can queue them.
|
2014-03-15 22:53:35 +02:00 |
|
Juanjo
|
02caad7c1b
|
Select the actions that will need confirmation.
|
2014-03-15 22:53:35 +02:00 |
|
Juanjo
|
96d3b0695c
|
Amend gui's to work with touchscreen controls.
|
2014-03-15 22:23:22 +02:00 |
|
Juanjo
|
c872509d7b
|
Do actions when releasing the mouse, instead of when clicking:
Build town, industry, airport, dock, lock,
buoy, aqueduct, depots, change bridge rail/road specs.
|
2014-03-15 21:56:55 +02:00 |
|
Juanjo
|
02d035fbef
|
Position of landscaping toolbar.
|
2014-03-15 21:32:43 +02:00 |
|
frosch
|
173aed1687
|
(svn r25414) -Codechange: Move handling of global hotkeys to HotkeyList.
|
2013-06-15 15:31:22 +00:00 |
|