bjarni
|
c2b7d0192d
|
(svn r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use
|
2007-03-08 21:39:34 +00:00 |
|
rubidium
|
ce919e8c71
|
(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
|
2007-03-08 16:27:54 +00:00 |
|
rubidium
|
36bb92ae24
|
(svn r9050) -Codechange: Foo(void) -> Foo()
|
2007-03-07 11:47:46 +00:00 |
|
tron
|
1ce43c1a37
|
(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
|
6dbf9f2f41
|
(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
|
a723770836
|
(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
|
542f156091
|
(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
|
6908565067
|
(svn r8159) -Cleanup: Sprinkle some coding-style and comments on the disaster code.
|
2007-01-16 16:54:06 +00:00 |
|
Darkvater
|
12f0e67437
|
(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
|
c430f2a543
|
(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
|
2ac0410767
|
(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
|
f35ed4bbc2
|
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
|
2007-01-10 18:56:51 +00:00 |
|
KUDr
|
e373ea7096
|
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
|
2007-01-10 18:12:09 +00:00 |
|