aboutsummaryrefslogtreecommitdiff
path: root/gob/init.cpp
AgeCommit message (Collapse)Author
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-08-08Cleanups. Mostly removal of seemingly unused variables and stuff.Torbjörn Andersson
svn-id: r18639
2005-05-05CleanupTorbjörn Andersson
svn-id: r17913
2005-04-29Replaced rand()/srand() with RandomSource. Of course, util_getRandom() is aTorbjörn Andersson
pretty unnecessary function - we could call RandomSource directly - but let's take this one thing at a time. svn-id: r17863
2005-04-26Make it possible to specify language at run-time, since the Gobliiins 1Torbjörn Andersson
support for other languages appears to work at least fairly well, and this makes it easier to test it. svn-id: r17804
2005-04-13Support for Red Book audio in CD version of gob1.Eugene Sandulenko
svn-id: r17588
2005-04-12Remove reference to resource.hEugene Sandulenko
svn-id: r17559
2005-04-09Get rid of debug.cpp/.h -- it wasn't used anyway, and contained bad code ↵Max Horn
(open/write/close to access a log file? yuck) svn-id: r17486
2005-04-09Fix legal header. Be careful when doing global search and replace! Better ↵Max Horn
use full-word regex, to avoid problems like this svn-id: r17485
2005-04-05Changed remaining file headersMax Horn
svn-id: r17401
2005-04-05Remove useless castsMax Horn
svn-id: r17400
2005-04-05Initial checking of Gob engineEugene Sandulenko
svn-id: r17388