Eugene Sandulenko
b36677af71
Update FSF address. Eek. Actually that took place on May 1, 2005
...
svn-id: r19142
2005-10-18 01:30:26 +00:00
Eugene Sandulenko
e6ae6d3520
Hide unnecessary debug output
...
svn-id: r19027
2005-10-12 00:02:47 +00:00
Torbjörn Andersson
c3f3d9f3f2
Made Gobliiins less of a CPU hog by adding some strategic delays and
...
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-10 15:48:50 +00:00
Eugene Sandulenko
6b4484472b
Remove trailing whitespaces.
...
svn-id: r18604
2005-07-30 21:11:48 +00:00
Eugene Sandulenko
ba275dfd58
Some stubs for gob2.
...
Improved debug output.
svn-id: r18556
2005-07-19 09:10:05 +00:00
Lars Persson
82f5454246
Bug fix for inter_execPtr beeing a char*. Char is not the same defined typ 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-06-14 20:20:57 +00:00
Max Horn
b75c969e66
Moved class File and the MD5 stuff to namespace Common
...
svn-id: r18037
2005-05-10 22:56:25 +00:00
Eugene Sandulenko
5c426e6908
Patch #1196638 'GOB: Simple "beeper"'. Thanks eriktorbjorn.
...
svn-id: r17935
2005-05-06 15:59:33 +00:00
Max Horn
08424bf6db
Hack to get the CD version to play even if no CD track is present
...
svn-id: r17641
2005-04-16 23:31:02 +00:00
Eugene Sandulenko
3be91ebf6a
o Switch track on each new scene.
...
o Slight improvement on track time calculation.
o Stub for gob2.
svn-id: r17603
2005-04-15 00:07:14 +00:00
Eugene Sandulenko
bec1acac06
Fix from wjp for redraws and input during delays
...
svn-id: r17602
2005-04-14 21:53:37 +00:00
Eugene Sandulenko
a5993b2112
Support for Red Book audio in CD version of gob1.
...
svn-id: r17588
2005-04-13 18:27:29 +00:00
Eugene Sandulenko
3536cd0aa2
Patch #1181639 . "GOB: Possible inter_renewTimeInVars() fix"
...
svn-id: r17570
2005-04-12 23:45:15 +00:00
Eugene Sandulenko
185aa76351
Add comments on CD-specific opcodes
...
svn-id: r17566
2005-04-12 08:59:45 +00:00
Max Horn
ddecb30635
Stub out some opcodes, to get the CD version go a bit further (thanks Willem)
...
svn-id: r17548
2005-04-11 19:34:51 +00:00
Joost Peters
f35ac50111
Some inter_variables cleanup.
...
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-10 17:13:17 +00:00
Max Horn
2efa0d17f2
Get rid of debug.cpp/.h -- it wasn't used anyway, and contained bad code (open/write/close to access a log file? yuck)
...
svn-id: r17486
2005-04-09 19:32:29 +00:00
Max Horn
9aaff636aa
Fix legal header. Be careful when doing global search and replace! Better use full-word regex, to avoid problems like this
...
svn-id: r17485
2005-04-09 19:19:54 +00:00
Joost Peters
6553ed4d9b
read index as LE value
...
svn-id: r17484
2005-04-09 18:14:01 +00:00
Eugene Sandulenko
aff66038f3
o Put numerous debug messages to deeper level and removed others
...
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-09 01:28:16 +00:00
Eugene Sandulenko
a1769f0eae
o Implemented pDrawLetter
...
o F5 now can be used to open menu
o Minor cleanup
svn-id: r17414
2005-04-06 14:33:31 +00:00
Max Horn
0ddbcc7845
Changed remaining file headers
...
svn-id: r17401
2005-04-05 18:08:02 +00:00
Max Horn
1d14278fde
Fixing lots of warnings
...
svn-id: r17399
2005-04-05 17:41:37 +00:00
Torbjörn Andersson
39ff74b40d
Removed unused variables.
...
svn-id: r17392
2005-04-05 16:28:18 +00:00
Eugene Sandulenko
1758c5b211
Initial checking of Gob engine
...
svn-id: r17388
2005-04-05 15:07:40 +00:00