OpenTTD/src
tron 8bebb83de9 (svn r8427) -Fix
s/m?/m³/
2007-01-27 10:58:44 +00:00
..
ai (svn r8402) -Codechange: Move RoadStop-specific enums to the RoadStop class, and changed a one-member enum into a static const. Simplify their naming and add some doxygen-comments to RoadStop 2007-01-25 10:06:58 +00:00
lang (svn r8427) -Fix 2007-01-27 10:58:44 +00:00
misc (svn r8414) -Codechange: Use own AutoPtrT instead of std::auto_ptr. 2007-01-26 11:38:07 +00:00
music (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
network (svn r8411) [MorphOS] -Fix: tons of unneeded warnings in networking code, because MorphOS wants UBYTE arrays and we use char arrays. Solution is a bit hackish. 2007-01-26 08:27:59 +00:00
os/macosx (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
sound (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
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 r8412) [MorphOS] -Fix: assert_compile(x != y) doesn't work, but assert_compile(!(x == y)) does.. don't ask me why! 2007-01-26 08:36:02 +00:00
video (svn r8310) -Fix r8309: it is wise to put #endifs in the right place ;) 2007-01-21 14:36:08 +00:00
yapf (svn r8392) -Fix 2007-01-24 17:58:07 +00:00
aircraft.h (svn r8332) -Codechange: moved DrawAircraftImage() and CcBuildAircraft() from build_vehicle_gui.cpp to aircraft_gui.cpp 2007-01-21 22:57:52 +00:00
aircraft_cmd.cpp (svn r8305) -Codechange: defining 'static const' in a header is a bit weird. 2007-01-21 14:15:38 +00:00
aircraft_gui.cpp (svn r8332) -Codechange: moved DrawAircraftImage() and CcBuildAircraft() from build_vehicle_gui.cpp to aircraft_gui.cpp 2007-01-21 22:57:52 +00:00
airport.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
airport.h (svn r8305) -Codechange: defining 'static const' in a header is a bit weird. 2007-01-21 14:15:38 +00:00
airport_gui.cpp (svn r8143) Remove the landscaping button from the build toolbars. 2007-01-15 07:38:36 +00:00
airport_movement.h (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
autoreplace_gui.cpp (svn r8385) -Fix 2007-01-24 07:14:09 +00:00
aystar.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
aystar.h (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
bmp.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
bmp.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
bridge.h (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +00:00
bridge_gui.cpp (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +00:00
bridge_map.cpp (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
bridge_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
build_vehicle_gui.cpp (svn r8390) -Codechange (r8384): Rewrote ResizeButtons() 2007-01-24 14:32:20 +00:00
callback_table.cpp (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 2007-01-10 18:12:09 +00:00
callback_table.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
clear_cmd.cpp (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +00:00
clear_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
command.cpp (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
command.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
console.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
console.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
console_cmds.cpp (svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets and move a little of NetworkClientState functionality to the NetworkSocketHandler. Move the rest of the NetworkClientState to the new NetworkTCPSocketHandler class/struct, which is not yet implemented in an object oriented manner. The UDP socket handler now extends the NetworkSocketHandler instead of having a reference to a NetworkClientState. 2007-01-12 20:19:49 +00:00
currency.cpp (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 2007-01-10 18:12:09 +00:00
currency.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
date.cpp (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 2007-01-10 18:12:09 +00:00
date.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
debug.cpp (svn r8124) -Add [DEBUG]: _debug_station_level 2007-01-14 19:13:36 +00:00
debug.h (svn r8124) -Add [DEBUG]: _debug_station_level 2007-01-14 19:13:36 +00:00
dedicated.cpp (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 2007-01-10 18:12:09 +00:00
depot.cpp (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
depot.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
depot_gui.cpp (svn r8390) -Codechange (r8384): Rewrote ResizeButtons() 2007-01-24 14:32:20 +00:00
direction.h (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
disaster_cmd.cpp (svn r8164) -Codechange (r8159): Fix up some comments/doxygen for disasters and rename Submarine1/2 to small/big 2007-01-16 20:16:30 +00:00
dock_gui.cpp (svn r8143) Remove the landscaping button from the build toolbars. 2007-01-15 07:38:36 +00:00
driver.cpp (svn r8307) [WinCE] -Fix: for now disable sound and music. That will be done later. 2007-01-21 14:19:44 +00:00
driver.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
dummy_land.cpp (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +00:00
economy.cpp (svn r8144) -Fix: [FS#163] When a station is removed, vehicles do not get excessive payment any longer, as the origin TILE is now stored as long as the origin STATION for the transported cargos. Basically this is only a temporary fix until cargopackets are implemented, but it fixes one of the oldest known bugs (Special Thanks to Darkvater for lots of testing) 2007-01-15 14:42:24 +00:00
economy.h (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
elrail.cpp (svn r8385) -Fix 2007-01-24 07:14:09 +00:00
endian_check.cpp (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
engine.cpp (svn r8410) -Fix 2007-01-26 07:50:34 +00:00
engine.h (svn r8385) -Fix 2007-01-24 07:14:09 +00:00
engine_gui.cpp (svn r8385) -Fix 2007-01-24 07:14:09 +00:00
fileio.cpp (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 2007-01-10 18:12:09 +00:00
fileio.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
fios.cpp (svn r8308) [WinCE] -Revert r5764: in case of WinCE, use the code for FileExists as it was in pre-r5764 for Win32 (tnx Darkvater) 2007-01-21 14:21:31 +00:00
fios.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
fontcache.cpp (svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). Additionally the test takes O(1) instead of O(n) now 2007-01-13 15:00:16 +00:00
fontcache.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
functions.h (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +00:00
genworld.cpp (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +00:00
genworld.h (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
genworld_gui.cpp (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +00:00
gfx.cpp (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +00:00
gfx.h (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +00:00
gfxinit.cpp (svn r8315) -Fix: use ShowInfo over fprintf(stderr, as Windows doesn't always have a stderr visible/available 2007-01-21 17:09:32 +00:00
gfxinit.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
graph_gui.cpp (svn r8374) -Fix (r8367): LLONG_MAX isn't always defined, and INT64_MAX describes the 2007-01-23 15:47:28 +00:00
gui.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
hal.h (svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h 2007-01-13 14:43:46 +00:00
heightmap.cpp (svn r8077) -Cleanup: Restructure some switch() statements' default case when they're unreachable 2007-01-12 14:28:00 +00:00
heightmap.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
helpers.cpp (svn r8092) -Codechange: header files with miscellaneous template classes (smart pointers, blob, array, hashtable, etc.) moved from src/yapf to src/misc as they can now be used anywhere. 2007-01-13 13:33:36 +00:00
helpers.hpp (svn r8276) -Fix 2007-01-19 11:47:48 +00:00
industry.h (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
industry_cmd.cpp (svn r8145) -Featurette: Allow for Tropic Farm to plant fields after producing cargo, like its counterpart in temperate climate. 2007-01-15 16:31:46 +00:00
industry_gui.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
industry_map.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
intro_gui.cpp (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 2007-01-10 18:12:09 +00:00
landscape.cpp (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +00:00
livery.h (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
lzoconf.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
macros.h (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
main_gui.cpp (svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and include that 2007-01-21 11:49:18 +00:00
map.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
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
masm64.rules (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
md5.cpp (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 2007-01-10 18:12:09 +00:00
md5.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
mersenne.cpp (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 2007-01-10 18:12:09 +00:00
minilzo.cpp (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 2007-01-10 18:12:09 +00:00
minilzo.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
misc.cpp (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +00:00
misc_cmd.cpp (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
misc_gui.cpp (svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and include that 2007-01-21 11:49:18 +00:00
mixer.cpp (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
mixer.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
music.cpp (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 2007-01-10 18:12:09 +00:00
music.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
music_gui.cpp (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +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 r8314) -Fix 2007-01-21 16:08:18 +00:00
newgrf.h (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
newgrf_callbacks.h (svn r8211) -Codechange: (NewGRF) Implement callback 2D, explicit vehicle colour map 2007-01-17 22:19:12 +00:00
newgrf_cargo.cpp (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 2007-01-10 18:12:09 +00:00
newgrf_cargo.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_config.cpp (svn r8316) -Codechange: move the GRF ID and MD5 checksum from GRFConfig to GRFIdentifier so it can be reused. 2007-01-21 17:29:38 +00:00
newgrf_config.h (svn r8316) -Codechange: move the GRF ID and MD5 checksum from GRFConfig to GRFIdentifier so it can be reused. 2007-01-21 17:29:38 +00:00
newgrf_engine.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
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 r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +00:00
newgrf_sound.cpp (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +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 r8423) -Fix 2007-01-26 20:39:36 +00:00
newgrf_station.h (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +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 r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
news_gui.cpp (svn r8409) -Regression (r8049): When the latest news was deleted, the news queue wrapped back to the oldest item, showing all news again. 2007-01-26 00:25:39 +00:00
npf.cpp (svn r8052) - Codechange: RemoveFirstTrack() and RemoveFirstTrackdir() now accept pointer to TrackBits/TrackdirBits instead of reference. 2007-01-11 10:34:42 +00:00
npf.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
oldloader.cpp (svn r8385) -Fix 2007-01-24 07:14:09 +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 r8422) -Fix 2007-01-26 20:22:34 +00:00
openttd.h (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +00:00
order.h (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
order_cmd.cpp (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
order_gui.cpp (svn r8397) -Codechange: [orders window] don't move the refit button to the same location as the unload button 2007-01-24 19:19:12 +00:00
os2.cpp (svn r8042) - Fix: OS/2 compilation with GCC (thanks to Paul Smedley and TrueBrain for their help) 2007-01-10 19:39:54 +00:00
os_timer.cpp (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 2007-01-10 18:12:09 +00:00
ottdres.rc (svn r7968) -Update copyright/etc information to 2007 2007-01-07 16:55:30 +00:00
pathfind.cpp (svn r8276) -Fix 2007-01-19 11:47:48 +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 r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and include that 2007-01-21 11:49:18 +00:00
player_gui.cpp (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +00:00
players.cpp (svn r8385) -Fix 2007-01-24 07:14:09 +00:00
queue.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
queue.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
rail.cpp (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
rail.h (svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h 2007-01-13 14:43:46 +00:00
rail_cmd.cpp (svn r8283) -Fix (r8128): Custom waypoint drawing used wrong bits since bitshuffling occurred. Also update with other station drawing changes (code duplication, 2007-01-19 21:40:10 +00:00
rail_gui.cpp (svn r8279) -Regression (r8274): Removing signals could fail under certain circumstances (not the proper bits of p1/p2 were set to trackbits). Moved trackbits back to bits 0..2, ctrl to 3, semaphore to 4. Also lower the decision of the ctrl-override of signal/semaphore from the GUI into the cmd function since we are passing the ctrl-bit anyways. Bug(s) found by Frostregen; thanks 2007-01-19 17:44:11 +00:00
rail_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
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 r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
road_cmd.cpp (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +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 r8402) -Codechange: Move RoadStop-specific enums to the RoadStop class, and changed a one-member enum into a static const. Simplify their naming and add some doxygen-comments to RoadStop 2007-01-25 10:06:58 +00:00
road_map.cpp (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
road_map.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +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 r8425) -Fix 2007-01-26 20:51:35 +00:00
roadveh_gui.cpp (svn r8340) -Cleanup (r8338): removed now unused header includes from roadveh_gui.cpp 2007-01-22 08:38:18 +00:00
saveload.cpp (svn r8306) [WinCE] -Fix: some functions don't exists in WinCE, so give an alternative where possible 2007-01-21 14:19:18 +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 r8151) -Feature: Automatically build semaphores before a configurable date, which can be set by each network player seperately. 2007-01-15 22:18:35 +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 r8151) -Feature: Automatically build semaphores before a configurable date, which can be set by each network player seperately. 2007-01-15 22:18:35 +00:00
ship.h (svn r8335) -Feature: the build ship window is now also resizable horizontally and contains sorting options 2007-01-22 00:26:46 +00:00
ship_cmd.cpp (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +00:00
ship_gui.cpp (svn r8335) -Feature: the build ship window is now also resizable horizontally and contains sorting options 2007-01-22 00:26:46 +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 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
slope.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
smallmap_gui.cpp (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 2007-01-10 18:12:09 +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 r8218) -Codechange: Increase spritecache size to 2MB. This will vastly improve performance when using (lots of) grf files. You can change it yourself easily with the SPRITE_CACHE_SIZE compile flag. (peter1138). 2007-01-17 23:25:19 +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 r8401) -Codechange: Make 'IsValidRoadStop' a method of RoadStop and rename it to 'IsValid' 2007-01-25 08:58:09 +00:00
station.h (svn r8403) -Fix (r8402): Forgot to remove an enum 2007-01-25 11:11:43 +00:00
station_cmd.cpp (svn r8414) -Codechange: Use own AutoPtrT instead of std::auto_ptr. 2007-01-26 11:38:07 +00:00
station_gui.cpp (svn r8293) -Codechange: overloaded ShowVehicleListWindow() so it can open all types of vehicle lists (depending on arguments) 2007-01-21 00:01:47 +00:00
station_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
station_map.h (svn r8402) -Codechange: Move RoadStop-specific enums to the RoadStop class, and changed a one-member enum into a static const. Simplify their naming and add some doxygen-comments to RoadStop 2007-01-25 10:06:58 +00:00
stdafx.h (svn r8413) -Fix [MORPHOS]: disable #define offsetof conflict on Morphos (seems that g++ 2.95 defines it anyway) 2007-01-26 08:37:48 +00:00
string.cpp (svn r8093) -Codechange: Add a function to get a string representation of an MD5SUM and use it. 2007-01-13 13:47:57 +00:00
string.h (svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). Additionally the test takes O(1) instead of O(n) now 2007-01-13 15:00:16 +00:00
strings.cpp (svn r8376) -Codechange: remove unused table 2007-01-23 19:36:59 +00:00
strings.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
subsidy_gui.cpp (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 2007-01-10 18:12:09 +00:00
terraform_gui.cpp (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 2007-01-10 18:12:09 +00:00
texteff.cpp (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +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 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
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 r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 2007-01-10 18:56:51 +00:00
town_cmd.cpp (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +00:00
town_gui.cpp (svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and include that 2007-01-21 11:49:18 +00:00
town_map.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +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 r8393) -Fix 2007-01-24 18:03:36 +00:00
train_gui.cpp (svn r8390) -Codechange (r8384): Rewrote ResizeButtons() 2007-01-24 14:32:20 +00:00
tree_cmd.cpp (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +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 r8426) -Fix 2007-01-27 10:08:08 +00:00
unix.cpp (svn r8134) -Fix (r8013): Add a newline after the ShowInfo console output 2007-01-14 22:39:53 +00:00
unmovable.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
unmovable_cmd.cpp (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. 2007-01-14 19:57:49 +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 r8151) -Feature: Automatically build semaphores before a configurable date, which can be set by each network player seperately. 2007-01-15 22:18:35 +00:00
vehicle.cpp (svn r8385) -Fix 2007-01-24 07:14:09 +00:00
vehicle.h (svn r8349) -Codechange: replaced CMD_REFIT_VEH() and similar defines with real static inline functions 2007-01-22 16:16:52 +00:00
vehicle_gui.cpp (svn r8421) -Codechange (r8420): rename STR_AVAILABLE_VEHICLES to STR_AVAILABLE_ROAD_VEHICLES for clarificaton (Tron) 2007-01-26 19:30:11 +00:00
vehicle_gui.h (svn r8371) -Codechange: [autoreplace GUI] moved the autoreplace GUI to a file of it's own 2007-01-23 13:26:12 +00:00
viewport.cpp (svn r8276) -Fix 2007-01-19 11:47:48 +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 r8299) -Fix 2007-01-21 08:04:14 +00:00
water_map.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +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 r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
widget.cpp (svn r8390) -Codechange (r8384): Rewrote ResizeButtons() 2007-01-24 14:32:20 +00:00
win32.cpp (svn r8309) [WinCE] -Fix: WinCE doesn't know resolution changing 2007-01-21 14:32:40 +00:00
win32.h (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
win64.asm (svn r7759) -Merge: makefile rewrite. This merge features: 2007-01-02 19:19:48 +00:00
window.cpp (svn r8101) -Fix (runknown): Plug potential memleaks when calling UnInitWindowSystem. The function directly deleted all windows instead of calling their respective deallocators which could then in turn any used memory. 2007-01-13 15:50:36 +00:00
window.h (svn r8390) -Codechange (r8384): Rewrote ResizeButtons() 2007-01-24 14:32:20 +00:00