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
rubidium 9165c195b9 (svn r18371) -Codechange: unify calling of the train pathfinders 15 years ago
..
3rdparty (svn r18025) -Fix (r17217): more missing/extra parentheses (for compilers I've never heard of) 15 years ago
ai (svn r18332) -Fix: the MSVC compile warnings 15 years ago
blitter
core (svn r18045) -Fix: GCC 4.5@HEAD not compiling OpenTTD anymore because of a "non-placement deallocation function [is] selected for placement delete", or in other words delete(void *, size_t) is 'magic'. 15 years ago
depend
lang (svn r18363) -Feature: do not require advanced settings multistrings to start at 0 15 years ago
misc
music
network (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
os (svn r18350) -Codechange: catch SIGILL under unix-like systems as well 15 years ago
pathfinder (svn r18371) -Codechange: unify calling of the train pathfinders 15 years ago
saveload (svn r18364) -Codechange: move the pathfinders and their related files into a separate directory 15 years ago
script (svn r18038) -Fix [FS#3290] (r17402): AIs failed to load their data from savegames by crashing them when they tried 15 years ago
sound
spriteloader
strgen (svn r18329) -Remove: [strgen] Support for {SETX} and {SETXY}. Let it rest in peace as NewGRF relict. 15 years ago
table (svn r18362) -Cleanup: remove OPF for RVs and NTP to clean up lots of code and simplify some things for the future 15 years ago
thread
video (svn r18177) -Fix (r18001): [SDL] Viewport could jump when mouse moved and right button pressed at the same time. 15 years ago
widgets (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
aircraft.h
aircraft_cmd.cpp (svn r18268) -Feature: [NewGRF] Make price base multipliers related to vehicles only apply to the GRF locally, if it defines engines of that type itself. 15 years ago
aircraft_gui.cpp (svn r18342) -Fix: erroneous spaces before ; 15 years ago
airport.cpp
airport.h
airport_gui.cpp (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 15 years ago
airport_movement.h
animated_tile.cpp
animated_tile_func.h
articulated_vehicles.cpp
articulated_vehicles.h
autoreplace.cpp
autoreplace_base.h
autoreplace_cmd.cpp
autoreplace_func.h
autoreplace_gui.cpp (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. 15 years ago
autoreplace_gui.h
autoreplace_type.h
autoslope.h
base_media_base.h
base_media_func.h
base_station_base.h (svn r18342) -Fix: erroneous spaces before ; 15 years ago
bmp.cpp
bmp.h
bridge.h
bridge_gui.cpp (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. 15 years ago
bridge_map.cpp (svn r18058) -Fix: typos in parameter names 15 years ago
bridge_map.h (svn r18028) -Codechange: unglobalise some functions 15 years ago
build_vehicle_gui.cpp (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. 15 years ago
callback_table.cpp
callback_table.h
cargo_type.h
cargopacket.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
cargopacket.h
cargotype.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
cargotype.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
cheat.cpp
cheat_func.h
cheat_gui.cpp (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. 15 years ago
cheat_type.h
clear_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 15 years ago
clear_map.h
cmd_helper.h
command.cpp (svn r18292) -Codechange: add a command to set the start date of a timetable. Based on work by PhilSophus. 15 years ago
command_func.h
command_type.h (svn r18292) -Codechange: add a command to set the start date of a timetable. Based on work by PhilSophus. 15 years ago
company_base.h (svn r18342) -Fix: erroneous spaces before ; 15 years ago
company_cmd.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
company_func.h
company_gui.cpp (svn r18346) -Codechange: Compute size of face part display buttons only once in face window. 15 years ago
company_gui.h
company_manager_face.h
company_type.h
console.cpp (svn r18028) -Codechange: unglobalise some functions 15 years ago
console_cmds.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
console_func.h
console_gui.cpp (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. 15 years ago
console_gui.h
console_internal.h (svn r18028) -Codechange: unglobalise some functions 15 years ago
console_type.h
crashlog.cpp (svn r18156) -Add: crash screenshot, created from blitter buffer 15 years ago
crashlog.h (svn r18156) -Add: crash screenshot, created from blitter buffer 15 years ago
currency.cpp
currency.h
date.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
date_func.h
date_gui.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
date_gui.h (svn r18293) -Codechange: add a window to set the date. Based on work by PhilSophus and Maedhros. 15 years ago
date_type.h (svn r18292) -Codechange: add a command to set the start date of a timetable. Based on work by PhilSophus. 15 years ago
debug.cpp
debug.h (svn r18070) -Fix: some possible unwanted side effects if using some sorts of boolean expressions in DEBUG 15 years ago
dedicated.cpp
depot.cpp
depot_base.h
depot_func.h
depot_gui.cpp (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. 15 years ago
depot_map.h
depot_type.h
direction_func.h
direction_type.h
disaster_cmd.cpp
dock_gui.cpp (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 15 years ago
driver.cpp
driver.h
dummy_land.cpp
economy.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
economy_base.h
economy_func.h (svn r18268) -Feature: [NewGRF] Make price base multipliers related to vehicles only apply to the GRF locally, if it defines engines of that type itself. 15 years ago
economy_type.h (svn r18284) -Cleanup (r18268, r18283): Replace magic value with enum. 15 years ago
effectvehicle.cpp
effectvehicle_base.h
effectvehicle_func.h
elrail.cpp
elrail_func.h
endian_check.cpp
engine.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
engine_base.h
engine_func.h (svn r18121) -Codechange: pass the maximum left/right location to the Draw*Engine functions 15 years ago
engine_gui.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
engine_gui.h (svn r18121) -Codechange: pass the maximum left/right location to the Draw*Engine functions 15 years ago
engine_type.h (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 15 years ago
fileio.cpp (svn r18032) -Codechange: add one const 15 years ago
fileio_func.h (svn r18029) -Fix (r18028): AppendPathSeparator() should stay global 15 years ago
fileio_type.h
fios.cpp
fios.h
fontcache.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
fontcache.h
functions.h
gamelog.cpp
gamelog.h
gamelog_internal.h
genworld.cpp (svn r18207) -Fix [FS#3324] (r11961): [NewGRF] When starting a new game the values of action D variable 13 were incorrect 15 years ago
genworld.h
genworld_gui.cpp (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 15 years ago
gfx.cpp (svn r18358) -Cleanup: More usage of EPV_CYCLES_(DARK|GLITTER)_WATER. 15 years ago
gfx_func.h (svn r18143) -Codechange: allow stripping/ignoring of SETX(Y) during DrawString 15 years ago
gfx_type.h
gfxinit.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
gfxinit.h (svn r18028) -Codechange: unglobalise some functions 15 years ago
graph_gui.cpp (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 15 years ago
group.h
group_cmd.cpp
group_gui.cpp (svn r18342) -Fix: erroneous spaces before ; 15 years ago
group_gui.h
group_type.h
gui.h
heightmap.cpp
heightmap.h
highscore.cpp
highscore.h
highscore_gui.cpp (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 15 years ago
house.h
house_type.h
industry.h
industry_cmd.cpp (svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, building/removing unmovables (new objects), building/removing rail-waypoints/buoys, interacting with town-authority, building foundations, funding primary industries (when not prospecting) and towns. 15 years ago
industry_gui.cpp (svn r18342) -Fix: erroneous spaces before ; 15 years ago
industry_map.h
industry_type.h
industrytype.h (svn r18282) -Codechange: Remove IndustrySpec::raw_industry_cost_multiplier and use 8 * cost_multiplier instead. 15 years ago
ini.cpp
ini_type.h
intro_gui.cpp (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 15 years ago
landscape.cpp (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 15 years ago
landscape.h
landscape_type.h
livery.h
main_gui.cpp (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. 15 years ago
map.cpp
map_func.h
map_type.h
misc.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
misc_cmd.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
misc_gui.cpp (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 15 years ago
mixer.cpp
mixer.h
music.cpp
music.h
music_gui.cpp (svn r18369) -Fix [FS#3339] (rbeginning): off-by-one in the preconfigured music lists 15 years ago
newgrf.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
newgrf.h (svn r18268) -Feature: [NewGRF] Make price base multipliers related to vehicles only apply to the GRF locally, if it defines engines of that type itself. 15 years ago
newgrf_callbacks.h
newgrf_canal.cpp
newgrf_canal.h
newgrf_cargo.cpp
newgrf_cargo.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
newgrf_commons.cpp
newgrf_commons.h
newgrf_config.cpp
newgrf_config.h
newgrf_engine.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. 15 years ago
newgrf_house.cpp
newgrf_house.h
newgrf_industries.cpp
newgrf_industries.h
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_properties.h (svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'. 15 years ago
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
newgrf_station.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
newgrf_station.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
newgrf_storage.cpp
newgrf_storage.h
newgrf_text.cpp (svn r18045) -Fix: GCC 4.5@HEAD not compiling OpenTTD anymore because of a "non-placement deallocation function [is] selected for placement delete", or in other words delete(void *, size_t) is 'magic'. 15 years ago
newgrf_text.h
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
news_func.h
news_gui.cpp (svn r18349) -Fix (r18347): Older compilers want explicit assignments. 15 years ago
news_gui.h
news_type.h
openttd.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
openttd.h (svn r18141) -Fix (r18051): one couldn't (easily) continue a game in single player that was 'not enough players'/'waiting on join'-paused 15 years ago
order_base.h (svn r18204) -Codechange: introduce a type for Ticks and use it; furthermore document some related variables/functions 15 years ago
order_cmd.cpp (svn r18204) -Codechange: introduce a type for Ticks and use it; furthermore document some related variables/functions 15 years ago
order_func.h (svn r18325) -Codechange: Use GetSpriteSize() instead of hard {SETX}. Also make the 'current order'-arrow in order and timetable GUI RTL aware. 15 years ago
order_gui.cpp (svn r18326) -Fix (r18325): Missing signedness conversion. 15 years ago
order_type.h
os_timer.cpp
osk_gui.cpp (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 15 years ago
pbs.cpp (svn r18364) -Codechange: move the pathfinders and their related files into a separate directory 15 years ago
pbs.h
querystring_gui.h (svn r18012) -Codechange: make the world generation windows nested; they'll need some tweaks to use the full potential though 15 years ago
rail.cpp
rail.h (svn r18028) -Codechange: unglobalise some functions 15 years ago
rail_cmd.cpp (svn r18367) -Codechange: unify the ship pathfinder 'calls' 15 years ago
rail_gui.cpp (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 15 years ago
rail_gui.h
rail_map.h
rail_type.h
rev.cpp.in
rev.h
road.cpp (svn r18028) -Codechange: unglobalise some functions 15 years ago
road_cmd.cpp (svn r18364) -Codechange: move the pathfinders and their related files into a separate directory 15 years ago
road_cmd.h
road_func.h
road_gui.cpp (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 15 years ago
road_gui.h
road_internal.h
road_map.cpp
road_map.h (svn r18028) -Codechange: unglobalise some functions 15 years ago
road_type.h
roadstop.cpp
roadstop_base.h
roadveh.h (svn r18270) -Codechange: split the code for finding a road stop to stop at into a seperate function 15 years ago
roadveh_cmd.cpp (svn r18367) -Codechange: unify the ship pathfinder 'calls' 15 years ago
roadveh_gui.cpp (svn r18145) -Codechange: pass the 'proper' left and right values to DrawVehicleInDepot 15 years ago
screenshot.cpp (svn r18156) -Add: crash screenshot, created from blitter buffer 15 years ago
screenshot.h (svn r18156) -Add: crash screenshot, created from blitter buffer 15 years ago
sdl.cpp
sdl.h
settings.cpp (svn r18364) -Codechange: move the pathfinders and their related files into a separate directory 15 years ago
settings_func.h
settings_gui.cpp (svn r18363) -Feature: do not require advanced settings multistrings to start at 0 15 years ago
settings_internal.h
settings_type.h (svn r18285) -Feature: show the expected arrival/departure dates in the timetable window. Based on work by PhilSophus. 15 years ago
ship.h
ship_cmd.cpp (svn r18370) -Codechange: push some constness/type strictness into the ship pathfinders 15 years ago
ship_gui.cpp (svn r18144) -Codechange: ignore SETX(Y) spacing in vehicle details and graphical glitches due to (incorrect) SETX(Y) usage 15 years ago
signal.cpp
signal_func.h
signal_type.h
signs.cpp
signs_base.h
signs_cmd.cpp
signs_func.h
signs_gui.cpp (svn r18332) -Fix: the MSVC compile warnings 15 years ago
signs_type.h
slope_func.h
slope_type.h
smallmap_gui.cpp (svn r18332) -Fix: the MSVC compile warnings 15 years ago
sortlist_type.h
sound.cpp
sound_func.h
sound_type.h
sprite.h
spritecache.cpp (svn r18028) -Codechange: unglobalise some functions 15 years ago
spritecache.h
station.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
station_base.h
station_cmd.cpp (svn r18367) -Codechange: unify the ship pathfinder 'calls' 15 years ago
station_func.h (svn r18110) -Codechange [FS#3316]: search for stations nearby only once per producer (instead of once pre produced cargo type) (fonsinchen) 15 years ago
station_gui.cpp (svn r18333) -Fix (r18127): Station view window did not resize properly when toggling between ratings and acceptance view. 15 years ago
station_gui.h (svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions 15 years ago
station_map.h
station_type.h (svn r18110) -Codechange [FS#3316]: search for stations nearby only once per producer (instead of once pre produced cargo type) (fonsinchen) 15 years ago
statusbar_gui.cpp (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. 15 years ago
statusbar_gui.h
stdafx.h (svn r18057) -Codechange: replace assert_compile() by new one which works with gcc3.3 and removes the need of assert_tcompile() 15 years ago
string.cpp
string_func.h
string_type.h
strings.cpp (svn r18339) -Cleanup: remove SKIP support from strgen too 15 years ago
strings_func.h
strings_type.h
subsidy.cpp
subsidy_base.h
subsidy_func.h
subsidy_gui.cpp (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. 15 years ago
subsidy_type.h
tar_type.h
terraform_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 15 years ago
terraform_gui.cpp (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 15 years ago
terraform_gui.h
textbuf_gui.h
texteff.cpp (svn r18244) -Codechange: Make texteffects big font aware. 15 years ago
texteff.hpp
tgp.cpp
tgp.h
tile_cmd.h
tile_map.cpp
tile_map.h
tile_type.h
tilehighlight_func.h
tilehighlight_type.h
timetable.h (svn r18204) -Codechange: introduce a type for Ticks and use it; furthermore document some related variables/functions 15 years ago
timetable_cmd.cpp (svn r18292) -Codechange: add a command to set the start date of a timetable. Based on work by PhilSophus. 15 years ago
timetable_gui.cpp (svn r18325) -Codechange: Use GetSpriteSize() instead of hard {SETX}. Also make the 'current order'-arrow in order and timetable GUI RTL aware. 15 years ago
toolbar_gui.cpp (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. 15 years ago
toolbar_gui.h
town.h (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 15 years ago
town_cmd.cpp (svn r18302) -Fix [FS#3328](r18281): city size multiplier was ignored when generating new game 15 years ago
town_gui.cpp (svn r18328) -Codechange: Remove last usage of {SETX} from strings. 15 years ago
town_map.h
town_type.h (svn r18281) -Feature: founding towns in-game (based on work by Belugas, TheJosh, GeekToo, Terkhen and others) 15 years ago
townname.cpp
townname_func.h
townname_type.h
track_func.h
track_type.h
train.h
train_cmd.cpp (svn r18371) -Codechange: unify calling of the train pathfinders 15 years ago
train_gui.cpp (svn r18344) -Change [FS#2923]: do not split up articulated vehicles in the train details view. If an articulated vehicle it too 'wide' draw the information on the next line and if there are multiple cargos split that over multiple lines too. Based on work by frosch123. 15 years ago
transparency.h
transparency_gui.cpp (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 15 years ago
transparency_gui.h
transport_type.h
tree_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 15 years ago
tree_gui.cpp (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 15 years ago
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge.h
tunnelbridge_cmd.cpp (svn r18367) -Codechange: unify the ship pathfinder 'calls' 15 years ago
tunnelbridge_map.h
unmovable.h (svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, building/removing unmovables (new objects), building/removing rail-waypoints/buoys, interacting with town-authority, building foundations, funding primary industries (when not prospecting) and towns. 15 years ago
unmovable_cmd.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
unmovable_map.h
variables.h
vehicle.cpp (svn r17974) -Fix (r17926)[FS#3300]: C != T 15 years ago
vehicle_base.h (svn r18342) -Fix: erroneous spaces before ; 15 years ago
vehicle_cmd.cpp (svn r18268) -Feature: [NewGRF] Make price base multipliers related to vehicles only apply to the GRF locally, if it defines engines of that type itself. 15 years ago
vehicle_func.h
vehicle_gui.cpp (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. 15 years ago
vehicle_gui.h (svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input 15 years ago
vehicle_gui_base.h (svn r18136) -Codechange: support RTL in the vehicle lists 15 years ago
vehicle_type.h (svn r18362) -Cleanup: remove OPF for RVs and NTP to clean up lots of code and simplify some things for the future 15 years ago
vehiclelist.cpp
vehiclelist.h
viewport.cpp (svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom level 15 years ago
viewport_func.h (svn r18343) -Fix [FS#3336] (r18243): dark blue signs would be drawn transparent 15 years ago
viewport_gui.cpp (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. 15 years ago
viewport_type.h
void_map.h
water.h
water_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 15 years ago
water_map.h
waypoint.cpp
waypoint_base.h
waypoint_cmd.cpp (svn r18364) -Codechange: move the pathfinders and their related files into a separate directory 15 years ago
waypoint_func.h (svn r18028) -Codechange: unglobalise some functions 15 years ago
waypoint_gui.cpp (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. 15 years ago
widget.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
widget_type.h (svn r18273) -Codechange: do not require widget numbers for default widgets (close, sticky, resize buttons and the caption), except when you want to use SetStringParameter for the caption ofcourse. Also remove the requirement for some of the WDF flags; no need to test for both the flag whether a feature is used and whether the feature is in action. 15 years ago
window.cpp (svn r18345) -Codechange: Warn the window that it gets initialized, so it can do some work ahead. 15 years ago
window_func.h (svn r18331) -Fix [FS#3334]: news items would with some chat 'bars' not be displayed fully. Fix by erikjanp. 15 years ago
window_gui.h (svn r18348) -Doc: Doxygen fixes, and removal of an old @note. 15 years ago
window_type.h (svn r18293) -Codechange: add a window to set the date. Based on work by PhilSophus and Maedhros. 15 years ago
zoom_func.h (svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom level 15 years ago
zoom_type.h (svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom level 15 years ago