aboutsummaryrefslogtreecommitdiff
path: root/gob/inter.cpp
AgeCommit message (Collapse)Author
2006-01-10Moved Goblin::interFunc() to Inter_v1::o1_goblinFunc(), converting its ↵Sven Hesse
switch() into an array of function pointers + lookup table svn-id: r19969
2006-01-09More variable underscoring, that should be allSven Hesse
svn-id: r19957
2006-01-08Added a dummy table for which music to play in Gobliiins Mac; some code ↵Sven Hesse
formating issues svn-id: r19951
2006-01-07Added initial support for ADL music files; continued underscoring of member ↵Sven Hesse
variables svn-id: r19937
2006-01-05Slighty modified patch #1397672 "GobEngine script functions splitted"Eugene Sandulenko
svn-id: r19918
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-10-12Hide unnecessary debug outputEugene Sandulenko
svn-id: r19027
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-07-19Some stubs for gob2.Eugene Sandulenko
Improved debug output. svn-id: r18556
2005-06-14Bug fix for inter_execPtr beeing a char*. Char is not the same defined typ ↵Lars Persson
on all targets. On symbian a char is unsigned char but Gob is assuming int in this case. len = *(int8*)inter_execPtr++; // must be a signed char typ and char is not default signed on all platforms. svn-id: r18393
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
svn-id: r18037
2005-05-06Patch #1196638 'GOB: Simple "beeper"'. Thanks eriktorbjorn.Eugene Sandulenko
svn-id: r17935
2005-04-16Hack to get the CD version to play even if no CD track is presentMax Horn
svn-id: r17641
2005-04-15o Switch track on each new scene.Eugene Sandulenko
o Slight improvement on track time calculation. o Stub for gob2. svn-id: r17603
2005-04-14Fix from wjp for redraws and input during delaysEugene Sandulenko
svn-id: r17602
2005-04-13Support for Red Book audio in CD version of gob1.Eugene Sandulenko
svn-id: r17588
2005-04-12Patch #1181639. "GOB: Possible inter_renewTimeInVars() fix"Eugene Sandulenko
svn-id: r17570
2005-04-12Add comments on CD-specific opcodesEugene Sandulenko
svn-id: r17566
2005-04-11Stub out some opcodes, to get the CD version go a bit further (thanks Willem)Max Horn
svn-id: r17548
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-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-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-05Fixing lots of warningsMax Horn
svn-id: r17399
2005-04-05Removed unused variables.Torbjörn Andersson
svn-id: r17392
2005-04-05Initial checking of Gob engineEugene Sandulenko
svn-id: r17388