aboutsummaryrefslogtreecommitdiff
path: root/gob/util.cpp
AgeCommit message (Collapse)Author
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20520
2006-02-01Fullfill feature request #1410574: "GOB: Changing characters". Thanks to wjp.Eugene Sandulenko
svn-id: r20339
2006-01-29Remove the custom strstr in favor of the ANSI strstr/strchr functionsMax Horn
svn-id: r20301
2006-01-29Patch #1417631: "gobliiins cleanup". Thanks, wjp.Eugene Sandulenko
svn-id: r20283
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2006-01-04Last chunk of underscore maddness for todayEugene Sandulenko
svn-id: r19904
2006-01-03Patch #1395615 "GobEngine code wrapped in classes". With some cosmetic changes.Eugene Sandulenko
svn-id: r19899
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-10-14Fix from wjp which let protection screen render itself at last.Eugene Sandulenko
Now you may clearly see rotated numbers as well as hint when your code is wrong. svn-id: r19088
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