source.list
Wed, 26 Nov 2008 13:12:45 +0000 rubidium (svn r14636) -Add: DOS port of OpenTTD, without network support though.
Tue, 25 Nov 2008 23:21:58 +0000 rubidium (svn r14632) -Add: support Allegro as midi backend.
Tue, 25 Nov 2008 21:09:00 +0000 rubidium (svn r14631) -Add: support for Allegro as sound backend.
Tue, 25 Nov 2008 19:32:12 +0000 rubidium (svn r14630) -Add: support Allegro as video backend.
Tue, 25 Nov 2008 19:27:30 +0000 rubidium (svn r14629) -Fix: strgen/strgen.h missing from MSVC project files
Tue, 30 Sep 2008 20:51:04 +0000 rubidium (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
Sat, 13 Sep 2008 15:49:29 +0000 frosch (svn r14313) -Codechange: Move functions dealing with the EngineRenew pool to their own file.
Sun, 31 Aug 2008 10:50:05 +0000 rubidium (svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too.
Sun, 24 Aug 2008 13:50:31 +0000 rubidium (svn r14153) -Codechange: split ini file reading/saving from settings.cpp.
Wed, 20 Aug 2008 15:27:22 +0000 belugas (svn r14108) -Fix(r14104): Give a more consistent naming of the new gui file
Wed, 20 Aug 2008 01:29:05 +0000 belugas (svn r14104) -Feature: Add a window for waypoints, allowing to view all the trains having the selected waypoint in their orders.
Fri, 15 Aug 2008 15:38:41 +0000 belugas (svn r14077) -Fix: MSVC projects re-ordering
Mon, 11 Aug 2008 22:45:11 +0000 rubidium (svn r14047) -Codechange: move chatmessage handling to the network directory as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support.
Mon, 04 Aug 2008 12:56:38 +0000 rubidium (svn r13988) -Codechange: move the to IP resolving functions to a separate file.
Sat, 02 Aug 2008 22:47:48 +0000 rubidium (svn r13928) -Add [YAPP]: Function for getting the path reservation state of any tile. (michi_cc)
Tue, 24 Jun 2008 09:05:24 +0000 smatz (svn r13618) -Codechange: move tar-specific declarations to separate file
Thu, 19 Jun 2008 10:40:19 +0000 skidd13 (svn r13577) -Change: group core files in source.list together
Thu, 19 Jun 2008 10:19:02 +0000 skidd13 (svn r13575) -Codechange: Move small vector to core since it fits better in there
Tue, 17 Jun 2008 19:38:00 +0000 smatz (svn r13552) -Codechange: use TTD_ENDIAN comparations instead of tests if TTD_[BIG/LITTLE]_ENDIAN is defined
Sat, 14 Jun 2008 16:23:08 +0000 skidd13 (svn r13516) -Codechange: Move MemCpyT to a fitting core header
Tue, 03 Jun 2008 18:35:58 +0000 smatz (svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details
Fri, 30 May 2008 18:20:26 +0000 rubidium (svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers.
Wed, 28 May 2008 11:56:21 +0000 peter1138 (svn r13307) -Codechange: Separate VehicleList and its two functions so only the 3 users include it, reducing dependencies on misc/smallvec.h
Tue, 27 May 2008 12:24:23 +0000 peter1138 (svn r13287) -Codechange: move engine list gui code away from engine.cpp (and its headers) to engine_gui.cpp
Mon, 26 May 2008 13:50:00 +0000 rubidium (svn r13264) -Fix: yapf_settings.h was not removed from the project files.
Sat, 24 May 2008 11:55:25 +0000 rubidium (svn r13231) -Codechange: split the core console code and the console GUI.
Sat, 24 May 2008 10:15:06 +0000 rubidium (svn r13228) -Codechange: split console.h.
Sat, 17 May 2008 13:01:30 +0000 rubidium (svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so window_gui.h only needs to be included in *_gui.cpp.
Fri, 16 May 2008 07:08:04 +0000 rubidium (svn r13114) -Codechange: use InvalidateData instead of direct window access to modify the state of the statusbar from outside the statusbar.
Wed, 14 May 2008 03:34:17 +0000 glx (svn r13085) -Fix (r12980): wrong syntax in source.list causing unneeded file additions by generate.vbs
Wed, 14 May 2008 02:52:06 +0000 glx (svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list and project files
Thu, 08 May 2008 16:48:29 +0000 smatz (svn r13016) -Codechange: unify the detection if rail catenary should be drawn
Thu, 08 May 2008 13:29:35 +0000 rubidium (svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp.
Thu, 08 May 2008 13:06:12 +0000 rubidium (svn r13007) -Fix: some files in source.list where in the wrong category.
Wed, 07 May 2008 18:31:29 +0000 smatz (svn r12995) -Codechange: use std::vector for EngineList instead of C/C++ wrapper for CBlobT
Wed, 07 May 2008 13:18:33 +0000 rubidium (svn r12989) -Codechange: move ViewportSign to viewport_type.h.
Wed, 07 May 2008 09:07:19 +0000 rubidium (svn r12986) -Codechange: move the landscape and transport related types from openttd.h to their own headers.
Tue, 06 May 2008 22:50:55 +0000 rubidium (svn r12980) -Fix: MorphOS threading support. Patch by Fabien Coeurjoly.
Tue, 06 May 2008 14:24:33 +0000 rubidium (svn r12969) -Codechange: remove a completely pointless file.
Sun, 04 May 2008 21:53:36 +0000 smatz (svn r12944) -Codechange: use rev.h instead of externs at many places
Tue, 29 Apr 2008 21:31:29 +0000 peter1138 (svn r12924) -Feature: Introducing the so called 'engine pool' which primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist.
Wed, 23 Apr 2008 22:16:41 +0000 rubidium (svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station code.
Sun, 20 Apr 2008 11:12:07 +0000 rubidium (svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpp
Sun, 20 Apr 2008 09:43:30 +0000 rubidium (svn r12802) -Fix (r12800): do not commit from the src directory when you want to commit source.list too.
Fri, 18 Apr 2008 15:13:45 +0000 rubidium (svn r12768) -Codechange: move the statusbar GUI to it's own file.
Fri, 18 Apr 2008 09:40:00 +0000 rubidium (svn r12763) -Fix: some headers were missing/still included in the MSVC project files.
Thu, 17 Apr 2008 21:21:01 +0000 rubidium (svn r12757) -Codechange: move all cheat related stuff from all over the place to a single location.
Wed, 16 Apr 2008 19:01:09 +0000 peter1138 (svn r12737) -Codechange: Replace vector with a cut down class to allocate space as necessary. This avoids copying data around for vector's push_back() function.
Mon, 14 Apr 2008 19:54:33 +0000 rubidium (svn r12706) -Merge: the thread rewrite from NoAI. The rewrite makes the threading we have better extendable.
Sun, 13 Apr 2008 19:25:14 +0000 rubidium (svn r12695) -Codechange: only allocate window structs when needed. Based on a patch by Alberth.
Sun, 06 Apr 2008 23:49:45 +0000 smatz (svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining
Mon, 31 Mar 2008 07:25:49 +0000 rubidium (svn r12501) -Codechange: split signs.h.
Mon, 31 Mar 2008 07:11:18 +0000 rubidium (svn r12499) -Codechange: some coding style tweaks for network_internal.h.
Fri, 28 Mar 2008 18:00:38 +0000 rubidium (svn r12476) -Codechange: split type engine related types from engine.h (and openttd.h) to engine_type.h.
Fri, 28 Mar 2008 16:41:12 +0000 rubidium (svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h.
Fri, 28 Mar 2008 16:36:32 +0000 rubidium (svn r12470) -Codechange: split order related types from order.h (and openttd.h) to order_type.h.
Fri, 28 Mar 2008 16:34:50 +0000 rubidium (svn r12469) -Codechange: split type related stuff from group.h (and openttd.h) to group_type.h.
Fri, 28 Mar 2008 16:33:28 +0000 rubidium (svn r12468) -Codechange: move some type related stuff from station.h (and openttd.h) to station_type.h.
Fri, 28 Mar 2008 16:32:27 +0000 rubidium (svn r12467) -Codechange: move DepotID to a more logical location.
Fri, 28 Mar 2008 09:43:06 +0000 rubidium (svn r12461) -Change: add (quite) some missing headers to the MSVC project files.