src/openttd.cpp
Sat, 21 Apr 2007 08:23:57 +0000 KUDr (svn r9708) [cpp_gui] -Sync with trunk (r9633:9707) cpp_gui
Sun, 15 Apr 2007 17:04:44 +0000 KUDr (svn r9639) [cpp_gui] -Sync with trunk (r9476:9633) cpp_gui
Mon, 26 Mar 2007 22:15:38 +0000 KUDr (svn r9486) [cpp_gui] -Sync with trunk (r9100:9476) cpp_gui
Sun, 11 Mar 2007 16:31:18 +0000 bjarni (svn r9119) [cpp_gui] -Sync with trunk (r9003:9100) cpp_gui
Sun, 04 Mar 2007 04:25:36 +0000 KUDr (svn r9004) [cpp_gui] -Sync with trunk (r8900..r9003) cpp_gui
Wed, 28 Feb 2007 00:33:40 +0000 bjarni (svn r8938) [cpp_gui] -Sync with trunk (r8772..r8900) cpp_gui
Sun, 18 Feb 2007 14:17:28 +0000 KUDr (svn r8801) [cpp_gui] -Codechange: few changes towards OO GUI: cpp_gui
Wed, 14 Feb 2007 10:46:38 +0000 bjarni (svn r8731) [cpp_gui] -Sync: r8730 from trunk cpp_gui
Sun, 11 Feb 2007 22:57:24 +0000 KUDr (svn r8683) [cpp_gui] -Codechange: first steps towards OO GUI (together with Bjarni) without changes in the logic cpp_gui
Sun, 11 Feb 2007 14:04:40 +0000 truelight (svn r8675) [PSP] -Fix: don't autosave in networking for PSP, to time expensive
Thu, 08 Feb 2007 12:27:53 +0000 truelight (svn r8631) -Add: added parameter -l ip[:port] to ./openttd, which redirects DEBUG() to a remote connection over TCP
Thu, 01 Feb 2007 12:51:10 +0000 Darkvater (svn r8507) -Codechange/Feature: Don't remove player-owned property on-load in the scenario editor. Add a button to the landscape window to do this.
Wed, 31 Jan 2007 22:33:24 +0000 maedhros (svn r8501) -Fix (r7377) [FS#539]: Keep track of how much cargo has been paid for, so that cargo cannot be paid for more than once.
Wed, 31 Jan 2007 21:38:09 +0000 tron (svn r8498) -Fix
Wed, 31 Jan 2007 20:20:36 +0000 Darkvater (svn r8497) -Codechange: Increase the size of the sound/video/music-drivers to 32 bytes (instead of 16) so their actual parameters can be passed. Sound has for example 'bufsize' and 'hz'. Also use the recently introduced StrEmpty().
Wed, 31 Jan 2007 10:50:12 +0000 tron (svn r8485) -Fix
Wed, 31 Jan 2007 09:49:02 +0000 tron (svn r8478) -Fix
Wed, 31 Jan 2007 06:25:46 +0000 tron (svn r8477) -Fix
Fri, 26 Jan 2007 20:22:34 +0000 tron (svn r8422) -Fix
Wed, 24 Jan 2007 07:14:09 +0000 tron (svn r8385) -Fix
Thu, 18 Jan 2007 14:08:56 +0000 Darkvater (svn r8240) -Fix (r8013): Put the output of -h to stdout and not to stderr (through ShowInfo)
Wed, 17 Jan 2007 06:54:03 +0000 tron (svn r8184) if cascade -> switch
Wed, 17 Jan 2007 06:33:23 +0000 tron (svn r8183) When iterating over the map in AfterLoadGame() do it the same way for all loops
Tue, 16 Jan 2007 15:20:22 +0000 bjarni (svn r8155) -Fix: fixed compilation when --disable-network is in use
Mon, 15 Jan 2007 14:42:24 +0000 celestar (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)
Sun, 14 Jan 2007 23:09:25 +0000 rubidium (svn r8137) -Fix (FS#551, r4259, r4320): roadstop->num_vehicles was wrong for savegames with version 24 or lower and do not calculate roadstop->num_vehicles when reading the roadstops as the vehicles might not be loaded at that moment.
Sun, 14 Jan 2007 17:17:30 +0000 Darkvater (svn r8119) -Fix (r8101): Uninitializing windows should be called before freeing dynamic variables as windows could use those variables during cleanup (eg WE_DESTROY calling GetStation(w->window_number).
Sat, 13 Jan 2007 21:28:46 +0000 glx (svn r8111) -Fix r8106: silence warnings
Sat, 13 Jan 2007 17:42:50 +0000 Darkvater (svn r8106) -Feature/Fix: Add the ability to load savegames when you don't have the exact GRF files in your list. GRF files that are found based on GRFID (but not on matching md5sum) are used instead of disabling them. This does not affect MP games, there you still need an exact match.
Sat, 13 Jan 2007 14:43:46 +0000 KUDr (svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h
Fri, 12 Jan 2007 14:30:01 +0000 rubidium (svn r8078) -Codechange: rewrite UDP part of the network code to make use classes. This is only one of the many steps to really cleanup the network code.
Thu, 11 Jan 2007 17:29:39 +0000 KUDr (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
Wed, 10 Jan 2007 18:12:09 +0000 KUDr (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
Mon, 15 Jan 2007 20:14:06 +0000 celestar (svn r8149) [cbh] - Sync with -r8038:8038 from trunk (the cpp merge) custombridgeheads
Thu, 11 Jan 2007 13:41:16 +0000 celestar (svn r8060) [cbh] - Renamed all .c files to .cpp to get the cpp conversion merged custombridgeheads