Tue, 15 May 2007 14:08:39 +0000 |
truelight |
(svn r9844) -Codechange: replace zoomlevel with an enum
draft
|
Mon, 07 May 2007 11:24:23 +0000 |
peter1138 |
(svn r9805) -Codechange: Use HASBIT() et al for display options bits.
draft
|
Wed, 18 Apr 2007 22:10:36 +0000 |
rubidium |
(svn r9672) -Cleanup: lots of coding style fixes around operands.
draft
|
Wed, 18 Apr 2007 00:41:09 +0000 |
belugas |
(svn r9665) -Documentation: Doxygen corrections,errors, corrections of corrections...
draft
|
Thu, 12 Apr 2007 13:07:15 +0000 |
maedhros |
(svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.
draft
|
Wed, 11 Apr 2007 20:13:32 +0000 |
peter1138 |
(svn r9596) -Fix (r9563): (non-)transparency of station signs was confused with building transparency...
draft
|
Mon, 09 Apr 2007 15:06:24 +0000 |
belugas |
(svn r9580) -Documentation: Correction of doxygen function declarations
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 04:08:47 +0000 |
belugas |
(svn r9559) -Documentation: doxygen and comment changes: 'U' and 'V' now. Almost done. Yeah. I know, I've already said that...
draft
|
Wed, 07 Mar 2007 12:11:48 +0000 |
rubidium |
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
draft
|
Wed, 07 Mar 2007 11:47:46 +0000 |
rubidium |
(svn r9050) -Codechange: Foo(void) -> Foo()
draft
|
Fri, 23 Feb 2007 01:48:53 +0000 |
belugas |
(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style
draft
|
Thu, 22 Feb 2007 08:43:02 +0000 |
tron |
(svn r8841) -Fix
draft
|
Mon, 19 Feb 2007 10:13:51 +0000 |
rubidium |
(svn r8808) -Fix [FS#631]: do not show the 'edit sign' window for spectators.
draft
|
Wed, 07 Feb 2007 19:10:19 +0000 |
bjarni |
(svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that VEH_Train is 0, VEH_Road is 1 and so on
draft
|
Thu, 01 Feb 2007 15:49:12 +0000 |
rubidium |
(svn r8511) -Codechange: make WindowClass an enumerated value.
draft
|
Fri, 19 Jan 2007 11:47:48 +0000 |
tron |
(svn r8276) -Fix
draft
|
Sun, 14 Jan 2007 21:50:56 +0000 |
Darkvater |
(svn r8133) -Fix [FS#535]: "out of sprite memory" warning messages due to incorrect assumption of requested memory for sprites (smatz)
draft
|
Sun, 14 Jan 2007 19:57:49 +0000 |
peter1138 |
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
draft
|
Thu, 11 Jan 2007 12:32:10 +0000 |
celestar |
(svn r8056) -Codechange: Remove swap_byte, swap_byte, and siblings (some were not used anyway) and replace them by our SwapT implementation
draft
|
Thu, 11 Jan 2007 11:05:01 +0000 |
celestar |
(svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macros by a simple template function max(), that requires two arguments of the same type. While I'm at it change a variable called "max" to "maxval" in a function that calls max().
draft
|
Wed, 10 Jan 2007 18:56:51 +0000 |
rubidium |
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
draft
|
Wed, 10 Jan 2007 18:12:09 +0000 |
KUDr |
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
draft
|