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
alberth 9b29187b7c (svn r21628) -Codechange: Remove local variables that just point to global _thd. 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 r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. 14 years ago
blitter (svn r20281) -Codechange: unify case scope closure + break coding style 14 years ago
core (svn r21336) -Fix (r21030) [FS#4274]: compile failure when desync debugging is enabled (fonsinchen) 14 years ago
depend (svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH). 14 years ago
lang (svn r21613) -Update: sync comments in the translation files with English for some recently untouched translations 14 years ago
misc (svn r21594) -Codechange: Whitespace fixes in ifndef/define lines. 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 r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. 14 years ago
os (svn r21593) -Codechange: endif comment correcttions. 14 years ago
pathfinder (svn r21594) -Codechange: Whitespace fixes in ifndef/define lines. 14 years ago
saveload (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 14 years ago
script (svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. 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 r21474) -Fix: some MSVC code analysis warnings in strgen 14 years ago
table (svn r21541) -Add: {DATE_SHORT} and {DATE_LONG} can now have cases 14 years ago
thread (svn r20860) -Cleanup: remove some unused functions and variables 14 years ago
video (svn r21578) -Fix [FS#2585]: [OSX] A double mouse cursor was shown under certain circumstances (based on patch by matheweis) 14 years ago
widgets (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
aircraft.h (svn r21097) -Codechange: Unify cached max speed for all vehicle types. 14 years ago
aircraft_cmd.cpp (svn r21137) -Fix/revert-ish (r1385): station ratings weren't updated (anymore) after an aircraft crashed 14 years ago
aircraft_gui.cpp (svn r21157) -Codechange: remove information about the text direction out of the language "list" 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 r21627) -Codechange: Remove _place_proc global variable. 14 years ago
animated_tile.cpp
animated_tile_func.h (svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. 14 years ago
articulated_vehicles.cpp (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 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 r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 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 r21593) -Codechange: endif comment correcttions. 14 years ago
bmp.cpp
bmp.h
bridge.h (svn r21270) -Doc: Doxyment updates and additions. Removal of doxyment in code. 14 years ago
bridge_gui.cpp (svn r21460) -Change [FS#3975]: place the bridge building window under the mouse instead of somewhere randomly on the screen and change the default sort order 14 years ago
bridge_map.cpp
bridge_map.h (svn r21273) -Codechange: Return values should start at the same line. 14 years ago
build_vehicle_gui.cpp (svn r21410) -Codechange: limit engine name by amount of characters, not bytes 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 r21344) -Feature [FS#4214]: Natural sorting of strings using ICU. 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 r21431) -Cleanup: remove the build-while-paused cheat 14 years ago
cheat_type.h (svn r21431) -Cleanup: remove the build-while-paused cheat 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 r21367) -Fix (r18719)[FS#4283]: Fields were not cleared under snow though they were intended to be. 14 years ago
cmd_helper.h (svn r21593) -Codechange: endif comment correcttions. 14 years ago
command.cpp (svn r21430) -Feature [FS#1521]: building while paused always works in the scenario editor 14 years ago
command_func.h (svn r21427) -Add: helper function to determine whether a command may be executed 14 years ago
command_type.h (svn r21425) -Codechange: add "command types" to all 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 r21412) -Codechange: limit company name by amount of characters, not bytes 14 years ago
company_func.h (svn r20970) -Add: company change notification to remote admins (dihedral) 14 years ago
company_gui.cpp (svn r21412) -Codechange: limit company name by amount of characters, not bytes 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 r21412) -Codechange: limit company name by amount of characters, not bytes 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 r21250) -Fix [FS#3952]: Rescanning AIs didn't "forget" removed AIs 14 years ago
console_func.h
console_gui.cpp (svn r21407) -Codechange: prepare the text buffer code for limiting on number of characters besides the number of bytes 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 r21161) -Codechange: make the currently used language easier accessible 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 r21512) -Change/Feature: make the delay of the chat messages timing out unrelated to the number of passed game days, i.e. don't stop aging chat messages when the server is paused 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 r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 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 r21409) -Codechange: limit depot name by amount of characters, not bytes 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 r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 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 r21409) -Codechange: limit depot name by amount of characters, not bytes 14 years ago
direction_func.h (svn r21593) -Codechange: endif comment correcttions. 14 years ago
direction_type.h (svn r19605) -Codechange: Merge ExtractBits into EnumPropsT. 14 years ago
disaster_cmd.cpp (svn r21516) -Codechange: Add IsGroundVehicle function to the Vehicle class. 14 years ago
dock_gui.cpp (svn r21627) -Codechange: Remove _place_proc global variable. 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 r21605) -Fix [FS#4324]: crash due to cargo payments belonging to an non-existing company 14 years ago
economy_base.h
economy_func.h (svn r21156) -Codechange: Introduce EconomyIsInRecession(). 14 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 r21410) -Codechange: limit engine name by amount of characters, not bytes 14 years ago
engine_base.h (svn r21593) -Codechange: endif comment correcttions. 14 years ago
engine_func.h (svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. 14 years ago
engine_gui.cpp (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
engine_gui.h (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
engine_type.h (svn r21410) -Codechange: limit engine name by amount of characters, not bytes 14 years ago
fileio.cpp (svn r21247) -Fix: make the tar scanner forget about old (possibly removed) tars 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 r21406) -Codechange: rename some textbuf related names to make them a bit more descriptive 14 years ago
fontcache.cpp (svn r21475) -Fix: MSVC's code analyser says DeleteObject shouldn't be called with NULL 14 years ago
fontcache.h (svn r21298) -Fix [FS#4261]: fonts set in openttd.cfg were not properly checked for missing glyphs on language change 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 r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
gfx.cpp (svn r21157) -Codechange: remove information about the text direction out of the language "list" 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 r21252) -Codechange: introduce a constant for the number of milliseconds per game tick and use it 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 r21601) -Fix [FS#4323]: company league table used stats from two quarters ago instead of last quarter 14 years ago
graph_gui.h (svn r19076) -Codechange: Move graph functions to their own header. 15 years ago
ground_vehicle.cpp (svn r21518) -Codechange: Rename AccelerationCache to GroundVehicleCache. 14 years ago
ground_vehicle.hpp (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 14 years ago
group.h
group_cmd.cpp (svn r21411) -Codechange: limit group name by amount of characters, not bytes 14 years ago
group_gui.cpp (svn r21411) -Codechange: limit group name by amount of characters, not bytes 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 r21411) -Codechange: limit group name by amount of characters, not bytes 14 years ago
gui.h (svn r21589) -Codechange: Move PlaceLandBlockInfo() to the right file, introduce a ShowLandInfo() function. 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 r21267) -Doc: Typo fixes. 14 years ago
industry_cmd.cpp (svn r21490) -Codechange: abstract/encapsulate the map area iterating a bit 14 years ago
industry_gui.cpp (svn r21627) -Codechange: Remove _place_proc global variable. 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 r21267) -Doc: Typo fixes. 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 r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
landscape.cpp (svn r21500) -Feature [FS#730]: diagonal tile clearing and terraforming. Based on patch by fonsinchen 14 years ago
landscape.h (svn r20286) -Codechange: Unify end of doxygen comments. 14 years ago
landscape_type.h
language.h (svn r21343) -Add: Function that compares strings using case insensitive natural sort. 14 years ago
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 r21627) -Codechange: Remove _place_proc global variable. 14 years ago
map.cpp (svn r21470) -Codechange: add method to get the distance from the edge in a given direction 14 years ago
map_func.h (svn r21490) -Codechange: abstract/encapsulate the map area iterating a bit 14 years ago
map_type.h (svn r21493) -Codechange: don't use the full 32 bits of the level land command to tell whether to raise, lower or keep the level of the first selected tile 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 r21589) -Codechange: Move PlaceLandBlockInfo() to the right file, introduce a ShowLandInfo() function. 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 r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
newgrf.cpp (svn r21452) -Codechange: read object property 17 (number of views) 14 years ago
newgrf.h (svn r21208) -Add: [NewGRF] Mapping information w.r.t. a translation's case and gender names 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 r21198) -Fix: don't call variables properties in debug messages 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 r21238) -Feature: [NewGRF] Support callback 0x10 for RVs and ships (Hirundo) 14 years ago
newgrf_canal.cpp (svn r21198) -Fix: don't call variables properties in debug messages 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 r21198) -Fix: don't call variables properties in debug messages 14 years ago
newgrf_cargo.h
newgrf_class.h (svn r21593) -Codechange: endif comment correcttions. 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 r21125) -Fix (r20248): static NewGRFs shouldn't be added non-statically to a game 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 r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
newgrf_engine.cpp (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 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 r21198) -Fix: don't call variables properties in debug messages 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 r21344) -Feature [FS#4214]: Natural sorting of strings using ICU. 14 years ago
newgrf_house.cpp (svn r21456) -Fix: [NewGRF] make sure the parameter for house var 60 is the id of an original house 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 r21270) -Doc: Doxyment updates and additions. Removal of doxyment in code. 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 r21198) -Fix: don't call variables properties in debug messages 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 r21454) -Codechange: add support for object variable 48 14 years ago
newgrf_object.h (svn r21454) -Codechange: add support for object variable 48 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 r21198) -Fix: don't call variables properties in debug messages 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 r21231) -Codechange: Generalize the naming of some settings and variables related to visual effects (Hirundo) 14 years ago
newgrf_spritegroup.cpp (svn r21604) -Add: Variable 7B for accessing 60+x variables while taking the parameter from the accumulator. 14 years ago
newgrf_spritegroup.h (svn r21454) -Codechange: add support for object variable 48 14 years ago
newgrf_station.cpp (svn r21273) -Codechange: Return values should start at the same line. 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 r21435) -Fix: NewGRF strings that referenced a value that was set by a string command later in the string failed 14 years ago
newgrf_text.h (svn r21435) -Fix: NewGRF strings that referenced a value that was set by a string command later in the string failed 14 years ago
newgrf_town.cpp (svn r21198) -Fix: don't call variables properties in debug messages 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 r21458) -Fix [FS#4180]: possible crash when news item gets removed at just the wrong moment 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 r21453) -Codechange: add the view of an object to the savegame 14 years ago
object_base.h (svn r21453) -Codechange: add the view of an object to the savegame 14 years ago
object_cmd.cpp (svn r21485) -Codechange: use CircularTileSearch to find whether there's a transmitter nearby 14 years ago
object_gui.cpp (svn r21455) -Feature [NewGRF]: selecting of different views of an object 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 r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 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 r21438) -Fix (r21424): fix triggered an assertion when the build did support networking 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 r21602) -Codechange: split actual adding/removing of orders to/from a vehicle's order list from the validation of those (user) commands. Based on patch by fonsinchen 14 years ago
order_cmd.cpp (svn r21603) -Codechange: no need to assign something to a variable and then test it for NULL when you're never using it again 14 years ago
order_func.h (svn r21466) -Codechange: make VehicleHasDepotOrders a function of Vehicle. 14 years ago
order_gui.cpp (svn r21616) -Change: do not highlight tile when selecting a vehicle to clone or an order to skip to 14 years ago
order_type.h (svn r21270) -Doc: Doxyment updates and additions. Removal of doxyment in code. 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 r21407) -Codechange: prepare the text buffer code for limiting on number of characters besides the number of bytes 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 r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 14 years ago
rail_gui.cpp (svn r21628) -Codechange: Remove local variables that just point to global _thd. 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 r21273) -Codechange: Return values should start at the same line. 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 r21627) -Codechange: Remove _place_proc global variable. 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 r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 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 r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 14 years ago
roadveh_cmd.cpp (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 14 years ago
roadveh_gui.cpp (svn r21565) -Codechange: Add pixel skip to DrawRoadVehImage(). 14 years ago
screenshot.cpp (svn r21558) -Codechange: add the graphics set and its version to the screenshot metadata as well 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 r21523) -Fix: Some windows were not updated correctly after a train acceleration model change. 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 r21557) -Change: close the query windows when changing the language as often the strings are partly translated, which causes trouble in some cases 14 years ago
settings_internal.h (svn r21593) -Codechange: endif comment correcttions. 14 years ago
settings_type.h (svn r21513) -Feature [FS#532]: make the chat message timeout user configurable 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 r21511) -Feature: vehicle lost message for ships 14 years ago
ship_gui.cpp (svn r21157) -Codechange: remove information about the text direction out of the language "list" 14 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 r21413) -Codechange: limit sign name by amount of characters, not bytes 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 r21413) -Codechange: limit sign name by amount of characters, not bytes 14 years ago
signs_type.h (svn r21413) -Codechange: limit sign name by amount of characters, not bytes 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 r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 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 r21483) -Codechange: make StationRect::ScanForStationTiles make use of TILE_AREA_LOOP. Making use of make makes me making use of my brain to determine whether I make use of tautology, or make use of pleonasm, or make use of both, or even make use of neither 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 r21486) -Codechange: use TILE_AREA_LOOP for station expansion checks as well 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 r21415) -Codechange: limit station/waypoint name by amount of characters, not bytes 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 r21273) -Codechange: Return values should start at the same line. 14 years ago
station_type.h (svn r21415) -Codechange: limit station/waypoint name by amount of characters, not bytes 14 years ago
statusbar_gui.cpp (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
statusbar_gui.h (svn r21179) -Fix [FS#4201] (r69): if the main toolbar's location is configurable, why isn't the statusbar's location configurable? 14 years ago
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 r21404) -Add: method for getting the length of an Utf8 string in characters 14 years ago
string_func.h (svn r21404) -Add: method for getting the length of an Utf8 string in characters 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 r21556) -Fix [FS#4320]: argt wasn't updated when argv was updated due to ARG_INDEX, so there was a mismatch between argt's offset and argv's offset causing trouble when getting the gender of a string 14 years ago
strings_func.h (svn r21593) -Codechange: endif comment correcttions. 14 years ago
strings_type.h (svn r21164) -Codechange: replace the hardcoded array of language metadata with a list 14 years ago
subsidy.cpp (svn r21442) -Fix [FS#4293] (r21412): don't use the current company for awarding subsidies; it's not quite valid there 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 r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 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 r21500) -Feature [FS#730]: diagonal tile clearing and terraforming. Based on patch by fonsinchen 14 years ago
terraform_gui.cpp (svn r21627) -Codechange: Remove _place_proc global variable. 14 years ago
terraform_gui.h (svn r21608) -Codechange: Move diagnonal rectangle dragging detection completely to tile highlighting. 14 years ago
textbuf_gui.h (svn r21407) -Codechange: prepare the text buffer code for limiting on number of characters besides the number of bytes 14 years ago
texteff.cpp (svn r19084) -Codechange: minor coding-style fixups 15 years ago
texteff.hpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
tgp.cpp (svn 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 r21499) -Add: diagonal tile iterator. Based on patch by fonsinchen 14 years ago
tilearea_type.h (svn r21499) -Add: diagonal tile iterator. Based on patch by fonsinchen 14 years ago
tilehighlight_func.h (svn r21627) -Codechange: Remove _place_proc global variable. 14 years ago
tilehighlight_type.h (svn r21622) -Doc: Clarify the documentation of highlighting constants somewhat. 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 r21157) -Codechange: remove information about the text direction out of the language "list" 14 years ago
toolbar_gui.cpp (svn r21592) -Codechange: Return unique values for placing a sign and land-info querying, store the callback information locally, and use it instead of the global _place_proc. 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 r21414) -Codechange: limit town name by amount of characters, not bytes 14 years ago
town_gui.cpp (svn r21627) -Codechange: Remove _place_proc global variable. 14 years ago
town_map.h (svn r20622) -Codechange: unify [GS]et[Statation|Object|Industry|House]AnimationFrame 14 years ago
town_type.h (svn r21414) -Codechange: limit town name by amount of characters, not bytes 14 years ago
townname.cpp (svn r21440) -Codechange: pass a pointer to just past the end of the argv array around in FormatString and friends 14 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 r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 14 years ago
train_cmd.cpp (svn r21529) -Doc: update comment after function name change (Krille) 14 years ago
train_gui.cpp (svn r21157) -Codechange: remove information about the text direction out of the language "list" 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 r21627) -Codechange: Remove _place_proc global variable. 14 years ago
tree_map.h (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. 14 years ago
tunnel_map.cpp (svn r21273) -Codechange: Return values should start at the same line. 14 years ago
tunnel_map.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
tunnelbridge.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
tunnelbridge_cmd.cpp (svn r21471) -Change [FS#4153]: make building aqueducts behave more like building tunnels. They can't be built on flat (or foundationed) tiles, so there is at most one destination tile like there is only one for tunnels 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 r21598) -Fix (r3139, r21236, r21249)[FS#4275]: The default visual effect only depends on properties of the Engine (wagon or not, tractiontype, ...), not whether it is used as articulated part, front engine or whatever in a specific consist. 14 years ago
vehicle_base.h (svn r21519) -Codechange: Allow direct access to the GroundVehicleCache from a Vehicle. 14 years ago
vehicle_cmd.cpp (svn r21561) -Change: Allow to specify the number of vehicles to refit in the refit vehicle command. 14 years ago
vehicle_func.h (svn r21561) -Change: Allow to specify the number of vehicles to refit in the refit vehicle command. 14 years ago
vehicle_gui.cpp (svn r21583) -Fix (r21566): The new scrollbar was not ignored correctly for ships and aircrafts. 14 years ago
vehicle_gui.h (svn r21565) -Codechange: Add pixel skip to DrawRoadVehImage(). 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 r21416) -Codechange: limit vehicle name by amount of characters, not bytes 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 r21628) -Codechange: Remove local variables that just point to global _thd. 14 years ago
viewport_func.h (svn r21270) -Doc: Doxyment updates and additions. Removal of doxyment in code. 14 years ago
viewport_gui.cpp (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 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 r21290) -Codechange: Add HasTileWaterGround() to deduplicate some tests. 14 years ago
water_map.h (svn r21290) -Codechange: Add HasTileWaterGround() to deduplicate some tests. 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 r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. 14 years ago
waypoint_cmd.cpp (svn r21415) -Codechange: limit station/waypoint name by amount of characters, not bytes 14 years ago
waypoint_func.h
waypoint_gui.cpp (svn r21415) -Codechange: limit station/waypoint name by amount of characters, not bytes 14 years ago
widget.cpp (svn r21479) -Fix (r9563): Keep transparency for textual stuff in newspaper. 14 years ago
widget_type.h (svn r21448) -Add: generic widget for creating a scrollable (one direction) and resizable (both directions) area with same sized widgets 14 years ago
window.cpp (svn r21620) -Codechange: Don't consider direction bits when checking for an active highlight mode. 14 years ago
window_func.h (svn r21244) -Fix [FS#4240] (r21179): the news message always stayed in the middle; let it follow the setting of the statusbar instead 14 years ago
window_gui.h (svn r21477) -Fix [FS#4300]: tooltips were removed when their related window got closed 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