glx22
|
66dd7c3879
|
Fix: MSVC warnings (#7423)
|
2019-03-28 00:09:33 +01:00 |
|
Jonathan G Rennison
|
ba34ec7ade
|
Merge branch 'master' into jgrpp
Replace build and refit, and group collapse implementations
Fix template creation build and refit
# Conflicts:
# Makefile.bundle.in
# config.lib
# src/animated_tile.cpp
# src/blitter/32bpp_anim.hpp
# src/blitter/32bpp_base.hpp
# src/blitter/8bpp_base.hpp
# src/blitter/null.hpp
# src/build_vehicle_gui.cpp
# src/command.cpp
# src/command_func.h
# src/console_gui.cpp
# src/core/smallstack_type.hpp
# src/date.cpp
# src/debug.cpp
# src/genworld_gui.cpp
# src/ground_vehicle.hpp
# src/group_gui.cpp
# src/lang/korean.txt
# src/linkgraph/linkgraph_gui.h
# src/main_gui.cpp
# src/misc_gui.cpp
# src/network/core/game.h
# src/network/core/packet.cpp
# src/network/core/udp.cpp
# src/network/core/udp.h
# src/network/network_content.cpp
# src/network/network_type.h
# src/network/network_udp.cpp
# src/newgrf_house.h
# src/openttd.cpp
# src/order_cmd.cpp
# src/order_gui.cpp
# src/os/unix/crashlog_unix.cpp
# src/os/windows/crashlog_win.cpp
# src/osk_gui.cpp
# src/pathfinder/opf/opf_ship.cpp
# src/rail_cmd.cpp
# src/rail_gui.cpp
# src/saveload/saveload.cpp
# src/settings.cpp
# src/settings_gui.cpp
# src/smallmap_gui.h
# src/station_base.h
# src/station_cmd.cpp
# src/table/gameopt_settings.ini
# src/table/newgrf_debug_data.h
# src/table/settings.ini
# src/timetable_gui.cpp
# src/toolbar_gui.cpp
# src/train_gui.cpp
# src/vehicle.cpp
# src/vehicle_gui.cpp
# src/vehiclelist.cpp
# src/viewport.cpp
# src/widgets/dropdown.cpp
# src/window_gui.h
|
2019-03-27 18:12:04 +00:00 |
|
Henry Wilson
|
c01a2e2a81
|
Codechange: Removed SmallVector completely
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
ab711e6942
|
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
297fd3dda3
|
Codechange: Replaced SmallVector::Include() with include()
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
a0f36a50e6
|
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_back()
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
5795f66d2e
|
Codechange: Replaced SmallVector::Contains() with std::find() pattern
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
b1f5119d3a
|
Codechange: Replaced SmallVector::ErasePreservingOrder(pos, count) with std::vector::erase()
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
bad2c2154b
|
Codechange: Replaced SmallVector::Resize() with std::vector::resize()
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
a690936ed7
|
Codechange: Replace SmallVector::Length() with std::vector::size()
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
bfd79e59dc
|
Codechange: Replace SmallVector::Clear() with std::vector::clear()
|
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 |
|
Jonathan G Rennison
|
42b7e1f70b
|
Fix mass change rail waypoint order
|
2019-03-02 17:29:27 +00:00 |
|
Jonathan G Rennison
|
de79d64837
|
Disallow ordering ordinary road vehicles to tram depots and vice versa
|
2019-02-28 23:59:11 +00:00 |
|
Jonathan G Rennison
|
2fdcc52321
|
Merge branch 'save_ext' into jgrpp
# Conflicts:
# Makefile.src.in
# findversion.sh
# projects/determineversion.vbs
# src/lang/dutch.txt
# src/lang/korean.txt
# src/network/network.cpp
# src/network/network_client.cpp
# src/rail.cpp
# src/rail_cmd.cpp
# src/saveload/afterload.cpp
# src/ship_cmd.cpp
# src/toolbar_gui.cpp
# src/vehicle.cpp
|
2019-02-13 19:09:06 +00:00 |
|
PeterN
|
d242875d27
|
Fix #7197: Invalidate depot buttons when necessary. (#7212)
|
2019-02-10 08:43:54 +00:00 |
|
Jonathan G Rennison
|
a983a94ee5
|
Update vehicle window depot/refit button states at build and when paused
|
2019-02-06 18:08:49 +00:00 |
|
Jonathan G Rennison
|
255b6adfc9
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/vehicle_cmd.cpp
|
2019-01-31 02:04:02 +00:00 |
|
Peter Nelson
|
90c7ef96ca
|
Fix 11ab3c4ea2 : Fix showing cargo capacity for auto-refits (missed in #7134)
|
2019-01-29 23:02:43 +01:00 |
|
Jonathan G Rennison
|
e3d167f9f0
|
Merge branch 'save_ext' into jgrpp
# Conflicts:
# config.lib
# src/misc_gui.cpp
# src/network/network_gui.cpp
# src/settings_type.h
# src/smallmap_gui.cpp
# src/smallmap_gui.h
# src/station_cmd.cpp
# src/toolbar_gui.cpp
# src/vehicle_gui.cpp
# src/window.cpp
|
2019-01-14 00:01:44 +00:00 |
|
Peter Nelson
|
15320a37b9
|
Change: OnGameTick() is only called when not paused.
|
2019-01-11 11:56:21 +00:00 |
|
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 |
|
Jonathan G Rennison
|
e735c1a51a
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/aircraft_cmd.cpp
# src/autoreplace_cmd.cpp
# src/pathfinder/follow_track.hpp
# src/pathfinder/yapf/yapf_rail.cpp
# src/saveload/afterload.cpp
# src/saveload/saveload.cpp
# src/script/api/ai/ai_station.hpp.sq
# src/script/api/game/game_station.hpp.sq
# src/script/api/script_station.hpp
# src/track_func.h
# src/vehicle_base.h
|
2018-11-05 12:53:36 +00:00 |
|
Charles Pigott
|
f5b1115039
|
Doc: Lots and lots of doxymentation fixes
|
2018-10-31 12:35:54 +01:00 |
|
keldorkatarn
|
6228a336d4
|
Show the most relevant information in the vehicle list window, based on what the list is sorted on.
(cherry picked from commit da2d0e14fecec35dbf805395200b12998c8cc52a)
Minor changes
|
2018-08-16 06:58:08 +01:00 |
|
Jonathan G Rennison
|
5732e4f7ff
|
Show reversing and timetable waiting in vehicle status bar
|
2018-08-14 11:24:40 +01:00 |
|
Jonathan G Rennison
|
f86dd1010c
|
Fix assertion failure on cancel depot/service in vehicle list window
Fixes #61
|
2018-07-03 00:25:51 +01:00 |
|
Jonathan G Rennison
|
ef0a458ab6
|
Add go to depot and sell vehicle orders
Controlled by a setting (default off)
|
2018-06-21 23:28:19 +01:00 |
|
Jonathan G Rennison
|
56be293107
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/blitter/32bpp_anim.cpp
# src/blitter/32bpp_anim.hpp
# src/blitter/32bpp_anim_sse2.cpp
# src/blitter/32bpp_base.cpp
# src/blitter/32bpp_base.hpp
# src/ground_vehicle.cpp
# src/linkgraph/linkgraph_gui.h
# src/main_gui.cpp
# src/newgrf_house.cpp
# src/newgrf_house.h
# src/town_cmd.cpp
# src/vehicle_base.h
# src/viewport_gui.cppp
|
2018-05-25 18:29:17 +01:00 |
|
PeterN
|
4cebebcf68
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
|
Jonathan G Rennison
|
a60eff174d
|
Merge branch 'template_train_replacement' into jgrpp
# Conflicts:
# src/saveload/extended_ver_sl.cpp
|
2018-05-13 15:01:29 +01:00 |
|
Jonathan G Rennison
|
5877cd0f9b
|
TBTR: Fix display of vehicle sprites for some NewGRFs, fix issues in large UI modes
Slight code, GUI layout, and savegame format tidying
|
2018-05-13 15:00:26 +01:00 |
|
Jonathan G Rennison
|
ad1c402ad8
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/debug.cpp
# src/saveload/afterload.cpp
# src/saveload/saveload.cpp
# src/settings_type.h
# src/town_cmd.cpp
# src/window.cpp
|
2018-05-03 23:54:51 +01:00 |
|
J0an Josep
|
cfb8092397
|
Fix b4b98e5165 : Use FALLTHROUGH attribute with correct indentation.
|
2018-04-30 21:52:40 +02:00 |
|
Joan Josep
|
944f785be8
|
Fix: Spelling errors (#6769)
|
2018-04-30 18:52:32 +02:00 |
|
Jonathan G Rennison
|
6ec78ff4b0
|
Add UI setting to disable mass action buttons for top-level vehicle lists
|
2018-03-29 20:39:25 +01:00 |
|
Jonathan G Rennison
|
53dd010f3b
|
Add way to mass cancel vehicle go to depot/service
|
2018-03-29 19:37:16 +01:00 |
|
Jonathan G Rennison
|
78838ee2a2
|
Add freight train load/unload mode: through load
|
2018-03-26 20:12:50 +01:00 |
|
Jonathan G Rennison
|
d730cfd51d
|
Cache sprite sequence bounds for vehicles
|
2018-01-19 19:13:01 +00:00 |
|
Jonathan G Rennison
|
dda20d08c1
|
Merge branch 'improved_breakdowns' into jgrpp
Update German and Korean language strings
# Conflicts:
# src/saveload/extended_ver_sl.cpp
|
2018-01-04 19:47:46 +00:00 |
|
Jonathan G Rennison
|
0a80aec634
|
Implement critical breakdown speed reduction for road vehicles
|
2018-01-04 19:18:24 +00:00 |
|
Jonathan G Rennison
|
1defb8aafd
|
Add "Freight" type to vehicle list cargo type filter
|
2017-10-17 23:08:23 +01:00 |
|
Jonathan G Rennison
|
097cf9b0b1
|
Add UI setting to control whether cargo filter drop down is shown
|
2017-10-17 00:16:10 +01:00 |
|
Jonathan G Rennison
|
f3c95dd9a7
|
Add cargo filter support to vehicle list and tracerestrict slot windows
Refactor out common code
|
2017-10-16 22:51:07 +01:00 |
|
Jonathan G Rennison
|
f77a368268
|
Merge branch 'crashlog_improvements' into jgrpp
|
2017-09-04 01:23:08 +01:00 |
|
alberth
|
7efce319ff
|
(svn r27895) -Fix [FS#6606]: Tooltip of 'increase service interval' said 'decrease' (adf88)
|
2017-08-20 08:28:05 +00:00 |
|
alberth
|
a6e7f1142b
|
(svn r27895) -Fix [FS#6606]: Tooltip of 'increase service interval' said 'decrease' (adf88)
|
2017-08-20 08:28:05 +00:00 |
|
Jonathan G Rennison
|
ac016eae5e
|
Add client setting to enable shared order group window for single vehicles
|
2017-08-18 01:49:21 +01:00 |
|
Jonathan G Rennison
|
f34833f111
|
Merge branch 'improved_breakdowns' into jgrpp
# Conflicts:
# src/vehiclelist.cpp
|
2017-08-15 19:26:26 +01:00 |
|
Jonathan G Rennison
|
2d66f25f6c
|
Merge branch 'save_ext' into improved_breakdowns
# Conflicts:
# src/vehicle.cpp
|
2017-08-15 19:17:12 +01:00 |
|