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-09-17
SCI: Add EngineState::_kernel member for convenience
Max Horn
2009-09-17
SCI: Move CallsStruct into vm.cpp, the only place it is being used
Max Horn
2009-09-17
SCI: Move some selector related function into a new file selector.cpp
Max Horn
2009-09-17
SCI: Add a global getSciVersion() function and make use of it
Max Horn
2009-09-17
SCI: Rename WAS_FUNCT_NR to FAKE_FUNCT_NR; turn some #defines into enums
Max Horn
2009-09-17
Add some missing new lines to error messages.
Johannes Schickel
2009-09-17
Reenable commented out providers for k2IngameTalkObjIndex.
Johannes Schickel
2009-09-17
Typo.
Johannes Schickel
2009-09-17
Enable delay for Ninteno DS in all occasions in o2_isAnySoundPlaying.
Johannes Schickel
2009-09-17
Add workaround in "o2_isAnySoundPlaying", which will hopefully make Kyra2 wor...
Johannes Schickel
2009-09-17
Further cleanup of special id use.
Johannes Schickel
2009-09-17
SCI: Moved Kernel::findSelector from vocabulary.cpp to engine/kernel.cpp
Max Horn
2009-09-17
SCI: Properly hook up (I hope) CantBeHere instead of CanBeHere in SCI version...
Max Horn
2009-09-17
SCI: Removed dead code
Max Horn
2009-09-17
Added alternate versions for iceman, lsl2, qfg1, sq3 and sq4 from bug report ...
Filippos Karapetis
2009-09-17
- Increase kyra.dat version
Johannes Schickel
2009-09-17
Cleanup special id usage.
Johannes Schickel
2009-09-17
SCI: Rename engine/memobj.* to engine/segment.*
Max Horn
2009-09-17
SCI: Simplify code in Kernel::checkStaticSelectorNames a bit (don't treat nod...
Max Horn
2009-09-17
SCI: Get rid of the not_register() hack
Max Horn
2009-09-17
SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCache
Max Horn
2009-09-17
SCI: Move parts of struct ScriptState into a new struct DebugState
Max Horn
2009-09-17
SCI: cleanup
Max Horn
2009-09-17
Handle platform specific extraction via platform settings instead of special ...
Johannes Schickel
2009-09-17
- Got rid of special id "kAmigaVersion"
Johannes Schickel
2009-09-17
Add platform information to game need table.
Johannes Schickel
2009-09-17
Consisteny change.
Johannes Schickel
2009-09-17
Cleanup includes.
Johannes Schickel
2009-09-17
Cleanup provider access.
Johannes Schickel
2009-09-17
- Cleanup multi language game processing
Johannes Schickel
2009-09-17
Cleanup.
Johannes Schickel
2009-09-17
Corrected the size of one of the Italian fan-translated versions of ITE (bug ...
Filippos Karapetis
2009-09-17
Made script_lookup_export() a method of SegManager
Filippos Karapetis
2009-09-17
Added the CD version of Jones (bug report #2813795) and another version of RA...
Filippos Karapetis
2009-09-17
Changed the way object selectors are accessed, by removing the relevant defin...
Filippos Karapetis
2009-09-17
Commit rebuilt version of kyra.dat.
Johannes Schickel
2009-09-17
- Augment detection tables as much as possible
Johannes Schickel
2009-09-17
- Augment all executable entries with platform
Johannes Schickel
2009-09-17
Change extraction function signature.
Johannes Schickel
2009-09-17
Move extraction functionality to new file "extract.cpp".
Johannes Schickel
2009-09-17
Remove superfluous special id specification for english Amiga intro strings.
Johannes Schickel
2009-09-17
SCI: Change SegmentId from int to uint16; consistently use segment 0 to indic...
Max Horn
2009-09-17
SCI: Rename MemObject -> SegmentObj
Max Horn
2009-09-17
SCI: More cleanup
Max Horn
2009-09-16
SCI: cleanup
Max Horn
2009-09-16
SCI: Turn some SegManager methods into Script methods
Max Horn
2009-09-16
SCI: Rename Script class members, change Script from struct to class
Max Horn
2009-09-16
Extract "kTypeTownsWDSfxTable" via a special extraction routine instead of a ...
Johannes Schickel
2009-09-16
Handle extraction of "k2IngameSfxFiles" via a special extraction routine, ins...
Johannes Schickel
2009-09-16
Make create_kyradat print out the filename, which is currently processed.
Johannes Schickel
[next]