aboutsummaryrefslogtreecommitdiff
path: root/gob/draw.cpp
AgeCommit message (Collapse)Author
2006-01-04Last chunk of underscore maddness for todayEugene Sandulenko
svn-id: r19904
2006-01-04More work on renaming class variables with underscore prefixEugene Sandulenko
svn-id: r19903
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-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-06-22Changed from char to int8 in a number of places. This makes not assume the ↵Lars Persson
typ of char regardless of any compiler flags. Now looks very nice on the Symbian platfor. svn-id: r18435
2005-06-06VGAVideoDriver::drawLine implementationGregory Montoir
svn-id: r18360
2005-05-08Comply to our coding conventionsMax Horn
svn-id: r17975
2005-04-13Support for Red Book audio in CD version of gob1.Eugene Sandulenko
svn-id: r17588
2005-04-10Some inter_variables cleanup.Joost Peters
Now it should store all variables in the native endianness, instead of storing half in LE and the other half in the native endianness. Addresses and assignments can be tracked by modifying the macros if necessary. Also, meaningful constants can now be assigned to script variable numbers (if one were so inclined) svn-id: r17523
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-09read index as LE valueJoost Peters
svn-id: r17484
2005-04-05Fixing lots of warningsMax Horn
svn-id: r17399
2005-04-05Updated part of headers.Eugene Sandulenko
svn-id: r17390
2005-04-05Initial checking of Gob engineEugene Sandulenko
svn-id: r17388