index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gob
/
gob.cpp
Age
Commit message (
Expand
)
Author
2006-01-21
Fix various incorrect usages of the word 'target' instead of 'gameid'; change...
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2006-01-14
Added a Gob2 opcode stub
Sven Hesse
2006-01-14
Added copy protection skipping; Fixed Inter::getOpcodeGoblinDesc()
Sven Hesse
2006-01-08
Added a dummy table for which music to play in Gobliiins Mac; some code forma...
Sven Hesse
2006-01-07
Added initial support for ADL music files; continued underscoring of member v...
Sven Hesse
2006-01-05
Slighty modified patch #1397672 "GobEngine script functions splitted"
Eugene Sandulenko
2006-01-04
Last chunk of underscore maddness for today
Eugene Sandulenko
2006-01-03
Patch #1395615 "GobEngine code wrapped in classes". With some cosmetic changes.
Eugene Sandulenko
2005-11-01
Add cd check to gobliins engine.
Travis Howell
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-10-17
Add contributed Amiga Gob1 md5 sum
Eugene Sandulenko
2005-08-10
Made Gobliiins less of a CPU hog by adding some strategic delays and
Torbjörn Andersson
2005-08-08
Cleanups. Mostly removal of seemingly unused variables and stuff.
Torbjörn Andersson
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-05-23
Include gob3 md5 from bugreport #1206539 "GOB: Goblins 3 MD5 Report". Although
Eugene Sandulenko
2005-05-18
Oops, was the wrong MD5, forgot to only compute it for the first MB. Now veri...
Max Horn
2005-05-17
Added my Woodruff version to the MD5 list
Max Horn
2005-05-15
Added comment about which version of Woodruff I added an MD5 sum for.
Torbjörn Andersson
2005-05-13
Check MD5 at runtime, so game features could be set at run time.
Eugene Sandulenko
2005-05-13
Added MD5 for (another) Gobliiins 1 CD. See bug report #1201233. Made a few
Torbjörn Andersson
2005-05-10
Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...
Max Horn
2005-05-10
Moved class File and the MD5 stuff to namespace Common
Max Horn
2005-05-09
The comment about the DOS version being sold without copy protection info
Torbjörn Andersson
2005-05-09
Added Gobliiins MD5 sums provided by Florian Zeitz.
Torbjörn Andersson
2005-05-07
Added MD5 for The Bizarre Adventures of Woodruff and the Schnibble.
Torbjörn Andersson
2005-05-06
Initial game detection support. I've added the MD5 sums for the games and
Torbjörn Andersson
2005-04-29
Some limited - and quite possibly wrong - sound effects support. I have
Torbjörn Andersson
2005-04-26
Make it possible to specify language at run-time, since the Gobliiins 1
Torbjörn Andersson
2005-04-22
Must call openCD to support real Audio CD tracks
Max Horn
2005-04-19
Call initCommonGFX() to set the graphics mode etc.
Torbjörn Andersson
2005-04-10
Add autodetection for WinCE (to be modified)
Nicolas Bacca
2005-04-09
Fix legal header. Be careful when doing global search and replace! Better use...
Max Horn
2005-04-05
Separate game initialization and game running little more. Though probably it...
Eugene Sandulenko
2005-04-05
Removed unused variable.
Torbjörn Andersson
2005-04-05
Initial checking of Gob engine
Eugene Sandulenko