source.list
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.
Fri, 28 Mar 2008 03:23:49 +0000 belugas (svn r12457) -Codechange: Move signal enums on their own header.
Wed, 26 Mar 2008 10:08:17 +0000 rubidium (svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someone without a keyboard can enter text too. Patch by Dominik.
Sun, 23 Mar 2008 07:35:29 +0000 rubidium (svn r12398) -Codechange [FS#1770]: Move toolbar related code to it's own little neighbourhood. Based on a patch by Dominik.
Thu, 28 Feb 2008 17:34:34 +0000 frosch (svn r12313) -Fix: YAPF and NTP did not apply penalty for uphill tracks on steep slopes.
Mon, 25 Feb 2008 15:09:22 +0000 KUDr (svn r12252) -Fix [FS#1801]: Broken FollowTrack_t related functions (thanks michi_cc).
Tue, 12 Feb 2008 13:23:57 +0000 peter1138 (svn r12122) -Codechange: Add framework for generic feature callbacks, along with some parts for AI use.
Mon, 11 Feb 2008 21:01:43 +0000 glx (svn r12116) -Fix (r12083): little typos in source.list
Mon, 11 Feb 2008 20:23:38 +0000 smatz (svn r12115) -Codechange: move malloc/realloc error messages to separate file to spare 4-8kB of binary size
Sat, 09 Feb 2008 02:46:49 +0000 belugas (svn r12089) -Cleanup: re-order, yet another time, the files in msvc projects
Thu, 07 Feb 2008 18:02:22 +0000 belugas (svn r12083) -Cleanup: Adding some more files in MSVC projects
Thu, 07 Feb 2008 17:24:38 +0000 belugas (svn r12082) -Cleanup: MSVC projects do not care about the directory of the file while sorting. Only the "Absolute" name matters
Thu, 07 Feb 2008 17:01:06 +0000 belugas (svn r12081) -Codechange: Rename table/roadveh.h to table/roadveh_movment.h
Thu, 07 Feb 2008 04:47:38 +0000 belugas (svn r12078) -Cleanup: Add missing headers on project files
Thu, 07 Feb 2008 03:45:02 +0000 belugas (svn r12077) -Cleanup: Remove files not used anymore from project files
Wed, 23 Jan 2008 22:34:04 +0000 smatz (svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead
Mon, 14 Jan 2008 16:40:31 +0000 peter1138 (svn r11850) -Fix (r11848): forgot to update vc project files
Mon, 14 Jan 2008 16:10:58 +0000 peter1138 (svn r11848) -Codechange: New class-based drop down list functionality. Lists are now dynamically generated, and can include parameters, or be extended however needed.
Wed, 09 Jan 2008 23:00:59 +0000 smatz (svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very long track
Mon, 07 Jan 2008 00:57:19 +0000 rubidium (svn r11774) -Change: do not include variables.h in a header when it is not needed.
Tue, 25 Dec 2007 18:25:25 +0000 skidd13 (svn r11699) -Cleanup: Remove some headers from the project files which aren't there anymore
Wed, 19 Dec 2007 23:26:02 +0000 rubidium (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
Sun, 16 Dec 2007 15:38:51 +0000 smatz (svn r11644) -Codechange: merge some functions from tunnel_map.h and bridge_map.h into tunnelbridge_map.h
Wed, 05 Dec 2007 17:08:10 +0000 smatz (svn r11576) -Codechange: enumerize and comment station GUI
Mon, 26 Nov 2007 17:50:22 +0000 skidd13 (svn r11527) -Codechange: Split the bitmath functions of to their own files
Fri, 23 Nov 2007 02:44:05 +0000 egladil (svn r11498) -Add [FS#1411]: [OSX] Added support for using Quartz instead of Quickdraw in windowed mode on OS X 10.4 and higher. Based on a patch by blackis.
Thu, 22 Nov 2007 21:48:17 +0000 egladil (svn r11492) -Codechange: [OSX] Split the cocoa video driver into several files. The reason for this is that the fullscreen and windowed mode api are separate from each other in OS X and thus the driver actual is two drivers in one. This split is to make the code more readable and to prepare for replacing the Quickdraw windowed mode code which uses apis deprecated as of OS X 10.5 (and maybe earlier).
Thu, 22 Nov 2007 18:01:51 +0000 skidd13 (svn r11490) -Codechange: Split the math functions to their own header
Wed, 21 Nov 2007 19:13:38 +0000 skidd13 (svn r11488) -Codechange: Spilt the random functions out to seperate file
Sat, 10 Nov 2007 01:17:15 +0000 belugas (svn r11399) -Feature(ette): transparency settings can now be saved and thus remembered.
Wed, 26 Sep 2007 16:12:43 +0000 rubidium (svn r11172) -Codechange: rewrite of town road building and addition of the possibility to clean up unconnected road bits during the local road reconstructions. Based on a patch by skidd13.
Wed, 26 Sep 2007 02:29:34 +0000 belugas (svn r11165) -Fix(r11164): an unwelcome change in MSVC projects/openttd_vs80.vcproj, plus a fix in source.list
Sat, 22 Sep 2007 12:59:43 +0000 rubidium (svn r11138) -Codechange: prepare some subsystems for persistent storage for NewGRFs.
Fri, 14 Sep 2007 22:27:40 +0000 rubidium (svn r11107) -Feature: some tool so one can still build tunnels under rails (and other structures) when the owner of the structure built it on foundations and if you have enough "empty" space ofcourse. One could use the tool for some other construction needs too. Patch by frosch.
Wed, 12 Sep 2007 07:11:48 +0000 rubidium (svn r11089) -Codechange: add revision detection to MSVC.
Sun, 09 Sep 2007 23:16:01 +0000 truelight (svn r11078) -Add: added 32bpp-optimized, which is almost twice as fast as 32bpp-simple (based on the work of frosch)
Mon, 16 Jul 2007 23:55:22 +0000 rubidium (svn r10601) -Codechange: store (and use) the type of stations instead of hardcoding station types by graphics IDs.
Mon, 16 Jul 2007 13:51:17 +0000 glx (svn r10590) -Fix: cargo_packet.* were not sorted correctly in project files
Thu, 05 Jul 2007 12:23:54 +0000 peter1138 (svn r10444) -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model.
Fri, 29 Jun 2007 23:30:14 +0000 KUDr (svn r10391) -Add: debug support - structured dump of variables/classes/structures (with anti-recursion repository) into string
Fri, 29 Jun 2007 22:33:58 +0000 KUDr (svn r10389) -Add: CStrA, CStrCiA, CStrW, CStrCiW - case sensitive/insensitive ANSI/UNICODE string classes that support formatted (sprintf like) output.
Fri, 22 Jun 2007 11:58:59 +0000 rubidium (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
Fri, 22 Jun 2007 09:44:21 +0000 truelight (svn r10264) -Fix: forgot to add texteff.hpp to the project files
Wed, 20 Jun 2007 19:17:22 +0000 maedhros (svn r10236) -Feature: Introduce a form of timetabling for vehicles.
Wed, 20 Jun 2007 03:01:27 +0000 glx (svn r10231) -Cleanup: MSVC project files
Tue, 19 Jun 2007 17:43:30 +0000 truelight (svn r10227) -Add: added 32bpp-anim blitter, a 32bpp blitter that does palette animation (at the cost of an animation-buffer to keep track of the 'm'-channel of all sprites)
Mon, 18 Jun 2007 23:00:55 +0000 glx (svn r10211) -Feature: [NewGRF] Add support for action 0F
Sun, 17 Jun 2007 20:30:28 +0000 truelight (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter
Sun, 17 Jun 2007 12:30:43 +0000 rubidium (svn r10179) -Fix: spritecache wasn't in source.list, thus wasn't in the MSVC project files.
Sat, 16 Jun 2007 12:03:36 +0000 rubidium (svn r10170) -Codechange: remove some duplication of code.
Wed, 13 Jun 2007 18:52:06 +0000 truelight (svn r10148) -Fix r10143: make --without-png to compile again