index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
random_func.cpp
Age
Commit message (
Expand
)
Author
2009-01-08
(svn r14910) -Codechange: merge the command queue handling into a single loca...
rubidium
2008-12-28
(svn r14761) -Fix (r14730): missed the one DEREF_CLIENT in the random debug c...
rubidium
2008-10-18
(svn r14486) -Fix (r13343)(r14484): compilation with desync debug was broken
smatz
2008-09-30
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
rubidium
2008-09-30
(svn r14421) -Codechange: rename all player variables/types to company *or* c...
rubidium
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-03-31
(svn r12516) -Revert r2583: Removed mersenne PRNG cause it is not used and wo...
skidd13
2008-02-03
(svn r12050) -Fix: random_func broke for desync debug.
rubidium
2008-01-29
(svn r12004) -Codechange: refactor the random functions to reduce code duplic...
rubidium
2007-12-26
(svn r11704) -Codechange: remove another bunch of useless includes.
rubidium
2007-12-21
(svn r11674) -Codechange: refactor some functions out of macros.h into more l...
rubidium
2007-12-15
(svn r11640) -Fix: missed change of include when moving stuff to random_func.cpp
rubidium
2007-11-21
(svn r11489) -Fix r11488: Somehow the code was added multiple times
skidd13
2007-11-21
(svn r11488) -Codechange: Spilt the random functions out to seperate file
skidd13