You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src
rubidium 54f3e04590 (svn r21418) -Fix: core.h needs config.h 14 years ago
..
3rdparty
ai (svn r21416) -Codechange: limit vehicle name by amount of characters, not bytes 14 years ago
blitter
core (svn r21336) -Fix (r21030) [FS#4274]: compile failure when desync debugging is enabled (fonsinchen) 14 years ago
depend
lang (svn r21402) -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 r21418) -Fix: core.h needs config.h 14 years ago
os (svn r21150) -Fix: [OSX] Deprecation warning with libpng 1.4 14 years ago
pathfinder (svn r21372) -Cleanup: remove some broken npf debug code 14 years ago
saveload (svn r21395) -Codechange: move the save and load filter's interface to a header 14 years ago
script (svn r21311) -Fix [FS#4260]: AIs in an infinite loop in e.g. autosave, but also getting settings and such from info.nut, would not be interrupted after a while causing OpenTTD to seem to not respond 14 years ago
sound
spriteloader
strgen (svn r21348) -Fix (r21346): some compilers complain about int-uint comparisons 14 years ago
table (svn r21364) -Change: increase the default amount of companies, clients and spectators. Furthermore tighten the command execution/queueing limits a bit 14 years ago
thread (svn r20860) -Cleanup: remove some unused functions and variables 14 years ago
video (svn r21396) -Codechange: rename SafeSaveOrLoad to SaveLoad (it only did load), and add support for (safe) loading with a LoadFilter 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 r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 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
autoreplace.cpp
autoreplace_base.h
autoreplace_cmd.cpp (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
autoreplace_func.h
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
autoreplace_type.h
autoslope.h
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
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 r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 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
cargopacket.cpp
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
cheat.cpp
cheat_func.h
cheat_gui.cpp (svn r21388) -Feature [FS#4289]: Allow entering of the new year in a text box when cheating the year. 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
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
command.cpp (svn r21358) -Codechange: make some network function names conform to coding style 14 years ago
command_func.h (svn r21358) -Codechange: make some network function names conform to coding style 14 years ago
command_type.h (svn r21403) -Change: the maximum size of the string argument of a command 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
crashlog.cpp (svn r21161) -Codechange: make the currently used language easier accessible 14 years ago
crashlog.h
currency.cpp
currency.h
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 r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
date_gui.h
date_type.h
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
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
depot_gui.cpp (svn r21409) -Codechange: limit depot name by amount of characters, not bytes 14 years ago
depot_map.h
depot_type.h (svn r21409) -Codechange: limit depot name by amount of characters, not bytes 14 years ago
direction_func.h
direction_type.h
disaster_cmd.cpp (svn r20910) -Fix [FS#4155]: helicopters fired a bit too late 14 years ago
dock_gui.cpp (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
driver.cpp
driver.h
economy.cpp (svn r21156) -Codechange: Introduce EconomyIsInRecession(). 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
effectvehicle_base.h
effectvehicle_func.h
elrail.cpp (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
elrail_func.h
endian_check.cpp
engine.cpp (svn r21410) -Codechange: limit engine name by amount of characters, not bytes 14 years ago
engine_base.h (svn r20437) -Codechange: lets Engines use GRFFilePropsBase as well 14 years ago
engine_func.h
engine_gui.cpp (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
engine_gui.h
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
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 r21320) -Fix (r21298): somehow a semicolon got lost 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
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
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 r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
graph_gui.h
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 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
group_type.h (svn r21411) -Codechange: limit group name by amount of characters, not bytes 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
heightmap.h
highscore.cpp
highscore.h
highscore_gui.cpp
hotkeys.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
hotkeys.h
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 r21270) -Doc: Doxyment updates and additions. Removal of doxyment in code. 14 years ago
industry_gui.cpp (svn r21389) -Feature: Use alphabetical order when sorting industries by type at the industry directory window. 14 years ago
industry_map.h (svn r20631) -Codechange: generalise IsIndustryTileOnWater + simplify so related code 14 years ago
industry_type.h
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 r21288) -Codechange: Add helper function to find entries in _cleared_object_areas. 14 years ago
landscape.h
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 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
map_type.h
misc.cpp (svn r20670) -Add: support for action F 14 years ago
misc_cmd.cpp
misc_gui.cpp (svn r21407) -Codechange: prepare the text buffer code for limiting on number of characters besides the number of bytes 14 years ago
mixer.cpp
mixer.h
music.cpp
music_gui.cpp (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
newgrf.cpp (svn r21370) -Fix: [NewGRF] a grf with an invalid action14 could cause an out of memory error 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 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 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 r21338) -Fix [FS#4272]: bogus cache mismatch warnings with desync debugging because some cache was invalidated but never reset 14 years ago
newgrf_engine.h
newgrf_generic.cpp (svn r21198) -Fix: don't call variables properties in debug messages 14 years ago
newgrf_generic.h
newgrf_gui.cpp (svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU. 14 years ago
newgrf_house.cpp (svn r21198) -Fix: don't call variables properties in debug messages 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 r21360) -Fix [FS#4281]: crash when randomised action2 was used when resolving the image to draw in the buy menu 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 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
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 r21198) -Fix: don't call variables properties in debug messages 14 years ago
newgrf_spritegroup.h (svn r20660) -Codechange: implement (most) of action2 support for objects 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
newgrf_text.cpp (svn r21327) -Fix: cases are always "off-by-one" w.r.t. to the case table as there is an implicit default case with index 0 14 years ago
newgrf_text.h (svn r21216) -Feature: [NewGRF] Allow specifying a "choice list" for plurals 14 years ago
newgrf_town.cpp (svn r21198) -Fix: don't call variables properties in debug messages 14 years ago
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
news_func.h
news_gui.cpp (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
news_gui.h
news_type.h
object.h (svn r20670) -Add: support for action F 14 years ago
object_base.h (svn r21288) -Codechange: Add helper function to find entries in _cleared_object_areas. 14 years ago
object_cmd.cpp (svn r21314) -Fix [FS#4253]: [NewGRF] (Hopefully) make callback 157 behave more like TTDPatch does, i.e. fall back to the default check when the callback is not yielding a result for a tile instead of disallowing building the object 14 years ago
object_gui.cpp (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 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 r21396) -Codechange: rename SafeSaveOrLoad to SaveLoad (it only did load), and add support for (safe) loading with a LoadFilter 14 years ago
openttd.h
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
order_cmd.cpp (svn r21273) -Codechange: Return values should start at the same line. 14 years ago
order_func.h (svn r20539) -Codechange: make order backups more self-contained. 14 years ago
order_gui.cpp (svn r21157) -Codechange: remove information about the text direction out of the language "list" 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
pbs.cpp
pbs.h
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
rail.h
rail_cmd.cpp (svn r21353) -Fix (r19056)[FS#4277]: New railtypes with overlays did not use the shore sprites as groundtiles for three-corner-raised slopes (at shore). 14 years ago
rail_gui.cpp (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 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
rev.cpp.in
rev.h
road.cpp
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
road_func.h
road_gui.cpp (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 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
road_map.cpp
road_map.h (svn r20314) -Fix (r20312): Too many parameters, missed one. 14 years ago
road_type.h
roadstop.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
roadstop_base.h
roadveh.h (svn r21263) -Fix [FS#3935]: under some circumstances two vehicles could leave a non-drive through road stop at once 14 years ago
roadveh_cmd.cpp (svn r21273) -Codechange: Return values should start at the same line. 14 years ago
roadveh_gui.cpp (svn r21157) -Codechange: remove information about the text direction out of the language "list" 14 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
sdl.h
settings.cpp (svn r21358) -Codechange: make some network function names conform to coding style 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 r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
settings_internal.h
settings_type.h (svn r21363) -Add: support for limiting the amount of (accepted) incoming data 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 r21238) -Feature: [NewGRF] Support callback 0x10 for RVs and ships (Hirundo) 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
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
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
smallmap_gui.cpp (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
smallmap_gui.h
sortlist_type.h
sound.cpp
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
spritecache.h
station.cpp (svn r21273) -Codechange: Return values should start at the same line. 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 r21415) -Codechange: limit station/waypoint name by amount of characters, not bytes 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
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
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 r21343) -Add: Function that compares strings using case insensitive natural sort. 14 years ago
strings_func.h (svn r21343) -Add: Function that compares strings using case insensitive natural sort. 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 r21412) -Codechange: limit company name by amount of characters, not bytes 14 years ago
subsidy_base.h
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
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 r21289) -Fix [FS#4133]: Make terraforming and tunnel-excavation handle DC_AUTO-clearable multitile objects. 14 years ago
terraform_gui.cpp (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
terraform_gui.h
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
texteff.hpp
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
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
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 r21358) -Codechange: make some network function names conform to coding style 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 r21414) -Codechange: limit town name by amount of characters, not bytes 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 r21414) -Codechange: limit town name by amount of characters, not bytes 14 years ago
townname_func.h
townname_type.h
track_func.h (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
track_type.h
train.h (svn r21235) -Codechange: Move Train::UpdateVisualEffect to the Vehicle class (Hirundo) 14 years ago
train_cmd.cpp (svn r21273) -Codechange: Return values should start at the same line. 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
tree_map.h
tunnel_map.cpp (svn r21273) -Codechange: Return values should start at the same line. 14 years ago
tunnel_map.h
tunnelbridge.h
tunnelbridge_cmd.cpp (svn r21291) -Fix: Treat objects on water like water in more cases. 14 years ago
tunnelbridge_map.h
vehicle.cpp (svn r21249) -Fix (r21240, r21236) [FS#4242]: rear ends of dualheaded engines didn't smoke nor spark (Hirundo) 14 years ago
vehicle_base.h (svn r21338) -Fix [FS#4272]: bogus cache mismatch warnings with desync debugging because some cache was invalidated but never reset 14 years ago
vehicle_cmd.cpp (svn r21416) -Codechange: limit vehicle name by amount of characters, not bytes 14 years ago
vehicle_func.h (svn r21214) -Add: Display mail capacity when refitting an aircraft to passengers. 14 years ago
vehicle_gui.cpp (svn r21416) -Codechange: limit vehicle name by amount of characters, not bytes 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 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 r21273) -Codechange: Return values should start at the same line. 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
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
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 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 r21157) -Codechange: remove information about the text direction out of the language "list" 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 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_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 r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
window_type.h (svn r20670) -Add: support for action F 14 years ago
zoom_func.h
zoom_type.h