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.cpp
Age
Commit message (
Expand
)
Author
2010-11-08
COMMON: Push #include audiocd.h in system.h out to .cpp files
Max Horn
2010-10-13
OPENGL: Merged from trunk, from rev 52105 to 53396.
Johannes Schickel
2010-09-08
GROOVIE: Improve sound handling.
Jordi Vilalta Prat
2010-07-30
Merged from trunk, from Rev 50841 to HEAD
Alejandro Marzini
2010-07-17
DEBUGGER: Simplify how our console debugger works / is used
Max Horn
2010-07-13
Merged from trunk, from Rev 49499 to HEAD
Alejandro Marzini
2010-07-01
Add support for the 'fallback' MIDI in T7G's intro when the CD track cannot b...
Matthew Hoops
2010-06-15
Renamed getAudioCD to getAudioCDManager.
Alejandro Marzini
2010-06-09
- Revised abstract AudioCDManager.
Alejandro Marzini
2010-06-07
Groovie:
Jordi Vilalta Prat
2010-05-11
Add support for loading T7G Mac resources using the MacResManager.
Matthew Hoops
2010-05-04
Move DebugChannel related code to new header
Max Horn
2010-05-04
Move initGraphics and initCommonGFX from to new header.
Max Horn
2010-05-04
Get rid of Engine::_gameDataDir.
Max Horn
2010-04-27
COMMON: Move DebugChannel stuff into a new DebugMan singleton
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-09-23
Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...
Johannes Schickel
2009-08-21
Groovie: Sync changes from 16bpp branch. Hopefully no regressions sneak in here
Scott Thomas
2009-07-05
- Refactorized Groovie::MusicPlayer to make it extensible
Jordi Vilalta Prat
2009-06-14
Fix groovie's GUI game options
Jordi Vilalta Prat
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-02-15
Fixed compiler warning about loss of precision
Paul Gilbert
2009-01-30
Renamed SpecialDebugLevel to DebugChannel
Max Horn
2009-01-14
Show the cursor and update it properly when closing the GMM.
Jordi Vilalta Prat
2009-01-08
T7G: Stage one of move to ScummVM's CursorMan: rename groovie one so it doesn...
Henry Bush
2009-01-07
Fix an invalid access when the quit opcode occupies the last byte of the scri...
Jordi Vilalta Prat
2009-01-01
Use the proper samples file name for 11h
Jordi Vilalta Prat
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-30
Fix for dialogue from Stauf and Ego during puzzles.
Scott Thomas
2008-12-23
Update detection of the 11th hour demo. The disk.1 wasn't with the other files.
Matthew Hoops
2008-12-21
add detection for The 11th Hour demo
Matthew Hoops
2008-11-30
T7G: Stop errorString from printing script position
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
Committed my patch #2123680 "SDL: Backend transaction / rollback support".
Johannes Schickel
2008-11-14
Patch #2271425: Groovie engine
Max Horn