summaryrefslogtreecommitdiff
path: root/src/misc.cpp
AgeCommit message (Expand)Author
2007-11-26(svn r11527) -Codechange: Split the bitmath functions of to their own filesskidd13
2007-11-21(svn r11488) -Codechange: Spilt the random functions out to seperate fileskidd13
2007-11-15(svn r11440) -Codechange: replace magic numbers with enumified WindowHighligh...rubidium
2007-09-24(svn r11157) -Fix: some random data was printed because printf "thought" that...rubidium
2007-09-01(svn r11031) -Codechange: reduce the amount of duplication of bit counting fu...rubidium
2007-08-19(svn r10932) -Codechange: replace "text" with "chat" for the chat related fun...rubidium
2007-06-22(svn r10276) -Codechange: made a counter based on milliseconds and independen...truelight
2007-06-22(svn r10266) -Codechange: keep track of the origin, time of travel and accumu...rubidium
2007-06-12(svn r10122) -Codechange: Add a CountBitsSet function and use it to replace s...maedhros
2007-05-19(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ...rubidium
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-04-12(svn r9609) -Codechange: Move some function prototypes out of functions.h and...maedhros
2007-03-21(svn r9388) -Codechange: variable scope and type, and standardify all CargoID...peter1138
2007-03-19(svn r9315) -Merge: The newhouses branch. With this merge comes almost comple...maedhros
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-06(svn r9034) -Codechange: renamed _pause to _pause_game, as some targets alrea...truelight
2007-03-03(svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing t...belugas
2007-02-20(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular str...peter1138
2007-02-10(svn r8660) -Fixtron
2007-02-01(svn r8511) -Codechange: make WindowClass an enumerated value.rubidium
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138
2007-01-14(svn r8123) -Fix (r117): FindFirstBit now really returns the first bit. Fixes...maedhros
2007-01-11(svn r8050) -Codechange: Rename map member extra to m6, since its usage has b...belugas
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr