source.list
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
Wed, 13 Jun 2007 16:21:11 +0000 truelight (svn r10143) -Add: store the filename of the grfs opened and allow easy access to the name
Wed, 13 Jun 2007 10:31:40 +0000 truelight (svn r10132) -Codechange: split out the last direct video-buffer read access to the blitter-layer
Wed, 13 Jun 2007 02:29:08 +0000 belugas (svn r10127) -Add: Addition of basic structure for industry tiles callbacks (unfinished).
Tue, 12 Jun 2007 20:24:12 +0000 truelight (svn r10121) -Codechange: split renderer from rest of code; no longer any code directly accesses the video-buffer
Mon, 11 Jun 2007 15:13:30 +0000 truelight (svn r10101) -Codechange: the class is named 8bppSimple, so name the files like that too
Mon, 11 Jun 2007 11:50:49 +0000 truelight (svn r10092) -Codechange: code-seperated the spriteloader and blitter from the rest of the code
Sat, 09 Jun 2007 02:05:51 +0000 belugas (svn r10074) -Add: Addition of IndustryOverrideManager as well as the basic (and unfinished) support for callbacks for industries
Fri, 01 Jun 2007 12:19:23 +0000 maedhros (svn r10010) -Fix (r10008): Add articulated_vehicles.h to the project files.
Fri, 01 Jun 2007 11:41:02 +0000 maedhros (svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own.
Sat, 19 May 2007 09:40:18 +0000 rubidium (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13.
Tue, 15 May 2007 21:36:58 +0000 belugas (svn r9850) -Codechange: Introduction of the Override/Substitute manager. Currently only used for newhouses.
Tue, 15 May 2007 14:08:39 +0000 truelight (svn r9844) -Codechange: replace zoomlevel with an enum
Sun, 06 May 2007 18:14:33 +0000 peter1138 (svn r9797) -Feature: [NewGRF] Add action 1, 2 and 3 support for canals.
Thu, 05 Apr 2007 09:07:20 +0000 peter1138 (svn r9564) -Fix (r9563): When adding files remember to add them...
Thu, 05 Apr 2007 07:49:04 +0000 peter1138 (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01.
Wed, 04 Apr 2007 02:02:49 +0000 belugas (svn r9557) -Codechange: Add a forgotten file to the project lists
Wed, 28 Mar 2007 20:12:32 +0000 rubidium (svn r9522) -Fix (r9073): the entries in source.list are supposed to be sorted alphabetically.
Fri, 23 Mar 2007 20:55:45 +0000 peter1138 (svn r9418) -Codechange: Implement actions 1/2/3 for cargos, callback handler and custom icon sprites
Mon, 19 Mar 2007 11:27:30 +0000 maedhros (svn r9315) -Merge: The newhouses branch. With this merge comes almost complete support for
Thu, 08 Mar 2007 23:05:05 +0000 bjarni (svn r9073) -Codechange: moved autoreplace to a file of it's own (now autoreplace has a cmd and a gui file)
Fri, 02 Mar 2007 01:17:11 +0000 rubidium (svn r8969) -Codechange: rework of the player face bits.
Thu, 22 Feb 2007 22:09:51 +0000 peter1138 (svn r8849) -Codechange: Replace hardcoded global/climate cargo mapping tables with dynamically generated data. Change associated code to use new functions.
Wed, 21 Feb 2007 17:59:34 +0000 rubidium (svn r8832) -Change: rewrite the solution file generator a little so it makes project files that look more like the ones generated by respectively MSVC2003 and MSVC2005.
Tue, 20 Feb 2007 22:09:21 +0000 peter1138 (svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular struct array (with accessor) and implement new initialization method using cargo labels.
Fri, 16 Feb 2007 09:50:28 +0000 truelight (svn r8757) -Add: added libtimidity music driver (it is a nice small library simular to timidity via extmidi)
Mon, 05 Feb 2007 21:16:56 +0000 bjarni (svn r8605) -Codechange: [OSX] changed all objective C to objective C++
Sun, 28 Jan 2007 00:28:12 +0000 Darkvater (svn r8435) -Regression (r7759?): Readd aircraft.h to the project files which were added in r6644 but miracuously disappeared sometime afterwards
Fri, 26 Jan 2007 11:38:07 +0000 KUDr (svn r8414) -Codechange: Use own AutoPtrT instead of std::auto_ptr.
Tue, 23 Jan 2007 13:26:12 +0000 bjarni (svn r8371) -Codechange: [autoreplace GUI] moved the autoreplace GUI to a file of it's own
Tue, 23 Jan 2007 13:10:43 +0000 bjarni (svn r8370) -Revert (r8363): the autoreplace GUI move cleared the file history
Tue, 23 Jan 2007 00:04:17 +0000 bjarni (svn r8363) -Codechange: [autoreplace GUI] moved the autoreplace GUI to a file of it's own
Sun, 21 Jan 2007 19:40:38 +0000 truelight (svn r8326) -Fix r8304: forgot to update projects/generate to keep in mind the new WINCE tag in sources.list
Sun, 21 Jan 2007 14:14:27 +0000 truelight (svn r8304) [WinCE] -Add: added configure detection for WinCE.
Sun, 21 Jan 2007 12:35:35 +0000 maedhros (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.
Sun, 14 Jan 2007 19:18:50 +0000 KUDr (svn r8125) -Codechange: Station is now constructed/destroyed using new/delete operators (don't worry, they still use the same memory pool). Few station related functions turned into Station::methods (just first step). All this new stuff moved from station_cmd.cpp to the new file (station.cpp).
Sat, 13 Jan 2007 16:23:24 +0000 KUDr (svn r8104) -Fix: missing helpers.hpp added into source.list and VC
Sat, 13 Jan 2007 15:22:36 +0000 KUDr (svn r8099) -Fix (r8092): source.list updated to reflect move of header files (thanks stillunknown). vcproj files updated too (thanks glx)
Wed, 10 Jan 2007 19:13:33 +0000 truelight (svn r8040) [Configure] -Fix: for some reason, OS2 compiled unix.cpp, not os2.cpp
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
Thu, 04 Jan 2007 18:50:40 +0000 rubidium (svn r7829) -Codechange: move the network (core) initialization/shutdown functions into network/core, so the can be reused in the masterserver_updater.
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: