aboutsummaryrefslogtreecommitdiff
path: root/gob/video.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-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-08-08Cleanups. Mostly removal of seemingly unused variables and stuff.Torbjörn Andersson
svn-id: r18639
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-05-26Fix bug #1209059 "GOB: Gobliiins English Floppy version crash"Eugene Sandulenko
svn-id: r18268
2005-04-26We need to use unsigned chars here to be able to print accented characters,Torbjörn Andersson
e.g. in the German cutscenes. svn-id: r17805
2005-04-19Call initCommonGFX() to set the graphics mode etc.Torbjörn Andersson
svn-id: r17684
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-09o Put numerous debug messages to deeper level and removed othersEugene Sandulenko
o Occasional indentation fixes o Fixed bug with cursor. Thanks wjp. Now even gob1demo works but final screen which is not playable in original hangs here. svn-id: r17462
2005-04-06use upper bits instead of lower bits when upscaling paletteJoost Peters
svn-id: r17423
2005-04-06more accurate paletteJoost Peters
svn-id: r17412
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