Mon, 26 Nov 2007 17:50:22 +0000 |
skidd13 |
(svn r11527) -Codechange: Split the bitmath functions of to their own files
draft
|
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.
draft
|
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).
draft
|
Thu, 22 Nov 2007 18:01:51 +0000 |
skidd13 |
(svn r11490) -Codechange: Split the math functions to their own header
draft
|
Wed, 21 Nov 2007 19:13:38 +0000 |
skidd13 |
(svn r11488) -Codechange: Spilt the random functions out to seperate file
draft
|
Sat, 10 Nov 2007 01:17:15 +0000 |
belugas |
(svn r11399) -Feature(ette): transparency settings can now be saved and thus remembered.
draft
|
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.
draft
|
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
draft
|
Sat, 22 Sep 2007 12:59:43 +0000 |
rubidium |
(svn r11138) -Codechange: prepare some subsystems for persistent storage for NewGRFs.
draft
|
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.
draft
|
Wed, 12 Sep 2007 07:11:48 +0000 |
rubidium |
(svn r11089) -Codechange: add revision detection to MSVC.
draft
|
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)
draft
|
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.
draft
|
Mon, 16 Jul 2007 13:51:17 +0000 |
glx |
(svn r10590) -Fix: cargo_packet.* were not sorted correctly in project files
draft
|
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.
draft
|
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
draft
|
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.
draft
|
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.
draft
|
Fri, 22 Jun 2007 09:44:21 +0000 |
truelight |
(svn r10264) -Fix: forgot to add texteff.hpp to the project files
draft
|
Wed, 20 Jun 2007 19:17:22 +0000 |
maedhros |
(svn r10236) -Feature: Introduce a form of timetabling for vehicles.
draft
|
Wed, 20 Jun 2007 03:01:27 +0000 |
glx |
(svn r10231) -Cleanup: MSVC project files
draft
|
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)
draft
|
Mon, 18 Jun 2007 23:00:55 +0000 |
glx |
(svn r10211) -Feature: [NewGRF] Add support for action 0F
draft
|
Sun, 17 Jun 2007 20:30:28 +0000 |
truelight |
(svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter
draft
|
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.
draft
|
Sat, 16 Jun 2007 12:03:36 +0000 |
rubidium |
(svn r10170) -Codechange: remove some duplication of code.
draft
|
Wed, 13 Jun 2007 18:52:06 +0000 |
truelight |
(svn r10148) -Fix r10143: make --without-png to compile again
draft
|
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
draft
|
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
draft
|
Wed, 13 Jun 2007 02:29:08 +0000 |
belugas |
(svn r10127) -Add: Addition of basic structure for industry tiles callbacks (unfinished).
draft
|
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
draft
|
Mon, 11 Jun 2007 15:13:30 +0000 |
truelight |
(svn r10101) -Codechange: the class is named 8bppSimple, so name the files like that too
draft
|
Mon, 11 Jun 2007 11:50:49 +0000 |
truelight |
(svn r10092) -Codechange: code-seperated the spriteloader and blitter from the rest of the code
draft
|
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
draft
|
Fri, 01 Jun 2007 12:19:23 +0000 |
maedhros |
(svn r10010) -Fix (r10008): Add articulated_vehicles.h to the project files.
draft
|
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.
draft
|
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.
draft
|
Tue, 15 May 2007 21:36:58 +0000 |
belugas |
(svn r9850) -Codechange: Introduction of the Override/Substitute manager. Currently only used for newhouses.
draft
|
Tue, 15 May 2007 14:08:39 +0000 |
truelight |
(svn r9844) -Codechange: replace zoomlevel with an enum
draft
|
Sun, 06 May 2007 18:14:33 +0000 |
peter1138 |
(svn r9797) -Feature: [NewGRF] Add action 1, 2 and 3 support for canals.
draft
|
Thu, 05 Apr 2007 09:07:20 +0000 |
peter1138 |
(svn r9564) -Fix (r9563): When adding files remember to add them...
draft
|
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.
draft
|
Wed, 04 Apr 2007 02:02:49 +0000 |
belugas |
(svn r9557) -Codechange: Add a forgotten file to the project lists
draft
|
Wed, 28 Mar 2007 20:12:32 +0000 |
rubidium |
(svn r9522) -Fix (r9073): the entries in source.list are supposed to be sorted alphabetically.
draft
|
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
draft
|
Mon, 19 Mar 2007 11:27:30 +0000 |
maedhros |
(svn r9315) -Merge: The newhouses branch. With this merge comes almost complete support for
draft
|
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)
draft
|
Fri, 02 Mar 2007 01:17:11 +0000 |
rubidium |
(svn r8969) -Codechange: rework of the player face bits.
draft
|
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.
draft
|
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.
draft
|
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.
draft
|
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)
draft
|
Mon, 05 Feb 2007 21:16:56 +0000 |
bjarni |
(svn r8605) -Codechange: [OSX] changed all objective C to objective C++
draft
|
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
draft
|
Fri, 26 Jan 2007 11:38:07 +0000 |
KUDr |
(svn r8414) -Codechange: Use own AutoPtrT instead of std::auto_ptr.
draft
|
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
draft
|
Tue, 23 Jan 2007 13:10:43 +0000 |
bjarni |
(svn r8370) -Revert (r8363): the autoreplace GUI move cleared the file history
draft
|
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
draft
|
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
draft
|
Sun, 21 Jan 2007 14:14:27 +0000 |
truelight |
(svn r8304) [WinCE] -Add: added configure detection for WinCE.
draft
|