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
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2014-10-28
(svn r27049) -Fix (r26482): Fix compilation with --enable-desync-debug.
peter1138
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-10-20
(svn r25893) -Fix: Document RandomRange and change misleading parameter name ...
fonsinchen
2012-01-26
(svn r23854) -Codechange: make it easier to put random debug stuff into the r...
rubidium
2012-01-15
(svn r23814) -Codechange: write the random-debug output directly to a file
rubidium
2011-01-22
(svn r21886) -Codechange: move documentation towards the code to make it more...
rubidium
2010-11-27
(svn r21336) -Fix (r21030) [FS#4274]: compile failure when desync debugging i...
rubidium
2010-04-17
(svn r19652) -Fix: RandomRange() is used for bigger ranges in many cases, so ...
frosch
2010-04-16
(svn r19643) -Fix (r19120): Industry generation failed for large maps and lot...
frosch
2010-02-13
(svn r19125) -Fix (r18809): Compiling with desync-debug failed.
frosch
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-05-22
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...
smatz
2009-05-16
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
smatz
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