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
yexo 54c7b9f407 (svn r19208) -Codechange: fix a gcc warning 14 years ago
..
3rdparty (svn r19166) -Change: don't print the absolute path to AI script files in the AI debug window, use the relative path from /ai/ instead 14 years ago
ai (svn r19198) -Codechange: store the size of stations in savegames 14 years ago
blitter (svn r19132) -Codechange: No need to end a line with ;;. 15 years ago
core (svn r19133) -Fix [FS#3621]: [Mac OS X] --enable-desync-debug failed compiling (planetmaker) 15 years ago
depend (svn r17923) -Feature: "port" OpenTTD to GNU/Hurd 15 years ago
lang (svn r19199) -Codechange: add a 'name'-property to airport tiles 14 years ago
misc (svn r19207) -Fix (r19127): compilation was broken for gcc 3.3 14 years ago
music (svn r19168) -Fix: under some circumstances timidity (via extmidi) would not shut down properly causing all kinds of trouble (e.g. blocked audio output). Try harder to shut down timidity and first shut down the music so shut down order is the inverse of initialisation order. Based on a patch by Jindřich Makovička. 14 years ago
network (svn r19132) -Codechange: No need to end a line with ;;. 15 years ago
os (svn r18855) -Codechange: record compiler name and version in the crash log 15 years ago
pathfinder (svn r19161) -Codechange: make the default size of the open list used for yapf a lot lower to reduce memory usage 14 years ago
saveload (svn r19198) -Codechange: store the size of stations in savegames 14 years ago
script (svn r18862) -Fix [FS#3544]: don't pass AI strings through iconv 15 years ago
sound (svn r18934) -Fix (r18892, r18913): the deadlock should be definitively gone now 15 years ago
spriteloader (svn r18891) -Fix: Avoid duplicate path separator when searching for PNG files which prevented tar-lookups. 15 years ago
strgen (svn r19180) -Add/Fix: (partial) support for genders for cargos, industries, vehicles, stations, ...; partial because you can't set a gender for a custom string. 14 years ago
table (svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cpp 14 years ago
thread (svn r18656) -Feature: Add event semaphore support for OS/2 15 years ago
video (svn r19084) -Codechange: minor coding-style fixups 15 years ago
widgets (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
aircraft.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
aircraft_cmd.cpp (svn r19198) -Codechange: store the size of stations in savegames 14 years ago
aircraft_gui.cpp (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
airport.cpp (svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cpp 14 years ago
airport.h (svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cpp 14 years ago
airport_gui.cpp (svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cpp 14 years ago
animated_tile.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
animated_tile_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
articulated_vehicles.cpp (svn r19132) -Codechange: No need to end a line with ;;. 15 years ago
articulated_vehicles.h (svn r18566) -Codechange: When both the union and intersection of refit masks of articulated vehicles are needed, they can be determined at once. 15 years ago
autoreplace.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
autoreplace_base.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
autoreplace_cmd.cpp (svn r18931) -Fix: Disabling autoreplace rules might count invalid engines. 15 years ago
autoreplace_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
autoreplace_gui.cpp (svn r19187) -Fix [FS#3634]: the vehicle info in the autoreplace gui was drawn even when the window was shaded 14 years ago
autoreplace_gui.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
autoreplace_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
autoslope.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
base_media_base.h (svn r19206) -Add: concept of fallback base sets, i.e. do not automatically load the NoMusic/NoSound sets when there is another set 14 years ago
base_media_func.h (svn r19206) -Add: concept of fallback base sets, i.e. do not automatically load the NoMusic/NoSound sets when there is another set 14 years ago
base_station_base.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
bmp.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
bmp.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
bridge.h (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
bridge_gui.cpp (svn r19087) -Codechange: some typos in StringIDs 15 years ago
bridge_map.cpp (svn r18058) -Fix: typos in parameter names 15 years ago
bridge_map.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
build_vehicle_gui.cpp (svn r19087) -Codechange: some typos in StringIDs 15 years ago
cargo_type.h (svn r18413) -Doc: Added doxygen strings for cargo-type related enums, structs, and functions. 15 years ago
cargopacket.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
cargopacket.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
cargotype.cpp (svn r18413) -Doc: Added doxygen strings for cargo-type related enums, structs, and functions. 15 years ago
cargotype.h (svn r18413) -Doc: Added doxygen strings for cargo-type related enums, structs, and functions. 15 years ago
cheat.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
cheat_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
cheat_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
cheat_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
clear_cmd.cpp (svn r18945) -Codechange: typo 15 years ago
clear_map.h (svn r18738) -Fix (r18719): when a tree died while there was snow the amount of snow on the tile changed 15 years ago
cmd_helper.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
command.cpp (svn r19130) -Codechange: Use references and inlining in CommandCost. 15 years ago
command_func.h (svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions 15 years ago
command_type.h (svn r19130) -Codechange: Use references and inlining in CommandCost. 15 years ago
company_base.h (svn r18908) -Fix [FS#3561]: on bankruptcy the company value did include the loan and as such the value at which you bought the company was too low 15 years ago
company_cmd.cpp (svn r19081) -Codechange: make it possible to disable compilation of the AI+Squirrel 15 years ago
company_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
company_gui.cpp (svn r19090) -Codechange: some comment coding style fixes 15 years ago
company_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
company_manager_face.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
company_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
console.cpp (svn r19093) -Codechange: do not prefix console debug output with 'condbg', [console] is enough 15 years ago
console_cmds.cpp (svn r19085) -Codechange: simplify hooking of console commands 15 years ago
console_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
console_gui.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
console_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
console_internal.h (svn r19085) -Codechange: simplify hooking of console commands 15 years ago
console_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
crashlog.cpp (svn r19081) -Codechange: make it possible to disable compilation of the AI+Squirrel 15 years ago
crashlog.h (svn r18855) -Codechange: record compiler name and version in the crash log 15 years ago
currency.cpp (svn r18434) -Change [FS#565]: use zł instead of zl for the Polish Zloty. 15 years ago
currency.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
date.cpp (svn r18433) -Codechange: Show different texts in town GUI when the town does not need food the whole year to grow. 15 years ago
date_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
date_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
date_gui.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
date_type.h (svn r18585) -Codechange: replace some magic numbers by constants 15 years ago
debug.cpp (svn r19080) -Cleanup: remove unused _debug_ntp_level and _debug_ms_level 15 years ago
debug.h (svn r19080) -Cleanup: remove unused _debug_ntp_level and _debug_ms_level 15 years ago
dedicated.cpp (svn r17606) -Add: initial support for Haiku; a dedicated server with zlib and libpng compiles and links (for me). Something's fishy with the network so it doesn't actually work (yet) 15 years ago
depot.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
depot_base.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
depot_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
depot_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
depot_map.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
depot_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
direction_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
direction_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
disaster_cmd.cpp (svn r19198) -Codechange: store the size of stations in savegames 14 years ago
dock_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
driver.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
driver.h (svn r19168) -Fix: under some circumstances timidity (via extmidi) would not shut down properly causing all kinds of trouble (e.g. blocked audio output). Try harder to shut down timidity and first shut down the music so shut down order is the inverse of initialisation order. Based on a patch by Jindřich Makovička. 14 years ago
dummy_land.cpp (svn r18702) -Fix [FS#3467]: Enable DrawGroundSpriteAt() to deal with foundations as DrawGroundSprite() does, and use this for drawing one-way-road-signs and clear-land-fences. 15 years ago
economy.cpp (svn r19197) -Codechange: introduce animation callbacks for airport tiles 14 years ago
economy_base.h (svn r17734) -Fix (r17732): broke the assumption that 'this->packets == this', which broke loading old savegames. Now remove the (need for the) hack that needed that assumption. 15 years ago
economy_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
economy_type.h (svn r19131) -Doc: Add doxygen comments to some economy variables and constants. 15 years ago
effectvehicle.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
effectvehicle_base.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
effectvehicle_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
elrail.cpp (svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...) 15 years ago
elrail_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
endian_check.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
engine.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
engine_base.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
engine_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
engine_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
engine_gui.h (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
engine_type.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
fileio.cpp (svn r19151) -Codechange [FS#3625]: Move home directory to a better place in Haiku (jrepan) 14 years ago
fileio_func.h (svn r18029) -Fix (r18028): AppendPathSeparator() should stay global 15 years ago
fileio_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
fios.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
fios.h (svn r19084) -Codechange: minor coding-style fixups 15 years ago
fontcache.cpp (svn r18712) -Fix (r5167): Spurious character spacing with free type fonts for small and large font sizes. 15 years ago
fontcache.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
functions.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
gamelog.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
gamelog.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
gamelog_internal.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
genworld.cpp (svn r18861) -Doc: more doxygen documentation in genworld files 15 years ago
genworld.h (svn r18861) -Doc: more doxygen documentation in genworld files 15 years ago
genworld_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
gfx.cpp (svn r19067) -Fix [FS#3604]: remove Bidi control characters from the reordered text 15 years ago
gfx_func.h (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
gfx_type.h (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
gfxinit.cpp (svn r19206) -Add: concept of fallback base sets, i.e. do not automatically load the NoMusic/NoSound sets when there is another set 14 years ago
gfxinit.h (svn r18028) -Codechange: unglobalise some functions 15 years ago
graph_gui.cpp (svn r19090) -Codechange: some comment coding style fixes 15 years ago
graph_gui.h (svn r19076) -Codechange: Move graph functions to their own header. 15 years ago
group.h (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos 15 years ago
group_cmd.cpp (svn r18494) -Fix (r18474): crash when moving non-engine to new free wagon chain and group count was off when moving a front engine within the same train and the new front isn't an engine. 15 years ago
group_gui.cpp (svn r19132) -Codechange: No need to end a line with ;;. 15 years ago
group_gui.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
group_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
gui.h (svn r19076) -Codechange: Move graph functions to their own header. 15 years ago
heightmap.cpp (svn r18756) -Codechange: direct accesses to png_*_struct members are deprecated 15 years ago
heightmap.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
highscore.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
highscore.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
highscore_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
house.h (svn r18736) -Feature [NewGRF]: implement varaction2houses vars 66 ad 67 15 years ago
house_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
industry.h (svn r19062) -Codechange: Move smallmap related functions to their own header. 15 years ago
industry_cmd.cpp (svn r19185) -Codechange: Return succeeded or failed CommandCost from CheckIfCallBackAllowsCreation(). 14 years ago
industry_gui.cpp (svn r19176) -Fix [FS#3632] (r17859): when selecting "build many industries" in the scenario editor the "build" button wasn't enabled 14 years ago
industry_map.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
industry_type.h (svn r17315) -Codechange: move code related to industry types to separate file 15 years ago
industrytype.h (svn r19193) -Codechange: increase the maximum number of airport tiles to 256 and introduce AirportTileOverrideManager 14 years ago
ini.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
ini_type.h (svn r17596) -Codechange: constify some tables 15 years ago
intro_gui.cpp (svn r19087) -Codechange: some typos in StringIDs 15 years ago
landscape.cpp (svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions 15 years ago
landscape.h (svn r19040) -Codechange: Introduce inverse function of RemapCoords. 15 years ago
landscape_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
livery.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
main_gui.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
map.cpp (svn r18937) -Fix (r15190): TileAddWrap didn't return INVALID_TILE for void tiles at the north border 15 years ago
map_func.h (svn r18718) -Codechange: make a wrapper macro for looping TileAreas 15 years ago
map_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
misc.cpp (svn r18608) -Change: add the concept of music sets 15 years ago
misc_cmd.cpp (svn r18732) -Codechange: move the company related commands of misc_cmd.cpp to company_cmd.cpp 15 years ago
misc_gui.cpp (svn r19199) -Codechange: add a 'name'-property to airport tiles 14 years ago
mixer.cpp (svn r18835) -Fix: Large sounds could still cause an overflow with high sample rates, causing them to be cut off. 15 years ago
mixer.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
music.cpp (svn r19206) -Add: concept of fallback base sets, i.e. do not automatically load the NoMusic/NoSound sets when there is another set 14 years ago
music_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
newgrf.cpp (svn r19199) -Codechange: add a 'name'-property to airport tiles 14 years ago
newgrf.h (svn r19194) -Feature: action 0/1/2/3 support for newgrf airporttiles 14 years ago
newgrf_airport.cpp (svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cpp 14 years ago
newgrf_airport.h (svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cpp 14 years ago
newgrf_airporttiles.cpp (svn r19208) -Codechange: fix a gcc warning 14 years ago
newgrf_airporttiles.h (svn r19199) -Codechange: add a 'name'-property to airport tiles 14 years ago
newgrf_callbacks.h (svn r19197) -Codechange: introduce animation callbacks for airport tiles 14 years ago
newgrf_canal.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
newgrf_canal.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
newgrf_cargo.cpp (svn r19132) -Codechange: No need to end a line with ;;. 15 years ago
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 (svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq. 15 years ago
newgrf_commons.h (svn r19193) -Codechange: increase the maximum number of airport tiles to 256 and introduce AirportTileOverrideManager 14 years ago
newgrf_config.cpp (svn r18813) -Codechange: deduplicate copying a newgrf config 15 years ago
newgrf_config.h (svn r18813) -Codechange: deduplicate copying a newgrf config 15 years ago
newgrf_engine.cpp (svn r18935) -Fix [FS#3551] (r18764): value of variables 90 and 91 weren't what NARS expects 15 years ago
newgrf_engine.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
newgrf_generic.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
newgrf_generic.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
newgrf_gui.cpp (svn r19132) -Codechange: No need to end a line with ;;. 15 years ago
newgrf_house.cpp (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
newgrf_house.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
newgrf_industries.cpp (svn r19185) -Codechange: Return succeeded or failed CommandCost from CheckIfCallBackAllowsCreation(). 14 years ago
newgrf_industries.h (svn r19185) -Codechange: Return succeeded or failed CommandCost from CheckIfCallBackAllowsCreation(). 14 years ago
newgrf_industrytiles.cpp (svn r19195) -Codechange: actually draw newgrf airport tiles 14 years ago
newgrf_industrytiles.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
newgrf_properties.h (svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'. 15 years ago
newgrf_railtype.cpp (svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...) 15 years ago
newgrf_railtype.h (svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...) 15 years ago
newgrf_sound.cpp (svn r18993) -Codechange: allow allocating multiple items in a SmallVector with one call. 15 years ago
newgrf_sound.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
newgrf_spritegroup.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
newgrf_spritegroup.h (svn r19195) -Codechange: actually draw newgrf airport tiles 14 years ago
newgrf_station.cpp (svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...) 15 years ago
newgrf_station.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
newgrf_storage.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
newgrf_storage.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
newgrf_text.cpp (svn r18492) -Doc: A few Doxygen reference fixes (NewsSubtype reported by Eddi), and a typo fix. 15 years ago
newgrf_text.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
newgrf_town.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
newgrf_town.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
newgrf_townname.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
newgrf_townname.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
news_func.h (svn r18597) -Fix (r17147)[FS#3395, FS#3396]: ChangeVehicleNews() did not update the news ticker. 15 years ago
news_gui.cpp (svn r19105) -Fix [FS#3614]: not all news data was properly freed when starting a new game 15 years ago
news_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
news_type.h (svn r19105) -Fix [FS#3614]: not all news data was properly freed when starting a new game 15 years ago
openttd.cpp (svn r19081) -Codechange: make it possible to disable compilation of the AI+Squirrel 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 r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
order_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
order_gui.cpp (svn r19174) -Fix: Buoys are no Stations, only BaseStations. 14 years ago
order_type.h (svn r18518) -Add [NoAI]: AIOrder::AIOF_GOTO_NEAREST_DEPOT for goto nearest depot orders 15 years ago
os_timer.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
osk_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
pbs.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
pbs.h (svn r18647) -Fix: [YAPP] A train inside a station was not always found when checking for trains on a reserved path. 15 years ago
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 (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
rail.h (svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...) 15 years ago
rail_cmd.cpp (svn r19190) -Add: Improve error message with track building when signals are in the way. 14 years ago
rail_gui.cpp (svn r19006) -Fix (r18970): default rail type determination failed causing 'A'/SHIFT-F4 not to work the first time. As rail types can now be anything the explicit options for the different railtypes have been removed, leaving the most used rail type and first/last available rail types. 15 years ago
rail_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
rail_map.h (svn r19089) -Codechange: some minor coding style 15 years ago
rail_type.h (svn r18970) -Codechange: Increase number of possible rail types to 16. 15 years ago
rev.cpp.in (svn r19143) -Codechange: trunk's going for 1.1 now. 15 years ago
rev.h (svn r17416) -Codechange: move the build date/time 'determination' to rev.cpp as that's the file most likely to be regularly recompiled 15 years ago
road.cpp (svn r19019) -Codechange: use HasExactlyOneBit() and HasAtMostOneBit() instead of CountBits() where possible 15 years ago
road_cmd.cpp (svn r19128) -Codechange: CommandCost cost methods return void instead of a copy of *this. 15 years ago
road_cmd.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
road_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
road_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
road_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
road_internal.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
road_map.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
road_map.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
road_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
roadstop.cpp (svn r18531) -Fix [FS#3384] (r18404): for articulated road vehicles only the first part was accounted for, so for extremely short fronts and lots after it the spreading did not work as it should. 15 years ago
roadstop_base.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
roadveh.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
roadveh_cmd.cpp (svn r19091) -Cleanup: remove some unneeded zeroing 15 years ago
roadveh_gui.cpp (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
screenshot.cpp (svn r18756) -Codechange: direct accesses to png_*_struct members are deprecated 15 years ago
screenshot.h (svn r18630) -Fix [FS#3419]: when making a screenshot the name of the previous screenshot went missing in the 'successful screenshot' message 15 years ago
sdl.cpp (svn r18439) -Fix (r15233): forgot to load the symbol from SDL.dll 15 years ago
sdl.h (svn r18810) -Fix (r18809): broken win32 compilation with SDL 15 years ago
settings.cpp (svn r19096) -Fix: segfault when one of the items in the news_display group in the config file has no value 15 years ago
settings_func.h (svn r18943) -Feature [FS#2885]: make it possible to change newgame settings from within a game via the console (use setting_newgame instead of setting) 15 years ago
settings_gui.cpp (svn r19081) -Codechange: make it possible to disable compilation of the AI+Squirrel 15 years ago
settings_internal.h (svn r18943) -Feature [FS#2885]: make it possible to change newgame settings from within a game via the console (use setting_newgame instead of setting) 15 years ago
settings_type.h (svn r19082) -Codechange: make 'developer' a regular setting 15 years ago
ship.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
ship_cmd.cpp (svn r19091) -Cleanup: remove some unneeded zeroing 15 years ago
ship_gui.cpp (svn r18779) -Codechange: merge the command callbacks of the primary vehicles; they are identical 15 years ago
signal.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
signal_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
signal_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
signs.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
signs_base.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
signs_cmd.cpp (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
signs_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
signs_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
signs_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
slope_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
slope_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
smallmap_gui.cpp (svn r19104) -Fix (r19039): Stablize main view centering in smallmap. 15 years ago
smallmap_gui.h (svn r19064) -Feature: Allow to select different land colours for the smallmap (reworked by Alberth). 15 years ago
sortlist_type.h (svn r17530) -Codechange: use QSortT instead of qsort for sorting EngineIDs 15 years ago
sound.cpp (svn r19206) -Add: concept of fallback base sets, i.e. do not automatically load the NoMusic/NoSound sets when there is another set 14 years ago
sound_func.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
sound_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
sprite.cpp (svn r18959) -Feature: [NewGRF] Allow layering of multiple groundsprites in spritelayouts of stations, houses and industrytiles; so hacks with zero-sized bounding boxes are no longer needed and no longer cause trouble. 15 years ago
sprite.h (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
spritecache.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
spritecache.h (svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq. 15 years ago
station.cpp (svn r19198) -Codechange: store the size of stations in savegames 14 years ago
station_base.h (svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cpp 14 years ago
station_cmd.cpp (svn r19201) -Codechange: airport tiles now have 4 random bits per tile. 14 years ago
station_func.h (svn r18837) -Codechange: Rename DrawStationTileSeq() to DrawCommonTileSeq() and move it to separate file. 15 years ago
station_gui.cpp (svn r19129) -Fix [FS#3623] (r19122): Don't draw cargo ratings/acceptance when the window is shaded. 15 years ago
station_gui.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
station_map.h (svn r19195) -Codechange: actually draw newgrf airport tiles 14 years ago
station_type.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
statusbar_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
statusbar_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
stdafx.h (svn r19177) -Codechange: introduce INT8_MIN/MAX and UINT8_MAX for MSVC. 14 years ago
string.cpp (svn r19158) -Fix (r19149): MSVC 64 bits compile warning 14 years ago
string_func.h (svn r18919) -Fix (r15371): strcasestr() return should not be const 15 years ago
string_type.h (svn r17920) -Codechange: add a 'filter' for numbers+spaces and use it for the NewGRF parameter list 15 years ago
strings.cpp (svn r19180) -Add/Fix: (partial) support for genders for cargos, industries, vehicles, stations, ...; partial because you can't set a gender for a custom string. 14 years ago
strings_func.h (svn r17790) -Feature: translatable base sound/graphics set descriptions 15 years ago
strings_type.h (svn r18603) -Codechange: move getting the song name to music_gui.cpp 15 years ago
subsidy.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
subsidy_base.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
subsidy_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
subsidy_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
subsidy_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
tar_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
terraform_cmd.cpp (svn r19186) -Codechange: Remove use of _error_message from CmdLevelLand(). 14 years ago
terraform_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
terraform_gui.h (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
textbuf_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
texteff.cpp (svn r19084) -Codechange: minor coding-style fixups 15 years ago
texteff.hpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
tgp.cpp (svn r18565) -Fix [FS#3391] (r18541): some older GCC warn about implicitly casting from floats to integers 15 years ago
tgp.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
tile_cmd.h (svn r19199) -Codechange: add a 'name'-property to airport tiles 14 years ago
tile_map.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
tile_map.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
tile_type.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
tilearea.cpp (svn r19041) -Codechange: Improve selection of tile to draw in zoomed-out smallmaps. 15 years ago
tilearea_type.h (svn r19041) -Codechange: Improve selection of tile to draw in zoomed-out smallmaps. 15 years ago
tilehighlight_func.h (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
tilehighlight_type.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
timetable.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
timetable_cmd.cpp (svn r19132) -Codechange: No need to end a line with ;;. 15 years ago
timetable_gui.cpp (svn r18980) -Codechange: preceeding -> preceding (spelling) 15 years ago
toolbar_gui.cpp (svn r19132) -Codechange: No need to end a line with ;;. 15 years ago
toolbar_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
town.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
town_cmd.cpp (svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions 15 years ago
town_gui.cpp (svn r19198) -Codechange: store the size of stations in savegames 14 years ago
town_map.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
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 (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
townname_func.h (svn r17612) -Feature: possibility to choose (randomise or enter custom) town name before its creation (original patch by Terkhen) 15 years ago
townname_type.h (svn r17612) -Feature: possibility to choose (randomise or enter custom) town name before its creation (original patch by Terkhen) 15 years ago
track_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
track_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
train.h (svn r19090) -Codechange: some comment coding style fixes 15 years ago
train_cmd.cpp (svn r19091) -Cleanup: remove some unneeded zeroing 15 years ago
train_gui.cpp (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
transparency.h (svn r18802) -Codechange: Deduplicate drawing-code for depots and stations/waypoints. 15 years ago
transparency_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
transparency_gui.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
transport_type.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
tree_cmd.cpp (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
tree_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
tree_map.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
tunnel_map.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
tunnel_map.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
tunnelbridge.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
tunnelbridge_cmd.cpp (svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...) 15 years ago
tunnelbridge_map.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
unmovable.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
unmovable_cmd.cpp (svn r19171) -Codechange: Split CheckFlatLandBelow into different functions. 14 years ago
unmovable_map.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
variables.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
vehicle.cpp (svn r18978) -Fix [FS#3584](r14753): possible invalid memory access when merging companies 15 years ago
vehicle_base.h (svn r18929) -Fix [FS#3568]: Preserve some timetable related vehicle flags during autorenew/-replace. 15 years ago
vehicle_cmd.cpp (svn r19024) -Fix [FS#3577]: mass stopping/starting/autoreplacing gave empty errors when there were no vehicles 15 years ago
vehicle_func.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
vehicle_gui.cpp (svn r19087) -Codechange: some typos in StringIDs 15 years ago
vehicle_gui.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
vehicle_gui_base.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
vehicle_type.h (svn r18963) -Codechange: Give AccelerationModel a generical name. 15 years ago
vehiclelist.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
vehiclelist.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
viewport.cpp (svn r19005) -Codechange: make animated cursors have a bit set instead of using negative numbers that are passed as uints, then cast again to be compared as ints before being inverted to be actually used. Also fixes a couple of 'integer conversion resulted in truncation' warnings ICC spewed. 15 years ago
viewport_func.h (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
viewport_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
viewport_type.h (svn r18984) -Add: Viewport place methods for dragging a line with limited size. 15 years ago
void_map.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
water.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
water_cmd.cpp (svn r19203) -Codechange: silence some gcc warnings 14 years ago
water_map.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
waypoint.cpp (svn r18679) -Fix (r16993): tile area of waypoints wasn't correctly given to NewGRFs in case of multi tile waypoints 15 years ago
waypoint_base.h (svn r19141) -Fix [FS#3619] (r18421): look-ahead for multitile waypoints 'made up' data that shouldn't go into the cache, causing desyncs in MP 15 years ago
waypoint_cmd.cpp (svn r18921) -Codechange: make the preconditions for Get/Set CustomStationSpecIndex a bit more strict 15 years ago
waypoint_func.h (svn r18028) -Codechange: unglobalise some functions 15 years ago
waypoint_gui.cpp (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
widget.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
widget_type.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
window.cpp (svn r19089) -Codechange: some minor coding style 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 r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
window_type.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 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