Fri, 02 Mar 2007 01:17:11 +0000 |
rubidium |
(svn r8969) -Codechange: rework of the player face bits.
draft
|
Wed, 28 Feb 2007 17:18:36 +0000 |
maedhros |
(svn r8945) -Codechange: Rename v->load_status to v->vehicle_flags so it can be used for more than just the gradual loading status.
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
|
Fri, 23 Feb 2007 08:03:30 +0000 |
tron |
(svn r8855) -Fix
draft
|
Thu, 22 Feb 2007 19:05:26 +0000 |
tron |
(svn r8847) -Fix
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
|
Tue, 13 Feb 2007 16:36:38 +0000 |
celestar |
(svn r8709) -Fix/Codechange: Rename the function GetStationPlatforms into GetPlatformLength because that is what it really does. Overload it because there is already a GetPlatformLength (one gives the length of the whole platform, the other gives the remaining length in a given direction). Turned both functions into methods of Station. While messing around with it, fix a problem where loading times for overhanging trains are miscomputed.
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
|
Wed, 31 Jan 2007 22:33:24 +0000 |
maedhros |
(svn r8501) -Fix (r7377) [FS#539]: Keep track of how much cargo has been paid for, so that cargo cannot be paid for more than once.
draft
|
Sat, 27 Jan 2007 12:29:55 +0000 |
Darkvater |
(svn r8428) -Codechange: Add proper names to aircraft subtypes instead of magic numbers and add a function IsNormalAircraft() which tells us whether the aircraft is in fact some flying device or a rotor/shadow.
draft
|
Mon, 15 Jan 2007 14:42:24 +0000 |
celestar |
(svn r8144) -Fix: [FS#163] When a station is removed, vehicles do not get excessive payment any longer, as the origin TILE is now stored as long as the origin STATION for the transported cargos. Basically this is only a temporary fix until cargopackets are implemented, but it fixes one of the oldest known bugs (Special Thanks to Darkvater for lots of testing)
draft
|
Sun, 14 Jan 2007 19:57:49 +0000 |
peter1138 |
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
draft
|
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).
draft
|
Fri, 12 Jan 2007 20:19:49 +0000 |
rubidium |
(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets and move a little of NetworkClientState functionality to the NetworkSocketHandler. Move the rest of the NetworkClientState to the new NetworkTCPSocketHandler class/struct, which is not yet implemented in an object oriented manner. The UDP socket handler now extends the NetworkSocketHandler instead of having a reference to a NetworkClientState.
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
|