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
/
engines
/
groovie
/
groovie.h
Age
Commit message (
Expand
)
Author
2018-08-03
GROOVIE: Allow saving via GMM and increase save slots to 25
David Fioramonti
2016-05-17
ALL: Change main engine header guard defines to <directory>_<engine>_H
Eugene Sandulenko
2014-06-05
GROOVIE: Remove engine-specific "all" debugflag. Minor naming cleanup.
D G Turner
2014-06-01
GROOVIE: Remove groovie2 8bpp mode
Matthew Hoops
2014-02-18
GROOVIE: Make GPL headers consistent in themselves.
Johannes Schickel
2013-01-02
GROOVIE: Simplify the movie speed settings and add a GUI option
Filippos Karapetis
2012-11-15
GROOVIE: Added documentation for the GameSpeed enum
Filippos Karapetis
2011-06-03
GROOVIE: Remove Unecessary debugger errorString() function.
D G Turner
2011-05-31
Merge remote branch 'upstream/master' into t7g-ios
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-11
Merge remote branch 'upstream/master' into t7g-ios
Matthew Hoops
2011-04-28
JANITORIAL: Format forward declarations to follow convention
Ori Avtalion
2011-04-07
GROOVIE: Add additional play-speed modes to T7G.
Scott Thomas
2010-10-15
ENGINES: Enhance namespace comments a bit
Max Horn
2010-07-01
Add support for the 'fallback' MIDI in T7G's intro when the CD track cannot b...
Matthew Hoops
2010-06-07
Groovie:
Jordi Vilalta Prat
2010-05-11
Add support for loading T7G Mac resources using the MacResManager.
Matthew Hoops
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-11-27
Brief Groovie namespace comment
Scott Thomas
2009-11-24
Added Doxygen comments for the various engine namespaces (currently mostly wi...
Max Horn
2009-11-23
GROOVIE: Reduce header interdependency
Max Horn
2009-09-24
Changed _script to be a pointer, in order to control its creation/destruction...
Filippos Karapetis
2009-08-21
Groovie: Sync changes from 16bpp branch. Hopefully no regressions sneak in here
Scott Thomas
2009-03-10
Groovie: Initial support for different opcode sets
Jordi Vilalta Prat
2009-03-01
Groovie: Merged init() and go() into run()
Jordi Vilalta Prat
2009-03-01
Merged Engine::go() and ::init() into a new run() method (currently implement...
Max Horn
2009-02-15
Fixed compiler warning about loss of precision
Paul Gilbert
2009-01-29
Moved AdvancedDetector from common/ to engines/
Max Horn
2009-01-08
T7G: Stage one of move to ScummVM's CursorMan: rename groovie one so it doesn...
Henry Bush
2008-11-24
T7G: Add a debug level to play movies fast with no pcm sound (unstable)
Henry Bush
2008-11-24
T7G: AI in microscope puzzle is "complete" (ie good enough for now)
Henry Bush
2008-11-16
T7G: Two leftover commits from t7gre: fix broken palette on intro video, and ...
Henry Bush
2008-11-15
Simplify error debugging by implementing GroovieEngine::errorString()
Jordi Vilalta Prat
2008-11-14
Patch #2271425: Groovie engine
Max Horn