You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src
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
5 years ago
..
3rdparty Merge branch 'cpp-btree' into jgrpp 6 years ago
ai Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_back() 5 years ago
blitter Merge branch 'master' into jgrpp 5 years ago
core Merge branch 'master' into jgrpp 5 years ago
depend Fix: depend was messing the line endings in append mode 6 years ago
game Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|Delete]SmallVector 5 years ago
lang Merge branch 'master' into jgrpp 5 years ago
linkgraph Merge branch 'master' into jgrpp 5 years ago
misc Doc: Lots and lots of doxymentation fixes 6 years ago
music Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|Delete]SmallVector 5 years ago
network Merge branch 'master' into jgrpp 5 years ago
os Merge branch 'master' into jgrpp 5 years ago
pathfinder Merge branch 'master' into jgrpp 5 years ago
saveload Merge branch 'master' into jgrpp 5 years ago
script Merge branch 'master' into jgrpp 5 years ago
settingsgen Codechange: Removed SmallVector completely 5 years ago
sound Codechange: Use override specifer for overriding member declarations 5 years ago
spriteloader Discard invalid/negative sprite sizes in LoadSpriteV1 6 years ago
strgen Codechange: Removed SmallVector completely 5 years ago
table Merge branch 'master' into jgrpp 5 years ago
thread Merge branch 'master' into jgrpp 5 years ago
video Codechange: Use override specifer for overriding member declarations 5 years ago
widgets Merge branch 'master' into jgrpp 5 years ago
aircraft.h Merge branch 'master' into jgrpp 6 years ago
aircraft_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
aircraft_gui.cpp Cache sprite sequence bounds for vehicles 7 years ago
airport.cpp (svn r27908) -Codechange: Mark airport tile tables and FTAs "const" to be sure that they are really constant 7 years ago
airport.h
airport_gui.cpp Merge branch 'master' into jgrpp 5 years ago
animated_tile.cpp Merge branch 'master' into jgrpp 5 years ago
animated_tile_func.h
articulated_vehicles.cpp Merge branch 'master' into jgrpp 5 years ago
articulated_vehicles.h Merge branch 'master' into jgrpp 6 years ago
autoreplace.cpp
autoreplace_base.h
autoreplace_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
autoreplace_func.h Squashed commit of the following: 8 years ago
autoreplace_gui.cpp Codechange: Replaced SmallVector::[Begin|End]() with std alternatives 5 years ago
autoreplace_gui.h
autoreplace_type.h
autoslope.h
base_consist.cpp Timetable: Implement autofill/automate for taken conditional orders. 7 years ago
base_consist.h Timetable: Implement autofill/automate for taken conditional orders. 7 years ago
base_media_base.h Codechange: Replaced SmallVector::[Begin|End]() with std alternatives 5 years ago
base_media_func.h Remove: ENABLE_NETWORK switch 5 years ago
base_station_base.h Merge branch 'master' into jgrpp 5 years ago
bitmap_type.h Add: BitmapTileArea and Iterator to handle sparse tile areas. 5 years ago
bmp.cpp
bmp.h
bootstrap_gui.cpp Codechange: Use override specifier in Window-derived classes. 5 years ago
bridge.h Implement custom bridge pillar flag support 6 years ago
bridge_gui.cpp Merge branch 'master' into jgrpp 5 years ago
bridge_map.cpp Merge branch 'master' into jgrpp 6 years ago
bridge_map.h Save secondary track type when upgrading bridges 5 years ago
bridge_signal_map.h Signals on bridges: Shrink M2 simulated signal states field 6 years ago
build_vehicle_gui.cpp Merge branch 'master' into jgrpp 5 years ago
cargo_type.h Fix: Industry chain window layout no more unnecessarily large when the number of cargoes in/out isn't large either 6 years ago
cargoaction.cpp Fix iterator invalidation issues in CargoPacketList actions 6 years ago
cargoaction.h Fix iterator invalidation issues in CargoPacketList actions 6 years ago
cargomonitor.cpp Merge branch 'master' into jgrpp 5 years ago
cargomonitor.h Merge branch 'master' into jgrpp 5 years ago
cargopacket.cpp Merge branch 'master' into jgrpp 6 years ago
cargopacket.h Add recalculated total to AssertCountConsistency assertion message 6 years ago
cargotype.cpp Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
cargotype.h Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
cheat.cpp
cheat_func.h
cheat_gui.cpp Codechange: Use override specifier in Window-derived classes. 5 years ago
cheat_type.h
clear_cmd.cpp Merge branch 'save_ext' into jgrpp 6 years ago
clear_func.h Import combined Enhanced viewport: zoom out, overlays & tooltips (r53_27127) patch 9 years ago
clear_map.h Fix #6805: Clear some m8 bits when making some tiles. 6 years ago
cmd_helper.h
command.cpp Merge branch 'master' into jgrpp 5 years ago
command_func.h Merge branch 'master' into jgrpp 5 years ago
command_type.h Merge branch 'master' into jgrpp 5 years ago
company_base.h Add company rate limit for land area purchasing 6 years ago
company_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
company_func.h
company_gui.cpp Merge branch 'master' into jgrpp 5 years ago
company_gui.h Merge branch 'master' into jgrpp 5 years ago
company_manager_face.h (svn r27975) -Fix (r8969) [FS#6642]: Missing one hair style. 6 years ago
company_type.h Add: CompanyCtrlAction enum for CMD_COMPANY_CTRL actions 5 years ago
console.cpp Merge branch 'master' into jgrpp 5 years ago
console_cmds.cpp Merge branch 'master' into jgrpp 5 years ago
console_func.h
console_gui.cpp Merge branch 'master' into jgrpp 5 years ago
console_gui.h
console_internal.h Add option for console commands to be unlisted. 7 years ago
console_type.h
cpu.cpp Remove: DOS support 5 years ago
cpu.h
crashlog.cpp Merge branch 'master' into jgrpp 5 years ago
crashlog.h Try to do non-main thread crash save/screenshot in main thread 6 years ago
crashlog_bfd.h Use libbfd as a fallback for backtrace symbol lookup on MinGW. 9 years ago
currency.cpp Add: Mexican Peso currency 6 years ago
currency.h Add: Mexican Peso currency 6 years ago
date.cpp Merge branch 'master' into jgrpp 5 years ago
date_func.h Remove costly recalculation of a date format we already have. 6 years ago
date_gui.cpp Merge branch 'master' into jgrpp 5 years ago
date_gui.h Allow timetable start dates to be set with full precision. 8 years ago
date_type.h Fix numerical/signed overflow when using high day lengths 7 years ago
debug.cpp Merge branch 'master' into jgrpp 5 years ago
debug.h Merge branch 'master' into jgrpp 5 years ago
dedicated.cpp Remove: ENABLE_NETWORK switch 5 years ago
departures.cpp Merge branch 'master' into jgrpp 5 years ago
departures_func.h Add show passenger and show freight buttons to departure window 7 years ago
departures_gui.cpp Merge branch 'master' into jgrpp 5 years ago
departures_gui.h
departures_type.h Merge branch 'master' into jgrpp 5 years ago
depot.cpp
depot_base.h
depot_cmd.cpp
depot_func.h
depot_gui.cpp Merge branch 'master' into jgrpp 5 years ago
depot_map.h Update existing assertions to log tile information where suitable 6 years ago
depot_type.h Increase maximum permitted depot and station name lengths. 7 years ago
direction_func.h Add direction func: DirToDiagDirAlongAxis 6 years ago
direction_type.h
disaster_vehicle.cpp Refactor CallVehicleTicks vehicle loop 5 years ago
disaster_vehicle.h Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792) 6 years ago
dock.cpp Allow building multiple docks per station. 7 years ago
dock_base.h Improve pathfinder support for multiple docks 6 years ago
dock_gui.cpp Merge branch 'master' into jgrpp 5 years ago
driver.cpp
driver.h
economy.cpp Merge branch 'master' into jgrpp 5 years ago
economy_base.h Pay all cargo payment incomes when cargo finally delivered 6 years ago
economy_func.h Fix #6498: Use int64 for all company rating calculations 6 years ago
economy_type.h Merge branch 'master' into jgrpp 6 years ago
effectvehicle.cpp Fix handling of effect vehicles in CallVehicleTicks 5 years ago
effectvehicle_base.h Refactor CallVehicleTicks vehicle loop 5 years ago
effectvehicle_func.h
elrail.cpp Initial implementation of two rail types per tile 6 years ago
elrail_func.h Initial implementation of two rail types per tile 6 years ago
engine.cpp Merge branch 'master' into jgrpp 5 years ago
engine_base.h Merge branch 'master' into jgrpp 5 years ago
engine_func.h Change: Show additional cost and refitted capacity in build vehicle window. 5 years ago
engine_gui.cpp Merge branch 'master' into jgrpp 5 years ago
engine_gui.h
engine_type.h Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
error.h Add support for adding a third error line to the error GUI 6 years ago
error_gui.cpp Merge branch 'master' into jgrpp 5 years ago
fileio.cpp Merge branch 'master' into jgrpp 5 years ago
fileio_func.h Merge branch 'master' into jgrpp 5 years ago
fileio_type.h (svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOperation to avoid nameclash with windows compiler toolkit. 8 years ago
fios.cpp Codechange: Removed SmallVector completely 5 years ago
fios.h Merge branch 'master' into jgrpp 5 years ago
fios_gui.cpp Merge branch 'master' into jgrpp 5 years ago
fontcache.cpp Merge branch 'master' into jgrpp 5 years ago
fontcache.h Merge remote-tracking branch 'origin/master' into jgrpp 6 years ago
fontdetection.cpp Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined macro _WIN32 6 years ago
fontdetection.h
framerate_gui.cpp Codechange: Use override specifier in Window-derived classes. 5 years ago
framerate_type.h Add: Show performance of AI and GS in framerate window 5 years ago
gamelog.cpp Merge branch 'master' into jgrpp 5 years ago
gamelog.h Remove: WinCE support 6 years ago
gamelog_internal.h Merge branch 'save_ext' into jgrpp 5 years ago
genworld.cpp Merge branch 'save_ext' into jgrpp 5 years ago
genworld.h Fix #6898: Replace atoi() with strtoul() 6 years ago
genworld_gui.cpp Merge branch 'master' into jgrpp 5 years ago
gfx.cpp Merge branch 'master' into jgrpp 5 years ago
gfx_func.h Fix: Poor contrast in cargo dest flow legend window cargo labels. 6 years ago
gfx_layout.cpp Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|Delete]SmallVector 5 years ago
gfx_layout.h Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|Delete]SmallVector 5 years ago
gfx_type.h Feature: Group liveries, and livery window usability enhancements. (#7108) 5 years ago
gfxinit.cpp Merge branch 'master' into jgrpp 6 years ago
gfxinit.h
goal.cpp Remove: ENABLE_NETWORK switch 5 years ago
goal_base.h
goal_gui.cpp Codechange: Use override specifer for overriding member declarations 5 years ago
goal_type.h
graph_gui.cpp Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_back() 5 years ago
graph_gui.h
ground_vehicle.cpp Cache whether ground vehicles currently have 0 slope resistance 5 years ago
ground_vehicle.hpp Merge branch 'master' into jgrpp 5 years ago
group.h Merge branch 'master' into jgrpp 5 years ago
group_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
group_gui.cpp Merge branch 'master' into jgrpp 5 years ago
group_gui.h
group_type.h Increase maximum permitted group name length. 7 years ago
gui.h Remove stub HandleOnEditText and now unused global variables. 7 years ago
guitimer_func.h Change: Use GUITimer class instead of bare int/uints. 6 years ago
heightmap.cpp Doc: Lots and lots of doxymentation fixes 6 years ago
heightmap.h (svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and DetailedFileType. 8 years ago
highscore.cpp
highscore.h
highscore_gui.cpp Codechange: Use override specifier in Window-derived classes. 5 years ago
hotkeys.cpp Merge branch 'master' into jgrpp 5 years ago
hotkeys.h Codechange: Removed SmallVector completely 5 years ago
house.h Merge branch 'master' into jgrpp 5 years ago
house_type.h Revert back to v2 of house picking/placing patch. 8 years ago
industry.h Feature: Non-rectangular sparse station catchment area. 5 years ago
industry_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
industry_gui.cpp Merge branch 'master' into jgrpp 5 years ago
industry_map.h Update existing assertions to log tile information where suitable 6 years ago
industry_type.h Add: NewGRF support for 16-in-16-out industries 6 years ago
industrytype.h Add: NewGRF support for 16-in-16-out industries 6 years ago
infrastructure.cpp Add freight train load/unload mode: through load 6 years ago
infrastructure_func.h Import infrastructure sharing patch 9 years ago
ini.cpp Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined macro _WIN32 6 years ago
ini_load.cpp
ini_type.h Doc: Lots and lots of doxymentation fixes 6 years ago
intro_gui.cpp Codechange: Use override specifier in Window-derived classes. 5 years ago
landscape.cpp Merge branch 'master' into jgrpp 5 years ago
landscape.h Codechange: Unify tile height model in all functions (Patch by adf88, #6583) 5 years ago
landscape_type.h
language.h Codechange: Removed SmallVector completely 5 years ago
livery.h Feature: Group liveries, and livery window usability enhancements. (#7108) 5 years ago
main_gui.cpp Merge branch 'master' into jgrpp 5 years ago
map.cpp Merge branch 'crashlog_improvements' into jgrpp 6 years ago
map_func.h Merge branch 'master' into crashlog_improvements 6 years ago
map_type.h Merge branch 'master' into jgrpp 6 years ago
misc.cpp Merge branch 'master' into jgrpp 5 years ago
misc_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
misc_gui.cpp Merge branch 'master' into jgrpp 5 years ago
mixer.cpp Add: Mixer feature for streaming sampled music 6 years ago
mixer.h Add: Mixer feature for streaming sampled music 6 years ago
music.cpp Merge branch 'master' into jgrpp 6 years ago
music_gui.cpp Codechange: Use override specifier in Window-derived classes. 5 years ago
newgrf.cpp Merge branch 'master' into jgrpp 5 years ago
newgrf.h Merge branch 'master' into jgrpp 5 years ago
newgrf_airport.cpp Codechange: Use override specifer for overriding member declarations 5 years ago
newgrf_airport.h (svn r27908) -Codechange: Mark airport tile tables and FTAs "const" to be sure that they are really constant 7 years ago
newgrf_airporttiles.cpp (svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlineable. Speedup sprite resolving by about 8 percent. 6 years ago
newgrf_airporttiles.h Codechange: Use override specifer for overriding member declarations 5 years ago
newgrf_animation_base.h Merge branch 'master' into jgrpp 6 years ago
newgrf_animation_type.h Doc #7181: AAT_STATION_AIRPLANE_LAND triggers only a single tile, not all airport tiles. (#7182) 5 years ago
newgrf_callbacks.h Revert back to v2 of house picking/placing patch. 8 years ago
newgrf_canal.cpp Codechange: Use override specifer for overriding member declarations 5 years ago
newgrf_canal.h
newgrf_cargo.cpp Codechange: Replace SmallVector::Length() with std::vector::size() 5 years ago
newgrf_cargo.h
newgrf_class.h
newgrf_class_func.h Change grfmsg to be a macro which checks the debug level first 6 years ago
newgrf_commons.cpp Codechange: Removed SmallVector completely 5 years ago
newgrf_commons.h Codechange: Removed SmallVector completely 5 years ago
newgrf_config.cpp Merge branch 'master' into jgrpp 5 years ago
newgrf_config.h Merge branch 'master' into jgrpp 5 years ago
newgrf_debug.h Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|Delete]SmallVector 5 years ago
newgrf_debug_gui.cpp Merge branch 'master' into jgrpp 5 years ago
newgrf_engine.cpp Merge branch 'master' into jgrpp 5 years ago
newgrf_engine.h Codechange: Use override specifer for overriding member declarations 5 years ago
newgrf_generic.cpp Merge branch 'master' into jgrpp 5 years ago
newgrf_generic.h
newgrf_gui.cpp Merge branch 'master' into jgrpp 5 years ago
newgrf_house.cpp Merge branch 'master' into jgrpp 5 years ago
newgrf_house.h Merge branch 'master' into jgrpp 5 years ago
newgrf_industries.cpp Add: [Newgrf] Some 60+ Vars for industries that were missed in #6867 5 years ago
newgrf_industries.h Codechange: Use override specifer for overriding member declarations 5 years ago
newgrf_industrytiles.cpp Merge branch 'master' into jgrpp 6 years ago
newgrf_industrytiles.h Codechange: Use override specifer for overriding member declarations 5 years ago
newgrf_object.cpp Doc: Lots and lots of doxymentation fixes 6 years ago
newgrf_object.h Codechange: Use override specifer for overriding member declarations 5 years ago
newgrf_properties.h
newgrf_railtype.cpp Codechange: Replaced SmallVector::Find() with std::find() 5 years ago
newgrf_railtype.h Codechange: Use override specifer for overriding member declarations 5 years ago
newgrf_sound.cpp Codechange: Removed SmallVector completely 5 years ago
newgrf_sound.h (svn r27507) -Add: [NewGRF] Allow custom sound IDs in RV property 0x12, ship property 0x10 and aircraft property 0x12. 8 years ago
newgrf_spritegroup.cpp Merge branch 'master' into jgrpp 6 years ago
newgrf_spritegroup.h Fix e66cec8f86: Permit loading of industry production callback with invalid cargo type. 5 years ago
newgrf_station.cpp Merge branch 'master' into jgrpp 6 years ago
newgrf_station.h Merge branch 'master' into jgrpp 5 years ago
newgrf_storage.cpp
newgrf_storage.h Feature: [NewGRF] Increase size of persistent storage to 256. 6 years ago
newgrf_text.cpp Merge branch 'master' into jgrpp 5 years ago
newgrf_text.h Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|Delete]SmallVector 5 years ago
newgrf_town.cpp Merge branch 'master' into jgrpp 6 years ago
newgrf_town.h Merge branch 'master' into jgrpp 5 years ago
newgrf_townname.cpp
newgrf_townname.h
news_func.h
news_gui.cpp Codechange: Use override specifier in Window-derived classes. 5 years ago
news_gui.h Add: List recent news messages in crashlog output 6 years ago
news_type.h Remove: A few bits of dead code 6 years ago
object.h
object_base.h Codechange: Removed SmallVector completely 5 years ago
object_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
object_gui.cpp Codechange: Use override specifier in Window-derived classes. 5 years ago
object_map.h Update existing assertions to log tile information where suitable 6 years ago
object_type.h
openttd.cpp Merge branch 'master' into jgrpp 5 years ago
openttd.h Merge branch 'crashlog_improvements' into jgrpp 7 years ago
order_backup.cpp Merge branch 'master' into jgrpp 5 years ago
order_backup.h Fix #6574: Remove go to hangar orders when rebuilding airport 5 years ago
order_base.h Merge branch 'master' into jgrpp 5 years ago
order_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
order_cmd.h Timetable: Implement autofill/automate for taken conditional orders. 7 years ago
order_func.h Fix #6574: Remove go to hangar orders when rebuilding airport 5 years ago
order_gui.cpp Merge branch 'master' into jgrpp 5 years ago
order_type.h Merge branch 'master' into jgrpp 5 years ago
osk_gui.cpp Merge branch 'master' into jgrpp 5 years ago
pbs.cpp Merge branch 'master' into jgrpp 5 years ago
pbs.h Trace restrict slots: Add support for slot operations at PBS end signal 6 years ago
plans.cpp Import combined Enhanced viewport: zoom out, overlays & tooltips (r53_27127) patch 9 years ago
plans_base.h Plans: Make it possible to give plans a name. 6 years ago
plans_cmd.cpp Verify length of binary data in CmdBuildVehicle and CmdAddPlanLine 5 years ago
plans_func.h Import combined Enhanced viewport: zoom out, overlays & tooltips (r53_27127) patch 9 years ago
plans_gui.cpp Plans: Make it possible to give plans a name. 6 years ago
plans_type.h Plans: Make it possible to give plans a name. 6 years ago
programmable_signals.cpp Merge branch 'master' into jgrpp 5 years ago
programmable_signals.h Merge branch 'master' into jgrpp 5 years ago
programmable_signals_gui.cpp Merge branch 'master' into jgrpp 5 years ago
progress.cpp
progress.h
querystring_gui.h
rail.cpp Merge branch 'master' into jgrpp 5 years ago
rail.h Merge branch 'master' into jgrpp 5 years ago
rail_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
rail_gui.cpp Merge branch 'master' into jgrpp 5 years ago
rail_gui.h (svn r27683) -Change: Rearrange the autoreplace GUI for trains, and do not filter it by railtype by default. 8 years ago
rail_map.h Initial implementation of two rail types per tile 6 years ago
rail_type.h Fix #6951: Ensure RailTypes bitfield is always treated as 64 bit 6 years ago
rev.cpp.in Merge branch 'master' into jgrpp 5 years ago
rev.h Merge branch 'save_ext' into jgrpp 5 years ago
road.cpp (svn r27424) -Fix [FS#6374]: Towns did not connect roads to existing roads, unless they had only a single roadbit. Otoh, towns also tried to connect to single roadbit tiles such as tunnels and depots, even though they were not connectable in the direction of interest. 9 years ago
road_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
road_cmd.h
road_func.h Merge branch 'master' into jgrpp 6 years ago
road_gui.cpp Merge branch 'master' into jgrpp 5 years ago
road_gui.h
road_internal.h (svn r27676) -Codechange: Rename catenary functions, so that they refer unambiguously to either RoadCatenary or RailCatenary. 8 years ago
road_map.cpp Custom bridge heads: Initial implementation 7 years ago
road_map.h Merge branch 'master' into jgrpp 6 years ago
road_type.h
roadstop.cpp
roadstop_base.h
roadveh.h Merge branch 'master' into jgrpp 5 years ago
roadveh_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
roadveh_gui.cpp Implement critical breakdown speed reduction for road vehicles 7 years ago
safeguards.h
schdispatch.h Scheduled Dispatch feature 7 years ago
schdispatch_cmd.cpp Fix scheduled dispatch for multiplayer 7 years ago
schdispatch_gui.cpp Fix input and display of hhmm times in scheduled dispatch GUI 5 years ago
scope.h Add include for scope header file 6 years ago
scope_info.cpp Support effect and disaster vehicles in scope_dumper::VehicleInfo 5 years ago
scope_info.h Bump scope_dumper buffer size to 512 bytes 5 years ago
screenshot.cpp Merge branch 'master' into jgrpp 6 years ago
screenshot.h Merge branch 'minimap-screenshot-rect' into jgrpp 9 years ago
settings.cpp Merge branch 'master' into jgrpp 5 years ago
settings_func.h Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|Delete]SmallVector 5 years ago
settings_gui.cpp Merge branch 'master' into jgrpp 5 years ago
settings_gui.h Feature #6090: Change music set during gameplay 6 years ago
settings_internal.h Merge branch 'save_ext' into jgrpp 7 years ago
settings_type.h Merge branch 'master' into jgrpp 5 years ago
ship.h Fix ship sprite not being updated when rotating to match direction change 5 years ago
ship_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
ship_gui.cpp Cache sprite sequence bounds for vehicles 7 years ago
signal.cpp Merge branch 'master' into jgrpp 5 years ago
signal_func.h Remove programmable signals from CTRL-click signal type cycling 7 years ago
signal_type.h
signs.cpp
signs_base.h
signs_cmd.cpp Fix #7414: Reinstate marking sign dirty before removal. (#7416) 5 years ago
signs_func.h
signs_gui.cpp Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_back() 5 years ago
signs_type.h
slope_func.h
slope_type.h
smallmap_colours.h Import combined Enhanced viewport: zoom out, overlays & tooltips (r53_27127) patch 9 years ago
smallmap_gui.cpp Merge branch 'master' into jgrpp 5 years ago
smallmap_gui.h Merge branch 'master' into jgrpp 5 years ago
sortlist_type.h Codechange: Removed SmallVector completely 5 years ago
sound.cpp Sound: Add checks for incorrect sample rate, channel num and rate 7 years ago
sound_func.h
sound_type.h Fix use of uint8 for file slot handles 6 years ago
sprite.cpp
sprite.h
spritecache.cpp Merge branch 'master' into jgrpp 5 years ago
spritecache.h Fix uint8 file_slot in LoadNextSprite 6 years ago
station.cpp Merge branch 'master' into jgrpp 5 years ago
station_base.h Merge branch 'master' into jgrpp 5 years ago
station_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
station_func.h Feature: Non-rectangular sparse station catchment area. 5 years ago
station_gui.cpp Merge branch 'master' into jgrpp 5 years ago
station_gui.h
station_kdtree.h Codechange: Make a k-d tree index of stations 5 years ago
station_map.h Fix #6805: Clear some m8 bits when making some tiles. 6 years ago
station_type.h Use btree_set for IndustryList and StationList 5 years ago
statusbar_gui.cpp Merge branch 'master' into jgrpp 5 years ago
statusbar_gui.h
stdafx.h Merge branch 'master' into jgrpp 5 years ago
story.cpp (svn r27560) -Fix: typos in comments and string 8 years ago
story_base.h
story_gui.cpp Codechange: Replaced SmallVector::[Begin|End]() with std alternatives 5 years ago
story_type.h
string.cpp Merge branch 'master' into jgrpp 5 years ago
string_base.h Doc: Lots and lots of doxymentation fixes 6 years ago
string_func.h Merge branch 'save_ext' into tracerestrict-sx 7 years ago
string_func_extra.h Move std::string str_validate to separate header 7 years ago
string_type.h Change tracerestrict weight ratio properties to use decimals, and the weight unit. 8 years ago
stringfilter.cpp Codechange: Replaced SmallVector::[Begin|End]() with std alternatives 5 years ago
stringfilter_type.h Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|Delete]SmallVector 5 years ago
strings.cpp Merge branch 'master' into jgrpp 5 years ago
strings_func.h Merge branch 'save_ext' into tracerestrict-sx 7 years ago
strings_type.h (svn r27758) -Change: Increase the maximum number of GameScript texts to 64k, and NewGRF texts to 512k. 7 years ago
subsidy.cpp Codechange: Removed SmallVector completely 5 years ago
subsidy_base.h
subsidy_func.h
subsidy_gui.cpp Merge branch 'master' into jgrpp 5 years ago
subsidy_type.h
tar_type.h
tbtr_template_gui_create.cpp TBTR: Fix display of vehicle sprites for some NewGRFs, fix issues in large UI modes 6 years ago
tbtr_template_gui_create.h TBTR: Fix display of vehicle sprites for some NewGRFs, fix issues in large UI modes 6 years ago
tbtr_template_gui_main.cpp Merge branch 'master' into jgrpp 5 years ago
tbtr_template_gui_main.h TBTR: Fix display of vehicle sprites for some NewGRFs, fix issues in large UI modes 6 years ago
tbtr_template_vehicle.cpp TBTR: Fix display of vehicle sprites for some NewGRFs, fix issues in large UI modes 6 years ago
tbtr_template_vehicle.h TBTR: Add option to replace only old vehicles 6 years ago
tbtr_template_vehicle_func.cpp Merge branch 'master' into jgrpp 5 years ago
tbtr_template_vehicle_func.h TBTR: Remove duplicated function: SetupTemplateVehicleFromVirtual 5 years ago
terraform_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
terraform_gui.cpp Merge branch 'master' into jgrpp 5 years ago
terraform_gui.h
textbuf.cpp Doc: Lots and lots of doxymentation fixes 6 years ago
textbuf_gui.h
textbuf_type.h
texteff.cpp Codechange: Removed SmallVector completely 5 years ago
texteff.hpp Change: Animate text effects by real time instead of game ticks. 6 years ago
textfile_gui.cpp Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_back() 5 years ago
textfile_gui.h Codechange: Removed SmallVector completely 5 years ago
textfile_type.h
tgp.cpp Merge branch 'save_ext' into jgrpp 5 years ago
tgp.h
tile_cmd.h De-virtualise tile animation calls 5 years ago
tile_map.cpp Codechange: Unify tile height model in all functions (Patch by adf88, #6583) 5 years ago
tile_map.h Merge branch 'master' into jgrpp 5 years ago
tile_type.h (svn r27987) -Change: Increase maximum allowed vehicle sprite size to reduce clipping of ships. 6 years ago
tilearea.cpp
tilearea_type.h Import combined Enhanced viewport: zoom out, overlays & tooltips (r53_27127) patch 9 years ago
tilehighlight_func.h Import polyline rail tool patch v10b 8 years ago
tilehighlight_type.h When building tunnels, open new viewports at the far end of the tunnel. 8 years ago
tilematrix_type.hpp Doc: Lots and lots of doxymentation fixes 6 years ago
timetable.h Add client setting to show leftover ticks in timetable. 8 years ago
timetable_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
timetable_gui.cpp Merge branch 'master' into jgrpp 5 years ago
toolbar_gui.cpp Merge branch 'master' into jgrpp 5 years ago
toolbar_gui.h Trace restrict: add train ownership conditional. 9 years ago
town.h Follow gui.population_in_label setting when showing rating in town label 5 years ago
town_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
town_gui.cpp Merge branch 'master' into jgrpp 5 years ago
town_gui.h Revert back to v2 of house picking/placing patch. 8 years ago
town_kdtree.h Codechange: Make a k-d tree index of towns 5 years ago
town_map.h Update existing assertions to log tile information where suitable 6 years ago
town_type.h Merge branch 'master' into jgrpp 5 years ago
townname.cpp Fix: Grammar in a bunch of comments (#7054) 6 years ago
townname_func.h
townname_type.h Fix: Grammar in a bunch of comments (#7054) 6 years ago
tracerestrict.cpp Add tracerestrict feature reverse behind signal 6 years ago
tracerestrict.h Add tracerestrict feature reverse behind signal 6 years ago
tracerestrict_gui.cpp Merge branch 'master' into jgrpp 5 years ago
track_func.h Fix: Protect against a few out of bounds or uninitialised usage errors 6 years ago
track_type.h Initial implementation of two rail types per tile 6 years ago
train.h Cache whether a train may have a depot or bridge speed restriction 5 years ago
train_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
train_gui.cpp Merge branch 'master' into jgrpp 5 years ago
transparency.h
transparency_gui.cpp Merge branch 'master' into jgrpp 5 years ago
transparency_gui.h
transport_type.h
tree_cmd.cpp Update existing assertions to log tile information where suitable 6 years ago
tree_gui.cpp Merge branch 'master' into jgrpp 5 years ago
tree_map.h Merge branch 'master' into jgrpp 5 years ago
tunnel_base.h Chunnel: Use hash table for tunnel search, change tunnel fields and savegame format. 7 years ago
tunnel_map.cpp Chunnel: Prevent chunnels from intersecting with each other. 7 years ago
tunnel_map.h Merge branch 'master' into jgrpp 6 years ago
tunnelbridge.h Merge branch 'custom_bridgeheads' into jgrpp 6 years ago
tunnelbridge_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
tunnelbridge_map.h Change custom bridge head second rail type infrastructure count factor 6 years ago
unit_conversion.h Change tracerestrict weight ratio properties to use decimals, and the weight unit. 8 years ago
vehicle.cpp Merge branch 'master' into jgrpp 5 years ago
vehicle_base.h Remove disaster vehicles from tick cache immediately on deletion 5 years ago
vehicle_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
vehicle_func.h Merge branch 'master' into jgrpp 5 years ago
vehicle_gui.cpp Merge branch 'master' into jgrpp 5 years ago
vehicle_gui.h Merge branch 'master' into jgrpp 5 years ago
vehicle_gui_base.h Add go to depot and sell vehicle orders 6 years ago
vehicle_type.h Merge branch 'master' into jgrpp 5 years ago
vehiclelist.cpp Merge branch 'master' into jgrpp 5 years ago
vehiclelist.h Merge branch 'master' into jgrpp 5 years ago
viewport.cpp Merge branch 'master' into jgrpp 5 years ago
viewport_func.h Merge branch 'master' into jgrpp 5 years ago
viewport_gui.cpp Merge branch 'master' into jgrpp 5 years ago
viewport_kdtree.h Codechange: Make a merged k-d tree index of all viewport signs 5 years ago
viewport_sprite_sorter.h Codechange: Removed SmallVector completely 5 years ago
viewport_sprite_sorter_sse4.cpp Codechange: Replaced SmallVector::[Begin|End]() with std alternatives 5 years ago
viewport_type.h Allow purchasing a region of tile at once, by dragging 6 years ago
void_cmd.cpp Codechange: Unify tile height model in all functions (Patch by adf88, #6583) 5 years ago
void_map.h
water.h Fix: Remove desert around lakes upon generation 5 years ago
water_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
water_map.h Merge branch 'master' into jgrpp 5 years ago
waypoint.cpp Merge branch 'master' into jgrpp 5 years ago
waypoint_base.h Codechange: Use override specifer for overriding member declarations 5 years ago
waypoint_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
waypoint_func.h
waypoint_gui.cpp Merge branch 'master' into jgrpp 5 years ago
widget.cpp Codechange: Change scrolling_scrollbar to mouse_capture_widget, and dispatch OnClick() event if widget is not a scrollbar. 5 years ago
widget_type.h Codechange: Use override specifer for overriding member declarations 5 years ago
window.cpp Merge branch 'master' into jgrpp 5 years ago
window_func.h Merge branch 'master' into jgrpp 5 years ago
window_gui.h Merge branch 'master' into jgrpp 5 years ago
window_type.h Merge branch 'master' into jgrpp 6 years ago
zoning.h Add GUI/client setting to save zoning overlay state 5 years ago
zoning_cmd.cpp Merge branch 'master' into jgrpp 5 years ago
zoning_gui.cpp Zoning: Add modes to show 2x2 and 3x3 town road grids 6 years ago
zoom_func.h Merge branch 'master' into jgrpp 5 years ago
zoom_type.h Merge branch 'master' into jgrpp 5 years ago