Fri, 01 Jun 2007 12:03:10 +0000 |
maedhros |
(svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type.
draft
|
Fri, 18 May 2007 17:31:41 +0000 |
rubidium |
(svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type strictness.
draft
|
Tue, 15 May 2007 11:28:22 +0000 |
rubidium |
(svn r9841) -Codechange: add a little more type strictness to the vehicle types.
draft
|
Wed, 18 Apr 2007 22:41:53 +0000 |
rubidium |
(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces.
draft
|
Sat, 31 Mar 2007 08:24:05 +0000 |
maedhros |
(svn r9531) -Fix (r8661) [FS#692]: The scroll settings were wrong for trains as only a part
draft
|
Thu, 08 Mar 2007 16:27:54 +0000 |
rubidium |
(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
draft
|
Wed, 07 Mar 2007 12:11:48 +0000 |
rubidium |
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
draft
|
Thu, 01 Mar 2007 01:24:44 +0000 |
belugas |
(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
draft
|
Fri, 23 Feb 2007 18:55:07 +0000 |
belugas |
(svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style.
draft
|
Sat, 17 Feb 2007 11:17:49 +0000 |
bjarni |
(svn r8770) -Fix r8661: corrected some aircraft sprite placement issues in the depot window
draft
|
Sat, 10 Feb 2007 13:37:32 +0000 |
bjarni |
(svn r8661) -Fix: [depot windows] Enlarge the blocks in the depot window if a sprite is too big to fit (ships and aircraft only)
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
|
Wed, 24 Jan 2007 14:32:20 +0000 |
bjarni |
(svn r8390) -Codechange (r8384): Rewrote ResizeButtons()
draft
|
Wed, 24 Jan 2007 02:36:55 +0000 |
bjarni |
(svn r8384) -Codechange: [GUI] instead of writing a resize button function for each window, a global ResizeButtons() is added
draft
|
Mon, 22 Jan 2007 02:09:51 +0000 |
bjarni |
(svn r8338) -Codechange: merged road vehicle build window into the other ones
draft
|
Mon, 22 Jan 2007 00:26:46 +0000 |
bjarni |
(svn r8335) -Feature: the build ship window is now also resizable horizontally and contains sorting options
draft
|
Sun, 21 Jan 2007 22:50:43 +0000 |
bjarni |
(svn r8331) -Feature: the train and aircraft build windows are now resizable in horizontal direction as well
draft
|
Sun, 21 Jan 2007 00:01:47 +0000 |
bjarni |
(svn r8293) -Codechange: overloaded ShowVehicleListWindow() so it can open all types of vehicle lists (depending on arguments)
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 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:12:09 +0000 |
KUDr |
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
draft
|