OpenTTD/src
glx 0b5cbecd3d (svn r9048) -Fix r9040: non-bool used as bool 2007-03-06 23:27:14 +00:00
..
ai (svn r8841) -Fix 2007-02-22 08:43:02 +00:00
lang (svn r9037) -Feature: [NewGRF] Add support for Action 13, which allows you to translate 2007-03-06 22:00:13 +00:00
misc (svn r8414) -Codechange: Use own AutoPtrT instead of std::auto_ptr. 2007-01-26 11:38:07 +00:00
music (svn r8860) -Cleanup: some style changes, proper #endif comments, variable initialisation, WINCE ifdef and a vsprintf to vsnprintf change. 2007-02-23 12:56:10 +00:00
network (svn r9038) -Fix [FS#115]: inactive connections are not automatically kicked, i.e. people who only open a telnet (or similar) connection to a server. 2007-03-06 22:00:42 +00:00
os/macosx (svn r8605) -Codechange: [OSX] changed all objective C to objective C++ 2007-02-05 21:16:56 +00:00
sound (svn r8860) -Cleanup: some style changes, proper #endif comments, variable initialisation, WINCE ifdef and a vsprintf to vsnprintf change. 2007-02-23 12:56:10 +00:00
strgen (svn r8398) -Cleanup: Remove WATCOM crud from strgen and map.h include from macros.h as it is no longer needed. 2007-01-24 21:23:35 +00:00
table (svn r8973) -Feature/Codechange: Changed the internal unit for aircraft velocities to from 8mph to 1km/h (peter1138), also give aircraft realsitic velocities (so that 1km/h is 1km/h independent of vehicle type) (peter1138). Introduce a flag to reduce aircraft speed in holding patterns to some realistic velocity. Use this flag for the city airport for the time being and make use of the different entry points for this airport type. 2007-03-02 12:01:24 +00:00
video (svn r9039) -Fix r9034: missed the _pause in cocoa_v.mm 2007-03-06 22:01:59 +00:00
yapf (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
aircraft.h (svn r9048) -Fix r9040: non-bool used as bool 2007-03-06 23:27:14 +00:00
aircraft_cmd.cpp (svn r9040) -Codechange: the build window and CmdBuildAircraft() now shares the code to figure out if an aircraft is buildable in the hangar in question 2007-03-06 22:11:58 +00:00
aircraft_gui.cpp (svn r8978) -Feature: Rewrite of transfer system. 2007-03-02 18:49:11 +00:00
airport.cpp (svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style 2007-02-23 01:48:53 +00:00
airport.h (svn r8973) -Feature/Codechange: Changed the internal unit for aircraft velocities to from 8mph to 1km/h (peter1138), also give aircraft realsitic velocities (so that 1km/h is 1km/h independent of vehicle type) (peter1138). Introduce a flag to reduce aircraft speed in holding patterns to some realistic velocity. Use this flag for the city airport for the time being and make use of the different entry points for this airport type. 2007-03-02 12:01:24 +00:00
airport_gui.cpp (svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style 2007-02-23 01:48:53 +00:00
airport_movement.h (svn r9022) -Fix [FS#660]: Airport state machine fails if the adjustment in position is less than 4 pixels. The new planespeed movement made this a fatal error on the oilrig. This fix just corrects the oilrig movement orders so that the error does not occur. 2007-03-05 23:00:43 +00:00
autoreplace_gui.cpp (svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style 2007-02-23 01:48:53 +00:00
aystar.cpp (svn r8856) -Fix 2007-02-23 08:19:24 +00:00
aystar.h (svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style 2007-02-23 01:48:53 +00:00
bmp.cpp (svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-02-23 11:50:43 +00:00
bmp.h (svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-02-23 11:50:43 +00:00
bridge.h (svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header. 2007-02-26 18:25:03 +00:00
bridge_gui.cpp (svn r8990) -Fix: more indenting and variable scoping 2007-03-03 10:48:25 +00:00
bridge_map.cpp (svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-02-23 11:50:43 +00:00
bridge_map.h (svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header. 2007-02-26 18:25:03 +00:00
build_vehicle_gui.cpp (svn r9040) -Codechange: the build window and CmdBuildAircraft() now shares the code to figure out if an aircraft is buildable in the hangar in question 2007-03-06 22:11:58 +00:00
callback_table.cpp (svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-02-23 11:50:43 +00:00
callback_table.h (svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-02-23 11:50:43 +00:00
cargotype.cpp (svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible. 2007-02-24 23:36:40 +00:00
cargotype.h (svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible. 2007-02-24 23:36:40 +00:00
clear_cmd.cpp (svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header. 2007-02-26 18:25:03 +00:00
clear_map.h (svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-02-23 11:50:43 +00:00
cmd_helper.h (svn r8876) -Fix 2007-02-24 09:42:39 +00:00
command.cpp (svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-02-23 11:50:43 +00:00
command.h (svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-02-23 11:50:43 +00:00
console.cpp (svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-02-23 11:50:43 +00:00
console.h (svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-02-23 11:50:43 +00:00
console_cmds.cpp (svn r9038) -Fix [FS#115]: inactive connections are not automatically kicked, i.e. people who only open a telnet (or similar) connection to a server. 2007-03-06 22:00:42 +00:00
currency.cpp (svn r9027) -Fix [FS#664]: desync caused by buffer overrun. 2007-03-06 18:03:06 +00:00
currency.h (svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-02-23 11:50:43 +00:00
date.cpp (svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style. 2007-02-23 18:55:07 +00:00
date.h (svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style. 2007-02-23 18:55:07 +00:00
debug.cpp (svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style. 2007-02-23 18:55:07 +00:00
debug.h (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-03-01 01:24:44 +00:00
dedicated.cpp (svn r9035) -Fix [SunOS]: Solaris sometimes has pid_t defined as long. Fix warnings in those cases 2007-03-06 21:14:48 +00:00
depot.cpp (svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style. 2007-02-23 18:55:07 +00:00
depot.h (svn r8954) -Codechange: remove direct map accesses from non-map-accessor headers. 2007-03-01 13:35:40 +00:00
depot_gui.cpp (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-03-01 01:24:44 +00:00
direction.h (svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style. 2007-02-23 18:55:07 +00:00
disaster_cmd.cpp (svn r8897) -Fix 2007-02-25 10:49:13 +00:00
dock_gui.cpp (svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style. 2007-02-23 18:55:07 +00:00
driver.cpp (svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style. 2007-02-23 18:55:07 +00:00
driver.h (svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style. 2007-02-23 18:55:07 +00:00
dummy_land.cpp (svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style. 2007-02-23 18:55:07 +00:00
economy.cpp (svn r9029) -Fix (r7326): Only call the gradual loading amount callback if the bit for it is set in the vehicle's callbackmask. 2007-03-06 19:12:56 +00:00
economy.h (svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style. 2007-02-23 18:55:07 +00:00
elrail.cpp (svn r8935) -Codechange: unification of track type between road and rail tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType. 2007-02-27 23:36:28 +00:00
endian_check.cpp (svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style. 2007-02-23 18:55:07 +00:00
engine.cpp (svn r9001) -Codechange: remove duplication of functions and strings with respect to the news of new vehicles. 2007-03-03 22:03:15 +00:00
engine.h (svn r8973) -Feature/Codechange: Changed the internal unit for aircraft velocities to from 8mph to 1km/h (peter1138), also give aircraft realsitic velocities (so that 1km/h is 1km/h independent of vehicle type) (peter1138). Introduce a flag to reduce aircraft speed in holding patterns to some realistic velocity. Use this flag for the city airport for the time being and make use of the different entry points for this airport type. 2007-03-02 12:01:24 +00:00
engine_gui.cpp (svn r9001) -Codechange: remove duplication of functions and strings with respect to the news of new vehicles. 2007-03-03 22:03:15 +00:00
fileio.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
fileio.h (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
fios.cpp (svn r9043) -Fix [FS#652]: the personal (.openttd) directories were hidden in the load/save directory listings (stepancheg). 2007-03-06 22:37:04 +00:00
fios.h (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-03-01 01:24:44 +00:00
fontcache.cpp (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-03-01 01:24:44 +00:00
fontcache.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
functions.h (svn r8969) -Codechange: rework of the player face bits. 2007-03-02 01:17:11 +00:00
genworld.cpp (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-03-01 01:24:44 +00:00
genworld.h (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-03-01 01:24:44 +00:00
genworld_gui.cpp (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-03-01 01:24:44 +00:00
gfx.cpp (svn r9034) -Codechange: renamed _pause to _pause_game, as some targets already have 2007-03-06 20:59:52 +00:00
gfx.h (svn r9034) -Codechange: renamed _pause to _pause_game, as some targets already have 2007-03-06 20:59:52 +00:00
gfxinit.cpp (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-03-01 01:24:44 +00:00
gfxinit.h (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-03-01 01:24:44 +00:00
graph_gui.cpp (svn r8989) -Fix: more indenting and variable scoping 2007-03-03 09:58:20 +00:00
gui.h (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-03-01 01:24:44 +00:00
hal.h (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-03-01 01:24:44 +00:00
heightmap.cpp (svn r9019) -Fix: use <> for system-headers 2007-03-05 18:00:18 +00:00
heightmap.h (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-03-01 01:24:44 +00:00
helpers.cpp (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-03-01 01:24:44 +00:00
helpers.hpp (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-03-01 01:24:44 +00:00
industry.h (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
industry_cmd.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
industry_gui.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
industry_map.h (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
intro_gui.cpp (svn r9018) -Change: added SunOS as OS name in the quit dialog 2007-03-05 17:05:41 +00:00
landscape.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
livery.h (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
lzoconf.h (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
macros.h (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
main_gui.cpp (svn r9034) -Codechange: renamed _pause to _pause_game, as some targets already have 2007-03-06 20:59:52 +00:00
map.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
map.h (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
masm64.rules (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
md5.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
md5.h (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
mersenne.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
minilzo.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
minilzo.h (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
misc.cpp (svn r9034) -Codechange: renamed _pause to _pause_game, as some targets already have 2007-03-06 20:59:52 +00:00
misc_cmd.cpp (svn r9034) -Codechange: renamed _pause to _pause_game, as some targets already have 2007-03-06 20:59:52 +00:00
misc_gui.cpp (svn r9042) -Add : Maedhros as a developper 2007-03-06 22:16:43 +00:00
mixer.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
mixer.h (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.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 (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_gui.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
namegen.cpp (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 2007-01-10 18:12:09 +00:00
namegen.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
newgrf.cpp (svn r9037) -Feature: [NewGRF] Add support for Action 13, which allows you to translate 2007-03-06 22:00:13 +00:00
newgrf.h (svn r8890) -Codechange: (NewGRF) add cargo translation support to engine var 47 2007-02-24 23:20:21 +00:00
newgrf_callbacks.h (svn r9029) -Fix (r7326): Only call the gradual loading amount callback if the bit for it is set in the vehicle's callbackmask. 2007-03-06 19:12:56 +00:00
newgrf_cargo.h (svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible. 2007-02-24 23:36:40 +00:00
newgrf_config.cpp (svn r9031) -Codechange: Introduce grfconfig->status, and use it for states that are 2007-03-06 19:33:28 +00:00
newgrf_config.h (svn r9031) -Codechange: Introduce grfconfig->status, and use it for states that are 2007-03-06 19:33:28 +00:00
newgrf_engine.cpp (svn r8946) -Feature: [NewGRF] Add support for vehicle variables 0xFE and 0xFF bit 10, 2007-02-28 17:59:05 +00:00
newgrf_engine.h (svn r7901) -Codechange: Remove some misplaced externs and use extern, not VARDEF, in the place they should be... 2007-01-06 13:26:04 +00:00
newgrf_gui.cpp (svn r9031) -Codechange: Introduce grfconfig->status, and use it for states that are 2007-03-06 19:33:28 +00:00
newgrf_sound.cpp (svn r8860) -Cleanup: some style changes, proper #endif comments, variable initialisation, WINCE ifdef and a vsprintf to vsnprintf change. 2007-02-23 12:56:10 +00:00
newgrf_sound.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
newgrf_spritegroup.cpp (svn r8081) -Fix (r8075): Use a copy of the resolver object instead of the using the existing one. This fixes problems with the object scope setting. 2007-01-12 16:44:08 +00:00
newgrf_spritegroup.h (svn r8075) -Feature: Add support for variable 7E - subroutines. (peter1138) 2007-01-12 11:20:34 +00:00
newgrf_station.cpp (svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible. 2007-02-24 23:36:40 +00:00
newgrf_station.h (svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible. 2007-02-24 23:36:40 +00:00
newgrf_text.cpp (svn r8117) -Fix (r8114): 'no matching operator delete found' warning on VC8 2007-01-14 13:21:02 +00:00
newgrf_text.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
news.h (svn r9001) -Codechange: remove duplication of functions and strings with respect to the news of new vehicles. 2007-03-03 22:03:15 +00:00
news_gui.cpp (svn r9001) -Codechange: remove duplication of functions and strings with respect to the news of new vehicles. 2007-03-03 22:03:15 +00:00
npf.cpp (svn r8899) -Fix 2007-02-25 11:36:19 +00:00
npf.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
oldloader.cpp (svn r9034) -Codechange: renamed _pause to _pause_game, as some targets already have 2007-03-06 20:59:52 +00:00
oldpool.cpp (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter 2007-01-11 17:29:39 +00:00
oldpool.h (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
openttd.cpp (svn r9034) -Codechange: renamed _pause to _pause_game, as some targets already have 2007-03-06 20:59:52 +00:00
openttd.h (svn r8698) -Codechange: enumify the returns of VehicleEnterTile 2007-02-13 10:26:53 +00:00
order.h (svn r8582) -Fix 2007-02-04 13:46:21 +00:00
order_cmd.cpp (svn r8802) -Fix 2007-02-18 16:24:29 +00:00
order_gui.cpp (svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular struct array (with accessor) and implement new initialization method using cargo labels. 2007-02-20 22:09:21 +00:00
os2.cpp (svn r9043) -Fix [FS#652]: the personal (.openttd) directories were hidden in the load/save directory listings (stepancheg). 2007-03-06 22:37:04 +00:00
os_timer.cpp (svn r8933) -Fix [Win64]: rdtsc now uses intrinsic on VC8 (michi_cc) 2007-02-27 23:12:45 +00:00
ottdres.rc (svn r7968) -Update copyright/etc information to 2007 2007-01-07 16:55:30 +00:00
pathfind.cpp (svn r8935) -Codechange: unification of track type between road and rail tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType. 2007-02-27 23:36:28 +00:00
pathfind.h (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
player.h (svn r8969) -Codechange: rework of the player face bits. 2007-03-02 01:17:11 +00:00
player_face.h (svn r8969) -Codechange: rework of the player face bits. 2007-03-02 01:17:11 +00:00
player_gui.cpp (svn r8969) -Codechange: rework of the player face bits. 2007-03-02 01:17:11 +00:00
players.cpp (svn r8969) -Codechange: rework of the player face bits. 2007-03-02 01:17:11 +00:00
queue.cpp (svn r8840) -Fix 2007-02-22 06:57:21 +00:00
queue.h (svn r8840) -Fix 2007-02-22 06:57:21 +00:00
rail.cpp (svn r8935) -Codechange: unification of track type between road and rail tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType. 2007-02-27 23:36:28 +00:00
rail.h (svn r8912) -Codechange: coding style cleanup and moving of two global externs into the functions that use them. 2007-02-26 22:32:21 +00:00
rail_cmd.cpp (svn r8966) -Codechange: replace some if-cascades by switches. 2007-03-02 00:17:35 +00:00
rail_gui.cpp (svn r8999) -Fix [FS#450]: do not select a disabled platform length/number of track count when going out of drag-drop mode. 2007-03-03 20:43:50 +00:00
rail_map.h (svn r8954) -Codechange: remove direct map accesses from non-map-accessor headers. 2007-03-01 13:35:40 +00:00
railtypes.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
resource.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
road.h (svn r8852) -Fix (r8735): make the dynamite tool for drive through road stops as if it were removing a normal road tile (consider the local authority and such). 2007-02-23 00:17:46 +00:00
road_cmd.cpp (svn r8935) -Codechange: unification of track type between road and rail tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType. 2007-02-27 23:36:28 +00:00
road_cmd.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
road_gui.cpp (svn r8837) -Fix [FS#626]: drive through stations did not connect to neighbouring roads (mart3p). 2007-02-21 22:02:10 +00:00
road_map.cpp (svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p. 2007-02-14 16:37:16 +00:00
road_map.h (svn r8935) -Codechange: unification of track type between road and rail tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType. 2007-02-27 23:36:28 +00:00
roadveh.h (svn r8338) -Codechange: merged road vehicle build window into the other ones 2007-01-22 02:09:51 +00:00
roadveh_cmd.cpp (svn r8946) -Feature: [NewGRF] Add support for vehicle variables 0xFE and 0xFF bit 10, 2007-02-28 17:59:05 +00:00
roadveh_gui.cpp (svn r8995) -Fix (FS#620, r8464): revert properly (reversion of r4322) internal speeds 2007-03-03 13:36:25 +00:00
saveload.cpp (svn r8978) -Feature: Rewrite of transfer system. 2007-03-02 18:49:11 +00:00
saveload.h (svn r8131) -Fix (r8125): g++ warning: 'invalid access to non-static data member ‘<class>::<member>’ of NULL object'. It is weird, but renaming the 'offsetof' macro helped. 2007-01-14 21:03:21 +00:00
screenshot.cpp (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter 2007-01-11 17:29:39 +00:00
screenshot.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
sdl.cpp (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 2007-01-10 18:12:09 +00:00
sdl.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
settings.cpp (svn r9031) -Codechange: Introduce grfconfig->status, and use it for states that are 2007-03-06 19:33:28 +00:00
settings.h (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
settings_gui.cpp (svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p. 2007-02-14 16:37:16 +00:00
ship.h (svn r8661) -Fix: [depot windows] Enlarge the blocks in the depot window if a sprite is too big to fit (ships and aircraft only) 2007-02-10 13:37:32 +00:00
ship_cmd.cpp (svn r8946) -Feature: [NewGRF] Add support for vehicle variables 0xFE and 0xFF bit 10, 2007-02-28 17:59:05 +00:00
ship_gui.cpp (svn r8978) -Feature: Rewrite of transfer system. 2007-03-02 18:49:11 +00:00
signs.cpp (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
signs.h (svn r8301) -Codechange: Move the code relating to the sign list window from graph_gui.cpp to a file of its own: signs_gui.cpp. 2007-01-21 12:35:35 +00:00
signs_gui.cpp (svn r8511) -Codechange: make WindowClass an enumerated value. 2007-02-01 15:49:12 +00:00
slope.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
smallmap_gui.cpp (svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that VEH_Train is 0, VEH_Road is 1 and so on 2007-02-07 19:10:19 +00:00
sound.cpp (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter 2007-01-11 17:29:39 +00:00
sound.h (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
sprite.h (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +00:00
spritecache.cpp (svn r8634) -Codechange: replace missing sprites with a red question mark. 2007-02-08 14:02:12 +00:00
spritecache.h (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
station.cpp (svn r8857) -Documentation: Added some doxygen @file tags, repaired others (the @file tag MUST be found before any line of code, that includes preprocessor directives). 2007-02-23 08:37:33 +00:00
station.h (svn r8978) -Feature: Rewrite of transfer system. 2007-03-02 18:49:11 +00:00
station_cmd.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
station_gui.cpp (svn r8988) -Fix: Indenting, variable scope, variable type and minor duffage 2007-03-03 09:40:34 +00:00
station_map.cpp (svn r8528) -Codechange: Rename IsBuoy_() to IsBuoy() now that the naming conflict no longer exists. 2007-02-02 07:48:06 +00:00
station_map.h (svn r8833) -Fix 2007-02-21 19:46:37 +00:00
stdafx.h (svn r9036) -Fix [SunOS]: SunOS/Solaris does not have stdint.h, so use inttypes.h which defines the things we need from stdint.h. 2007-03-06 21:18:25 +00:00
string.cpp (svn r9015) -Fix 2007-03-05 05:03:28 +00:00
string.h (svn r9012) -Fix/Feature (UTF8): When cutting strings into multiple lines also take into consideration whitespace characters of more than 1 byte length (eg IDEOGRAPHIC SPACE, IsWhitespace() function). When trimming such strings, account for multiple-byte long sequences so use *Utf8PrevChar(v) = '\0'. 2007-03-05 00:45:56 +00:00
strings.cpp (svn r8906) -Feature: translation dependant formatting of dates. 2007-02-26 00:36:57 +00:00
strings.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
subsidy_gui.cpp (svn r8511) -Codechange: make WindowClass an enumerated value. 2007-02-01 15:49:12 +00:00
terraform_gui.cpp (svn r8841) -Fix 2007-02-22 08:43:02 +00:00
texteff.cpp (svn r9012) -Fix/Feature (UTF8): When cutting strings into multiple lines also take into consideration whitespace characters of more than 1 byte length (eg IDEOGRAPHIC SPACE, IsWhitespace() function). When trimming such strings, account for multiple-byte long sequences so use *Utf8PrevChar(v) = '\0'. 2007-03-05 00:45:56 +00:00
tgp.cpp (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter 2007-01-11 17:29:39 +00:00
tgp.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
thread.cpp (svn r8678) [PSP] -Add: added LIBS and CFLAGS needed to compile PSP 2007-02-11 16:28:00 +00:00
thread.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
tile.cpp (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
tile.h (svn r8050) -Codechange: Rename map member extra to m6, since its usage has been widden. 2007-01-11 02:05:13 +00:00
town.h (svn r8681) -Fix (FS#608): wrong comment (rfalke) 2007-02-11 19:31:29 +00:00
town_cmd.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
town_gui.cpp (svn r8511) -Codechange: make WindowClass an enumerated value. 2007-02-01 15:49:12 +00:00
town_map.h (svn r8651) -Codechange: group the functions related to getting and setting the town index and move one function that is not related to the map array out of town_map.h. 2007-02-09 16:21:03 +00:00
train.h (svn r8331) -Feature: the train and aircraft build windows are now resizable in horizontal direction as well 2007-01-21 22:50:43 +00:00
train_cmd.cpp (svn r8946) -Feature: [NewGRF] Add support for vehicle variables 0xFE and 0xFF bit 10, 2007-02-28 17:59:05 +00:00
train_gui.cpp (svn r8978) -Feature: Rewrite of transfer system. 2007-03-02 18:49:11 +00:00
tree_cmd.cpp (svn r8875) -Fix 2007-02-24 06:46:20 +00:00
tree_map.h (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
tunnel_map.cpp (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 2007-01-10 18:12:09 +00:00
tunnel_map.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
tunnelbridge_cmd.cpp (svn r9009) -Fix (r1): Determine whether to play a sound or not when entering a tunnel based on engine type (only steam engines) instead of on spritenum which can be invalid for newgrf trains. DBSet(XL) or any other steam trains without newsounds should sound their horn now. 2007-03-04 22:14:32 +00:00
unix.cpp (svn r9043) -Fix [FS#652]: the personal (.openttd) directories were hidden in the load/save directory listings (stepancheg). 2007-03-06 22:37:04 +00:00
unmovable.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
unmovable_cmd.cpp (svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header. 2007-02-26 18:25:03 +00:00
unmovable_map.h (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
variables.h (svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular struct array (with accessor) and implement new initialization method using cargo labels. 2007-02-20 22:09:21 +00:00
vehicle.cpp (svn r8978) -Feature: Rewrite of transfer system. 2007-03-02 18:49:11 +00:00
vehicle.h (svn r8978) -Feature: Rewrite of transfer system. 2007-03-02 18:49:11 +00:00
vehicle_gui.cpp (svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible. 2007-02-24 23:36:40 +00:00
vehicle_gui.h (svn r8661) -Fix: [depot windows] Enlarge the blocks in the depot window if a sprite is too big to fit (ships and aircraft only) 2007-02-10 13:37:32 +00:00
viewport.cpp (svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style 2007-02-23 01:48:53 +00:00
viewport.h (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +00:00
void_map.h (svn r8050) -Codechange: Rename map member extra to m6, since its usage has been widden. 2007-01-11 02:05:13 +00:00
water_cmd.cpp (svn r8953) -Codechange: make the names of enums of WaterTileType consistent with respect to RailTileType and RoadTileType. 2007-03-01 13:27:51 +00:00
water_map.h (svn r8953) -Codechange: make the names of enums of WaterTileType consistent with respect to RailTileType and RoadTileType. 2007-03-01 13:27:51 +00:00
waypoint.cpp (svn r8284) -Fix (r8277): g++ compilation error: missing brackets in sizeof 2007-01-19 22:41:50 +00:00
waypoint.h (svn r8954) -Codechange: remove direct map accesses from non-map-accessor headers. 2007-03-01 13:35:40 +00:00
widget.cpp (svn r8390) -Codechange (r8384): Rewrote ResizeButtons() 2007-01-24 14:32:20 +00:00
win32.cpp (svn r9043) -Fix [FS#652]: the personal (.openttd) directories were hidden in the load/save directory listings (stepancheg). 2007-03-06 22:37:04 +00:00
win32.h (svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style 2007-02-23 01:48:53 +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.cpp (svn r9034) -Codechange: renamed _pause to _pause_game, as some targets already have 2007-03-06 20:59:52 +00:00
window.h (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. 2007-03-01 01:24:44 +00:00