.. |
ai
|
|
|
blitter
|
|
|
core
|
(svn r12156) -Fix (r11454): Chance16I was now biased towards zero - round to nearest now
|
2008-02-16 00:46:38 +00:00 |
lang
|
(svn r12130) -Cleanup (r12129): remove now unused strings from all language files
|
2008-02-13 14:31:13 +00:00 |
misc
|
|
|
music
|
(svn r11842) -Fix: libtimidity.cpp did not compile anymore.
|
2008-01-13 22:10:54 +00:00 |
network
|
|
|
os/macosx
|
|
|
sound
|
|
|
spriteloader
|
(svn r11940) -Codechange: Store short filename once per open file instead of once per sprite cache entry. Not all file types need this, but most of the time no sprite cache entry needed it either.
|
2008-01-22 07:27:06 +00:00 |
strgen
|
|
|
table
|
|
|
video
|
|
|
widgets
|
|
|
yapf
|
(svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]() and HasTileRoadType(); and use them.
|
2008-02-14 15:59:16 +00:00 |
aircraft_cmd.cpp
|
|
|
aircraft_gui.cpp
|
|
|
aircraft.h
|
|
|
airport_gui.cpp
|
|
|
airport_movement.h
|
(svn r11408) -Fix [FS#1422]: do not do a 270 degree turn when 90 degrees is enough on a commuter airport.
|
2007-11-11 13:04:51 +00:00 |
airport.cpp
|
|
|
airport.h
|
|
|
articulated_vehicles.cpp
|
(svn r12137) -Fix [FS#1769]: Show cargo capacity for articulated vehicles correctly in the purchase list. Multiple cargo types can also now been shown.
|
2008-02-14 07:25:24 +00:00 |
articulated_vehicles.h
|
|
|
autoreplace_base.h
|
(svn r11775) -Codechange: move all autoreplace/autorenew functions to a single location.
|
2008-01-07 09:19:53 +00:00 |
autoreplace_cmd.cpp
|
|
|
autoreplace_func.h
|
|
|
autoreplace_gui.cpp
|
|
|
autoreplace_gui.h
|
|
|
autoreplace_type.h
|
|
|
autoslope.h
|
|
|
aystar.cpp
|
|
|
aystar.h
|
(svn r11700) -Codechange: reduce the amount of unnecessary includes.
|
2007-12-25 23:42:52 +00:00 |
bmp.cpp
|
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
|
2007-12-25 09:48:53 +00:00 |
bmp.h
|
|
|
bridge_gui.cpp
|
|
|
bridge_map.cpp
|
|
|
bridge_map.h
|
|
|
bridge.h
|
|
|
build_vehicle_gui.cpp
|
|
|
callback_table.cpp
|
|
|
callback_table.h
|
|
|
cargo_type.h
|
|
|
cargopacket.cpp
|
|
|
cargopacket.h
|
(svn r12120) -Cleanup: const-ify parameters when checking for same cargopacket source.
|
2008-02-12 11:46:29 +00:00 |
cargotype.cpp
|
|
|
cargotype.h
|
|
|
clear_cmd.cpp
|
|
|
clear_map.h
|
|
|
cmd_helper.h
|
|
|
command_func.h
|
(svn r11839) -Codechange: move some variables from variables.h to a more logical location.
|
2008-01-13 21:41:24 +00:00 |
command_type.h
|
|
|
command.cpp
|
|
|
console_cmds.cpp
|
|
|
console.cpp
|
|
|
console.h
|
|
|
currency.cpp
|
(svn r11834) -Codechange: only include settings_type.h if needed.
|
2008-01-13 14:37:30 +00:00 |
currency.h
|
|
|
date_func.h
|
(svn r11702) -Codechange: move all date related stuff to date*.
|
2007-12-26 13:50:40 +00:00 |
date_type.h
|
|
|
date.cpp
|
(svn r12037) -Codechange: replace OnNewDay_(Aircraft|RoadVeh|Ship|Train) with an OnNewDay method in the Vehicle class
|
2008-02-01 22:02:14 +00:00 |
debug.cpp
|
|
|
debug.h
|
|
|
dedicated.cpp
|
|
|
depot_gui.cpp
|
(svn r12166) -Fix [FS#337]: when drag&drop mode was cancelled by keyboard input, depot/group window wasn't updated (original patch by GrimRC)
|
2008-02-17 12:21:05 +00:00 |
depot.cpp
|
|
|
depot.h
|
|
|
direction_func.h
|
|
|
direction_type.h
|
|
|
disaster_cmd.cpp
|
|
|
dock_gui.cpp
|
|
|
driver.cpp
|
|
|
driver.h
|
|
|
dummy_land.cpp
|
|
|
economy_func.h
|
|
|
economy_type.h
|
|
|
economy.cpp
|
|
|
elrail.cpp
|
|
|
endian_check.cpp
|
(svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line.
|
2007-07-25 00:16:30 +00:00 |
engine_gui.cpp
|
|
|
engine.cpp
|
(svn r12150) -Fix (r12143): compiler warnings - possible use of uninitialised variable
|
2008-02-15 21:05:46 +00:00 |
engine.h
|
(svn r12143) -Fix (r8038): Engine::preview_player does not contain a Player ID. Rename this to preview_player_rank and change back to a uint8 to avoid confusion.
|
2008-02-15 11:02:50 +00:00 |
fileio.cpp
|
|
|
fileio.h
|
|
|
fios.cpp
|
|
|
fios.h
|
|
|
fontcache.cpp
|
|
|
fontcache.h
|
|
|
functions.h
|
(svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is
|
2008-01-12 19:58:06 +00:00 |
genworld_gui.cpp
|
|
|
genworld.cpp
|
(svn r12004) -Codechange: refactor the random functions to reduce code duplication.
|
2008-01-29 00:27:25 +00:00 |
genworld.h
|
|
|
gfx_func.h
|
(svn r12167) -Feature(tte): change colour of autorail and autoroad selection when Ctrl is pressed
|
2008-02-17 17:00:43 +00:00 |
gfx_type.h
|
(svn r11684) -Codechange: split gfx.h in a type and functional header.
|
2007-12-23 10:56:02 +00:00 |
gfx.cpp
|
(svn r11834) -Codechange: only include settings_type.h if needed.
|
2008-01-13 14:37:30 +00:00 |
gfxinit.cpp
|
(svn r12002) -Cleanup (r11981): Remove obsolete code to skip sprites from indexed GRFs.
|
2008-01-28 17:51:45 +00:00 |
gfxinit.h
|
(svn r11684) -Codechange: split gfx.h in a type and functional header.
|
2007-12-23 10:56:02 +00:00 |
graph_gui.cpp
|
(svn r11979) -Codechange: drop MSVC 2003 support because MSVC 2003 is broken in such a manner that it triggers an internal compiler error without any clue what of the code is wrong. Even trying to bisect the problem does not give a single line of code that causes the trouble.
|
2008-01-24 18:47:05 +00:00 |
group_cmd.cpp
|
|
|
group_gui.cpp
|
|
|
group_gui.h
|
|
|
group.h
|
(svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is
|
2008-01-12 19:58:06 +00:00 |
gui.h
|
|
|
heightmap.cpp
|
|
|
heightmap.h
|
|
|
helpers.cpp
|
(svn r9662) -Documentation: Doxygen corrections and @file omissions
|
2007-04-17 20:23:13 +00:00 |
industry_cmd.cpp
|
|
|
industry_gui.cpp
|
(svn r12049) -Fix (r10496)(r10619): memset on multibyte array with wrong byte count
|
2008-02-03 12:41:06 +00:00 |
industry_map.h
|
(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
|
2007-12-21 22:50:51 +00:00 |
industry_type.h
|
(svn r11776) -Codechange: more header splittings to reduce the dependencies.
|
2008-01-07 14:02:26 +00:00 |
industry.h
|
|
|
intro_gui.cpp
|
|
|
landscape.cpp
|
|
|
landscape.h
|
(svn r11947) -Feature: Make use of new sprites added by Action5 type 0D.
|
2008-01-22 17:48:08 +00:00 |
livery.h
|
(svn r11874) -Fix [FS#1655]: all wagons of maglev/monorail trains would get the livery colour of the engine instead of their wagon type.
|
2008-01-16 11:25:15 +00:00 |
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
|
|
|
misc.cpp
|
|
|
mixer.cpp
|
|
|
mixer.h
|
|
|
music_gui.cpp
|
|
|
music.cpp
|
(svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style.
|
2007-03-03 04:04:22 +00:00 |
music.h
|
|
|
namegen.cpp
|
|
|
namegen.h
|
|
|
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
|
(svn r12122) -Codechange: Add framework for generic feature callbacks, along with some parts for AI use.
|
2008-02-12 13:23:57 +00:00 |
newgrf_gui.cpp
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
newgrf_house.cpp
|
|
|
newgrf_house.h
|
|
|
newgrf_industries.cpp
|
|
|
newgrf_industries.h
|
|
|
newgrf_industrytiles.cpp
|
(svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID
|
2008-02-15 18:40:42 +00:00 |
newgrf_industrytiles.h
|
|
|
newgrf_sound.cpp
|
|
|
newgrf_sound.h
|
|
|
newgrf_spritegroup.cpp
|
(svn r12139) -Fix (r12124): The global variable value should be returned, not the variable.
|
2008-02-14 11:58:36 +00:00 |
newgrf_spritegroup.h
|
(svn r12122) -Codechange: Add framework for generic feature callbacks, along with some parts for AI use.
|
2008-02-12 13:23:57 +00:00 |
newgrf_station.cpp
|
|
|
newgrf_station.h
|
|
|
newgrf_storage.cpp
|
|
|
newgrf_storage.h
|
|
|
newgrf_string_type.h
|
|
|
newgrf_text.cpp
|
|
|
newgrf_text.h
|
|
|
newgrf_town.cpp
|
|
|
newgrf_town.h
|
(svn r9315) -Merge: The newhouses branch. With this merge comes almost complete support for
|
2007-03-19 11:27:30 +00:00 |
newgrf_townname.cpp
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
newgrf_townname.h
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
newgrf.cpp
|
(svn r12158) -Codechange: merge all the sprite recolouring mapping under a single function
|
2008-02-16 03:01:05 +00:00 |
newgrf.h
|
|
|
news_gui.cpp
|
|
|
news.h
|
|
|
npf.cpp
|
|
|
npf.h
|
|
|
oldloader.cpp
|
(svn r12143) -Fix (r8038): Engine::preview_player does not contain a Player ID. Rename this to preview_player_rank and change back to a uint8 to avoid confusion.
|
2008-02-15 11:02:50 +00:00 |
oldpool.cpp
|
|
|
oldpool.h
|
|
|
openttd.cpp
|
|
|
openttd.h
|
|
|
order_cmd.cpp
|
|
|
order_gui.cpp
|
|
|
order.h
|
|
|
os2.cpp
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
os_timer.cpp
|
(svn r10778) -Fix: one-liners to allow MSVC and WINCE to work together (or anyway, a step towards that goal)
|
2007-08-03 23:26:12 +00:00 |
ottdres.rc.in
|
|
|
pathfind.cpp
|
|
|
pathfind.h
|
|
|
player_base.h
|
|
|
player_face.h
|
(svn r11800) -Codechange: move some functions to a more logical location + some type safety.
|
2008-01-09 21:05:03 +00:00 |
player_func.h
|
|
|
player_gui.cpp
|
(svn r12090) -Codechange : removed a magic number and code style application on enum ExpensesType
|
2008-02-09 02:49:33 +00:00 |
player_gui.h
|
(svn r11818) -Codechange: split player.h into smaller pieces.
|
2008-01-12 14:10:35 +00:00 |
player_type.h
|
|
|
players.cpp
|
|
|
queue.cpp
|
|
|
queue.h
|
(svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var.
|
2007-07-24 17:01:23 +00:00 |
rail_cmd.cpp
|
|
|
rail_gui.cpp
|
|
|
rail_gui.h
|
|
|
rail_map.h
|
|
|
rail_type.h
|
|
|
rail.cpp
|
(svn r11957) -Codechange [FS#1678]: Minor simplification and optimisation when checking for available road/rail types (bilbo)
|
2008-01-23 09:43:53 +00:00 |
rail.h
|
|
|
resource.h
|
(svn r9523) -Cleanup: doxygen changes. Time to take care of "R"
|
2007-03-28 20:41:35 +00:00 |
rev.cpp.in
|
|
|
road_cmd.cpp
|
(svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID
|
2008-02-15 18:40:42 +00:00 |
road_cmd.h
|
|
|
road_func.h
|
(svn r11910) -Fix: play 'ding-ding' crossing sound in more cases (except gameload and crossing construction)
|
2008-01-17 20:41:33 +00:00 |
road_gui.cpp
|
|
|
road_gui.h
|
|
|
road_internal.h
|
(svn r11700) -Codechange: reduce the amount of unnecessary includes.
|
2007-12-25 23:42:52 +00:00 |
road_map.cpp
|
|
|
road_map.h
|
|
|
road_type.h
|
|
|
road.cpp
|
(svn r11957) -Codechange [FS#1678]: Minor simplification and optimisation when checking for available road/rail types (bilbo)
|
2008-01-23 09:43:53 +00:00 |
roadveh_cmd.cpp
|
|
|
roadveh_gui.cpp
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
roadveh.h
|
|
|
saveload.cpp
|
(svn r12160) -Fix [FS#1744]: remove the arbitrary limit of 64 waypoints per town, so weird things won't happen anymore
|
2008-02-16 16:40:47 +00:00 |
saveload.h
|
(svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is
|
2008-01-12 19:58:06 +00:00 |
screenshot.cpp
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
screenshot.h
|
|
|
sdl.cpp
|
|
|
sdl.h
|
|
|
settings_func.h
|
(svn r11771) -Codechange: split settings.h into better separated headers.
|
2008-01-07 00:19:09 +00:00 |
settings_gui.cpp
|
|
|
settings_internal.h
|
|
|
settings_type.h
|
|
|
settings.cpp
|
|
|
ship_cmd.cpp
|
|
|
ship_gui.cpp
|
|
|
ship.h
|
(svn r12037) -Codechange: replace OnNewDay_(Aircraft|RoadVeh|Ship|Train) with an OnNewDay method in the Vehicle class
|
2008-02-01 22:02:14 +00:00 |
signal_func.h
|
(svn r11871) -Fix [FS#1074]: do not update signals after each tile when building/removing a large block of track/signals/station
|
2008-01-16 01:18:15 +00:00 |
signal.cpp
|
|
|
signs_gui.cpp
|
|
|
signs.cpp
|
|
|
signs.h
|
|
|
slope_func.h
|
|
|
slope_type.h
|
|
|
smallmap_gui.cpp
|
|
|
sound_func.h
|
|
|
sound_type.h
|
|
|
sound.cpp
|
|
|
sprite.h
|
|
|
spritecache.cpp
|
(svn r12140) -Codechange: A bit of code style fixes(Geektoo).
|
2008-02-14 15:13:36 +00:00 |
spritecache.h
|
|
|
station_cmd.cpp
|
|
|
station_gui.cpp
|
|
|
station_gui.h
|
|
|
station_map.h
|
|
|
station.cpp
|
|
|
station.h
|
|
|
stdafx.h
|
|
|
string_func.h
|
|
|
string_type.h
|
(svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
|
2008-01-07 14:23:25 +00:00 |
string.cpp
|
|
|
strings_func.h
|
(svn r12015) -Fix [FS#1716] (Revert r11422): Patch in FS#1430 avoided instead of fixed the problem. GetStringWithArgs() discards information that SCC_GENDER_LIST needs to work. Now use pointers to retrieve GRF strings, so that GetStringPtr() will work correctly. This is advantageous as now no buffer copy is made when using all GRF strings.
|
2008-01-29 17:09:00 +00:00 |
strings_type.h
|
(svn r11886) -Add: sort the strings in languages dropdown
|
2008-01-17 00:21:43 +00:00 |
strings.cpp
|
|
|
subsidy_gui.cpp
|
|
|
terraform_cmd.cpp
|
|
|
terraform_gui.cpp
|
|
|
terraform_gui.h
|
|
|
textbuf_gui.h
|
|
|
texteff.cpp
|
|
|
texteff.hpp
|
|
|
tgp.cpp
|
|
|
tgp.h
|
(svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done
|
2007-04-04 03:21:14 +00:00 |
thread.cpp
|
|
|
thread.h
|
|
|
tile_cmd.h
|
|
|
tile_map.cpp
|
|
|
tile_map.h
|
|
|
tile_type.h
|
|
|
timetable_cmd.cpp
|
|
|
timetable_gui.cpp
|
|
|
timetable.h
|
|
|
town_cmd.cpp
|
|
|
town_gui.cpp
|
|
|
town_map.h
|
(svn r12060) -Fix: do not clear tiles when the town won't be able to build any buildings anyway
|
2008-02-04 22:15:48 +00:00 |
town_type.h
|
|
|
town.h
|
|
|
track_func.h
|
|
|
track_type.h
|
(svn r11827) -Codechange: do not include enum_type.hpp unnecessary.
|
2008-01-13 00:28:01 +00:00 |
train_cmd.cpp
|
(svn r12134) -Change: count the number of ticks a vehicle was running this day to calculate running cost
|
2008-02-13 19:24:40 +00:00 |
train_gui.cpp
|
|
|
train.h
|
|
|
transparency_gui.cpp
|
|
|
transparency_gui.h
|
(svn r9564) -Fix (r9563): When adding files remember to add them...
|
2007-04-05 09:07:20 +00:00 |
transparency.h
|
|
|
tree_cmd.cpp
|
|
|
tree_map.h
|
(svn r12029) -Feature: Allow trees on shore.
|
2008-01-31 17:54:13 +00:00 |
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
|
(svn r12134) -Change: count the number of ticks a vehicle was running this day to calculate running cost
|
2008-02-13 19:24:40 +00:00 |
vehicle_func.h
|
|
|
vehicle_gui.cpp
|
(svn r12134) -Change: count the number of ticks a vehicle was running this day to calculate running cost
|
2008-02-13 19:24:40 +00:00 |
vehicle_gui.h
|
|
|
vehicle_type.h
|
|
|
vehicle.cpp
|
|
|
viewport_func.h
|
|
|
viewport_type.h
|
|
|
viewport.cpp
|
|
|
void_map.h
|
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
|
2007-12-19 23:26:02 +00:00 |
water_cmd.cpp
|
|
|
water_map.h
|
|
|
water.h
|
|
|
waypoint.cpp
|
(svn r12160) -Fix [FS#1744]: remove the arbitrary limit of 64 waypoints per town, so weird things won't happen anymore
|
2008-02-16 16:40:47 +00:00 |
waypoint.h
|
|
|
widget.cpp
|
(svn r11988) -Codechange: Add a generic way of changing a widget's size and adjust the widgets around it to suit.
|
2008-01-26 20:55:04 +00:00 |
win32.cpp
|
(svn r11779) -Fix: win32 compile failed. Also removed a duplicate include
|
2008-01-07 15:35:36 +00:00 |
win32.h
|
(svn r9055) -Codechange: Change windows unicode handling and allow a pure non-unicode build to function. Win9x binaries will be possible with mingw/nightly system.
|
2007-03-07 18:58:28 +00:00 |
win64.asm
|
(svn r8933) -Fix [Win64]: rdtsc now uses intrinsic on VC8 (michi_cc)
|
2007-02-27 23:12:45 +00:00 |
window_func.h
|
|
|
window_gui.h
|
|
|
window_type.h
|
|
|
window.cpp
|
(svn r12167) -Feature(tte): change colour of autorail and autoroad selection when Ctrl is pressed
|
2008-02-17 17:00:43 +00:00 |
zoom_func.h
|
(svn r11914) -Documentation: fix some @file statement
|
2008-01-18 03:48:29 +00:00 |
zoom_type.h
|
|
|