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
/
kyra
/
script.cpp
Age
Commit message (
Expand
)
Author
2009-05-12
Formatting.
Johannes Schickel
2009-05-12
Add proper error checking in file parsing code.
Johannes Schickel
2009-05-12
Change script file loading code to use Common::IFFParser instead of a self wr...
Johannes Schickel
2009-05-12
Fix strncpy usage.
Johannes Schickel
2009-05-12
Cleanup.
Johannes Schickel
2009-05-12
Cleanup.
Johannes Schickel
2009-01-23
Renamed Kyra's Resource::getFileStream to createReadStream
Max Horn
2009-01-18
- Fixed bug in script code of LoL
Johannes Schickel
2008-09-30
Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...
Max Horn
2008-09-13
Big patch changing the signature of various Stream methods (some ports may ne...
Max Horn
2008-09-10
Cleanup.
Johannes Schickel
2008-07-10
Added filename to unknown opcode/command warnings of EMC scripts.
Johannes Schickel
2008-06-24
Added const to some static data.
Johannes Schickel
2008-05-11
- Renamed KyraEngine to KyraEngine_v1
Johannes Schickel
2008-05-07
Changed kyra to use delete[] instead of delete [].
Johannes Schickel
2008-04-29
- Renamed ScriptInterpreter -> EMCInterpreter
Johannes Schickel
2008-04-23
Implemented opcodes:
Johannes Schickel
2008-04-19
- reworked tim handling
Johannes Schickel
2008-04-17
- fixed bug in script interpreter code (could've also affected HoF)
Johannes Schickel
2008-04-17
- minor cleanup in script.cpp
Johannes Schickel
2008-03-16
- Impelemented opcode 155: o2_stopSceneAnimation
Johannes Schickel
2008-02-17
Print instruction offset of script commands for debug output.
Johannes Schickel
2008-02-07
Reworked Kyrandia resource loading code.
Johannes Schickel
2007-12-28
Fixes compiling on msvc7.1, it seems like it has problems to decide when to u...
Johannes Schickel
2007-10-14
TIM file loading/unloading for HoF
Oystein Eftevaag
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-15
- added PC-98 platform entry
Johannes Schickel
2007-08-04
Fixes compilation error C2677: binary '&&' : no global operator found which t...
Kari Salminen
2007-07-29
- Kyrandia 1 works again
Johannes Schickel
2007-07-08
Little renaming.
Johannes Schickel
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-05
- started to move v1 specific functions to KyraEngine_v1 (just opcodes yet)
Johannes Schickel
2007-04-15
More cleanup.
Johannes Schickel
2007-04-15
cleanup.
Johannes Schickel
2007-01-25
Adds basic support for the FM Towns version with some restrictions:
Johannes Schickel
2006-07-27
- renaming all opcodes from cmd_* to c1_*
Johannes Schickel
2006-05-21
- reworks quit handling (no _system->quit() anymore)
Johannes Schickel
2006-05-08
Cleanup: Use ScummVM indentation style for switch() cases. In some cases, I
Torbjörn Andersson
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-02-14
Made the kyra debug extensions more generic, i.e. scumm engine could replace
Johannes Schickel
2006-02-14
Reworked kyra debug output system. Now he have special kyra intern debug leve...
Johannes Schickel
2006-02-11
Moved engines to the new engines/ directory
Max Horn