frosch
|
0f9dc88834
|
Fix: When build+refit an engine, do not refit any free wagons that may get attached.
|
2020-05-03 23:18:30 +02:00 |
|
frosch
|
68244393f1
|
Codechange: Unify the tests whether build+refit is in simulation-test or real-run.
|
2020-05-03 23:18:30 +02:00 |
|
Jonathan G Rennison
|
b458c0c88d
|
Fix free wagon re-arrangement when estimating train build and refit cost
See: #149
|
2020-04-28 22:55:48 +01:00 |
|
Jonathan G Rennison
|
e071da35fa
|
Fix 42481344 : Fix template replacement index not being updated
|
2020-01-19 21:16:09 +00:00 |
|
Jonathan G Rennison
|
7960db35f2
|
Merge branch 'master' into jgrpp
# Conflicts:
# config.lib
# projects/openttd_vs140.vcxproj
# projects/openttd_vs140.vcxproj.filters
# projects/openttd_vs141.vcxproj
# projects/openttd_vs141.vcxproj.filters
# projects/openttd_vs142.vcxproj
# projects/openttd_vs142.vcxproj.filters
# src/aircraft_cmd.cpp
# src/base_station_base.h
# src/core/pool_type.hpp
# src/disaster_vehicle.cpp
# src/economy.cpp
# src/engine.cpp
# src/group.h
# src/group_cmd.cpp
# src/group_gui.cpp
# src/lang/english.txt
# src/lang/german.txt
# src/linkgraph/linkgraph_gui.cpp
# src/network/network_command.cpp
# src/network/network_server.cpp
# src/openttd.cpp
# src/order_cmd.cpp
# src/road_cmd.cpp
# src/saveload/afterload.cpp
# src/saveload/cargopacket_sl.cpp
# src/saveload/linkgraph_sl.cpp
# src/saveload/order_sl.cpp
# src/saveload/station_sl.cpp
# src/saveload/town_sl.cpp
# src/saveload/vehicle_sl.cpp
# src/screenshot.cpp
# src/screenshot.h
# src/settings_gui.cpp
# src/settings_type.h
# src/smallmap_gui.cpp
# src/station.cpp
# src/station_cmd.cpp
# src/table/settings.ini
# src/toolbar_gui.cpp
# src/town_cmd.cpp
# src/train.h
# src/train_cmd.cpp
# src/train_gui.cpp
# src/vehicle.cpp
# src/vehicle_base.h
# src/vehiclelist.cpp
# src/window_type.h
|
2020-01-06 18:45:51 +00:00 |
|
glx
|
d8a1be48cd
|
Codechange: Replace vehicle related FOR_ALL with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
Jonathan G Rennison
|
0394a734ed
|
TBTR: Fix refit issues in a9c4b80d , abfb141a
|
2019-12-18 23:43:08 +00:00 |
|
Jonathan G Rennison
|
ec0b5e0ed0
|
Improve performance of departures window
See: #119
|
2019-12-17 22:47:16 +00:00 |
|
Jonathan G Rennison
|
abfb141afd
|
TBTR: Check that refit command virtual flag can't be used on non-virtual vehicles
|
2019-12-17 17:24:25 +00:00 |
|
Jonathan G Rennison
|
a9c4b80d26
|
TBTR: Fix refitting of virtual trains costing actual money
|
2019-12-17 17:24:25 +00:00 |
|
Jonathan G Rennison
|
cbdd9f84d8
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/console_gui.cpp
# src/lang/korean.txt
# src/video/sdl2_v.cpp
# src/video/sdl2_v.h
# src/window.cpp
# src/window_gui.h
|
2019-11-12 18:43:10 +00:00 |
|
S. D. Cloudt
|
13cc8a0cee
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
|
Jonathan G Rennison
|
edfd378e93
|
Merge branch 'master' into jgrpp
# Conflicts:
# source.list
# src/blitter/32bpp_anim.cpp
# src/linkgraph/linkgraphjob.cpp
# src/order_cmd.cpp
# src/vehicle.cpp
# src/vehicle_type.h
|
2019-10-05 21:45:54 +01:00 |
|
Charles Pigott
|
73a2cee779
|
Fix: Quiet a bogus -Wmaybe-unitialized warning from GCC9
|
2019-09-30 14:00:06 +01:00 |
|
stormcone
|
163192b5e0
|
Fix #7667: Buying an engine after buying wagons doesn't give a complete train.
(cherry picked from commit 2e686ad5d5 )
|
2019-07-26 00:20:08 +01:00 |
|
stormcone
|
2e686ad5d5
|
Fix #7667: Buying an engine after buying wagons doesn't give a complete train.
|
2019-07-23 23:15:08 +02:00 |
|
Jonathan G Rennison
|
1df56993ea
|
Fix order backups being applied when using buy and refit
|
2019-06-26 04:15:23 +01:00 |
|
Jonathan G Rennison
|
8042150a35
|
Add error messages for vehicle build failure due to wrong depot owner and rail type
|
2019-05-18 13:19:43 +01:00 |
|
Jonathan G Rennison
|
9d861fb8a0
|
TBTR: Allow cloning virtual/template trains with unavailable engines
|
2019-04-27 21:25:56 +01:00 |
|
Jonathan G Rennison
|
674732cd68
|
Merge: Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-11 18:14:13 +01:00 |
|
Henry Wilson
|
7c8e7c6b6e
|
Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-10 23:22:20 +02:00 |
|
Jonathan G Rennison
|
c3e90b61b7
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/vehicle_cmd.cpp
|
2019-04-04 23:39:29 +01:00 |
|
peter1138
|
8114bad033
|
Fix #7469: Desync when using build and refit feature.
|
2019-04-04 23:29:43 +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 |
|
Charles Pigott
|
e453572b6a
|
Codechange: Initialise a few variables that -flto seems to think could possibly be uninitialised
|
2019-03-26 20:54:40 +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
|
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
|
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
|
e6bb90543e
|
Change: Show additional cost and refitted capacity in build vehicle window.
|
2019-03-24 15:28:48 +00:00 |
|
peter1138
|
d54b6ac09b
|
Feature: When filtering purchase list by cargo type, make buy button perform a refit if required.
|
2019-03-24 15:28:48 +00:00 |
|
Jonathan G Rennison
|
c6fa43d767
|
TBTR: Remove duplicated function: SetupTemplateVehicleFromVirtual
|
2019-03-08 19:20:36 +00:00 |
|
Jonathan G Rennison
|
1340392497
|
Verify length of binary data in CmdBuildVehicle and CmdAddPlanLine
|
2019-03-03 23:37:06 +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
|
255b6adfc9
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/vehicle_cmd.cpp
|
2019-01-31 02:04:02 +00:00 |
|
Peter Nelson
|
48fb575502
|
Fix 11ab3c4ea2 : Vehicles could not be refitted to cargo IDs higher than 32.
|
2019-01-29 17:57:28 +00:00 |
|
Jonathan G Rennison
|
b1190b32b0
|
Merge branch 'master' into jgrpp
|
2018-11-26 18:49:15 +00:00 |
|
Niels Martin Hansen
|
c84b9913bd
|
Fix #6676: Prevent helicopters from stopping in midair during some kinds of landing
This adds a new flag that gets stored in the savegame, but it should still be compatible both ways, hence no save version bump.
|
2018-11-25 00:47:34 +01: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 |
|
Jonathan G Rennison
|
ee00a28717
|
Merge branch 'template_train_replacement' into jgrpp
# Conflicts:
# src/saveload/extended_ver_sl.cpp
|
2018-10-18 23:57:20 +01:00 |
|
Jonathan G Rennison
|
c4f5c8e789
|
TBTR: Add option to replace only old vehicles
|
2018-10-18 23:54:40 +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
|
cecbf257bc
|
Merge branch 'save_ext' into template_train_replacement
# Conflicts:
# src/saveload/saveload.cpp
# src/vehicle_gui.cpp
|
2018-05-25 19:12:10 +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 |
|