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
2008-08-13
Fixed initialization of some SoundMgr-class's member variables. Moved _sndBuf...
Kari Salminen
2008-08-13
Reverted r33815 (But not r33816).
Kari Salminen
2008-08-13
Clarify SCUMM MD5 message: We do not want reports on fanmade translations
Max Horn
2008-08-13
Shutting up Valgrind about using uninitialised values from array _chn in func...
Kari Salminen
2008-08-13
Changed Agi::SoundMgr's sound buffer to a member array of size BUFFER_SIZE. A...
Kari Salminen
2008-08-12
Hopefully fixes 'Conditional jump or move depends on uninitialised value(s)' ...
Kari Salminen
2008-08-12
Fixed drawPlainBox's boundary checking (It wrote outside the screen occasiona...
Kari Salminen
2008-08-12
Added possibility to get the read resource's size from readBundleFile. Made l...
Kari Salminen
2008-08-12
fix typo 'baclup' -> 'backup'
Joost Peters
2008-08-12
Fix for GCC warning in OSRenderer::renderOverlay: declaration of 'len' shadow...
Kari Salminen
2008-08-12
Tiny comment fix.
Kari Salminen
2008-08-12
Implemented Operation Stealth's makeCommandLine.
Kari Salminen
2008-08-12
Implemented Operation Stealth specific parts of processInventory and added an...
Kari Salminen
2008-08-12
Changed commandBuffer from a char[80] to Common::String and made FWRenderer::...
Kari Salminen
2008-08-11
Made Operation Stealth's action failure messages use a background color set b...
Kari Salminen
2008-08-11
Implemented drawMessage changes for Operation Stealth's timed cutscenes (Nega...
Kari Salminen
2008-08-11
build a wii binary per default
Andre Heider
2008-08-11
video mode polishing:
Andre Heider
2008-08-11
Moved fontParamTable inside TextHandler struct and made it a constant size as...
Kari Salminen
2008-08-11
Changed palPtr from a pointer to a Common::Array named palArray. Removed palE...
Kari Salminen
2008-08-11
Removed textDataPtr pointer as it's not used beyond the loadTextData function...
Kari Salminen
2008-08-11
Changed partBuffer from a pointer to a Common::Array. Removed numElementInPar...
Kari Salminen
2008-08-11
Added a safeguard to readBundleFile so it shouldn't corrupt memory even if th...
Kari Salminen
2008-08-11
Changed readBundleFile to unpack data in-place and added debugging messages t...
Kari Salminen
2008-08-11
LOL: add support for floppy installer files
Florian Kagerer
2008-08-10
Fixed a bunch of Valgrind warnings (mostly uninitialised variables, but also an
Torbjörn Andersson
2008-08-10
Committed my patch #2040074 ("XMIDI callback control events"). At the moment,...
Torbjörn Andersson
2008-08-10
Add checksums for ScummVM repacked Italian and Spanish versions.
Eugene Sandulenko
2008-08-10
address the ignored events and bad inventory screen handling 'features'
Kostas Nakos
2008-08-10
hint the backend to show the VK
Kostas Nakos
2008-08-10
add support for drascula engine
Kostas Nakos
2008-08-10
Added fallback to text only mode when voice files are not found.
Johannes Schickel
2008-08-10
Fixed kyra to support properly support restarting of engine (for GSoC RTL, ba...
Johannes Schickel
2008-08-10
Fixed crash in KyraEngine_HoF::pauseEngineIntern.
Johannes Schickel
2008-08-09
Use FSNode API in default OSystem::openConfigFileForReading & OSystem::openCo...
Max Horn
2008-08-09
If no default config file is present, just don't load it, instead of crashing
Max Horn
2008-08-09
Converted zoneData and zoneQuery tables from plain array types to Common::Arr...
Kari Salminen
2008-08-09
Converted animDataTable from a plain array to a Common::Array. Should help to...
Kari Salminen
2008-08-09
Converted objectTable from a plain array to a Common::Array. Should help to c...
Kari Salminen
2008-08-09
Updated the Makefile to the new build system.
Andre Heider
2008-08-09
Made type 21 & 22 overlays not be flipped (The oxygen gauge looks actually be...
Kari Salminen
2008-08-09
Made drawPlainBox's effective width and height always at least one.
Kari Salminen
2008-08-09
Updates to the recent OSystem API changes
Andre Heider
2008-08-09
hotfix around drascula mem leak problems. see also bug report
Kostas Nakos
2008-08-09
fix MR on ce: allocate large buffer on the heap instead and of the stack, and...
Kostas Nakos
2008-08-09
Added preliminary version of drawing type 22 overlays (Such overlays are adde...
Kari Salminen
2008-08-09
Added updating of global variable var5 to Operation Stealth's renderOverlay f...
Kari Salminen
2008-08-09
Removing moving with keys qweasdzxc for now because they messed with savegame...
Kari Salminen
2008-08-09
Small cleanup: Renamed rol to rolByte and made it handle all cases.
Kari Salminen
2008-08-08
Added detection entry for the Sony published CD version of Future Wars.
Kari Salminen
[prev]
[next]