Sergii Pylypenko
|
2f6b20cbfd
|
Merge branch upstream/master while introducing compile errors and reverting parts of Android changes, video BPP options are gone
|
2021-11-29 02:20:37 +02:00 |
|
Sergii Pylypenko
|
9d9528b14e
|
Renamed GetMinSizing() to GetMinButtonSize(), we do not use it for anything but button size
|
2021-11-28 03:34:39 +02:00 |
|
Sergii Pylypenko
|
b5cf145f32
|
Removed NWST_STEP and min_step, we don't need two variables doing the same thing
|
2021-11-28 03:25:11 +02:00 |
|
Peter Nelson
|
7385e780ac
|
Cleanup: nested_array should not be accessed directly.
Replace accesses with GetWidget() as documented.
|
2021-06-14 17:49:01 +01:00 |
|
glx22
|
5799402f7a
|
Codechange: Rename window related DeleteXXX to match new behaviour
|
2021-05-29 21:08:25 +02:00 |
|
glx22
|
994bf19aef
|
Fix f6d5c01: Delay deletion when closing windows
|
2021-05-29 21:08:25 +02:00 |
|
Rubidium
|
bb9121dbd4
|
Fix: comparison of narrow type to wide type in loop (potential for infinite loops)
|
2021-05-15 10:16:10 +02:00 |
|
Sergii Pylypenko
|
870c254ee2
|
Merge tag '1.11.0-beta2' into master
|
2021-03-03 00:51:28 +02:00 |
|
Charles Pigott
|
6af49b7885
|
Fix #8724: Got wrong DepotID/StationID for airports, causing crash
|
2021-02-22 14:20:21 +00:00 |
|
Charles Pigott
|
3af407340e
|
Fix #8349: Close depot vehicle list windows when closing the depot window
|
2021-02-21 17:58:19 +00:00 |
|
pelya
|
3a82c97aa1
|
Merge remote-tracking branch 'upstream/master'
|
2021-01-25 00:50:42 +02:00 |
|
frosch
|
5bfcd742b8
|
Change: Relocate rename and location buttons in all windows.
|
2021-01-11 22:15:58 +01:00 |
|
Charles Pigott
|
9b800a96ed
|
Codechange: Remove min/max functions in favour of STL variants (#8502)
|
2021-01-08 11:16:18 +01:00 |
|
TechGeekNZ
|
a10013dd00
|
Codechange: Spell 'Viewport' consistently
Some places in the codebase misspell 'Viewport' as 'ViewPort' or 'view_port'.
This patch makes everything consistent.
|
2020-07-27 17:31:29 +01:00 |
|
pelya
|
798fbc3466
|
Merge branch 'origin/master' commit 'a499e9acdd385b57dd43caf88af3a6f7f53716ba'
|
2020-03-20 00:10:46 +02:00 |
|
glx
|
1f6b3a37f9
|
Codechange: Replace FOR_ALL_ENGINES 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 |
|
Sergii Pylypenko
|
3ba683874b
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2019-04-23 18:16:24 +03:00 |
|
Henry Wilson
|
7c8e7c6b6e
|
Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-10 23:22:20 +02:00 |
|
glx22
|
66dd7c3879
|
Fix: MSVC warnings (#7423)
|
2019-03-28 00:09:33 +01:00 |
|
Henry Wilson
|
a690936ed7
|
Codechange: Replace SmallVector::Length() with std::vector::size()
|
2019-03-26 20:15:57 +00:00 |
|
peter1138
|
317f69c152
|
Codechange: Use override specifier in Window-derived classes.
|
2019-03-24 16:10:04 +01:00 |
|
Alexander Weiss
|
b3dc90af58
|
Change: Clone tool in depot window now behaves like clone button in vehicle window. Keep the tool active when share-cloning. Open the vehicle GUI when copy-cloning. (#6754)
|
2018-10-31 12:51:10 +01:00 |
|
Sergii Pylypenko
|
66e3334f0e
|
Merge upstream branch 1.8
|
2018-05-31 22:59:50 +03:00 |
|
frosch
|
42392fd7b5
|
(svn r27938) -Fix (r27899): When scrolling in the train depot, also scroll the tile separators.
|
2017-12-10 13:48:49 +00:00 |
|
frosch
|
c14f23a03d
|
(svn r27937) -Change: When train depots have a horizontal scrollbar, allow scrolling 1 tile beyond the longest train, so you can actually attach a wagon at the end.
|
2017-12-10 13:48:06 +00:00 |
|
frosch
|
61c68f906d
|
(svn r27899) -Feature: Draw vertical separators at tile distance in the train depot GUI. This only applies if all vehicles use consistent lengths, i.e. either if only using default vehicles, or if only using NewGRF vehicles with 32px reference width. (based on patch by Wolf01)
|
2017-08-26 12:12:59 +00: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
|
caa9bffb56
|
(svn r27630) -Codechange: Deduplicate code to attach vehicle to cursor.
|
2016-08-15 18:33:52 +00:00 |
|
frosch
|
ddc9205212
|
(svn r27630) -Codechange: Deduplicate code to attach vehicle to cursor.
|
2016-08-15 18:33:52 +00:00 |
|
frosch
|
0e3e4eeb53
|
(svn r27628) -Codechange: Prepare for drawing cursors consisting of multiple sprites.
|
2016-08-15 18:33:08 +00:00 |
|
frosch
|
3cb7d9703b
|
(svn r27628) -Codechange: Prepare for drawing cursors consisting of multiple sprites.
|
2016-08-15 18:33:08 +00:00 |
|
frosch
|
c5ae45c764
|
(svn r27583) -Fix [FS#6415]: Do not decrease the column width of depot windows when vehicles with high unitnumbers leave. (Airbus)
|
2016-05-29 12:21:40 +00:00 |
|
frosch
|
7d4754a4f8
|
(svn r27583) -Fix [FS#6415]: Do not decrease the column width of depot windows when vehicles with high unitnumbers leave. (Airbus)
|
2016-05-29 12:21:40 +00: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
|
e32afcc4ea
|
(svn r27450) -Feature[FS#6391](r27446): Lower the sell-chain button in the train depot GUI while dragging a vehicle over it. (Eearslya)
|
2015-11-20 09:25:27 +00:00 |
|
alberth
|
3ccfc954f3
|
(svn r27450) -Feature[FS#6391](r27446): Lower the sell-chain button in the train depot GUI while dragging a vehicle over it. (Eearslya)
|
2015-11-20 09:25:27 +00:00 |
|
frosch
|
1a0723579b
|
(svn r27446) -Feature: Lower the sell-vehicle button in the depot GUI while dragging a vehicle over it. (Eearslya)
|
2015-11-14 22:54:52 +00:00 |
|
frosch
|
f6891ac30e
|
(svn r27446) -Feature: Lower the sell-vehicle button in the depot GUI while dragging a vehicle over it. (Eearslya)
|
2015-11-14 22:54:52 +00: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 |
|
frosch
|
cd3f113249
|
(svn r27133) -Fix: Dragging of free wagons in depot failed with GUI zoom.
|
2015-02-01 19:40:04 +00:00 |
|
frosch
|
3bc7ee3ab7
|
(svn r27133) -Fix: Dragging of free wagons in depot failed with GUI zoom.
|
2015-02-01 19:40:04 +00:00 |
|
rubidium
|
ba96233b6e
|
(svn r27014) -Fix [FS#6102]: unit number was not always fully shown in depots
|
2014-10-14 11:40:38 +00:00 |
|
rubidium
|
deca49f4c6
|
(svn r27014) -Fix [FS#6102]: unit number was not always fully shown in depots
|
2014-10-14 11:40:38 +00:00 |
|
peter1138
|
f7f49c15a3
|
(svn r26951) -Codechange: Do the GUI-scale dance for vehicle, depot, and purchase lists.
|
2014-10-04 16:40:23 +00:00 |
|
peter1138
|
ce9fab58bc
|
(svn r26951) -Codechange: Do the GUI-scale dance for vehicle, depot, and purchase lists.
|
2014-10-04 16:40:23 +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 |
|