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
/
sci
/
engine
/
static_selectors.cpp
Age
Commit message (
Expand
)
Author
2009-09-17
SCI: Simplify code in Kernel::checkStaticSelectorNames a bit (don't treat nod...
Max Horn
2009-09-01
Fixed incorrect usage of ARRAYSIZE (thanks fingolfin)
Filippos Karapetis
2009-08-31
Cleanup
Filippos Karapetis
2009-08-31
Cleanup
Filippos Karapetis
2009-08-31
Rewrote the static selector mapper to use SCI versions instead of game IDs, a...
Filippos Karapetis
2009-08-31
- Removed the now-unused "setTarget" selector
Filippos Karapetis
2009-08-30
Fixed a regression in the sound of the demos of LSL3 and LSL5
Filippos Karapetis
2009-08-30
SCI: Add lofs detection.
Walter van Niftrik
2009-08-29
Use Common::String::clear instead of assigning "".
Johannes Schickel
2009-08-29
- Added static and const to static data.
Johannes Schickel
2009-08-28
The first part of the selector table (the first 83 entries) is almost the sam...
Filippos Karapetis
2009-08-28
Removed the unused selectors (edgeHit, semanticFail and baseSetter)
Filippos Karapetis
2009-08-23
- Added more mappings from Sierra's internal IDs to our own ones. Hopefully, ...
Filippos Karapetis
2009-08-20
Add a static selector table for use with the lsl5 demo.
Matthew Hoops
2009-08-20
Remove useless include guard
Matthew Hoops
2009-07-11
Only error out, if checkStaticSelectorNames() fails.
Travis Howell
2009-07-11
Applied a slightly modified patch from clone2727 which adds static selector n...
Filippos Karapetis
[prev]