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
Age
Commit message (
Expand
)
Author
2009-02-02
t2PlayReel() endian fixes
Joost Peters
2009-02-02
more endian fixes
Joost Peters
2009-02-01
endian fix
Joost Peters
2009-02-01
Fixed regression in the ADPCM decoder. DW2 music should be played correctly a...
Filippos Karapetis
2009-02-01
Fixed incorrect usage of a boolean (boolean variables are not supposed to be ...
Filippos Karapetis
2009-02-01
Fixed graphics glitches when replaying intro.
Johannes Schickel
2009-02-01
- Cleanup
Johannes Schickel
2009-02-01
Updated the MSVC project files of the scummvm project with the latest changes...
Filippos Karapetis
2009-02-01
Updated the kyra MSVC project files for the newly added files
Filippos Karapetis
2009-02-01
Removed uneeded setupPrologueData calls.
Johannes Schickel
2009-02-01
Oops wrong parameter in last commit.
Johannes Schickel
2009-02-01
- Fixed mismatching new[] / free.
Johannes Schickel
2009-02-01
Silenced MSVC warning (MSVC is being silly here...)
Filippos Karapetis
2009-02-01
Implemented per voice volume control. (Used for example in LoL intro)
Johannes Schickel
2009-02-01
Moved some code to newly added files sequences_lol.cpp (more static sequence ...
Johannes Schickel
2009-02-01
Oops removed accidently commited code.
Johannes Schickel
2009-02-01
Removed obsolete fixme.
Johannes Schickel
2009-02-01
Fixed out of bounds memory access.
Johannes Schickel
2009-02-01
Fixed compilation for now.
Johannes Schickel
2009-02-01
svn-id: r36178
Florian Kagerer
2009-02-01
Merged r36175 from branch-0-13-0:
Marcus Comstedt
2009-02-01
T7G: Fix for 2474078 (hopefully). Check if volume has fallen to correct level...
Henry Bush
2009-02-01
don't test existence of file in AmigaOSFilesystemNode::getChild (bug #2487481)
Willem Jan Palenstijn
2009-02-01
T7G: revert r36125 until I figure out why it broke general midi music
Henry Bush
2009-01-31
o2_loadSoundFile is a dummy for non DOS versions.
Johannes Schickel
2009-01-31
Disable GMM Save/Loading when a cut-scene is playing
Paul Gilbert
2009-01-31
Enabled runtime save/loading from the GMM menu, and fixed launcher listing of...
Paul Gilbert
2009-01-31
Fixed o2_loadSoundFile implementation.
Johannes Schickel
2009-01-31
Fix for bug #2551436 "KYRA2: ScummVM quits after death".
Johannes Schickel
2009-01-31
fixed invalid dirty rect for infobar ; added code difference in infobar displ...
Gregory Montoir
2009-01-31
Disable the "press c for credits" hotkey (which wasn't in the original anyway)
Torbjörn Andersson
2009-01-31
Bugfix to properly have one NPC character move out of the way when two NPCs b...
Paul Gilbert
2009-01-30
Removed default implementations of OSystem::getOverlayHeight() and getOverlay...
Max Horn
2009-01-30
Got rid of VectorRenderer::surfacePitch() & VectorRenderer::bytesPerPixel():...
Max Horn
2009-01-30
Document OSystem::copyRectToOverlay params more explicitly (esp. the pitch pa...
Max Horn
2009-01-30
Avoid using g_engine if possible
Max Horn
2009-01-30
Removed unused area convolution code from VectorRenderer
Max Horn
2009-01-30
Don't use g_engine to access the mixer
Max Horn
2009-01-30
Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some poten...
Max Horn
2009-01-30
Bugfix to stop characters changing rooms if the entrance in the other room is...
Paul Gilbert
2009-01-30
do not include common/debug.h from common/util.h
Max Horn
2009-01-30
Renamed SpecialDebugLevel to DebugChannel
Max Horn
2009-01-30
Switched special debug levels to using a hashmap internally
Max Horn
2009-01-30
Some more 'special debug levels' tweaks
Max Horn
2009-01-30
Some work on the 'special debug levels' aka 'engine debug levels' code
Max Horn
2009-01-30
cleanup
Max Horn
2009-01-30
AGOS: Added TODO about the possibility of using special debug levels
Max Horn
2009-01-30
Reorder modules to fix linker issues when all engines are disabled (this orde...
Max Horn
2009-01-30
Moved default implementations for various OSystem methods into a new class Ba...
Max Horn
2009-01-30
Moved debug() etc. and special debug flag handling code to common/debug.*; al...
Max Horn
[next]