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
frosch 1519f7074f (svn r17999) -Fix: [NewGRF] Improve parsing of RIFF data. Skip unknown chunks and check chunk sizes. 15 years ago
..
3rdparty (svn r17883) -Codechange: little cleaning in md5.cpp and md5.h 15 years ago
ai (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
blitter (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
core (svn r17839) -Codechange: implement the concept of 'caching' pool items to pools, that is instead of 'free' push the unused items in a linked list and use them on 'malloc'. Also add the concept of zeroing, or actually not zeroing, on new for pool items. 15 years ago
depend (svn r17923) -Feature: "port" OpenTTD to GNU/Hurd 15 years ago
lang (svn r17983) -Update from WebTranslator v3.0: 15 years ago
misc (svn r17596) -Codechange: constify some tables 15 years ago
music (svn r17875) -Change [FS#3272]: prefer extmidi over allegro midi and allegro over null driver 15 years ago
network (svn r17977) -Fix: Busses and trucks are distinguished by cargo class. 15 years ago
os (svn r17872) -Codechange: apply coding style to splash.cpp 15 years ago
saveload (svn r17963) -Codechange: some documentation style 15 years ago
script (svn r17963) -Codechange: some documentation style 15 years ago
sound (svn r17788) -Fix [FS#3268] (r16702): don't fail hard when no soundcard could be detected; just fall back on the null-driver 15 years ago
spriteloader (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 15 years ago
strgen (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
table (svn r17971) -Codechange: make the code of the toolbar more uniform; give the switch bar a tooltip and unify the naming of sprites. 15 years ago
thread (svn r17776) -Codechange: [SDL] make "update the video card"-process asynchronious. Profiling with gprof etc. hasn't shown us that DrawSurfaceToScreen takes a significant amount of CPU; only using TIC/TOC it became apparant that it was a heavy CPU-cycle user or that it was waiting for something. 15 years ago
video (svn r17950) -Fix (r17776): _draw_mutex was never destroyed, _draw_thread was never joined 15 years ago
widgets (svn r17998) -Fix (r17994): Use a consistent item list width. 15 years ago
yapf (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
aircraft.h (svn r17897) -Fix [FS#3255]: CB15 and CB36 (capacity) were not always called when they should. 15 years ago
aircraft_cmd.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
aircraft_gui.cpp (svn r17870) -Codechange: Use fontsize when drawing roadveh, ship, and aircraft details. 15 years ago
airport.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
airport.h
airport_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
airport_movement.h
animated_tile.cpp
animated_tile_func.h
articulated_vehicles.cpp (svn r17911) -Codechange: bool * is a pointer, not a bool 15 years ago
articulated_vehicles.h (svn r17728) -Cleanup: Remove some more unneeded/unused parameters. 15 years ago
autoreplace.cpp
autoreplace_base.h
autoreplace_cmd.cpp (svn r17800) -Codechange: first steps into making CargoList a template 15 years ago
autoreplace_func.h (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos 15 years ago
autoreplace_gui.cpp (svn r17892) -Feature [FS#1760]: automatically select the railtype with the most engines for the autoreplace window/try to avoid showing an empty autoreplace list 15 years ago
autoreplace_gui.h
autoreplace_type.h
autoslope.h
aystar.cpp (svn r17692) -Codechange: minor coding style fixes 15 years ago
aystar.h
base_media_base.h (svn r17790) -Feature: translatable base sound/graphics set descriptions 15 years ago
base_media_func.h (svn r17790) -Feature: translatable base sound/graphics set descriptions 15 years ago
base_station_base.h
bmp.cpp
bmp.h
bridge.h
bridge_gui.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 15 years ago
bridge_map.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
bridge_map.h
build_vehicle_gui.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
callback_table.cpp (svn r17608) -Codechange: use CmdFoundTown when founding 'Random town' too 15 years ago
callback_table.h (svn r17596) -Codechange: constify some tables 15 years ago
cargo_type.h
cargopacket.cpp (svn r17840) -Codechange: use the new pool's concepts (caching + not zeroing). Improves average CargoPacket con/destruction time by ~20%, MoveTo/Append by 5-10% and application performance by up to 2%. 15 years ago
cargopacket.h (svn r17840) -Codechange: use the new pool's concepts (caching + not zeroing). Improves average CargoPacket con/destruction time by ~20%, MoveTo/Append by 5-10% and application performance by up to 2%. 15 years ago
cargotype.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
cargotype.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
cheat.cpp
cheat_func.h
cheat_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
cheat_type.h
clear_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
clear_map.h
cmd_helper.h
command.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 15 years ago
command_func.h
command_type.h (svn r17603) -Codechange: since now, towns are 'founded' instead of 'built' 15 years ago
company_base.h
company_cmd.cpp (svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/ 15 years ago
company_func.h
company_gui.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 15 years ago
company_gui.h
company_manager_face.h
company_type.h
console.cpp (svn r17701) -Codechange: don't start line with a space if it's not inside comment 15 years ago
console_cmds.cpp (svn r17941) -Fix: close BMP file when making screenshot fails 15 years ago
console_func.h
console_gui.cpp (svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X. 15 years ago
console_gui.h
console_internal.h
console_type.h
crashlog.cpp (svn r17774) -Codechange: show the version of the (dynamically) linked library instead of the one we compiled against in the crash log 15 years ago
crashlog.h (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos 15 years ago
currency.cpp
currency.h
date.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
date_func.h
date_type.h
debug.cpp
debug.h (svn r17778) -Fix: remove unneeded newline from 'TOC' debug lines. 15 years ago
dedicated.cpp (svn r17606) -Add: initial support for Haiku; a dedicated server with zlib and libpng compiles and links (for me). Something's fishy with the network so it doesn't actually work (yet) 15 years ago
depot.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
depot_base.h
depot_func.h
depot_gui.cpp (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone. 15 years ago
depot_map.h
depot_type.h
direction_func.h
direction_type.h
disaster_cmd.cpp
dock_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
driver.cpp (svn r17690) -Fix: minor coding style issue 15 years ago
driver.h
dummy_land.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
economy.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
economy_base.h (svn r17734) -Fix (r17732): broke the assumption that 'this->packets == this', which broke loading old savegames. Now remove the (need for the) hack that needed that assumption. 15 years ago
economy_func.h
economy_type.h
effectvehicle.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
effectvehicle_base.h
effectvehicle_func.h
elrail.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
elrail_func.h
endian_check.cpp
engine.cpp (svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail consistent. Now always the cargo class decides. 15 years ago
engine_base.h (svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail consistent. Now always the cargo class decides. 15 years ago
engine_func.h (svn r17728) -Cleanup: Remove some more unneeded/unused parameters. 15 years ago
engine_gui.cpp (svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail consistent. Now always the cargo class decides. 15 years ago
engine_gui.h
engine_type.h (svn r17700) -Codechange: Integrate ShipVehicleInfo::refittable into EngineInfo::refit_mask during initialisation. 15 years ago
fileio.cpp (svn r17686) -Fix [FS#3247]: make the -c <config file> location relative to the current directory instead of the directory of the binary 15 years ago
fileio_func.h
fileio_type.h
fios.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
fios.h
fontcache.cpp (svn r17794) -Feature: [OSX] Implement automatic fallback font selection for OSX. 15 years ago
fontcache.h (svn r17794) -Feature: [OSX] Implement automatic fallback font selection for OSX. 15 years ago
functions.h
gamelog.cpp (svn r17596) -Codechange: constify some tables 15 years ago
gamelog.h
gamelog_internal.h
genworld.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
genworld.h
genworld_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
gfx.cpp (svn r17900) -Fix (r2497): ExtraPaletteValues' tables were all a factor 3 too big 15 years ago
gfx_func.h (svn r17772) -Fix [FS#3264]: CJK languages don't have spaces, so for adding newlines (multi line strings) we need to (properly) handle the case when there are no spaces instead of truncating the string. 15 years ago
gfx_type.h
gfxinit.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
gfxinit.h
graph_gui.cpp (svn r17963) -Codechange: some documentation style 15 years ago
group.h (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos 15 years ago
group_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
group_gui.cpp (svn r17865) -Codechange: Remove references to specific widgets and step-heights from BaseVehicleListWindow::DrawVehicleListItems(). 15 years ago
group_gui.h
group_type.h
gui.h (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 15 years ago
heightmap.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 15 years ago
heightmap.h
highscore.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
highscore.h
highscore_gui.cpp (svn r17791) -Codechange: Highscore and endgame windows use pure nested widgets. 15 years ago
house.h
house_type.h
industry.h (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos 15 years ago
industry_cmd.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
industry_gui.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 15 years ago
industry_map.h (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos 15 years ago
industry_type.h
industrytype.h
ini.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
ini_type.h (svn r17596) -Codechange: constify some tables 15 years ago
intro_gui.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 15 years ago
landscape.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
landscape.h
landscape_type.h
livery.h
main_gui.cpp (svn r17953) -Fix: when you start giving money (input window for amount), then get moved to spectators and you click 'Ok' a crash would occur 15 years ago
map.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
map_func.h
map_type.h
misc.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
misc_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
misc_gui.cpp (svn r17997) -Codechange: Introduce functions for querying top and bottom of the main view. 15 years ago
mixer.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
mixer.h
music.cpp
music.h
music_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
newgrf.cpp (svn r17999) -Fix: [NewGRF] Improve parsing of RIFF data. Skip unknown chunks and check chunk sizes. 15 years ago
newgrf.h
newgrf_callbacks.h (svn r17558) -Feature [NewGRF]: callbacks for houses to disable drawing foundations and to disable slope changes, like industry tile callbacks 30 and 3C. 15 years ago
newgrf_canal.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
newgrf_canal.h
newgrf_cargo.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
newgrf_cargo.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
newgrf_commons.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
newgrf_commons.h
newgrf_config.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
newgrf_config.h
newgrf_engine.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
newgrf_engine.h (svn r17616) -Codechange [FS#3222]: Enumerize properties used in callback 0x36. Based on Terkhen's work. 15 years ago
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 15 years ago
newgrf_house.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
newgrf_house.h
newgrf_industries.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 15 years ago
newgrf_industries.h
newgrf_industrytiles.cpp (svn r17558) -Feature [NewGRF]: callbacks for houses to disable drawing foundations and to disable slope changes, like industry tile callbacks 30 and 3C. 15 years ago
newgrf_industrytiles.h
newgrf_properties.h (svn r17616) -Codechange [FS#3222]: Enumerize properties used in callback 0x36. Based on Terkhen's work. 15 years ago
newgrf_sound.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
newgrf_sound.h
newgrf_spritegroup.cpp (svn r17672) -Revert (r8081): 'last_value' and 'reseed' are shared between procedure and main chain. 15 years ago
newgrf_spritegroup.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
newgrf_station.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
newgrf_station.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
newgrf_storage.cpp
newgrf_storage.h
newgrf_text.cpp (svn r17802) -Feature(ette) [FS#1862]: [NewGRF] Textstack support for CB 37. 15 years ago
newgrf_text.h (svn r17584) -Codechange: split the NewGRF StringID mapping in a 'global' part and a part that's for NewGRF strings 15 years ago
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
news_func.h
news_gui.cpp (svn r17947) -Codechange: make the statusbar, chat input and news window know of eachothers size so they don't get overlapped and don't get invisible (bottoms) of windows when a larger font is used 15 years ago
news_gui.h
news_type.h
npf.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
npf.h
openttd.cpp (svn r17937) -Codechange: rename current_screenshot_type to _screenshot_type 15 years ago
openttd.h
order_base.h (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos 15 years ago
order_cmd.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
order_func.h (svn r17557) -Codechange: Pass left and right edge to DrawOrderString(). 15 years ago
order_gui.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
order_type.h
os_timer.cpp
osk_gui.cpp (svn r17864) -Codechange: make the OSK nested 15 years ago
pathfind.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
pathfind.h
pbs.cpp (svn r17701) -Codechange: don't start line with a space if it's not inside comment 15 years ago
pbs.h
querystring_gui.h (svn r17811) -Codechange: make HasEditBoxFocus a private function of QueryString because it's not meant to be used for determining whether the given widget actually has focus (it also checks the OSK edit box) 15 years ago
queue.cpp
queue.h
rail.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
rail.h (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos 15 years ago
rail_cmd.cpp (svn r17963) -Codechange: some documentation style 15 years ago
rail_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
rail_gui.h
rail_map.h (svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary 15 years ago
rail_type.h
rev.cpp.in
rev.h
road.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
road_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
road_cmd.h
road_func.h
road_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
road_gui.h
road_internal.h
road_map.cpp
road_map.h (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos 15 years ago
road_type.h
roadstop.cpp (svn r17701) -Codechange: don't start line with a space if it's not inside comment 15 years ago
roadstop_base.h
roadveh.h (svn r17826) -Codechange: GetRoadVehLength() is only used in one file, make it static. 15 years ago
roadveh_cmd.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
roadveh_gui.cpp (svn r17870) -Codechange: Use fontsize when drawing roadveh, ship, and aircraft details. 15 years ago
screenshot.cpp (svn r17943) -Change: use 24bpp BMP format instead of 32bpp for screenshots. Saves space and is supported by more image viewers 15 years ago
screenshot.h (svn r17938) -Feature: non-automatic screenshot name can be entered in console 15 years ago
sdl.cpp (svn r17774) -Codechange: show the version of the (dynamically) linked library instead of the one we compiled against in the crash log 15 years ago
sdl.h (svn r17774) -Codechange: show the version of the (dynamically) linked library instead of the one we compiled against in the crash log 15 years ago
settings.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 15 years ago
settings_func.h
settings_gui.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 15 years ago
settings_internal.h (svn r17644) -Fix [FS#3219]: some inconsistencies with the difficulty settings in the scenario editor. Also re-enable changing some difficulty settings (e.g. max loan) in the scenario editor. 15 years ago
settings_type.h (svn r17893) -Feature [FS#2633]: make it possible to disable background saving, only via the config file/in game console though 15 years ago
ship.h
ship_cmd.cpp (svn r17899) -Codechange: Deduplicate code for refitting vehicles. 15 years ago
ship_gui.cpp (svn r17870) -Codechange: Use fontsize when drawing roadveh, ship, and aircraft details. 15 years ago
signal.cpp
signal_func.h
signal_type.h
signs.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
signs_base.h
signs_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
signs_func.h
signs_gui.cpp (svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/ 15 years ago
signs_type.h
slope_func.h
slope_type.h
smallmap_gui.cpp (svn r17881) -Codechange: unify comment style in smallmap_gui.cpp a bit 15 years ago
sortlist_type.h
sound.cpp (svn r17698) -Fix (r17140) [FS#3205]: Convert endian after loading sounds from file. 15 years ago
sound_func.h
sound_type.h
sprite.h
spritecache.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
spritecache.h
station.cpp (svn r17804) -Codechange: move the CargoPacket 'invalidation' when stations get removed to CargoPacket. 15 years ago
station_base.h (svn r17795) -Codechange: split cargolist into one for vehicles and one for stations. 15 years ago
station_cmd.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
station_func.h (svn r17589) -Codechange: rename town_acc to always_accepted 15 years ago
station_gui.cpp (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone. 15 years ago
station_gui.h
station_map.h
station_type.h
statusbar_gui.cpp (svn r17947) -Codechange: make the statusbar, chat input and news window know of eachothers size so they don't get overlapped and don't get invisible (bottoms) of windows when a larger font is used 15 years ago
statusbar_gui.h
stdafx.h (svn r17810) -Codechange/Fix: Add assert_tcompile() and use it. 15 years ago
string.cpp (svn r17920) -Codechange: add a 'filter' for numbers+spaces and use it for the NewGRF parameter list 15 years ago
string_func.h
string_type.h (svn r17920) -Codechange: add a 'filter' for numbers+spaces and use it for the NewGRF parameter list 15 years ago
strings.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 15 years ago
strings_func.h (svn r17790) -Feature: translatable base sound/graphics set descriptions 15 years ago
strings_type.h (svn r17611) -Fix: buffers used for verifying company and president name length were too short, possibly causing false positives 15 years ago
subsidy.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
subsidy_base.h
subsidy_func.h
subsidy_gui.cpp (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone. 15 years ago
subsidy_type.h
tar_type.h
terraform_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
terraform_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
terraform_gui.h
textbuf_gui.h
texteff.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
texteff.hpp
tgp.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
tgp.h
tile_cmd.h (svn r17592) -Fix [FS#3212](r17436): force all cargo being accepted when industry tiles accept it but industry itself doesn't 15 years ago
tile_map.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
tile_map.h
tile_type.h
tilehighlight_func.h
tilehighlight_type.h
timetable.h
timetable_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
timetable_gui.cpp (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone. 15 years ago
toolbar_gui.cpp (svn r17986) -Codechange: make the scenario 'main' toolbar nested. Also make it implement the 'switch' toolbar feature when it gets really small. 15 years ago
toolbar_gui.h
town.h (svn r17612) -Feature: possibility to choose (randomise or enter custom) town name before its creation (original patch by Terkhen) 15 years ago
town_cmd.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 15 years ago
town_gui.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 15 years ago
town_map.h
town_type.h
townname.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
townname_func.h (svn r17612) -Feature: possibility to choose (randomise or enter custom) town name before its creation (original patch by Terkhen) 15 years ago
townname_type.h (svn r17612) -Feature: possibility to choose (randomise or enter custom) town name before its creation (original patch by Terkhen) 15 years ago
track_func.h
track_type.h
train.h (svn r17688) -Fix (r17684): incorrect comments 15 years ago
train_cmd.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 15 years ago
train_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
transparency.h
transparency_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
transparency_gui.h
transport_type.h
tree_cmd.cpp (svn r17642) -Change: make a comment more clear (Eddi) 15 years ago
tree_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
tree_map.h (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos 15 years ago
tunnel_map.cpp
tunnel_map.h
tunnelbridge.h
tunnelbridge_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
tunnelbridge_map.h
unmovable.h
unmovable_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
unmovable_map.h (svn r17682) -Codechange: remove erroneous space before some commas 15 years ago
variables.h
vehicle.cpp (svn r17974) -Fix (r17926)[FS#3300]: C != T 15 years ago
vehicle_base.h (svn r17795) -Codechange: split cargolist into one for vehicles and one for stations. 15 years ago
vehicle_cmd.cpp (svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail consistent. Now always the cargo class decides. 15 years ago
vehicle_func.h (svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail consistent. Now always the cargo class decides. 15 years ago
vehicle_gui.cpp (svn r17912) -Fix [FS#3289] (r17868): crash when opening the vehicle list (not group list) of a specific company 15 years ago
vehicle_gui.h (svn r17852) -Codechange: Use viewport nested widget in the view-vehicle window. 15 years ago
vehicle_gui_base.h (svn r17867) -Codechange: Prepare BaseVehicleListWindow for nested widgets. 15 years ago
vehicle_type.h
vehiclelist.cpp
vehiclelist.h
viewport.cpp (svn r17963) -Codechange: some documentation style 15 years ago
viewport_func.h
viewport_gui.cpp (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone. 15 years ago
viewport_type.h
void_map.h
water.h
water_cmd.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
water_map.h (svn r17817) -Codechange: MakeWater actually made sea tiles, so rename it to MakeSea and unduplicate the code to make sea, rivers and canals. 15 years ago
waypoint.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
waypoint_base.h
waypoint_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
waypoint_func.h
waypoint_gui.cpp (svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array. 15 years ago
widget.cpp (svn r17984) -Codechange: make it possible to use MakeNWidgets using a custom container widget. 15 years ago
widget_type.h (svn r17984) -Codechange: make it possible to use MakeNWidgets using a custom container widget. 15 years ago
window.cpp (svn r17997) -Codechange: Introduce functions for querying top and bottom of the main view. 15 years ago
window_func.h (svn r17997) -Codechange: Introduce functions for querying top and bottom of the main view. 15 years ago
window_gui.h (svn r17959) -Cleanup: remove unused function 15 years ago
window_type.h
zoom_func.h
zoom_type.h