tron
|
05c6e8f883
|
(svn r8897) -Fix
Change the signature of GetNewVehiclePos():
-void GetNewVehiclePos(const Vehicle *v, GetNewVehiclePosResult *gp);
+GetNewVehiclePosResult GetNewVehiclePos(const Vehicle *v);
|
2007-02-25 10:49:13 +00:00 |
|
belugas
|
0f090a0c1d
|
(svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style.
Some documentation addition, when i can easily supply them
|
2007-02-23 18:55:07 +00:00 |
|
belugas
|
b1b5aecae9
|
(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style
|
2007-02-23 01:48:53 +00:00 |
|
Darkvater
|
9159823500
|
(svn r8164) -Codechange (r8159): Fix up some comments/doxygen for disasters and rename Submarine1/2 to small/big
|
2007-01-16 20:16:30 +00:00 |
|
Darkvater
|
e4d48ab471
|
(svn r8159) -Cleanup: Sprinkle some coding-style and comments on the disaster code.
|
2007-01-16 16:54:06 +00:00 |
|
Darkvater
|
7e69f3f7b1
|
(svn r8158) -Fix: The submarine disaster failed to move at all due to wrong masking of trackbits
|
2007-01-16 16:28:41 +00:00 |
|
Darkvater
|
e28d4aff8f
|
(svn r8140) -Fix [FS#54]: Combat helicopter flies past factory before it shoots. Chopper comes from the north-east, so it looks in +15 direction (forward), not -15 direction. Probably bad copy-paste from airplane-destroys-oil-refinery disaster.
|
2007-01-15 00:09:25 +00:00 |
|
celestar
|
08de6b082a
|
(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().
|
2007-01-11 11:05:01 +00:00 |
|
rubidium
|
a7d0cdf95f
|
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
|
2007-01-10 18:56:51 +00:00 |
|
KUDr
|
07c30785ab
|
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
|
2007-01-10 18:12:09 +00:00 |
|