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
/
gob
/
mult_v1.cpp
Age
Commit message (
Expand
)
Author
2008-05-08
Restructured sound code
Sven Hesse
2008-05-04
Properly close the object videos when the objects are destroyed
Sven Hesse
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-07-24
Fixing bug #1749688 ("GOB3: Objects Disappear")
Sven Hesse
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-20
Major clean-up, including:
Sven Hesse
2007-02-17
- Added a warning when o1_checkData()/o2_checkData() can't find the file it's...
Sven Hesse
2007-02-05
- Moved struct Mult_Data from Mult_v2 to Mult and merged Mult::_multData, Mul...
Sven Hesse
2007-01-31
- Correctly setting of Snd::_playingSound
Sven Hesse
2006-11-27
- Properly implemented o2_getCDTrackPos()
Sven Hesse
2006-11-20
Changed the way sprites-freeing is handled, now the menu sprites and window d...
Sven Hesse
2006-06-13
More READ_LE_* -> MemoryReadStream conversion + minor cleanup
Sven Hesse
2006-06-12
Fixing loading of Scenery::_animations[] + small gob2 cleanup
Sven Hesse
2006-06-10
More stub-filling + small clean-up
Sven Hesse
2006-05-31
- Removed usage of OSystem::quit(), added a _quitRequested variable
Sven Hesse
2006-05-11
- Sound! Still a bit glitchy, though:
Sven Hesse
2006-05-01
More stubs; GOB2 goes in-game for a second, then segfaults in the
Sven Hesse
2006-04-13
- More stubs, the intro now works completely (with extreme graphical
Sven Hesse
2006-04-12
- Fixed the mistake in Mult_v2::loadMult() that caused Gob2 floppy to
Sven Hesse
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-02-24
Adding GOB2's CD handling opcodes, the CD version of GOB2 now starts
Sven Hesse
2006-02-21
More GOB2 changes (Mult::loadMult()) + correcting some mistakes I made
Sven Hesse