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
terkhen c7a2d1f883 (svn r21123) -Codechange: Remove max_speed from the Vehicle class. 14 years ago
..
3rdparty (svn r20162) -Fix [FS#3954]: integer comparison failed in case the difference was more than "MAX_UINT"/2 14 years ago
ai (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
blitter (svn r20281) -Codechange: unify case scope closure + break coding style 14 years ago
core (svn r20951) -Codechange: Add SmallMap::Contains() and use it. 14 years ago
depend (svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH). 14 years ago
lang (svn r21117) -Update from WebTranslator v3.0: 14 years ago
misc (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
music (svn r20427) -Revert (r20105): even though MCI has less problems with wrongly pitched songs than dmusic, it crashed instead. 14 years ago
network (svn r21071) -Fix: ofcourse the svn properties weren't set properly either :( 14 years ago
os (svn r20859) -Fix [FS#4143]: Remove an outdated comment and just reference the readme. (planetmaker) 14 years ago
pathfinder (svn r21121) -Fix (r21100): Use the cached max speed when calculating YAPF penalties for road vehicles. 14 years ago
saveload (svn r21123) -Codechange: Remove max_speed from the Vehicle class. 14 years ago
script (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
sound (svn r20286) -Codechange: Unify end of doxygen comments. 14 years ago
spriteloader (svn r20211) -Codechange: Indented code should have curly braces around it. 14 years ago
strgen (svn r21115) -Codechange: make it more clear that genders and cases in the base translation are not supported 14 years ago
table (svn r21116) -Add [FS#3012]: Reduce the chances to accidentially break savegames with NewGRFs 14 years ago
thread (svn r20860) -Cleanup: remove some unused functions and variables 14 years ago
video (svn r21037) -Fix: [OSX] Mouse cursor would leave footprint with 8bpp blitter when switching to full screen 14 years ago
widgets (svn r21031) -Fix (r19883): Dropdown menu glitched in small screenshots, when issueing them from the menu. 14 years ago
aircraft.h (svn r21097) -Codechange: Unify cached max speed for all vehicle types. 14 years ago
aircraft_cmd.cpp (svn r21123) -Codechange: Remove max_speed from the Vehicle class. 14 years ago
aircraft_gui.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
airport.cpp (svn r21088) -Doc: Additions/corrections of doxygen comments. 14 years ago
airport.h (svn r21088) -Doc: Additions/corrections of doxygen comments. 14 years ago
airport_gui.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
animated_tile.cpp
animated_tile_func.h
articulated_vehicles.cpp (svn r21123) -Codechange: Remove max_speed from the Vehicle class. 14 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 r20286) -Codechange: Unify end of doxygen comments. 14 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 r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 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 r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR. 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
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 r20607) -Fix: retain information about all base sets that are found and not only the latest version. This to stop confusing people that use newer versions of the base sets than those available via BaNaNaS. 14 years ago
base_media_func.h (svn r20607) -Fix: retain information about all base sets that are found and not only the latest version. This to stop confusing people that use newer versions of the base sets than those available via BaNaNaS. 14 years ago
base_station_base.h (svn r19351) -Codechange: use TileArea for AfterRemoveRect 14 years ago
bmp.cpp
bmp.h
bridge.h (svn r20283) -Codechange: Unify start of doygen comments. 14 years ago
bridge_gui.cpp (svn r20997) -Fix: Size of sort buttons for order and vehicle list gui could be too small 14 years ago
bridge_map.cpp
bridge_map.h (svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable. 14 years ago
build_vehicle_gui.cpp (svn r21105) -Feature-ish: Allow to sort purchase lists for trains and road vehicles by tractive effort 14 years ago
cargo_type.h (svn r20283) -Codechange: Unify start of doygen comments. 14 years ago
cargopacket.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
cargopacket.h (svn r20574) -Codechange: a little over 1 million vehicles should be enough for the forseeable future 14 years ago
cargotype.cpp (svn r20283) -Codechange: Unify start of doygen comments. 14 years ago
cargotype.h (svn r20283) -Codechange: Unify start of doygen comments. 14 years ago
cheat.cpp
cheat_func.h
cheat_gui.cpp (svn r20939) -Fix: some MSVC warnings 14 years ago
cheat_type.h (svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable. 14 years ago
clear_cmd.cpp (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :) 14 years ago
clear_map.h (svn r20446) -Codechange: unify the location of the water class 14 years ago
cmd_helper.h (svn r19654) -Codechange: Use Extract<> in more places. 14 years ago
command.cpp (svn r20768) -Codechange: unify send-to-depot commands 14 years ago
command_func.h (svn r19714) -Feature: ctrl+click on a vehicle to start/stop it 14 years ago
command_type.h (svn r20768) -Codechange: unify send-to-depot commands 14 years ago
company_base.h (svn r20320) -Doc: Small Doxygen and normal comment fixes, and an missed addition. 14 years ago
company_cmd.cpp (svn r20970) -Add: company change notification to remote admins (dihedral) 14 years ago
company_func.h (svn r20970) -Add: company change notification to remote admins (dihedral) 14 years ago
company_gui.cpp (svn r20860) -Cleanup: remove some unused functions and variables 14 years ago
company_gui.h
company_manager_face.h (svn r20689) -Codechange: Make some global functions used in 1 .cpp file static in that file. 14 years ago
company_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
console.cpp (svn r20977) -Fix (r20975): compilation didn't get to the link stage if you, or config.lib, decided you don't need network support 14 years ago
console_cmds.cpp (svn r21050) -Fix (r20515): ignore underscores as well for help messages 14 years ago
console_func.h
console_gui.cpp (svn r21004) -Fix [FS#3746]: chat/console messages got sometimes messed up due to LTR names in RTL translations and vice-versa 14 years ago
console_gui.h
console_internal.h (svn r21050) -Fix (r20515): ignore underscores as well for help messages 14 years ago
console_type.h (svn r20022) -Doc: Add some doxygen comments. 14 years ago
crashlog.cpp (svn r21044) -Feature: XZ/LZMA2 savegame support. New default reduces savegame size by 10 to 30% with slightly more CPU usage. With maximum settings it reduces savegame size by 20 to 30%, but that takes 7 to 14 times longer. Map saving + downloading takes, on average, 5% less. 14 years ago
crashlog.h (svn r19272) -Doc: successfull -> successful. 14 years ago
currency.cpp (svn r20286) -Codechange: Unify end of doxygen comments. 14 years ago
currency.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
date.cpp (svn r20967) -Add: infrastructure to send information to remote admins at specific intervals (dihedral) 14 years ago
date_func.h (svn r20591) -Codechange: make sure _date_fract is set when SetDate is called. Some places wouldn't reset _date_fract correctly at all 14 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 r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
debug.cpp (svn r20977) -Fix (r20975): compilation didn't get to the link stage if you, or config.lib, decided you don't need network support 14 years ago
debug.h (svn r20784) -Doc: Doxyment a few debug line printing functions. 14 years ago
dedicated.cpp (svn r20194) -Fix: compilation with network disabled failed 14 years ago
depot.cpp (svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbers 14 years ago
depot_base.h (svn r20816) -Codechange [FS#3835]: make waypoint default names work like depots, stations and vehicles (Krille) 14 years ago
depot_cmd.cpp (svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbers 14 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 r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 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 r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr 14 years ago
direction_func.h
direction_type.h (svn r19605) -Codechange: Merge ExtractBits into EnumPropsT. 14 years ago
disaster_cmd.cpp (svn r20910) -Fix [FS#4155]: helicopters fired a bit too late 14 years ago
dock_gui.cpp (svn r20932) -Add [FS#4153]: Highlight all destination tiles when building a lock. (uni657) 14 years ago
driver.cpp (svn r20283) -Codechange: Unify start of doygen comments. 14 years ago
driver.h (svn r20283) -Codechange: Unify start of doygen comments. 14 years ago
economy.cpp (svn r21099) -Codechange: Store road vehicle max speed in the vehicle cache. 14 years ago
economy_base.h
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 r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 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
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 r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 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 r20286) -Codechange: Unify end of doxygen comments. 14 years ago
engine.cpp (svn r21101) -Doc: Additions and clarifications of doxygen comments 14 years ago
engine_base.h (svn r20437) -Codechange: lets Engines use GRFFilePropsBase as well 14 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 r20283) -Codechange: Unify start of doygen comments. 14 years ago
engine_gui.h (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
engine_type.h (svn r20300) -Add: Air drag field to the rail engine information. 14 years ago
fileio.cpp (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
fileio_func.h (svn r20689) -Codechange: Make some global functions used in 1 .cpp file static in that file. 14 years ago
fileio_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 14 years ago
fios.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
fios.h (svn r20755) -Fix (r19975): small memory leak at program exit (happens only once) 14 years ago
fios_gui.cpp (svn r21116) -Add [FS#3012]: Reduce the chances to accidentially break savegames with NewGRFs 14 years ago
fontcache.cpp (svn r20286) -Codechange: Unify end of doxygen comments. 14 years ago
fontcache.h (svn r20296) -Fix: Fallback font selection due to missing glyphs did not work as intended. 14 years ago
functions.h (svn r19937) -Codechange: Move some fios related prototypes to fios.h 14 years ago
gamelog.cpp (svn r20957) -Codechange: Add another parameter to FindGRFConfig() to define search restrictions. 14 years ago
gamelog.h (svn r20674) -Codechange: Remove declared functions that do not exist (anymore) otherwise. 14 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 r20822) -Fix [FS#3707]: deadlock when aborting map generation on windows 14 years ago
genworld.h (svn r20833) -Fix (r20832): Remove a warning. 14 years ago
genworld_gui.cpp (svn r21080) -Fix: Do not allow to use a custom water level with the original map generator. 14 years ago
gfx.cpp (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
gfx_func.h (svn r20384) -Fix: Update cursor dimensions when reloading grfs resp. changing base graphics, so the cursor does not glitch if it becomes bigger. 14 years ago
gfx_type.h (svn r20067) -Add: special modifier (GLOBAL) to mark hotkeys as global hotkeys 14 years ago
gfxinit.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
gfxinit.h
graph_gui.cpp (svn r21010) -Fix [FS#4102]: the detailed performance rating window would occasionally be too narrow. Based on a patch by Krille 14 years ago
graph_gui.h (svn r19076) -Codechange: Move graph functions to their own header. 15 years ago
ground_vehicle.cpp (svn r21107) -Fix: Don't use the maximum track speed where the maximum vehicle speed is meant. 14 years ago
ground_vehicle.hpp (svn r21106) -Change: Tuned realistic acceleration to be a bit more realistic in order to make acceleration "slower", which highlights the differences between vehicle types more. 14 years ago
group.h
group_cmd.cpp (svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbers 14 years ago
group_gui.cpp (svn r20997) -Fix: Size of sort buttons for order and vehicle list gui could be too small 14 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 r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
gui.h (svn r20962) -Fix [FS#4166](r20956): Determine tile under cursor before opening the new viewport. It might appear just below the cursor. 14 years ago
heightmap.cpp (svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit 14 years ago
heightmap.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
highscore.cpp (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. 14 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 r20286) -Codechange: Unify end of doxygen comments. 14 years ago
hotkeys.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
hotkeys.h (svn r20074) -Fix (r20065): highscore window should use the same hotkey for quit as the toolbar 14 years ago
house.h (svn r20797) -Fix: disable houses without a size that are available according to their building flags 14 years ago
house_type.h
industry.h (svn r20900) -Codechange: Move ProductionLevels enum to industry.h 14 years ago
industry_cmd.cpp (svn r21052) -Fix (r20435): house/airporttile/industrytile newgrfs that defined tiles that relied on the substitute being drawn were broken 14 years ago
industry_gui.cpp (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
industry_map.h (svn r20631) -Codechange: generalise IsIndustryTileOnWater + simplify so related code 14 years ago
industry_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
industrytype.h (svn r20850) -Codechange: Add IndustrySpec::UsesSmoothEconomy() to deduplicate code. 14 years ago
ini.cpp (svn r20693) -Fix: use strncmp instead of memcmp for comparing strings 14 years ago
ini_type.h
intro_gui.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
landscape.cpp (svn r21080) -Fix: Do not allow to use a custom water level with the original map generator. 14 years ago
landscape.h (svn r20286) -Codechange: Unify end of doxygen comments. 14 years ago
landscape_type.h
livery.h (svn r20605) -Fix [FS#4063]: let NewGRFs var43 var (information about liveries) for vehicles not be influenced by the local setting determining whether to show liveries or not. 14 years ago
main_gui.cpp (svn r21018) -Doc: Add Doxygen comments to some function. 14 years ago
map.cpp (svn r21055) -Codechange [FS#4190]: Code style fix (chillcore) 14 years ago
map_func.h (svn r20282) -Codechange: add some spaces where they should've been 14 years ago
map_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
misc.cpp (svn r20670) -Add: support for action F 14 years ago
misc_cmd.cpp (svn r20283) -Codechange: Unify start of doygen comments. 14 years ago
misc_gui.cpp (svn r20940) -Fix (r20928): switch to the normal alphabet where 'b' comes before 'p' 14 years ago
mixer.cpp (svn r20211) -Codechange: Indented code should have curly braces around it. 14 years ago
mixer.h (svn r19332) -Codechange: Simplify sound panning by using float data, and switch to sinusoidal algorithm to maintain output level. 14 years ago
music.cpp (svn r19674) -Fix [FS#3774]: crash when the music/graphics metadata files were unreadable 14 years ago
music_gui.cpp (svn r20474) -Cleanup: remove some unused code 14 years ago
newgrf.cpp (svn r21100) -Feature [NewGRF]: Add CB36 support for road vehicle property 0x15 (Speed). 14 years ago
newgrf.h (svn r20848) -Add: _loaded_newgrf_features.used_liveries to keep track which liveries are used by some vehicle resp. which are not used at all. 14 years ago
newgrf_airport.cpp (svn r21088) -Doc: Additions/corrections of doxygen comments. 14 years ago
newgrf_airport.h (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
newgrf_airporttiles.cpp (svn r21052) -Fix (r20435): house/airporttile/industrytile newgrfs that defined tiles that relied on the substitute being drawn were broken 14 years ago
newgrf_airporttiles.h (svn r20625) -Add: AirportTileSpec::GetByTile to simplify accessing the AirportTileSpec 14 years ago
newgrf_animation_base.h (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
newgrf_animation_type.h (svn r20669) -Codechange: trigger the whole object every 256 ticks instead of every 250 ticks 14 years ago
newgrf_callbacks.h (svn r20670) -Add: support for action F 14 years ago
newgrf_canal.cpp (svn r20689) -Codechange: Make some global functions used in 1 .cpp file static in that file. 14 years ago
newgrf_canal.h (svn r20689) -Codechange: Make some global functions used in 1 .cpp file static in that file. 14 years ago
newgrf_cargo.cpp (svn r19132) -Codechange: No need to end a line with ;;. 15 years ago
newgrf_cargo.h
newgrf_class.h (svn r20405) -Add: generic class for "classes" for NewGRFs, e.g. the Station classes and Airport classes 14 years ago
newgrf_class_func.h (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
newgrf_commons.cpp (svn r20996) -Change: [NewGRF] the X and Y offsets in the parameter for industry vars 60,61,62,63 are unsigned instead of signed 14 years ago
newgrf_commons.h (svn r20996) -Change: [NewGRF] the X and Y offsets in the parameter for industry vars 60,61,62,63 are unsigned instead of signed 14 years ago
newgrf_config.cpp (svn r20960) -Add: Allow setting 'minimal compatible version' via Action14. (planetmaker) 14 years ago
newgrf_config.h (svn r20959) -Codechange: Realign comments. 14 years ago
newgrf_debug.h (svn r20409) -Codechange: reduce the number of includes needed by newgrf.h 14 years ago
newgrf_debug_gui.cpp (svn r21065) -Fix (r19733): Crash when displaying 60+x parameters in the NewGRF inspect window. 14 years ago
newgrf_engine.cpp (svn r21099) -Codechange: Store road vehicle max speed in the vehicle cache. 14 years ago
newgrf_engine.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
newgrf_generic.cpp (svn r20283) -Codechange: Unify start of doygen comments. 14 years ago
newgrf_generic.h (svn r20108) -Change: [NewGRF] Report substitute industry type in AI railstation selection callback. 14 years ago
newgrf_gui.cpp (svn r21111) -Add: Remove the buttons below the newgrf details if the list is not editable. 14 years ago
newgrf_house.cpp (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
newgrf_house.h (svn r20627) -Codechange: unify the animation code of station, airport, house and industry tiles 14 years ago
newgrf_industries.cpp (svn r21052) -Fix (r20435): house/airporttile/industrytile newgrfs that defined tiles that relied on the substitute being drawn were broken 14 years ago
newgrf_industries.h (svn r20996) -Change: [NewGRF] the X and Y offsets in the parameter for industry vars 60,61,62,63 are unsigned instead of signed 14 years ago
newgrf_industrytiles.cpp (svn r21052) -Fix (r20435): house/airporttile/industrytile newgrfs that defined tiles that relied on the substitute being drawn were broken 14 years ago
newgrf_industrytiles.h (svn r20942) -Feature [NewGRF]: make it possible to distinguish player built/randomly placed industries in the location and land slope check callbacks 14 years ago
newgrf_object.cpp (svn r21041) -Change: [NewGRF] make object var 60 return the object id even when the relative tile is not part of the same object 14 years ago
newgrf_object.h (svn r20662) -Codechange: implement object animation 14 years ago
newgrf_properties.h (svn r21100) -Feature [NewGRF]: Add CB36 support for road vehicle property 0x15 (Speed). 14 years ago
newgrf_railtype.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
newgrf_railtype.h (svn r20424) -Fix: Rename members of TileContext (TC_NORMAL conflicted with an existing define on MinGW). 14 years ago
newgrf_sound.cpp (svn r19679) -Fix: [NewGRF] make sure newgrfs can't overwrite sound effect properties from other newgrfs 14 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 r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
newgrf_spritegroup.h (svn r20660) -Codechange: implement (most) of action2 support for objects 14 years ago
newgrf_station.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
newgrf_station.h (svn r20623) -Codechange: unify the storing of animation related information 14 years ago
newgrf_storage.cpp
newgrf_storage.h (svn r19497) -Fix: [NewGRF] Bytes and words get sign-extended for temporary/persistent storage. (Spotted by yexo) 14 years ago
newgrf_text.cpp (svn r21086) -Feature-ish: [NewGRF] String code to print the weight in format based on settings 14 years ago
newgrf_text.h (svn r20249) -Codechange: change the newgrf name/description from a char* to a GRFText* to make translations possible 14 years ago
newgrf_town.cpp (svn r20286) -Codechange: Unify end of doxygen comments. 14 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 r20283) -Codechange: Unify start of doygen comments. 14 years ago
newgrf_townname.h (svn r20283) -Codechange: Unify start of doygen comments. 14 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 r20470) -Codechange: Make arrow buttons lower and raise like other buttons when clicked. 14 years ago
news_gui.h
news_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 14 years ago
object.h (svn r20670) -Add: support for action F 14 years ago
object_base.h (svn r20743) -Fix: Make testruns of clearing an object tile not influence repeated testruns resp. the exec run. 14 years ago
object_cmd.cpp (svn r20919) -Fix [FS#4140]: objects didn't change colour when the company changed colour. Now they do, except when the "decide colour" callback is (defined to be) used 14 years ago
object_gui.cpp (svn r20907) -Fix [FS#4156-ish]: callback 15C's string didn't actually get drawn 14 years ago
object_map.h (svn r20639) -Add: random bits to object tiles 14 years ago
object_type.h (svn r20660) -Codechange: implement (most) of action2 support for objects 14 years ago
openttd.cpp (svn r21097) -Codechange: Unify cached max speed for all vehicle types. 14 years ago
openttd.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
order_backup.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
order_backup.h (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
order_base.h (svn r20286) -Codechange: Unify end of doxygen comments. 14 years ago
order_cmd.cpp (svn r20600) -Fix [FS#4075]: "downscale" a full load order to a load if possible order when removing the order while the vehicle is loading. This to prevent the vehicle from (possibly) staying forever in the station 14 years ago
order_func.h (svn r20539) -Codechange: make order backups more self-contained. 14 years ago
order_gui.cpp (svn r20927) -Add [FS#3905]: Transfer orders imply 'leave empty' by default 14 years ago
order_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
os_timer.cpp
osk_gui.cpp (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 14 years ago
pbs.cpp (svn r20156) -Fix [FS#3937]: [YAPP] Converting a one-way block to a path signal with trains on both sides could lead to a train crash. 14 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 r19904) -Codechange: Make EventState usable outside Window context. 14 years ago
rail.cpp (svn r19654) -Codechange: Use Extract<> in more places. 14 years ago
rail.h (svn r20286) -Codechange: Unify end of doxygen comments. 14 years ago
rail_cmd.cpp (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
rail_gui.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
rail_gui.h (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
rail_map.h (svn r20283) -Codechange: Unify start of doygen comments. 14 years ago
rail_type.h (svn r19654) -Codechange: Use Extract<> in more places. 14 years ago
rev.cpp.in (svn r19143) -Codechange: trunk's going for 1.1 now. 15 years ago
rev.h
road.cpp (svn r20281) -Codechange: unify case scope closure + break coding style 14 years ago
road_cmd.cpp (svn r20728) -Codechange: shuffle some code in CMD_BUILD_ROAD so it doesn't call CMD_LANDSCAPE_CLEAR in test-mode from exec-mode 14 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 r19791) -Change: use the typed FOR_EACH_SET_BIT for RoadTypes (adf88) 14 years ago
road_gui.cpp (svn r20856) -Fix [FS#4141]: Road/water toolbars did not get updated when the first vehicle of their type becomes available. 14 years ago
road_gui.h (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
road_internal.h (svn r19402) -Codechange: CheckAllowRemoveRoad() returns a CommandCost. 14 years ago
road_map.cpp
road_map.h (svn r20314) -Fix (r20312): Too many parameters, missed one. 14 years ago
road_type.h (svn r19683) -Fix (r19654): towns with 3x3 and 2x2 road layouts couldn't expand 14 years ago
roadstop.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 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 r21106) -Change: Tuned realistic acceleration to be a bit more realistic in order to make acceleration "slower", which highlights the differences between vehicle types more. 14 years ago
roadveh_cmd.cpp (svn r21123) -Codechange: Remove max_speed from the Vehicle class. 14 years ago
roadveh_gui.cpp (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
screenshot.cpp (svn r20508) -Add [FS#3973]: A new screenshot type that makes a zoomed-in screenshot of the visible viewport. (Eddi) 14 years ago
screenshot.h (svn r20508) -Add [FS#3973]: A new screenshot type that makes a zoomed-in screenshot of the visible viewport. (Eddi) 14 years ago
sdl.cpp (svn r20211) -Codechange: Indented code should have curly braces around it. 14 years ago
sdl.h (svn r18810) -Fix (r18809): broken win32 compilation with SDL 15 years ago
settings.cpp (svn r21116) -Add [FS#3012]: Reduce the chances to accidentially break savegames with NewGRFs 14 years ago
settings_func.h (svn r20689) -Codechange: Make some global functions used in 1 .cpp file static in that file. 14 years ago
settings_gui.cpp (svn r21010) -Fix [FS#4102]: the detailed performance rating window would occasionally be too narrow. Based on a patch by Krille 14 years ago
settings_internal.h (svn r20286) -Codechange: Unify end of doxygen comments. 14 years ago
settings_type.h (svn r21116) -Add [FS#3012]: Reduce the chances to accidentially break savegames with NewGRFs 14 years ago
ship.h (svn r21098) -Codechange: Ships now store their max speed in the cache instead of recalculating it every time. 14 years ago
ship_cmd.cpp (svn r21123) -Codechange: Remove max_speed from the Vehicle class. 14 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 r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH). 14 years ago
signal_func.h
signal_type.h (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
signs.cpp
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 r20283) -Codechange: Unify start of doygen comments. 14 years ago
signs_func.h (svn r20516) -Feature [FS#3472]: Filter signs at the sign list window. (Zuu) 14 years ago
signs_gui.cpp (svn r20846) -Fix: some whitespace. 14 years ago
signs_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
slope_func.h (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
slope_type.h (svn r20097) -Codechange: Share constant bitset of safe level crossing slopes. 14 years ago
smallmap_gui.cpp (svn r20851) -Fix: Smallmap legend buttons must all be equal in size, even if their contents is not. 14 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 r20286) -Codechange: Unify end of doxygen comments. 14 years ago
sound.cpp (svn r19614) -Codechange: "it's" => "its" where appropriate 14 years ago
sound_func.h
sound_type.h
sprite.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
sprite.h (svn r20657) -Codechange: add function to draw NewGRF tileseq in the GUI 14 years ago
spritecache.cpp (svn r20286) -Codechange: Unify end of doxygen comments. 14 years ago
spritecache.h (svn r19723) -Add: a simple sprite alignment helper. It does not store the new offsets anywhere so as soon as the sprite is reloaded the offsets are gone (use a bigger sprite cache if this happens). Also anything that reloads NewGRFs (new games, loading games or (re)applying NewGRFs) clears the sprite cache and as such resets the offsets. 14 years ago
station.cpp (svn r20774) -Fix [FS#4116]: assertion triggered when removing a station owned by nobody when the local company is "spectator" as well 14 years ago
station_base.h (svn r20857) -Fix [FS#3637]: The station with the second highest rating was doubly penalised when distributing cargo. Now the penalty is completely removed and the granularity/precision of the distribution in increased by using fractional cargo. This should make competing stations less "all-or-nothing". 14 years ago
station_cmd.cpp (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
station_func.h (svn r20674) -Codechange: Remove declared functions that do not exist (anymore) otherwise. 14 years ago
station_gui.cpp (svn r20997) -Fix: Size of sort buttons for order and vehicle list gui could be too small 14 years ago
station_gui.h (svn r19968) -Fix [FS#3876](r19955): the 'list of ships' button opened list of aircraft and vice versa 14 years ago
station_map.h (svn r20717) -Fix [FS#4103]: water class was not set for stations 14 years ago
station_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
statusbar_gui.cpp (svn r20722) -Fix (r20719): signed/unsigned side effect makes a small negative value become a big positive value 14 years ago
statusbar_gui.h
stdafx.h (svn r19853) -Fix [FS#3840]: revert r19781 and apply a more sensible version with the same effect 14 years ago
string.cpp (svn r20286) -Codechange: Unify end of doxygen comments. 14 years ago
string_func.h (svn r21006) -Fix (r21004): don't print the text direction character when ICU isn't linked and thus doesn't remove them 14 years ago
string_type.h (svn r21004) -Fix [FS#3746]: chat/console messages got sometimes messed up due to LTR names in RTL translations and vice-versa 14 years ago
strings.cpp (svn r21113) -Codechange: remove the amount of places where the language pack identifier magic value is 14 years ago
strings_func.h
strings_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
subsidy.cpp (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
subsidy_base.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
subsidy_func.h (svn r20674) -Codechange: Remove declared functions that do not exist (anymore) otherwise. 14 years ago
subsidy_gui.cpp (svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR. 14 years ago
subsidy_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 14 years ago
tar_type.h (svn r20346) -Change: scan for tar files before scanning for AIs/NewGRFs so new AIs/NewGRFs inside a tar file are found 14 years ago
terraform_cmd.cpp (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
terraform_gui.cpp (svn r20671) -Add: feature F (not action F as written mistakenly in the previous message) support for the scenario editor 14 years ago
terraform_gui.h (svn r20070) -Feature: when none of the open windows handles a keypress, try all toolbars for global hotkeys 14 years ago
textbuf_gui.h
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 r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
tgp.h
tile_cmd.h (svn r20716) -Feature: add airport class and airport name to the land info tool 14 years ago
tile_map.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
tile_map.h (svn r20622) -Codechange: unify [GS]et[Statation|Object|Industry|House]AnimationFrame 14 years ago
tile_type.h (svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable. 14 years ago
tilearea.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
tilearea_type.h (svn r21019) -Add: Use center of industry to focus on in the industry gui. 14 years ago
tilehighlight_func.h (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
tilehighlight_type.h (svn r20753) -Feature [FS#3999]: make it possible to select vehicle to clone and vehicle to clone orders from directly from vehicle lists and depot window 14 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 r20570) -Codechange: free/reserve some bits in the timetable commands to increase the vehicle pool limit 14 years ago
timetable_gui.cpp (svn r20570) -Codechange: free/reserve some bits in the timetable commands to increase the vehicle pool limit 14 years ago
toolbar_gui.cpp (svn r21116) -Add [FS#3012]: Reduce the chances to accidentially break savegames with NewGRFs 14 years ago
toolbar_gui.h (svn r20807) -Codechange: don't clamp the width of the main toolbar to 640 pixels 14 years ago
town.h (svn r20816) -Codechange [FS#3835]: make waypoint default names work like depots, stations and vehicles (Krille) 14 years ago
town_cmd.cpp (svn r21052) -Fix (r20435): house/airporttile/industrytile newgrfs that defined tiles that relied on the substitute being drawn were broken 14 years ago
town_gui.cpp (svn r21022) -Add (r21021): Missed recentering of a town gui viewport after a resize. 14 years ago
town_map.h (svn r20622) -Codechange: unify [GS]et[Statation|Object|Industry|House]AnimationFrame 14 years ago
town_type.h (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 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
townname_type.h (svn r20283) -Codechange: Unify start of doygen comments. 14 years ago
track_func.h (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
track_type.h (svn r19605) -Codechange: Merge ExtractBits into EnumPropsT. 14 years ago
train.h (svn r21106) -Change: Tuned realistic acceleration to be a bit more realistic in order to make acceleration "slower", which highlights the differences between vehicle types more. 14 years ago
train_cmd.cpp (svn r21123) -Codechange: Remove max_speed from the Vehicle class. 14 years ago
train_gui.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
transparency.h (svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable. 14 years ago
transparency_gui.cpp (svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable. 14 years ago
transparency_gui.h
transport_type.h (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
tree_cmd.cpp (svn r20829) -Fix [FS#4094]: Place less trees at once when planting random trees at the scenario editor. 14 years ago
tree_gui.cpp (svn r19634) -Codechange: Use TREE_INVALID more consistently. 14 years ago
tree_map.h (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. 14 years ago
tunnel_map.cpp
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 r21079) -Codechange: replace magic numbers with already defined constant ("inspired" by Hirundo's work) 14 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
vehicle.cpp (svn r21098) -Codechange: Ships now store their max speed in the cache instead of recalculating it every time. 14 years ago
vehicle_base.h (svn r21123) -Codechange: Remove max_speed from the Vehicle class. 14 years ago
vehicle_cmd.cpp (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
vehicle_func.h (svn r21088) -Doc: Additions/corrections of doxygen comments. 14 years ago
vehicle_gui.cpp (svn r21099) -Codechange: Store road vehicle max speed in the vehicle cache. 14 years ago
vehicle_gui.h (svn r20773) -Codechange: use packed VehicleListIdentifiers for some commands as well 14 years ago
vehicle_gui_base.h (svn r20777) -Codechange: make VehicleListIdentifier a variable of BaseVehicleList and use that instead of "dereferencing" the window number and storing some information twice 14 years ago
vehicle_type.h (svn r21088) -Doc: Additions/corrections of doxygen comments. 14 years ago
vehiclelist.cpp (svn r20776) -Codechange: make VehicleLists for the group "ALL_GROUP" work as well 14 years ago
vehiclelist.h (svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbers 14 years ago
viewport.cpp (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
viewport_func.h (svn r21020) -Add: Use center of waypoint in waypoint gui, if available. 14 years ago
viewport_gui.cpp (svn r20962) -Fix [FS#4166](r20956): Determine tile under cursor before opening the new viewport. It might appear just below the cursor. 14 years ago
viewport_type.h (svn r21018) -Doc: Add Doxygen comments to some function. 14 years ago
void_cmd.cpp (svn r20419) -Codechange: Rename dummy_land.cpp to void_cmd.cpp 14 years ago
void_map.h
water.h (svn r20109) -Codechange: Make GetFloodingBehaviour() globally usable. 14 years ago
water_cmd.cpp (svn r20763) -Fix [FS#4113](r20749): The bridgetest on building shipdepots can no longer rely on being only called for clear water tiles. 14 years ago
water_map.h (svn r20909) -Fix [FS#4137]: don't see coasts as water for object construction 14 years ago
waypoint.cpp (svn r19958) -Codechange: move common code from Waypoint and Station destructors to BaseStation destructor 14 years ago
waypoint_base.h (svn r20816) -Codechange [FS#3835]: make waypoint default names work like depots, stations and vehicles (Krille) 14 years ago
waypoint_cmd.cpp (svn r20816) -Codechange [FS#3835]: make waypoint default names work like depots, stations and vehicles (Krille) 14 years ago
waypoint_func.h
waypoint_gui.cpp (svn r21035) -Fix [FS#4181] (r21020): crash when opening the buoy's viewport. Based on a patch by Krille. 14 years ago
widget.cpp (svn r21017) -Doc: Small fixes (by Krille). 14 years ago
widget_type.h (svn r20922) -Fix [FS#4071]: accidentally moving the mouse of the scrollbar arrows while pressing it clicks the button next to the arrow 14 years ago
window.cpp (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 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 r20753) -Feature [FS#3999]: make it possible to select vehicle to clone and vehicle to clone orders from directly from vehicle lists and depot window 14 years ago
window_type.h (svn r20670) -Add: support for action F 14 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