OpenTTD/src
2009-04-03 17:20:57 +00:00
..
3rdparty/squirrel
ai (svn r15910) -Fix [FS#2777]: Clarify that TILE_INVALID is part of AIMap make doxygen output some documentation for it. 2009-04-01 08:38:57 +00:00
blitter
core (svn r15931) -Codechange: let the host and ban lists use of SmallVector. 2009-04-03 12:49:58 +00:00
lang (svn r15911) -Update: WebTranslator2 update to 2009-04-01 13:51:05 2009-04-01 13:51:09 +00:00
misc
music (svn r15886) -Fix [FS#2770]: libtimidity cannot handle frees of NULL (in contrast of most other frees) 2009-03-29 10:52:54 +00:00
network (svn r15941) -Codechange: jonty-comp's wish partly implemented (content server) ;) 2009-04-03 17:20:57 +00:00
os/macosx (svn r15909) -Fix (r15892): Apple, PLEASE do not fill your API with #if !__LP64__. Especially when another part of your API depends on whether __LP64__ is defined and thus making it non-trivial to silence the warnings from the undefinedness of __LP64__ in #if !__LP64__... 2009-04-01 02:58:38 +00:00
saveload (svn r15893) -Add: watermark crash.sav and don't generate crash information if a loaded crash.sav causes a crash 2009-03-30 00:21:43 +00:00
script
sound
spriteloader
strgen
table (svn r15848) -Feature: Add autoclean_novehicles setting which will, when autoclean_companies is true, remove any company with no vehicles and no active client after autoclean_novehciles-months. 2009-03-25 16:30:33 +00:00
video (svn r15892) -Codechange: [OSX] some type fixes so OpenTTD likes more of the 3.1.x Xcodes. 2009-03-29 19:55:08 +00:00
widgets (svn r15877) -Codechange: Let drop down lists know about font height. 2009-03-28 12:47:29 +00:00
yapf (svn r15900) -Fix (r5076): Adding settings is not enough, you also have to use them. 2009-03-30 20:19:25 +00:00
aircraft_cmd.cpp
aircraft_gui.cpp (svn r15806) -Codechange: pass both left and right to the vehicle details drawing functions instead of only the left. 2009-03-22 10:37:51 +00:00
aircraft.h
airport_gui.cpp (svn r15820) -Codechange: Some windows using nested widgets 2009-03-22 21:16:57 +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 r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
autoreplace_gui.h
autoreplace_type.h
autoreplace.cpp
autoslope.h
aystar.cpp
aystar.h
bmp.cpp
bmp.h
bridge_gui.cpp (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
bridge_map.cpp
bridge_map.h
bridge.h
build_vehicle_gui.cpp (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
callback_table.cpp
callback_table.h
cargo_type.h
cargopacket.cpp
cargopacket.h
cargotype.cpp
cargotype.h
cheat_func.h
cheat_gui.cpp (svn r15820) -Codechange: Some windows using nested widgets 2009-03-22 21:16:57 +00:00
cheat_type.h
cheat.cpp
clear_cmd.cpp
clear_map.h
cmd_helper.h
command_func.h
command_type.h
command.cpp
company_base.h
company_cmd.cpp
company_func.h
company_gui.cpp (svn r15880) -Codechange: add an invisible widget on company manager face windows to position company manager face image 2009-03-28 15:20:03 +00:00
company_gui.h
company_manager_face.h
company_type.h
console_cmds.cpp (svn r15931) -Codechange: let the host and ban lists use of SmallVector. 2009-04-03 12:49:58 +00:00
console_func.h
console_gui.cpp (svn r15894) -Codechange: remove console widget array (it was empty anyway) and window desc 2009-03-30 01:15:51 +00:00
console_gui.h
console_internal.h
console_type.h
console.cpp
currency.cpp
currency.h
date_func.h
date_type.h
date.cpp
debug.cpp
debug.h
dedicated.cpp
depot_base.h
depot_func.h
depot_gui.cpp (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
depot_map.h
depot_type.h
depot.cpp
direction_func.h
direction_type.h
disaster_cmd.cpp (svn r15838) -Fix: MSVC 64 bits warnings 2009-03-24 22:00:11 +00:00
dock_gui.cpp (svn r15876) -Codechange: Nested widgets for build-dock station and dock toolbar windows. 2009-03-28 12:40:57 +00:00
driver.cpp
driver.h
dummy_land.cpp
economy_func.h
economy_type.h
economy.cpp
effectvehicle_base.h
effectvehicle_func.h
effectvehicle.cpp
elrail_func.h
elrail.cpp
endian_check.cpp
engine_base.h
engine_func.h
engine_gui.cpp (svn r15878) -Codechange: New widgets for the engine preview window. 2009-03-28 13:35:07 +00:00
engine_gui.h
engine_type.h (svn r15845) -Fix: Ancient comments 2009-03-25 14:03:29 +00:00
engine.cpp
fileio_func.h
fileio_type.h
fileio.cpp
fios.cpp
fios.h
fontcache.cpp (svn r15851) -Fix (r15849): compile failure when there's no freetype... 2009-03-25 21:35:22 +00:00
fontcache.h (svn r15849) -Codechange: provide easy access to the real height of the used fonts 2009-03-25 20:01:34 +00:00
functions.h
gamelog_internal.h (svn r15893) -Add: watermark crash.sav and don't generate crash information if a loaded crash.sav causes a crash 2009-03-30 00:21:43 +00:00
gamelog.cpp (svn r15893) -Add: watermark crash.sav and don't generate crash information if a loaded crash.sav causes a crash 2009-03-30 00:21:43 +00:00
gamelog.h (svn r15893) -Add: watermark crash.sav and don't generate crash information if a loaded crash.sav causes a crash 2009-03-30 00:21:43 +00:00
genworld_gui.cpp (svn r15927) -Codechange: Added nested widget for generate-world windows 2009-04-03 11:59:41 +00:00
genworld.cpp
genworld.h
gfx_func.h (svn r15849) -Codechange: provide easy access to the real height of the used fonts 2009-03-25 20:01:34 +00:00
gfx_type.h
gfx.cpp (svn r15849) -Codechange: provide easy access to the real height of the used fonts 2009-03-25 20:01:34 +00:00
gfxinit.cpp
gfxinit.h
graph_gui.cpp (svn r15812) -Codechange: use the new DrawString API in another set of GUIs 2009-03-22 14:39:20 +00:00
group_cmd.cpp
group_gui.cpp (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
group_gui.h
group_type.h
group.h
gui.h
heightmap.cpp
heightmap.h
highscore_gui.cpp (svn r15839) -Fix: high score text was (partly) off-screen when using RTL and the window was wider than 640 pixels 2009-03-24 22:18:40 +00:00
highscore.cpp
highscore.h
industry_cmd.cpp (svn r15888) -Fix (r15103)[FS#2772]: Round the production rate up, so e.g. oilrigs always produce some passengers on lowest production level. 2009-03-29 11:41:42 +00:00
industry_gui.cpp (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
industry_map.h
industry_type.h
industry.h
ini_type.h
ini.cpp
intro_gui.cpp (svn r15820) -Codechange: Some windows using nested widgets 2009-03-22 21:16:57 +00:00
landscape_type.h
landscape.cpp (svn r15895) -Fix (r15685): fixing the slopes was done a bit more often than intended making map generation with the original generator horribly slow 2009-03-30 08:59:26 +00:00
landscape.h
livery.h
lzoconf.h
main_gui.cpp
map_func.h
map_type.h
map.cpp
masm64.rules
md5.cpp
md5.h
minilzo.cpp
minilzo.h
misc_cmd.cpp
misc_gui.cpp (svn r15907) -Fix (r15841): some strings in save/load dialog were drawn with a 2 pixel offset 2009-03-31 22:55:38 +00:00
misc.cpp
mixer.cpp
mixer.h
music_gui.cpp (svn r15846) -Fix: shuffle button text alignment was based on the wrong widget 2009-03-25 14:15:34 +00:00
music.cpp
music.h
namegen_func.h
namegen.cpp (svn r15838) -Fix: MSVC 64 bits warnings 2009-03-24 22:00:11 +00:00
newgrf_callbacks.h
newgrf_canal.cpp
newgrf_canal.h
newgrf_cargo.cpp
newgrf_cargo.h
newgrf_commons.cpp
newgrf_commons.h
newgrf_config.cpp
newgrf_config.h
newgrf_engine.cpp
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
newgrf_house.cpp
newgrf_house.h
newgrf_industries.cpp
newgrf_industries.h
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h
newgrf_station.cpp
newgrf_station.h
newgrf_storage.cpp
newgrf_storage.h
newgrf_text.cpp
newgrf_text.h
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
newgrf.cpp
newgrf.h (svn r15645) -Fix (r12924)[FS#2612]: Add an EngineOverrideManager to give the term 'compatible newgrf' again some sense and to not crash because of trivial changes. 2009-03-08 16:51:08 +00:00
news_func.h (svn r15830) -Codechange: don't use fixed size of array in news_gui.cpp and news_func.h 2009-03-23 11:48:05 +00:00
news_gui.cpp (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
news_gui.h
news_type.h (svn r15830) -Codechange: don't use fixed size of array in news_gui.cpp and news_func.h 2009-03-23 11:48:05 +00:00
npf.cpp
npf.h
oldpool_func.h
oldpool.cpp
oldpool.h
openttd.cpp
openttd.h
order_base.h
order_cmd.cpp
order_func.h
order_gui.cpp (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
order_type.h
os2.cpp
os_timer.cpp
osk_gui.cpp
ottdres.rc.in
pathfind.cpp
pathfind.h
pbs.cpp
pbs.h
querystring_gui.h
queue.cpp
queue.h
rail_cmd.cpp
rail_gui.cpp (svn r15862) -Codechange: New widgets for the road, rail and ship depot guis. 2009-03-26 21:12:14 +00:00
rail_gui.h
rail_map.h
rail_type.h
rail.cpp
rail.h
rev.cpp.in
rev.h
road_cmd.cpp
road_cmd.h
road_func.h
road_gui.cpp (svn r15862) -Codechange: New widgets for the road, rail and ship depot guis. 2009-03-26 21:12:14 +00:00
road_gui.h
road_internal.h
road_map.cpp
road_map.h
road_type.h
road.cpp
roadveh_cmd.cpp
roadveh_gui.cpp (svn r15806) -Codechange: pass both left and right to the vehicle details drawing functions instead of only the left. 2009-03-22 10:37:51 +00:00
roadveh.h
screenshot.cpp
screenshot.h
sdl.cpp
sdl.h
settings_func.h
settings_gui.cpp (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
settings_internal.h
settings_type.h (svn r15848) -Feature: Add autoclean_novehicles setting which will, when autoclean_companies is true, remove any company with no vehicles and no active client after autoclean_novehciles-months. 2009-03-25 16:30:33 +00:00
settings.cpp (svn r15931) -Codechange: let the host and ban lists use of SmallVector. 2009-04-03 12:49:58 +00:00
ship_cmd.cpp
ship_gui.cpp (svn r15806) -Codechange: pass both left and right to the vehicle details drawing functions instead of only the left. 2009-03-22 10:37:51 +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 r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
signs_type.h
signs.cpp
slope_func.h
slope_type.h
smallmap_gui.cpp (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
sortlist_type.h
sound_func.h
sound_type.h
sound.cpp
sprite.h
spritecache.cpp
spritecache.h
station_base.h
station_cmd.cpp
station_func.h
station_gui.cpp (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
station_gui.h
station_map.h
station_type.h
station.cpp
statusbar_gui.cpp (svn r15929) -Codechange: Added nested widgets for statusbar. 2009-04-03 12:39:52 +00:00
statusbar_gui.h
stdafx.h (svn r15892) -Codechange: [OSX] some type fixes so OpenTTD likes more of the 3.1.x Xcodes. 2009-03-29 19:55:08 +00:00
string_func.h
string_type.h
string.cpp
strings_func.h
strings_type.h
strings.cpp
subsidy_gui.cpp (svn r15850) -Codechange: replace some magic constants with the less magic line height constant 2009-03-25 20:16:09 +00:00
tar_type.h
terraform_cmd.cpp
terraform_gui.cpp
terraform_gui.h
textbuf_gui.h
texteff.cpp
texteff.hpp
tgp.cpp
tgp.h
thread_morphos.cpp
thread_none.cpp
thread_os2.cpp
thread_pthread.cpp
thread_win32.cpp
thread.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 r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
timetable.h
toolbar_gui.cpp (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
toolbar_gui.h
town_cmd.cpp (svn r15890) -Codechange: unify the way 'can a town be placed here?' checks are done 2009-03-29 15:06:44 +00:00
town_gui.cpp (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
town_map.h
town_type.h
town.h
track_func.h
track_type.h
train_cmd.cpp
train_gui.cpp (svn r15806) -Codechange: pass both left and right to the vehicle details drawing functions instead of only the left. 2009-03-22 10:37:51 +00:00
train.h
transparency_gui.cpp
transparency_gui.h
transparency.h
transport_type.h
tree_cmd.cpp
tree_gui.cpp (svn r15854) -Codechange: New widgets for build tree window. 2009-03-25 22:07:25 +00:00
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge_cmd.cpp
tunnelbridge_map.h
tunnelbridge.h
unix.cpp
unmovable_cmd.cpp
unmovable_map.h
unmovable.h
variables.h
vehicle_base.h
vehicle_cmd.cpp
vehicle_func.h
vehicle_gui_base.h
vehicle_gui.cpp (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
vehicle_gui.h (svn r15807) -Codechange: let the build vehicle gui helper function pass around left and right instead of only left and assuming infinite width. 2009-03-22 11:06:25 +00:00
vehicle_type.h
vehicle.cpp
vehiclelist.cpp
vehiclelist.h
viewport_func.h
viewport_type.h
viewport.cpp (svn r15908) -Fix: off-by-one in viewport strings/flags; left + width != right 2009-04-01 02:51:37 +00:00
void_map.h
water_cmd.cpp
water_map.h
water.h
waypoint_cmd.cpp
waypoint_gui.cpp (svn r15853) -Codechange: New widgets for the waypoint gui. 2009-03-25 21:38:05 +00:00
waypoint_type.h
waypoint.cpp
waypoint.h
widget_type.h (svn r15889) -Codechange: Add pre/inter/post space to nested background widgets 2009-03-29 13:25:01 +00:00
widget.cpp (svn r15889) -Codechange: Add pre/inter/post space to nested background widgets 2009-03-29 13:25:01 +00:00
win32.cpp (svn r15893) -Add: watermark crash.sav and don't generate crash information if a loaded crash.sav causes a crash 2009-03-30 00:21:43 +00:00
win32.h
win64.asm
window_func.h
window_gui.h (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
window_type.h
window.cpp (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 2009-03-29 09:49:11 +00:00
zoom_func.h
zoom_type.h