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 54ad0d342f (svn r26736) -Fix [Script]: infinite loop (by scripts; always returning the same item) when sorted by item in descending order by oddly constructed FindNext that uses forward iterators. Simply use the same code as the ascending item sort but use the reverse iterator instead of the forward. Also do this same trick for the descending value sort even though I couldn't trigger the problem there 10 years ago
..
3rdparty (svn r26609) -Fix: compile warnings on MSVC for 32 bits builds due to assigning values to variables with smaller integer size 10 years ago
ai (svn r26583) -Fix [FS#5974]: Game script could be changed in game by double clicking 10 years ago
blitter (svn r26538) -Codechange: remove double accounting of the drivers 10 years ago
core (svn r26685) -Fix: Tighten parameter bound checks on GSCargoMonitor functions, and return -1 on out-of-bound parameters. 10 years ago
depend (svn r26060) -Fix: do not let depend overrun its buffers when paths are extremely (and unlikely) long 11 years ago
game (svn r26511) -Codechange: use strecpy in game_text 10 years ago
lang (svn r26733) -Fix [FS#6086]: inconsistency in using spaces between number and unit in some strings 10 years ago
linkgraph (svn r26646) -Fix [FS#6041]: Save locations instead of distances in link graphs to reduce size. 10 years ago
misc (svn r26506) -Codechange: replace most of vsnprintf with vseprintf 10 years ago
music (svn r26556) -Codechange: use sources.list to tell a file shouldn't be built for a particular platform 10 years ago
network (svn r26616) -Fix (r26576) [FS#6025]: First send packages about new company, then clients joining it to admin port (Taede) 10 years ago
os (svn r26724) -Fix[FS#6077] Use the normal search path to look for xdg-open at Unix (kernigh2) 10 years ago
pathfinder (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
saveload (svn r26700) -Fix [FS#6066]: incorrect saving of order backups 10 years ago
script (svn r26736) -Fix [Script]: infinite loop (by scripts; always returning the same item) when sorted by item in descending order by oddly constructed FindNext that uses forward iterators. Simply use the same code as the ascending item sort but use the reverse iterator instead of the forward. Also do this same trick for the descending value sort even though I couldn't trigger the problem there 10 years ago
settingsgen (svn r26506) -Codechange: replace most of vsnprintf with vseprintf 10 years ago
sound (svn r26538) -Codechange: remove double accounting of the drivers 10 years ago
spriteloader (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
strgen (svn r26521) -Fix-ish: prevent from ever reading huge (or negative) amounts of data in strgen 10 years ago
table (svn r26614) -Add: Adv. settings window can handle the autosave setting as well. 10 years ago
thread (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
video (svn r26709) -Fix (r15892 and others) [FS#6069]: [OSX] Compilation fails with some lzo2 versions if we define __LP64__ as 0 instead of checking whether it is defined (kernigh2) 10 years ago
widgets (svn r26691) -Codechange: Simplify ShowDropDownListAt (Juanjo) 10 years ago
aircraft.h (svn r24839) -Feature [FS#5271]: [NewGRF] Support oversized purchase list sprites. (Based on patch by Eddi) 12 years ago
aircraft_cmd.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
aircraft_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
airport.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
airport.h (svn r25841) -Codechange: Use NUM_AIRPORTTILES_PER_GRF instead of NUM_AIRPORTTILES to properly distinguish limits per NewGRF and limits of the pool. 11 years ago
airport_gui.cpp (svn r26732) -Fix [FS#6083]: do not reset the last selected airport or layout (unless it is really necessary) 10 years ago
animated_tile.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
animated_tile_func.h (svn r23704) -Doc: Doxygen comment fixes and additions. 13 years ago
articulated_vehicles.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
articulated_vehicles.h (svn r24029) -Change: [NoAI] make AIEngine::IsArticulated return true if the articulated callback flag is set, don't try to run the callback. 12 years ago
autoreplace.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
autoreplace_base.h (svn r24136) -Feature [FS#4465]: Autoreplace vehicles only when they get old. (Vikthor) 12 years ago
autoreplace_cmd.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
autoreplace_func.h (svn r24136) -Feature [FS#4465]: Autoreplace vehicles only when they get old. (Vikthor) 12 years ago
autoreplace_gui.cpp (svn r26640) -Cleanup: Remove some pointless STR_JUST_STRING detours. 10 years ago
autoreplace_gui.h
autoreplace_type.h
autoslope.h (svn r23735) -Codechange: remove ~50 includes from headers that weren't needed 13 years ago
base_consist.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
base_consist.h (svn r24998) -Fix [FS#5137]: Set vehicle's service interval is percent flag appropriately on creation (peter1138) 11 years ago
base_media_base.h (svn r24487) -Codechange [FS#5236]: make several DoesContentExist return the path instead of a boolean (LordAro) 12 years ago
base_media_func.h (svn r26637) -Fix [FS#6038]: segmentation fault when encountering a .obg/.obs/.obm with empty string/zero length/ MD5 checksums 10 years ago
base_station_base.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 11 years ago
bmp.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
bmp.h
bootstrap_gui.cpp (svn r26538) -Codechange: remove double accounting of the drivers 10 years ago
bridge.h
bridge_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
bridge_map.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
bridge_map.h (svn r24912) -Fix [FS#5389]: Upgrading bridges could steal road types. (adf88) 12 years ago
build_vehicle_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
cargo_type.h (svn r23826) -Fix [FS#4972]: the detailed performance rating window showed the cargo count of the current quarter instead of the last quarter like the tooltip says 13 years ago
cargoaction.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
cargoaction.h (svn r26108) -Codechange: some coding style (whitespace) 11 years ago
cargomonitor.cpp (svn r26685) -Fix: Tighten parameter bound checks on GSCargoMonitor functions, and return -1 on out-of-bound parameters. 10 years ago
cargomonitor.h (svn r26685) -Fix: Tighten parameter bound checks on GSCargoMonitor functions, and return -1 on out-of-bound parameters. 10 years ago
cargopacket.cpp (svn r26575) -Change [FS#5995]: Add an assert to catch underflowing action counts. 10 years ago
cargopacket.h (svn r26660) -Fix: CargoPacket::SourceStation() returns a StationID. 10 years ago
cargotype.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
cargotype.h (svn r24915) -Fix: Several out-of-bounds reads 12 years ago
cheat.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
cheat_func.h
cheat_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
cheat_type.h (svn r23733) -Fix-ish [FS#4939]: cheating to different climates messes things even more up than changing NewGRFs in-game... so guess what happened 13 years ago
clear_cmd.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
clear_func.h
clear_map.h (svn r25852) -Codechange: Merge GetFenceXX/SetFenceXX into one common GetFonce/SetFence for all directions that take an extra direction parameter (cirdan, LordAro) 11 years ago
cmd_helper.h (svn r23742) -Revert (r23735): for some reason gcc-trunk is more picky than basically everything else :( 13 years ago
command.cpp (svn r26716) -Fix: CMD_CLEAR_ORDER_BACKUP should not be suppressed by pause modes. 10 years ago
command_func.h (svn r24139) -Add: Creating a new vehicle group by drag and drop. (Based on patch by Juanjo) 12 years ago
command_type.h (svn r26450) -Feature: Hierarchical vehicle subgroups. 10 years ago
company_base.h (svn r26081) -Fix [FS#5815]: memset with virtual functions doesn't quite work. Upon further review CompanyProperties doesn't need to be virtual in the current code base 11 years ago
company_cmd.cpp (svn r26578) -Fix (r26576): network compilation got broken 10 years ago
company_func.h (svn r24996) -Change: Apply default service interval changes to vehicles without custom interval (peter1138) 11 years ago
company_gui.cpp (svn r26527) -Codechange: Rename STR_MAPGEN_RANDOM to STR_FACE_RANDOM 10 years ago
company_gui.h (svn r23410) -Add: A window with a detailed overview over the infrastructure of a company. 13 years ago
company_manager_face.h (svn r25490) -Fix [FS#5610]: the face of the manager differed on clients when the company was started after the clients joined 11 years ago
company_type.h (svn r23602) -Add: support for DEITY commands, commands where no real company was involved in (Rubidium) 13 years ago
console.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
console_cmds.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
console_func.h
console_gui.cpp (svn r26538) -Codechange: remove double accounting of the drivers 10 years ago
console_gui.h
console_internal.h (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
console_type.h (svn r23595) -Codechange: add comma after last enum to get a more uniform coding style 13 years ago
cpu.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
cpu.h (svn r26207) -Codechange: move the CPUID flag detection into cpu.cpp 11 years ago
crashlog.cpp (svn r26538) -Codechange: remove double accounting of the drivers 10 years ago
crashlog.h (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
currency.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
currency.h (svn r25076) -Add [FS#5212]: Georgian Lari and Iranian Rial as currencies 11 years ago
date.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
date_func.h
date_gui.cpp (svn r26657) -Add [FS#6047]: Days in dates are not represented by ordinal numbers in all languages 10 years ago
date_gui.h
date_type.h (svn r25260) -Codechange: occasionally clear dead links and compress link graphs (fonsinchen) 11 years ago
debug.cpp (svn r26506) -Codechange: replace most of vsnprintf with vseprintf 10 years ago
debug.h (svn r26195) -Codechange: move debug's ottd_rdtsc (CPU specific high precision timer) into cpu.h/cpp 11 years ago
dedicated.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
depot.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
depot_base.h (svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC) 13 years ago
depot_cmd.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
depot_func.h (svn r23735) -Codechange: remove ~50 includes from headers that weren't needed 13 years ago
depot_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
depot_map.h (svn r26692) -Fix [FS#6059]: Ordering a vehicle to a competitor's rail waypoint displayed an error message. Ignore the click as is done for the other order types to competitor's stuff. (Juanjo) 10 years ago
depot_type.h
direction_func.h (svn r26105) -Codechange: add a lot of assertions to track/road functions that might eventually lead to become indices into tables 11 years ago
direction_type.h (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
disaster_cmd.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
dock_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
driver.cpp (svn r26539) -Fix [FS#5994]: [Windows] Crash due to assuming (formerly) _video_driver is being set before the operating system has time to perform the first "paint" callback 10 years ago
driver.h (svn r26538) -Codechange: remove double accounting of the drivers 10 years ago
economy.cpp (svn r26586) -Fix [FS#5995]: Consider multiheaded trains in station refits (and clean up a bit) 10 years ago
economy_base.h (svn r25011) -Codechange: allow vehicle transfer and profit text effects to be shown at the same time (fonsinchen) 11 years ago
economy_func.h (svn r24565) -Fix: Stop both price and payment inflation if either of them has reached MAX_INFLATION. 12 years ago
economy_type.h (svn r25788) -Feature: [Script] Game Scripts can now charge fees and give money to companies 11 years ago
effectvehicle.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
effectvehicle_base.h (svn r23735) -Codechange: remove ~50 includes from headers that weren't needed 13 years ago
effectvehicle_func.h
elrail.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
elrail_func.h
endian_check.cpp (svn r23595) -Codechange: add comma after last enum to get a more uniform coding style 13 years ago
engine.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
engine_base.h (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
engine_func.h (svn r25553) -Fix [FS#5530]: provide a warning when no vehicles are available, and tell what to do in that case 11 years ago
engine_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
engine_gui.h (svn r23735) -Codechange: remove ~50 includes from headers that weren't needed 13 years ago
engine_type.h (svn r24810) -Fix: Make engine preview offers more robust wrt. changes in the company ranking. 12 years ago
error.h (svn r26241) -Codechange: Remember the GRFFile which filled the TextRefStack in the TextRefStack. 11 years ago
error_gui.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
fileio.cpp (svn r26514) -Fix: rewrite link-in-tar handling so it doesn't use strncpy and it doesn't overrun its buffers anymore 10 years ago
fileio_func.h (svn r26489) -Codechange: properly account for the end of buffers in the file io code instead of assuming MAX_PATH is okay 10 years ago
fileio_type.h (svn r25975) -Feature [FS#5385]: XDG base directory support 11 years ago
fios.cpp (svn r26554) -Fix(r26489): Use last address of the destination buffer. 10 years ago
fios.h (svn r26489) -Codechange: properly account for the end of buffers in the file io code instead of assuming MAX_PATH is okay 10 years ago
fios_gui.cpp (svn r26634) -Fix: 'Load' button was not properly enabled/disabled for old savegames without NewGRF information. 10 years ago
fontcache.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
fontcache.h (svn r26170) -Feature-ish: add the currently used fonts to the crash log 11 years ago
fontdetection.cpp (svn r26709) -Fix (r15892 and others) [FS#6069]: [OSX] Compilation fails with some lzo2 versions if we define __LP64__ as 0 instead of checking whether it is defined (kernigh2) 10 years ago
fontdetection.h (svn r25450) -Fix: compilation without freetype 11 years ago
gamelog.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
gamelog.h (svn r23901) -Fix: memory leak everytime one clicked a savegame in the load GUI 13 years ago
gamelog_internal.h
genworld.cpp (svn r26538) -Codechange: remove double accounting of the drivers 10 years ago
genworld.h (svn r23611) -Add: run the begin of the script already while generating, and don't sleep on DoCommand while doing so 13 years ago
genworld_gui.cpp (svn r26526) -Remove: Ability to set map generation seed via GUI. If you really need it, use the console. 10 years ago
gfx.cpp (svn r26538) -Codechange: remove double accounting of the drivers 10 years ago
gfx_func.h (svn r26522) -Add: A config-file-only setting to disable usage of 8bpp video modes. 10 years ago
gfx_layout.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
gfx_layout.h (svn r26029) -Fix (r26017): The internal index of a character in the layout line depends on the used layouter. 11 years ago
gfx_type.h (svn r26522) -Add: A config-file-only setting to disable usage of 8bpp video modes. 10 years ago
gfxinit.cpp (svn r26538) -Codechange: remove double accounting of the drivers 10 years ago
gfxinit.h
goal.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
goal_base.h (svn r25299) -Feature: Allow more concurrent goals in a game 11 years ago
goal_gui.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
goal_type.h (svn r26012) -Add: new goal type that show a story page when clicked 11 years ago
graph_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
graph_gui.h
ground_vehicle.cpp (svn r26702) -Fix [FS#6067]: integer overflows in acceleration code causing either too low acceleration or too large acceleration 10 years ago
ground_vehicle.hpp (svn r26702) -Fix [FS#6067]: integer overflows in acceleration code causing either too low acceleration or too large acceleration 10 years ago
group.h (svn r26450) -Feature: Hierarchical vehicle subgroups. 10 years ago
group_cmd.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
group_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
group_gui.h
group_type.h (svn r24139) -Add: Creating a new vehicle group by drag and drop. (Based on patch by Juanjo) 12 years ago
gui.h (svn r25372) -Add: Allow opening a goal list window specific to a company 11 years ago
heightmap.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
heightmap.h
highscore.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
highscore.h (svn r25512) -Fix-ish: the high score company name could not have enough space to have both the company and president name 11 years ago
highscore_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
hotkeys.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
hotkeys.h (svn r25669) -Codechange: Pass UCS-4 instead of UCS-2 characters to the hotkey handlers. 11 years ago
house.h (svn r25839) -Codechange: Use NUM_HOUSES_PER_GRF instead of NUM_HOUSES to properly distinguish limits per NewGRF and limits of the pool. 11 years ago
house_type.h
industry.h (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
industry_cmd.cpp (svn r26729) -Feature: Warn about missing industries after generating a map. 10 years ago
industry_gui.cpp (svn r26723) -Fix[FS#5997]: Properly check for cargo acceptance of houses. 10 years ago
industry_map.h (svn r26457) -Codechange: Remove unused parameter from SetIndustryCompleted 10 years ago
industry_type.h (svn r26729) -Feature: Warn about missing industries after generating a map. 10 years ago
industrytype.h (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
ini.cpp (svn r26517) -Fix: Windows 9x (or rather non-unicode) compile failures 10 years ago
ini_load.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
ini_type.h (svn r26499) -Codechange: replace strndup with stredup 10 years ago
intro_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
landscape.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
landscape.h (svn r23735) -Codechange: remove ~50 includes from headers that weren't needed 13 years ago
landscape_type.h
language.h (svn r23585) -Codechange: replace some magic numbers with less magic constants 13 years ago
livery.h
main_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
map.cpp (svn r26503) -Fix: compilation error with full debug build 10 years ago
map_func.h (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
map_type.h (svn r26319) -Change: Allow map sizes up to 4096x4096. 10 years ago
misc.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
misc_cmd.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
misc_gui.cpp (svn r26709) -Fix (r15892 and others) [FS#6069]: [OSX] Compilation fails with some lzo2 versions if we define __LP64__ as 0 instead of checking whether it is defined (kernigh2) 10 years ago
mixer.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
mixer.h
music.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
music_gui.cpp (svn r26538) -Codechange: remove double accounting of the drivers 10 years ago
newgrf.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
newgrf.h (svn r26364) -Fix [FS#5892]: writing out of the bounds of the rail type map 10 years ago
newgrf_airport.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
newgrf_airport.h (svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e2beb08b013753) 11 years ago
newgrf_airporttiles.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
newgrf_airporttiles.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 11 years ago
newgrf_animation_base.h (svn r24846) -Add: Advanced settings to disable certain sound effects. 12 years ago
newgrf_animation_type.h
newgrf_callbacks.h (svn r24186) -Feature: [NewGRF] Callback to set industry production level on construction. (andythenorth) 12 years ago
newgrf_canal.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
newgrf_canal.h (svn r23735) -Codechange: remove ~50 includes from headers that weren't needed 13 years ago
newgrf_cargo.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
newgrf_cargo.h (svn r24273) -Fix: [NewGRF] GetReverseCargoTranslation() was unnecessary complicated and also returned the wrong thing for cargos not present in the translation table. 12 years ago
newgrf_class.h (svn r24170) -Add: Methods for translating between NewGRFClass spec indices and user interface indices. 12 years ago
newgrf_class_func.h (svn r24170) -Add: Methods for translating between NewGRFClass spec indices and user interface indices. 12 years ago
newgrf_commons.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
newgrf_commons.h (svn r26241) -Codechange: Remember the GRFFile which filled the TextRefStack in the TextRefStack. 11 years ago
newgrf_config.cpp (svn r26612) -Add: Method to copy newgrf parameters. 10 years ago
newgrf_config.h (svn r26612) -Add: Method to copy newgrf parameters. 10 years ago
newgrf_debug.h (svn r25946) -Add: [NewGRF Debuggnig] Inspecting other vehicles in a chain. 11 years ago
newgrf_debug_gui.cpp (svn r26506) -Codechange: replace most of vsnprintf with vseprintf 10 years ago
newgrf_engine.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
newgrf_engine.h (svn r26388) -Codechange: Move resolving of Action 3 into ResolverObject constructor. 10 years ago
newgrf_generic.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
newgrf_generic.h (svn r23735) -Codechange: remove ~50 includes from headers that weren't needed 13 years ago
newgrf_gui.cpp (svn r26640) -Cleanup: Remove some pointless STR_JUST_STRING detours. 10 years ago
newgrf_house.cpp (svn r26580) -Codechange: s/GES_PICKUP/GES_RATING/ (it has nothing to do with actual pickup), s/acceptance_pickup/status/ (the enum isn't called GoodEntryStatus for a reason; it's not only acceptance and pickup anymore) 10 years ago
newgrf_house.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 11 years ago
newgrf_industries.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
newgrf_industries.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 11 years ago
newgrf_industrytiles.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
newgrf_industrytiles.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 11 years ago
newgrf_object.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
newgrf_object.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 11 years ago
newgrf_properties.h (svn r23504) -Feature: Aircraft range. 13 years ago
newgrf_railtype.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
newgrf_railtype.h (svn r26388) -Codechange: Move resolving of Action 3 into ResolverObject constructor. 10 years ago
newgrf_sound.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
newgrf_sound.h (svn r24052) -Fix (r23883) [FS#5107]: Imported GRF sounds were inserted into the wrong slots. 12 years ago
newgrf_spritegroup.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
newgrf_spritegroup.h (svn r26388) -Codechange: Move resolving of Action 3 into ResolverObject constructor. 10 years ago
newgrf_station.cpp (svn r26580) -Codechange: s/GES_PICKUP/GES_RATING/ (it has nothing to do with actual pickup), s/acceptance_pickup/status/ (the enum isn't called GoodEntryStatus for a reason; it's not only acceptance and pickup anymore) 10 years ago
newgrf_station.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 11 years ago
newgrf_storage.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
newgrf_storage.h (svn r26371) -Fix [FS#5831]: Calling DoCommandP during the gameloop cleared pending persistent storage changes. 10 years ago
newgrf_text.cpp (svn r26713) -Fix (r23027): [NewGRF] Parameters to SCC_NEWGRF_PUSH_WORD and SCC_NEWGRF_UNPRINT were not skipped during drawing. 10 years ago
newgrf_text.h (svn r26243) -Cleanup: Move TTDPStringIDToOTTDStringIDMapping to newgrf.cpp, it's only used there. 11 years ago
newgrf_town.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
newgrf_town.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 11 years ago
newgrf_townname.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
newgrf_townname.h (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
news_func.h (svn r24845) -Add: News ticker sound setting to adv. settings window. 12 years ago
news_gui.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
news_gui.h (svn r24842) -Remove: News settings window. 12 years ago
news_type.h (svn r24843) -Codechange: Move news display options into the general settings framework. (based on patch by eagle_rainbow) 12 years ago
object.h
object_base.h (svn r25844) -Change: Increase maximum number of object instances on the map from 64k to about 16M. 11 years ago
object_cmd.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
object_gui.cpp (svn r26640) -Cleanup: Remove some pointless STR_JUST_STRING detours. 10 years ago
object_map.h (svn r25844) -Change: Increase maximum number of object instances on the map from 64k to about 16M. 11 years ago
object_type.h (svn r25844) -Change: Increase maximum number of object instances on the map from 64k to about 16M. 11 years ago
openttd.cpp (svn r26729) -Feature: Warn about missing industries after generating a map. 10 years ago
openttd.h (svn r25506) -Document: a function, and name it slightly better 11 years ago
order_backup.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
order_backup.h (svn r24444) -Codechange: Base OrderBackup on BaseConsist. 12 years ago
order_base.h (svn r26547) -Codechange: Collect order travel and wait times independent of timetables 10 years ago
order_cmd.cpp (svn r26694) -Fix (r26547) [FS#6063]: When orders become invalid, reset the waiting time, but keep the travel time. 10 years ago
order_func.h (svn r24995) -Codechange: Add flags to vehicle service interval for custom & ispercent (peter1138) 11 years ago
order_gui.cpp (svn r26693) -Codechange: Simplify GetOrderCmdFromTile (Juanjo) 10 years ago
order_type.h (svn r25735) -Feature: allow implicit orders even if no explicit ones are given. 11 years ago
osk_gui.cpp (svn r26538) -Codechange: remove double accounting of the drivers 10 years ago
pbs.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
pbs.h (svn r24905) -Feature(ish): Implement station randomisation triggers. 12 years ago
progress.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
progress.h
querystring_gui.h (svn r25691) -Add: [OSX] Support for mouse selection in the IME composition string. 11 years ago
rail.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
rail.h (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
rail_cmd.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
rail_gui.cpp (svn r26640) -Cleanup: Remove some pointless STR_JUST_STRING detours. 10 years ago
rail_gui.h
rail_map.h (svn r24367) -Feature: [NewGRF] Customisable signals for rail types. 12 years ago
rail_type.h (svn r23595) -Codechange: add comma after last enum to get a more uniform coding style 13 years ago
rev.cpp.in (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
rev.h (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
road.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
road_cmd.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
road_cmd.h
road_func.h (svn r26105) -Codechange: add a lot of assertions to track/road functions that might eventually lead to become indices into tables 11 years ago
road_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
road_gui.h
road_internal.h
road_map.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
road_map.h (svn r23595) -Codechange: add comma after last enum to get a more uniform coding style 13 years ago
road_type.h (svn r23595) -Codechange: add comma after last enum to get a more uniform coding style 13 years ago
roadstop.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
roadstop_base.h (svn r23704) -Doc: Doxygen comment fixes and additions. 13 years ago
roadveh.h (svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen) 11 years ago
roadveh_cmd.cpp (svn r26546) -Codechange: Make order wait_time, travel_time and max_speed private 10 years ago
roadveh_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
safeguards.h (svn r26651) -Fix: make sure an abs is used that supports int64 when using abs on those variables 10 years ago
screenshot.cpp (svn r26525) -Remove: Screenshot format setting from GUI. 10 years ago
screenshot.h (svn r26525) -Remove: Screenshot format setting from GUI. 10 years ago
sdl.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
sdl.h (svn r24993) -Fix: [SDL] Improve 8bpp hardware palette support. Instead of always requesting SDL_HWPALETTE, it is now only done for 8bp blitters in fullscreen mode. 11 years ago
settings.cpp (svn r26611) -Feature: Save and load grfid and md5sum of newgrfs in config file (frosch) 10 years ago
settings_func.h (svn r25291) -Add: WindowDesc ability to load and store information in a config file. 11 years ago
settings_gui.cpp (svn r26678) -Codechange: Simplify settings widget layout. (Juanjo) 10 years ago
settings_gui.h (svn r24311) -Add: DrawDropDownButton() to draw dropdown buttons independent of actual widgets. 12 years ago
settings_internal.h (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
settings_type.h (svn r25508) -Change: split unit localisation choice into a choice per type of unit, and move it to the advanced settings 11 years ago
ship.h (svn r26546) -Codechange: Make order wait_time, travel_time and max_speed private 10 years ago
ship_cmd.cpp (svn r26546) -Codechange: Make order wait_time, travel_time and max_speed private 10 years ago
ship_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
signal.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
signal_func.h
signal_type.h (svn r24367) -Feature: [NewGRF] Customisable signals for rail types. 12 years ago
signs.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
signs_base.h
signs_cmd.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
signs_func.h
signs_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
signs_type.h
slope_func.h
slope_type.h (svn r23595) -Codechange: add comma after last enum to get a more uniform coding style 13 years ago
smallmap_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
smallmap_gui.h (svn r26266) -Fix [FS#5860]: Update smallmap overlay if player joins different company and make sure company masks are valid 11 years ago
sortlist_type.h (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
sound.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
sound_func.h
sound_type.h (svn r26425) -Doc: SoundFx enum 10 years ago
sprite.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
sprite.h (svn r23706) -Codechange: prevent 'unknown command' doxygen errors 13 years ago
spritecache.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
spritecache.h (svn r23887) -Feature: [NewGRF] Support for container version 2. 13 years ago
station.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
station_base.h (svn r26590) -Fix: possible desync (big/little endian) due to not writing complete variables upon saveload 10 years ago
station_cmd.cpp (svn r26646) -Fix [FS#6041]: Save locations instead of distances in link graphs to reduce size. 10 years ago
station_func.h (svn r26549) -Change: better estimation for link capacities during full load 10 years ago
station_gui.cpp (svn r26580) -Codechange: s/GES_PICKUP/GES_RATING/ (it has nothing to do with actual pickup), s/acceptance_pickup/status/ (the enum isn't called GoodEntryStatus for a reason; it's not only acceptance and pickup anymore) 10 years ago
station_gui.h (svn r26083) -Codechange: pass the CommandContainer for the station joiner around using a reference instead of by-value 11 years ago
station_map.h (svn r25221) -Fix: IsCompatibleTrainStationTile() is not a symmetric function. Clarify the parameters and fix the cases were they were swapped. 11 years ago
station_type.h (svn r25890) -Codechange: define a smallstack for station IDs 11 years ago
statusbar_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
statusbar_gui.h (svn r25289) -Codechange: Store width of statusbar and main toolbar directly in the WindowDesc. 11 years ago
stdafx.h (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
story.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
story_base.h (svn r25621) -Fix (r25342): Also delete page elments when their page is removed (so that they don't reappear on a new page later on) 11 years ago
story_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
story_type.h (svn r25342) -Add: StoryPage data structures and GS API 11 years ago
string.cpp (svn r26507) -Cleanup: remove now unused custom strndup implementation 10 years ago
string_base.h (svn r25653) -Add: Caret movement by words for CJK languages. 11 years ago
string_func.h (svn r26513) -Fix: 9x compilation, maybe 10 years ago
string_type.h (svn r23940) -Codechange: remove superfluous semicolons 12 years ago
stringfilter.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
stringfilter_type.h (svn r24632) -Feature: Add text filtering to advanced settings. 12 years ago
strings.cpp (svn r26733) -Fix [FS#6086]: inconsistency in using spaces between number and unit in some strings 10 years ago
strings_func.h (svn r26238) -Codechange: Use StringParameters::GetDataLeft to check for left space in the param array. 11 years ago
strings_type.h (svn r26525) -Remove: Screenshot format setting from GUI. 10 years ago
subsidy.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
subsidy_base.h (svn r23704) -Doc: Doxygen comment fixes and additions. 13 years ago
subsidy_func.h
subsidy_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
subsidy_type.h
tar_type.h (svn r23735) -Codechange: remove ~50 includes from headers that weren't needed 13 years ago
terraform_cmd.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
terraform_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
terraform_gui.h
textbuf.cpp (svn r26506) -Codechange: replace most of vsnprintf with vseprintf 10 years ago
textbuf_gui.h (svn r24323) -Codechange: Split Textbuf and associated functions to separate files. 12 years ago
textbuf_type.h (svn r25692) -Add: Replacement of a part of the edit box text with a new string. 11 years ago
texteff.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
texteff.hpp (svn r25011) -Codechange: allow vehicle transfer and profit text effects to be shown at the same time (fonsinchen) 11 years ago
textfile_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
textfile_gui.h (svn r25816) -Add [FS#5748]: Toggle button for wrapping lines in the textfile GUI (LordAro) 11 years ago
textfile_type.h (svn r23932) -Codechange: split the NewGRF text window into its own source files 12 years ago
tgp.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
tgp.h
tile_cmd.h (svn r26277) -Add [FS#5849]: Display speed limit also for road bridges in the TileInfo window. 11 years ago
tile_map.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
tile_map.h (svn r25849) -Codechange: Introduce IsTileFlat to not compute full slope information for situations when we only want to know if a tile is flat or not (cirdan, LordAro) 11 years ago
tile_type.h (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
tilearea.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
tilearea_type.h (svn r26289) -Codechange: Make tile areas and iterators more consistent to each other. 10 years ago
tilehighlight_func.h
tilehighlight_type.h (svn r23595) -Codechange: add comma after last enum to get a more uniform coding style 13 years ago
tilematrix_type.hpp (svn r23735) -Codechange: remove ~50 includes from headers that weren't needed 13 years ago
timetable.h
timetable_cmd.cpp (svn r26574) -Fix [FS#6006]: Don't reset current order wait time if it's timetabled. 10 years ago
timetable_gui.cpp (svn r26639) -Codechange: Simplify drawing early/late dates in timetable GUI. 10 years ago
toolbar_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
toolbar_gui.h (svn r25289) -Codechange: Store width of statusbar and main toolbar directly in the WindowDesc. 11 years ago
town.h (svn r25968) -Add: [Script] ScriptTown::TOWN_GROWTH_NONE to indicate no town growth via ScriptTown::SetGrowthRate and GetGrowthRate. 11 years ago
town_cmd.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
town_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
town_map.h (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
town_type.h
townname.cpp (svn r26510) -Codechange: use memcpy instead of strncpy in the town name replace word function since we never want to add a '\0' anyway, and we know the exact length too 10 years ago
townname_func.h (svn r26313) -Codechange: use a set for finding unique town names instead of iterating all just created town names (MJP) 10 years ago
townname_type.h (svn r26313) -Codechange: use a set for finding unique town names instead of iterating all just created town names (MJP) 10 years ago
track_func.h (svn r26105) -Codechange: add a lot of assertions to track/road functions that might eventually lead to become indices into tables 11 years ago
track_type.h (svn r23595) -Codechange: add comma after last enum to get a more uniform coding style 13 years ago
train.h (svn r26317) -Fix [FS#5897]: Check whether NewGRF change vehicle capacity when they are not supposed to, and truncate cargo appropiately if they are allowed to. 10 years ago
train_cmd.cpp (svn r26546) -Codechange: Make order wait_time, travel_time and max_speed private 10 years ago
train_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
transparency.h
transparency_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
transparency_gui.h
transport_type.h
tree_cmd.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
tree_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
tree_map.h (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
tunnel_map.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
tunnel_map.h
tunnelbridge.h
tunnelbridge_cmd.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
tunnelbridge_map.h (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
vehicle.cpp (svn r26706) -Fix [FS#6015] (r20644): wrong breakdown sound was played for ships 10 years ago
vehicle_base.h (svn r26157) -Feature: [NewGRF] Vehicle variable 4D for determining the position within an articulated vehicle. 11 years ago
vehicle_cmd.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
vehicle_func.h (svn r26130) -Codechange: add some guards against using invalid image indices 11 years ago
vehicle_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
vehicle_gui.h (svn r24839) -Feature [FS#5271]: [NewGRF] Support oversized purchase list sprites. (Based on patch by Eddi) 12 years ago
vehicle_gui_base.h (svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction. 11 years ago
vehicle_type.h
vehiclelist.cpp (svn r26679) -Codechange: VehicleListIdentifier::Pack can be const. (Juanjo) 10 years ago
vehiclelist.h (svn r26679) -Codechange: VehicleListIdentifier::Pack can be const. (Juanjo) 10 years ago
viewport.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
viewport_func.h (svn r25264) -Feature: linkgraph overlay over main viewport (fonsinchen) 11 years ago
viewport_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
viewport_sprite_sorter.h (svn r26205) -Feature: SSE 4.1 sprite sorter, improving the sorting performance significantly (MJP) 11 years ago
viewport_sprite_sorter_sse4.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
viewport_type.h (svn r25264) -Feature: linkgraph overlay over main viewport (fonsinchen) 11 years ago
void_cmd.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
void_map.h
water.h (svn r25229) -Feature: [NewGRF] Variable 0x82 for canals and rivers (dike map) 11 years ago
water_cmd.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
water_map.h (svn r23512) -Change [FS#4872]: Allow to place locks also on river rapids and restore rivers, if locks are deleted 13 years ago
waypoint.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
waypoint_base.h (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL. 11 years ago
waypoint_cmd.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
waypoint_func.h
waypoint_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
widget.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
widget_type.h (svn r25864) -Fix: Use the actual sprite dimensions for sizing the dropdown arrow of dropdown widgets. 11 years ago
window.cpp (svn r26610) -Feature: Select an editable preset name for saving. 10 years ago
window_func.h (svn r25681) -Change: [Win32] Position the IME composition window at the caret position. 11 years ago
window_gui.h (svn r25864) -Fix: Use the actual sprite dimensions for sizing the dropdown arrow of dropdown widgets. 11 years ago
window_type.h (svn r26610) -Feature: Select an editable preset name for saving. 10 years ago
zoom_func.h (svn r26202) -Cleanup: since ZOOM_LEVEL_NORMAL 0 and there aren't any negative zoom levels, there is no reason to account for negative zoom levels in the zoom functions (based on patch by MJP) 11 years ago
zoom_type.h (svn r23316) -Feature: Add ability to zoom in to 2x and 4x level. 13 years ago