OpenTTD/src
2009-10-21 19:42:49 +00:00
..
3rdparty (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
ai (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows 2009-10-17 14:29:10 +00:00
blitter (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
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. 2009-10-21 19:38:50 +00:00
depend (svn r17689) -Fix (r16307): depend could segfault in some case (TrueBrain) 2009-10-04 12:17:10 +00:00
lang (svn r17820) -Update from WebTranslator v3.0: 2009-10-20 17:45:11 +00:00
misc
music (svn r17788) -Fix [FS#3268] (r16702): don't fail hard when no soundcard could be detected; just fall back on the null-driver 2009-10-17 15:15:00 +00:00
network (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows 2009-10-17 14:29:10 +00:00
os (svn r17792) -Fix [FS#3261]: [OSX] Fix (bogus) compiler warnings related to printf argument checking. 2009-10-17 22:36:35 +00:00
saveload (svn r17817) -Codechange: MakeWater actually made sea tiles, so rename it to MakeSea and unduplicate the code to make sea, rivers and canals. 2009-10-20 12:31:11 +00:00
script (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
sound (svn r17788) -Fix [FS#3268] (r16702): don't fail hard when no soundcard could be detected; just fall back on the null-driver 2009-10-17 15:15:00 +00:00
spriteloader (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
strgen (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
table (svn r17758) -Revert (r17208): Use assert_compile() if you cannot count. 2009-10-10 18:48:13 +00:00
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. 2009-10-15 17:41:06 +00:00
video (svn r17815) -Fix [SDL]: asynchronious drawing caused extra unresponsiveness during map generation; disable the threading while generating a map 2009-10-19 20:32:05 +00:00
widgets (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
yapf (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
aircraft_cmd.cpp (svn r17762) -Fix [FS#3259]: don't let aircraft drive a while over the grass when landing at high altitude airports 2009-10-11 12:35:16 +00:00
aircraft_gui.cpp
aircraft.h
airport_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
airport_movement.h
airport.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
airport.h
animated_tile_func.h
animated_tile.cpp
articulated_vehicles.cpp (svn r17728) -Cleanup: Remove some more unneeded/unused parameters. 2009-10-06 19:52:38 +00:00
articulated_vehicles.h (svn r17728) -Cleanup: Remove some more unneeded/unused parameters. 2009-10-06 19:52:38 +00:00
autoreplace_base.h
autoreplace_cmd.cpp (svn r17800) -Codechange: first steps into making CargoList a template 2009-10-18 14:28:26 +00:00
autoreplace_func.h
autoreplace_gui.cpp (svn r17830) -Fix [FS#3276]: Some windows already need their window_number when setting up smallest size (e.g. for DParams). So assign it earlier in Window::InitializeData instead of dealing with each window separately. 2009-10-20 21:25:25 +00:00
autoreplace_gui.h
autoreplace_type.h
autoreplace.cpp
autoslope.h
aystar.cpp (svn r17692) -Codechange: minor coding style fixes 2009-10-04 17:10:57 +00:00
aystar.h
base_media_base.h (svn r17790) -Feature: translatable base sound/graphics set descriptions 2009-10-17 20:34:09 +00:00
base_media_func.h (svn r17790) -Feature: translatable base sound/graphics set descriptions 2009-10-17 20:34:09 +00:00
base_station_base.h
bmp.cpp
bmp.h
bridge_gui.cpp (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows 2009-10-17 14:29:10 +00:00
bridge_map.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
bridge_map.h
bridge.h
build_vehicle_gui.cpp (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows 2009-10-17 14:29:10 +00:00
callback_table.cpp
callback_table.h
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%. 2009-10-21 19:42:49 +00:00
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%. 2009-10-21 19:42:49 +00:00
cargotype.cpp
cargotype.h
cheat_func.h
cheat_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
cheat_type.h
cheat.cpp
clear_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
clear_map.h
cmd_helper.h
command_func.h
command_type.h
command.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
company_base.h
company_cmd.cpp (svn r17737) -Codechange: remove the chat window when you were chatting with someone who lost his/her connection or when you were team chatting and moved out of the company. 2009-10-07 17:36:33 +00:00
company_func.h
company_gui.cpp (svn r17756) -Codechange: Company finances window uses pure nested widgets. 2009-10-10 15:18:20 +00:00
company_gui.h
company_manager_face.h
company_type.h
console_cmds.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
console_func.h
console_gui.cpp (svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X. 2009-10-04 21:08:38 +00:00
console_gui.h
console_internal.h
console_type.h
console.cpp (svn r17701) -Codechange: don't start line with a space if it's not inside comment 2009-10-04 20:51:50 +00:00
crashlog.cpp (svn r17774) -Codechange: show the version of the (dynamically) linked library instead of the one we compiled against in the crash log 2009-10-14 08:20:42 +00:00
crashlog.h
currency.cpp
currency.h
date_func.h
date_type.h
date.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
debug.cpp
debug.h (svn r17778) -Fix: remove unneeded newline from 'TOC' debug lines. 2009-10-15 20:15:12 +00:00
dedicated.cpp
depot_base.h
depot_func.h
depot_gui.cpp (svn r17833) -Codechange: Depot gui should use relative widget coordinates for clicking. 2009-10-20 21:41:44 +00:00
depot_map.h
depot_type.h
depot.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
direction_func.h
direction_type.h
disaster_cmd.cpp
dock_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
driver.cpp (svn r17690) -Fix: minor coding style issue 2009-10-04 14:49:39 +00:00
driver.h
dummy_land.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
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. 2009-10-06 23:01:35 +00:00
economy_func.h
economy_type.h
economy.cpp (svn r17834) -Fix [FS#3274] (r17808): you got paid a bit too much... ofcourse the index of the source station generally doesn't equal the location of said station. 2009-10-20 22:06:33 +00:00
effectvehicle_base.h
effectvehicle_func.h
effectvehicle.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
elrail_func.h
elrail.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
endian_check.cpp
engine_base.h
engine_func.h (svn r17728) -Cleanup: Remove some more unneeded/unused parameters. 2009-10-06 19:52:38 +00:00
engine_gui.cpp (svn r17728) -Cleanup: Remove some more unneeded/unused parameters. 2009-10-06 19:52:38 +00:00
engine_gui.h
engine_type.h (svn r17700) -Codechange: Integrate ShipVehicleInfo::refittable into EngineInfo::refit_mask during initialisation. 2009-10-04 20:33:18 +00:00
engine.cpp (svn r17758) -Revert (r17208): Use assert_compile() if you cannot count. 2009-10-10 18:48:13 +00:00
fileio_func.h
fileio_type.h
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 2009-10-03 14:51:30 +00:00
fios.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
fios.h
fontcache.cpp (svn r17794) -Feature: [OSX] Implement automatic fallback font selection for OSX. 2009-10-17 22:36:43 +00:00
fontcache.h (svn r17794) -Feature: [OSX] Implement automatic fallback font selection for OSX. 2009-10-17 22:36:43 +00:00
functions.h
gamelog_internal.h
gamelog.cpp
gamelog.h
genworld_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
genworld.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
genworld.h
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. 2009-10-13 20:19:34 +00:00
gfx_type.h
gfx.cpp (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. 2009-10-13 20:19:34 +00:00
gfxinit.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
gfxinit.h
graph_gui.cpp
group_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
group_gui.cpp (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows 2009-10-17 14:29:10 +00:00
group_gui.h
group_type.h
group.h
gui.h
heightmap.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
heightmap.h
highscore_gui.cpp (svn r17791) -Codechange: Highscore and endgame windows use pure nested widgets. 2009-10-17 20:38:27 +00:00
highscore.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
highscore.h
house_type.h
house.h
industry_cmd.cpp (svn r17682) -Codechange: remove erroneous space before some commas 2009-10-02 15:13:15 +00:00
industry_gui.cpp (svn r17828) -Codechange: Variable declaration code style, and a few comment typo-ish fixes. 2009-10-20 20:06:25 +00:00
industry_map.h
industry_type.h
industry.h
industrytype.h
ini_type.h
ini.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
intro_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
landscape_type.h
landscape.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
landscape.h
livery.h
main_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
map_func.h
map_type.h
map.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
misc_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
misc_gui.cpp (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows 2009-10-17 14:29:10 +00:00
misc.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
mixer.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
mixer.h
music_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
music.cpp
music.h
newgrf_callbacks.h
newgrf_canal.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
newgrf_canal.h
newgrf_cargo.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
newgrf_cargo.h
newgrf_commons.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
newgrf_commons.h
newgrf_config.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
newgrf_config.h
newgrf_engine.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
newgrf_engine.h (svn r17616) -Codechange [FS#3222]: Enumerize properties used in callback 0x36. Based on Terkhen's work. 2009-09-22 19:28:57 +00:00
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows 2009-10-17 14:29:10 +00:00
newgrf_house.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
newgrf_house.h
newgrf_industries.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
newgrf_industries.h
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_properties.h (svn r17616) -Codechange [FS#3222]: Enumerize properties used in callback 0x36. Based on Terkhen's work. 2009-09-22 19:28:57 +00:00
newgrf_sound.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
newgrf_sound.h
newgrf_spritegroup.cpp (svn r17672) -Revert (r8081): 'last_value' and 'reseed' are shared between procedure and main chain. 2009-09-30 20:25:59 +00:00
newgrf_spritegroup.h (svn r17672) -Revert (r8081): 'last_value' and 'reseed' are shared between procedure and main chain. 2009-09-30 20:25:59 +00:00
newgrf_station.cpp
newgrf_station.h
newgrf_storage.cpp
newgrf_storage.h
newgrf_text.cpp (svn r17802) -Feature(ette) [FS#1862]: [NewGRF] Textstack support for CB 37. 2009-10-18 15:36:30 +00:00
newgrf_text.h
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
newgrf.cpp (svn r17824) -Fix (r4594): _date_fract runs from 0 to 73 since r2041. Variable 0x09 should not. 2009-10-20 19:30:50 +00:00
newgrf.h
news_func.h
news_gui.cpp (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows 2009-10-17 14:29:10 +00:00
news_gui.h
news_type.h
npf.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
npf.h
openttd.cpp (svn r17816) -Codechange: move the CargoList invalidation-after-saveload to the function that handles the CargoPackets instead of spreading it around over the saveload files. Also add some code to validate whether the caches are valid; to be removed later when no problems turn up 2009-10-20 12:20:53 +00:00
openttd.h
order_base.h
order_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
order_func.h
order_gui.cpp (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows 2009-10-17 14:29:10 +00:00
order_type.h
os_timer.cpp
osk_gui.cpp (svn r17759) -Codechange [FS#3257]: Return focus to the parent window using the function designed for it. 2009-10-11 08:07:09 +00:00
pathfind.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
pathfind.h
pbs.cpp (svn r17701) -Codechange: don't start line with a space if it's not inside comment 2009-10-04 20:51:50 +00:00
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) 2009-10-18 20:56:38 +00:00
queue.cpp
queue.h
rail_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
rail_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
rail_gui.h
rail_map.h
rail_type.h
rail.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
rail.h
rev.cpp.in
rev.h
road_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
road_cmd.h
road_func.h
road_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
road_gui.h
road_internal.h
road_map.cpp
road_map.h
road_type.h
road.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
roadstop_base.h
roadstop.cpp (svn r17701) -Codechange: don't start line with a space if it's not inside comment 2009-10-04 20:51:50 +00:00
roadveh_cmd.cpp (svn r17827) -Codechange: Deduplicate some lines of code. 2009-10-20 20:01:56 +00:00
roadveh_gui.cpp
roadveh.h (svn r17826) -Codechange: GetRoadVehLength() is only used in one file, make it static. 2009-10-20 19:55:09 +00:00
screenshot.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
screenshot.h
sdl.cpp (svn r17774) -Codechange: show the version of the (dynamically) linked library instead of the one we compiled against in the crash log 2009-10-14 08:20:42 +00:00
sdl.h (svn r17774) -Codechange: show the version of the (dynamically) linked library instead of the one we compiled against in the crash log 2009-10-14 08:20:42 +00:00
settings_func.h
settings_gui.cpp (svn r17790) -Feature: translatable base sound/graphics set descriptions 2009-10-17 20:34:09 +00:00
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. 2009-09-26 17:43:06 +00:00
settings_type.h
settings.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
ship_cmd.cpp (svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when a Engine * is already present. 2009-10-06 19:17:07 +00:00
ship_gui.cpp
ship.h
signal_func.h
signal_type.h
signal.cpp
signs_base.h
signs_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
signs_func.h
signs_gui.cpp (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows 2009-10-17 14:29:10 +00:00
signs_type.h
signs.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
slope_func.h
slope_type.h
smallmap_gui.cpp (svn r17835) -Codechange: constify few variables 2009-10-20 22:17:39 +00:00
sortlist_type.h
sound_func.h
sound_type.h
sound.cpp (svn r17698) -Fix (r17140) [FS#3205]: Convert endian after loading sounds from file. 2009-10-04 18:52:34 +00:00
sprite.h
spritecache.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
spritecache.h
station_base.h (svn r17795) -Codechange: split cargolist into one for vehicles and one for stations. 2009-10-18 13:39:00 +00:00
station_cmd.cpp (svn r17836) -Codechange: split the CargoPacket constructor for creating 'real' new CargoPackets and saveload. For saveload we do not need to set anything except two variables (the rest is always overwritten by the load), for new 'real' cargo also pass the source_xy; dereferencing st before calling is easier than resolving st->index back to st and then dereferencing. Also don't set loaded_at_xy because that is of no importance when not loaded in a vehicle. 2009-10-20 22:24:34 +00:00
station_func.h
station_gui.cpp (svn r17813) -Codechange: unify the CargoPacket related coding style 2009-10-19 09:15:47 +00:00
station_gui.h
station_map.h
station_type.h
station.cpp (svn r17804) -Codechange: move the CargoPacket 'invalidation' when stations get removed to CargoPacket. 2009-10-18 17:26:10 +00:00
statusbar_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
statusbar_gui.h
stdafx.h (svn r17810) -Codechange/Fix: Add assert_tcompile() and use it. 2009-10-18 20:26:29 +00:00
string_func.h
string_type.h
string.cpp
strings_func.h (svn r17790) -Feature: translatable base sound/graphics set descriptions 2009-10-17 20:34:09 +00:00
strings_type.h
strings.cpp (svn r17794) -Feature: [OSX] Implement automatic fallback font selection for OSX. 2009-10-17 22:36:43 +00:00
subsidy_base.h
subsidy_func.h
subsidy_gui.cpp (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows 2009-10-17 14:29:10 +00:00
subsidy_type.h
subsidy.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
tar_type.h
terraform_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
terraform_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
terraform_gui.h
textbuf_gui.h
texteff.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
texteff.hpp
tgp.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
tgp.h
tile_cmd.h
tile_map.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
tile_map.h
tile_type.h
tilehighlight_func.h
tilehighlight_type.h
timetable_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
timetable_gui.cpp (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows 2009-10-17 14:29:10 +00:00
timetable.h
toolbar_gui.cpp (svn r17748) -Fix: crash when right clicking on the 'toggle' toolbar button 2009-10-09 17:35:01 +00:00
toolbar_gui.h
town_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
town_gui.cpp (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows 2009-10-17 14:29:10 +00:00
town_map.h
town_type.h
town.h
townname_func.h
townname_type.h
townname.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
track_func.h
track_type.h
train_cmd.cpp (svn r17726) -Cleanup: Remove some unneeded/unused parameters. 2009-10-06 19:30:31 +00:00
train_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
train.h (svn r17688) -Fix (r17684): incorrect comments 2009-10-04 04:57:01 +00:00
transparency_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
transparency_gui.h
transparency.h
transport_type.h
tree_cmd.cpp (svn r17642) -Change: make a comment more clear (Eddi) 2009-09-26 12:30:30 +00:00
tree_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
tunnelbridge_map.h
tunnelbridge.h
unmovable_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
unmovable_map.h (svn r17682) -Codechange: remove erroneous space before some commas 2009-10-02 15:13:15 +00:00
unmovable.h
variables.h
vehicle_base.h (svn r17795) -Codechange: split cargolist into one for vehicles and one for stations. 2009-10-18 13:39:00 +00:00
vehicle_cmd.cpp (svn r17682) -Codechange: remove erroneous space before some commas 2009-10-02 15:13:15 +00:00
vehicle_func.h
vehicle_gui_base.h
vehicle_gui.cpp (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows 2009-10-17 14:29:10 +00:00
vehicle_gui.h
vehicle_type.h
vehicle.cpp (svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when a Engine * is already present. 2009-10-06 19:17:07 +00:00
vehiclelist.cpp
vehiclelist.h
viewport_func.h
viewport_gui.cpp (svn r17822) -Codechange: move 'extra viewport' code from smallmap_gui.cpp to viewport_gui.cpp 2009-10-20 18:38:38 +00:00
viewport_type.h
viewport.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
void_map.h
water_cmd.cpp (svn r17817) -Codechange: MakeWater actually made sea tiles, so rename it to MakeSea and unduplicate the code to make sea, rivers and canals. 2009-10-20 12:31:11 +00:00
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. 2009-10-20 12:31:11 +00:00
water.h
waypoint_base.h
waypoint_cmd.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
waypoint_func.h
waypoint_gui.cpp
waypoint.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
widget_type.h (svn r17755) -Codechange: Allow for a zero-size display plane in a NWidgetStacked widget to hide its child widgets. 2009-10-10 14:20:38 +00:00
widget.cpp (svn r17755) -Codechange: Allow for a zero-size display plane in a NWidgetStacked widget to hide its child widgets. 2009-10-10 14:20:38 +00:00
window_func.h (svn r17673) -Codechange: make InvalidateThisWindowData a function of the window class 2009-09-30 21:00:35 +00:00
window_gui.h (svn r17798) -Codechange: Introduce new constant WD_PAR_VSEP_WIDE for large amount of space between text. 2009-10-18 13:59:25 +00:00
window_type.h
window.cpp (svn r17830) -Fix [FS#3276]: Some windows already need their window_number when setting up smallest size (e.g. for DParams). So assign it earlier in Window::InitializeData instead of dealing with each window separately. 2009-10-20 21:25:25 +00:00
zoom_func.h
zoom_type.h