aboutsummaryrefslogtreecommitdiff
path: root/gob/util.cpp
AgeCommit message (Collapse)Author
2005-08-10Made Gobliiins less of a CPU hog by adding some strategic delays andTorbjörn Andersson
turning on the screen auto-dirtying - some as Simon uses. It's not perfect by any means, but it may be good enough for 0.8.0 at least. svn-id: r18649
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-05-06Patch #1196638 'GOB: Simple "beeper"'. Thanks eriktorbjorn.Eugene Sandulenko
svn-id: r17935
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-19WhitespaceTorbjörn Andersson
svn-id: r17683
2005-04-14Fix from wjp for redraws and input during delaysEugene Sandulenko
svn-id: r17602
2005-04-13Patch from wjp. Fix keyboard input.Eugene Sandulenko
svn-id: r17592
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-06o Implemented pDrawLetterEugene Sandulenko
o F5 now can be used to open menu o Minor cleanup svn-id: r17414
2005-04-05Changed remaining file headersMax Horn
svn-id: r17401
2005-04-05Remove useless castsMax Horn
svn-id: r17400
2005-04-05Fixing lots of warningsMax Horn
svn-id: r17399
2005-04-05fix warningsJoost Peters
svn-id: r17398
2005-04-05Fixed some of the warnings.Torbjörn Andersson
svn-id: r17396
2005-04-05Initial checking of Gob engineEugene Sandulenko
svn-id: r17388