OpenTTD-patches/src
2009-11-17 19:16:48 +00:00
..
3rdparty (svn r18025) -Fix (r17217): more missing/extra parentheses (for compilers I've never heard of) 2009-11-08 23:56:39 +00:00
ai (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
blitter
core (svn r18045) -Fix: GCC 4.5@HEAD not compiling OpenTTD anymore because of a "non-placement deallocation function [is] selected for placement delete", or in other words delete(void *, size_t) is 'magic'. 2009-11-11 21:15:58 +00:00
depend
lang (svn r18149) -Update from WebTranslator v3.0: 2009-11-17 18:45:24 +00:00
misc
music
network (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
os (svn r18074) -Fix [FS#3314]: [OSX] Don't link clipboard support twice when building without Cocoa. 2009-11-14 15:26:43 +00:00
saveload (svn r18141) -Fix (r18051): one couldn't (easily) continue a game in single player that was 'not enough players'/'waiting on join'-paused 2009-11-17 14:06:28 +00:00
script (svn r18038) -Fix [FS#3290] (r17402): AIs failed to load their data from savegames by crashing them when they tried 2009-11-11 18:13:17 +00:00
sound
spriteloader (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
strgen
table (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
thread
video (svn r18031) -Codechange: since basically r7157 adding up 'all' mouse movement isn't needed anymore because after each even that movement is handled and the counter is reset. As such simply assigning instead of adding works. 2009-11-09 16:07:03 +00:00
widgets (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
yapf (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
aircraft_cmd.cpp (svn r18123) -Codechange: try our best to keep the vehicles within the build vehicle list/autoreplace lists instead of overflowing. 2009-11-16 17:58:46 +00:00
aircraft_gui.cpp (svn r18144) -Codechange: ignore SETX(Y) spacing in vehicle details and graphical glitches due to (incorrect) SETX(Y) usage 2009-11-17 15:26:46 +00:00
aircraft.h
airport_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
airport_movement.h
airport.cpp
airport.h
animated_tile_func.h
animated_tile.cpp
articulated_vehicles.cpp
articulated_vehicles.h
autoreplace_base.h
autoreplace_cmd.cpp
autoreplace_func.h
autoreplace_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
autoreplace_gui.h
autoreplace_type.h
autoreplace.cpp
autoslope.h
aystar.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
aystar.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
base_media_base.h
base_media_func.h
base_station_base.h
bmp.cpp
bmp.h
bridge_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
bridge_map.cpp (svn r18058) -Fix: typos in parameter names 2009-11-13 17:40:21 +00:00
bridge_map.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
bridge.h
build_vehicle_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
callback_table.cpp
callback_table.h
cargo_type.h
cargopacket.cpp
cargopacket.h
cargotype.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
cargotype.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
cheat_func.h
cheat_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
cheat_type.h
cheat.cpp
clear_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
clear_map.h
cmd_helper.h
command_func.h
command_type.h
command.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
company_base.h
company_cmd.cpp (svn r18112) -Fix (rnewpool): crash when a company got removed and you had the company league window opened 2009-11-15 23:22:07 +00:00
company_func.h
company_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
company_gui.h
company_manager_face.h
company_type.h
console_cmds.cpp (svn r18053) -Codechange: remove the manual pause/unpause limitation with min_active_clients 2009-11-12 20:38:52 +00:00
console_func.h
console_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
console_gui.h
console_internal.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
console_type.h
console.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
crashlog.cpp
crashlog.h
currency.cpp
currency.h
date_func.h
date_type.h
date.cpp
debug.cpp
debug.h (svn r18070) -Fix: some possible unwanted side effects if using some sorts of boolean expressions in DEBUG 2009-11-14 11:57:55 +00:00
dedicated.cpp
depot_base.h
depot_func.h
depot_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
depot_map.h
depot_type.h
depot.cpp
direction_func.h
direction_type.h
disaster_cmd.cpp
dock_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
driver.cpp
driver.h
dummy_land.cpp
economy_base.h
economy_func.h (svn r18110) -Codechange [FS#3316]: search for stations nearby only once per producer (instead of once pre produced cargo type) (fonsinchen) 2009-11-15 21:06:13 +00:00
economy_type.h (svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) to newgrf loading and make the internal state zero-based instead. 2009-11-08 18:04:53 +00:00
economy.cpp (svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) to newgrf loading and make the internal state zero-based instead. 2009-11-08 18:04:53 +00:00
effectvehicle_base.h
effectvehicle_func.h
effectvehicle.cpp
elrail_func.h
elrail.cpp
endian_check.cpp
engine_base.h
engine_func.h (svn r18121) -Codechange: pass the maximum left/right location to the Draw*Engine functions 2009-11-16 17:15:42 +00:00
engine_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
engine_gui.h (svn r18121) -Codechange: pass the maximum left/right location to the Draw*Engine functions 2009-11-16 17:15:42 +00:00
engine_type.h (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
engine.cpp (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
fileio_func.h (svn r18029) -Fix (r18028): AppendPathSeparator() should stay global 2009-11-09 15:16:38 +00:00
fileio_type.h
fileio.cpp (svn r18032) -Codechange: add one const 2009-11-09 16:33:52 +00:00
fios.cpp
fios.h
fontcache.cpp (svn r18096) -Fix (r5079/r7158??): Use free type ascender/descender metrics to position font offset correctly. 2009-11-15 14:39:37 +00:00
fontcache.h
functions.h
gamelog_internal.h
gamelog.cpp
gamelog.h
genworld_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
genworld.cpp
genworld.h
gfx_func.h (svn r18143) -Codechange: allow stripping/ignoring of SETX(Y) during DrawString 2009-11-17 15:25:40 +00:00
gfx_type.h
gfx.cpp (svn r18143) -Codechange: allow stripping/ignoring of SETX(Y) during DrawString 2009-11-17 15:25:40 +00:00
gfxinit.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
gfxinit.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
graph_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
group_cmd.cpp
group_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
group_gui.h
group_type.h
group.h
gui.h (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
heightmap.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
heightmap.h
highscore_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
highscore.cpp
highscore.h
house_type.h
house.h
industry_cmd.cpp (svn r18110) -Codechange [FS#3316]: search for stations nearby only once per producer (instead of once pre produced cargo type) (fonsinchen) 2009-11-15 21:06:13 +00:00
industry_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
industry_map.h
industry_type.h
industry.h
industrytype.h
ini_type.h
ini.cpp
intro_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
landscape_type.h
landscape.cpp (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
landscape.h
livery.h
main_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
map_func.h
map_type.h
map.cpp
misc_cmd.cpp (svn r18052) -Codechange/Fix: make the 'pause' chat message when actually executing the pause command. This to prevent showing paused and especially unpaused to be shown when the state doesn't change. Output now mentions whether pause changes keep the game paused and what reasons for pausing there 'currently' are. 2009-11-12 20:33:30 +00:00
misc_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
misc.cpp
mixer.cpp
mixer.h
music_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
music.cpp
music.h
newgrf_callbacks.h
newgrf_canal.cpp
newgrf_canal.h
newgrf_cargo.cpp
newgrf_cargo.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
newgrf_commons.cpp
newgrf_commons.h
newgrf_config.cpp
newgrf_config.h
newgrf_engine.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
newgrf_house.cpp
newgrf_house.h
newgrf_industries.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
newgrf_industries.h
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_properties.h (svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'. 2009-11-08 13:02:05 +00:00
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
newgrf_station.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
newgrf_station.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
newgrf_storage.cpp
newgrf_storage.h
newgrf_text.cpp (svn r18045) -Fix: GCC 4.5@HEAD not compiling OpenTTD anymore because of a "non-placement deallocation function [is] selected for placement delete", or in other words delete(void *, size_t) is 'magic'. 2009-11-11 21:15:58 +00:00
newgrf_text.h
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
newgrf.cpp (svn r18036) -Fix (r17999): Always two they are. 2009-11-10 16:50:00 +00:00
newgrf.h (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
news_func.h
news_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
news_gui.h
news_type.h
npf.cpp
npf.h
openttd.cpp (svn r17937) -Codechange: rename current_screenshot_type to _screenshot_type 2009-11-01 18:08:58 +00:00
openttd.h (svn r18141) -Fix (r18051): one couldn't (easily) continue a game in single player that was 'not enough players'/'waiting on join'-paused 2009-11-17 14:06:28 +00:00
order_base.h
order_cmd.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
order_func.h
order_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
order_type.h
os_timer.cpp
osk_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
pathfind.cpp
pathfind.h
pbs.cpp
pbs.h
querystring_gui.h (svn r18012) -Codechange: make the world generation windows nested; they'll need some tweaks to use the full potential though 2009-11-08 13:35:45 +00:00
queue.cpp
queue.h
rail_cmd.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
rail_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
rail_gui.h
rail_map.h
rail_type.h
rail.cpp
rail.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
rev.cpp.in
rev.h
road_cmd.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
road_cmd.h
road_func.h
road_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
road_gui.h
road_internal.h
road_map.cpp
road_map.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
road_type.h
road.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
roadstop_base.h
roadstop.cpp
roadveh_cmd.cpp (svn r18123) -Codechange: try our best to keep the vehicles within the build vehicle list/autoreplace lists instead of overflowing. 2009-11-16 17:58:46 +00:00
roadveh_gui.cpp (svn r18145) -Codechange: pass the 'proper' left and right values to DrawVehicleInDepot 2009-11-17 16:03:51 +00:00
roadveh.h (svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'. 2009-11-08 13:02:05 +00:00
screenshot.cpp (svn r18079) -Codechange: allow overwriting of screenshots with user-supplied filenames 2009-11-14 15:50:38 +00:00
screenshot.h (svn r17938) -Feature: non-automatic screenshot name can be entered in console 2009-11-01 18:15:35 +00:00
sdl.cpp
sdl.h
settings_func.h
settings_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
settings_internal.h
settings_type.h
settings.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
ship_cmd.cpp (svn r18123) -Codechange: try our best to keep the vehicles within the build vehicle list/autoreplace lists instead of overflowing. 2009-11-16 17:58:46 +00:00
ship_gui.cpp (svn r18144) -Codechange: ignore SETX(Y) spacing in vehicle details and graphical glitches due to (incorrect) SETX(Y) usage 2009-11-17 15:26:46 +00:00
ship.h
signal_func.h
signal_type.h
signal.cpp
signs_base.h
signs_cmd.cpp
signs_func.h
signs_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
signs_type.h
signs.cpp
slope_func.h
slope_type.h
smallmap_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
sortlist_type.h
sound_func.h
sound_type.h
sound.cpp
sprite.h
spritecache.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
spritecache.h
station_base.h
station_cmd.cpp (svn r18110) -Codechange [FS#3316]: search for stations nearby only once per producer (instead of once pre produced cargo type) (fonsinchen) 2009-11-15 21:06:13 +00:00
station_func.h (svn r18110) -Codechange [FS#3316]: search for stations nearby only once per producer (instead of once pre produced cargo type) (fonsinchen) 2009-11-15 21:06:13 +00:00
station_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
station_gui.h
station_map.h
station_type.h (svn r18110) -Codechange [FS#3316]: search for stations nearby only once per producer (instead of once pre produced cargo type) (fonsinchen) 2009-11-15 21:06:13 +00:00
station.cpp
statusbar_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
statusbar_gui.h
stdafx.h (svn r18057) -Codechange: replace assert_compile() by new one which works with gcc3.3 and removes the need of assert_tcompile() 2009-11-13 15:53:51 +00:00
string_func.h
string_type.h
string.cpp
strings_func.h
strings_type.h
strings.cpp (svn r18078) -Codechange: remove some duplicate (non translatable) strings 2009-11-14 15:37:33 +00:00
subsidy_base.h
subsidy_func.h
subsidy_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
subsidy_type.h
subsidy.cpp
tar_type.h
terraform_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
terraform_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
terraform_gui.h
textbuf_gui.h
texteff.cpp
texteff.hpp
tgp.cpp
tgp.h
tile_cmd.h
tile_map.cpp
tile_map.h
tile_type.h
tilehighlight_func.h
tilehighlight_type.h
timetable_cmd.cpp
timetable_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
timetable.h
toolbar_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
toolbar_gui.h
town_cmd.cpp (svn r18110) -Codechange [FS#3316]: search for stations nearby only once per producer (instead of once pre produced cargo type) (fonsinchen) 2009-11-15 21:06:13 +00:00
town_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
town_map.h
town_type.h
town.h (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
townname_func.h
townname_type.h
townname.cpp
track_func.h
track_type.h
train_cmd.cpp (svn r18123) -Codechange: try our best to keep the vehicles within the build vehicle list/autoreplace lists instead of overflowing. 2009-11-16 17:58:46 +00:00
train_gui.cpp (svn r18144) -Codechange: ignore SETX(Y) spacing in vehicle details and graphical glitches due to (incorrect) SETX(Y) usage 2009-11-17 15:26:46 +00:00
train.h
transparency_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
transparency_gui.h
transparency.h
transport_type.h
tree_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
tree_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
tunnelbridge_map.h
tunnelbridge.h
unmovable_cmd.cpp (svn r18110) -Codechange [FS#3316]: search for stations nearby only once per producer (instead of once pre produced cargo type) (fonsinchen) 2009-11-15 21:06:13 +00:00
unmovable_map.h
unmovable.h (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
variables.h
vehicle_base.h
vehicle_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
vehicle_func.h
vehicle_gui_base.h (svn r18136) -Codechange: support RTL in the vehicle lists 2009-11-17 11:36:36 +00:00
vehicle_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
vehicle_gui.h (svn r18133) -Codechange: pass the 'maximum' left/right positions to Draw*Image 2009-11-16 22:25:01 +00:00
vehicle_type.h
vehicle.cpp (svn r17974) -Fix (r17926)[FS#3300]: C != T 2009-11-05 16:56:53 +00:00
vehiclelist.cpp
vehiclelist.h
viewport_func.h
viewport_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
viewport_type.h
viewport.cpp (svn r17963) -Codechange: some documentation style 2009-11-03 17:30:08 +00:00
void_map.h
water_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
water_map.h
water.h
waypoint_base.h
waypoint_cmd.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
waypoint_func.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
waypoint_gui.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
waypoint.cpp
widget_type.h (svn r18138) -Codechange: Add a new widgetpart to specify the height of a widget in text lines. 2009-11-17 13:04:05 +00:00
widget.cpp (svn r18150) -Codechange: make the horizontal scrollbar scroll in the opposite direction with RTL 2009-11-17 18:45:57 +00:00
window_func.h (svn r17997) -Codechange: Introduce functions for querying top and bottom of the main view. 2009-11-07 17:24:04 +00:00
window_gui.h (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
window_type.h
window.cpp (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
zoom_func.h
zoom_type.h