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
/
vocabulary.cpp
Age
Commit message (
Expand
)
Author
2009-10-19
SCI: Cleanup the grammar/vocab code: Move defs from vocabulary.h to grammar.c...
Max Horn
2009-09-30
- Moved the list of synonyms and parser nodes inside the vocabulary class
Filippos Karapetis
2009-09-23
- Moved the SCI version in a global variable
Filippos Karapetis
2009-09-22
SCI: Add some FIXMEs, and print warning if accessing a raw segment as non-raw...
Max Horn
2009-09-17
SCI: Moved Kernel::findSelector from vocabulary.cpp to engine/kernel.cpp
Max Horn
2009-09-17
SCI: Removed dead code
Max Horn
2009-09-02
Some renaming:
Filippos Karapetis
2009-08-27
Stop loading opcodes from vocab.998. They are the same in all SCI games and a...
Filippos Karapetis
2009-08-25
- Simplified the parameters of some functions
Filippos Karapetis
2009-08-16
SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect
Walter van Niftrik
2009-08-15
SCI: Added enum for map and volume versions. Removed res_version setting from
Walter van Niftrik
2009-07-07
- Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has...
Filippos Karapetis
2009-07-06
Added seChanged the warning displayed when a selector can't be mapped to a de...
Filippos Karapetis
2009-07-06
Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls
Filippos Karapetis
2009-07-03
- Pushed debugstate into debug.h
Filippos Karapetis
2009-06-07
SCI: Moved resource36 handling into resource manager.
Walter van Niftrik
2009-06-07
SCI: Resmgr cleanup and preparations for moving resource36 handling into resmgr.
Walter van Niftrik
2009-06-06
Moved some more debug commands to ScummVM's coneole
Filippos Karapetis
2009-06-04
SCI: Made some members of class Resource protected; some cleanup
Max Horn
2009-06-04
SCI: cleanup
Max Horn
2009-06-03
- Moved the engine state and the console to be private members of SciEngine
Filippos Karapetis
2009-06-01
Split the kernel functions away from the vocabulary functions (WIP, saving/lo...
Filippos Karapetis
2009-05-31
SCI: Renamed some Vocabulary methods for clarity; also renamed decypherSaidBl...
Max Horn
2009-05-31
SCI: Fixed loading; added 'const' keywords to several Vocabulary methods
Max Horn
2009-05-31
- Further objectification of the SCI vocabulary functions
Filippos Karapetis
2009-05-31
Further objectification of the SCI vocabulary functions. Removed the "kernel_...
Filippos Karapetis
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-05-31
More objectification of the Vocabulary functions
Filippos Karapetis
2009-05-30
Started objectifying the vocabulary functions (WIP)
Filippos Karapetis
2009-05-30
SCI: Made vocab_version static again (a global static var is bad, but a reall...
Max Horn
2009-05-30
Reverted the vocab loading function to be like it was before commit #40979 (b...
Filippos Karapetis
2009-05-30
Swapped the checks for suffixes and branches to first check for SCI1 resource...
Filippos Karapetis
2009-05-30
Fixed a silly typo in commit #40979. Suffixes should be loaded correctly again
Filippos Karapetis
2009-05-29
SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ...
Max Horn
2009-05-29
- Fixed usage of kSetCursor in SCI1.1 games (e.g. when starting KQ6 floppy)
Filippos Karapetis
2009-05-28
SCI: Turned vocab_version into a static var, and added several FIXMEs related...
Max Horn
2009-05-27
Added a fix to get QFG3 working and changed an error to a warning to get EcoQ...
Filippos Karapetis
2009-05-26
SCI: Added 'opcodes' command to the debugger; fixed output wrapping in the se...
Max Horn
2009-05-26
SCI: Merged vocab_debug.cpp into vocabulary.cpp; cleanup
Max Horn
2009-05-18
SCI: Removed SCI_SIMPLE_SAID_CODE and the associated heavily bitrotted code
Max Horn
2009-05-15
- Moved all the files out of /sci/scicore and into /sci
Filippos Karapetis