Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-16 | (svn r8164) -Codechange (r8159): Fix up some comments/doxygen for disasters ↵ | Darkvater | |
and rename Submarine1/2 to small/big | |||
2007-01-16 | (svn r8159) -Cleanup: Sprinkle some coding-style and comments on the ↵ | Darkvater | |
disaster code. | |||
2007-01-16 | (svn r8158) -Fix: The submarine disaster failed to move at all due to wrong ↵ | Darkvater | |
masking of trackbits | |||
2007-01-15 | (svn r8140) -Fix [FS#54]: Combat helicopter flies past factory before it ↵ | Darkvater | |
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-11 | (svn r8055) -Codechange: Replace the different max, dmax, maxu whatever ↵ | celestar | |
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-10 | (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ↵ | rubidium | |
stillunknown and pv2b. | |||
2007-01-10 | (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files ↵ | KUDr | |
renamed to .cpp) |