Age | Commit message (Expand) | Author |
2008-01-29 | (svn r12004) -Codechange: refactor the random functions to reduce code duplic... | rubidium |
2008-01-22 | (svn r11943) -Codechange: add and use a simple structure to support small sta... | rubidium |
2008-01-13 | (svn r11828) -Codechange: include table/* as the last includes and remove an ... | rubidium |
2008-01-12 | (svn r11822) -Codechange: Replaced fixed size custom name array. Names are no... | peter1138 |
2008-01-12 | (svn r11818) -Codechange: split player.h into smaller pieces. | rubidium |
2008-01-09 | (svn r11787) -Codechange: more header rewrites. This time related to viewport.h. | rubidium |
2008-01-08 | (svn r11784) -Codechange: set up initial engine data in one place | peter1138 |
2008-01-07 | (svn r11777) -Codechange: split the string header and make do not include it ... | rubidium |
2007-12-27 | (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless... | rubidium |
2007-12-26 | (svn r11702) -Codechange: move all date related stuff to date*. | rubidium |
2007-12-26 | (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ... | rubidium |
2007-12-25 | (svn r11692) -Codechange: move some functions from 'functions.h' to a more lo... | rubidium |
2007-12-23 | (svn r11684) -Codechange: split gfx.h in a type and functional header. | rubidium |
2007-12-21 | (svn r11680) -Codechange: refactor more out of openttd.h and functions.h. | rubidium |
2007-11-26 | (svn r11527) -Codechange: Split the bitmath functions of to their own files | skidd13 |
2007-11-21 | (svn r11488) -Codechange: Spilt the random functions out to seperate file | skidd13 |
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) -Fix | tron |
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 |