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
/
scene_v2.cpp
Age
Commit message (
Expand
)
Author
2008-05-19
Fixed bug in KyraEngine_v2::directLinePassable. This should fix some pathfind...
Johannes Schickel
2008-05-11
- Renamed KyraEngine to KyraEngine_v1
Johannes Schickel
2008-05-03
- Moved newShape/temporaryScript code to KyraEngine_v2.
Johannes Schickel
2008-05-02
Moved runSceneScript6 to KyraEngine_v2.
Johannes Schickel
2008-05-02
Added missing files, compiling should work again.
Johannes Schickel
2008-05-02
Started to refactor kyra2/kyra3 code to a common base. (regressions possible,...
Johannes Schickel
2008-04-29
- Renamed ScriptInterpreter -> EMCInterpreter
Johannes Schickel
2008-04-19
- some minor renaming in TIM code
Johannes Schickel
2008-04-06
Fixed potentional crash.
Johannes Schickel
2008-04-06
Implemented fadeout waiting in KyraEngine_v2::enterNewScene for AdLib.
Johannes Schickel
2008-04-06
- Fixed HACKs in o2_getMusicDriver and o2_getSfxDriver
Johannes Schickel
2008-03-27
fix for bug 1922560 (HoF: wheels entrance gfx wrong)
Florian Kagerer
2008-03-26
Fix bug #1923638 "HoF: Marco missing animation frames".
Johannes Schickel
2008-03-19
- fixed numerous graphics glitches
Johannes Schickel
2008-03-18
Fixed some warnings, so that I too may bask in the glory of Kyrandia 2.
Torbjörn Andersson
2008-03-18
- started to add debugC calls to methods
Johannes Schickel
2008-03-18
- Implemented opcodes:
Johannes Schickel
2008-03-18
Fixed pathfinder post processing in HoF, this should smooth walk paths a lot.
Johannes Schickel
2008-03-17
Fixed KyraEngine_v2::initSceneScreen
Johannes Schickel
2008-03-17
- implement debugger commands: gamespeed and pass_codes
Florian Kagerer
2008-03-16
- implement zanthIdleChat()
Florian Kagerer
2008-03-16
Reworked skipFlag handling.
Johannes Schickel
2008-03-16
- fixed mouse position in Kyra1 after savegame loading
Johannes Schickel
2008-03-16
- add opcode 146 - resetInputColorCode()
Florian Kagerer
2008-02-22
two more opcodes (Zanthia's random chats and mushroom drug effects) and some ...
Florian Kagerer
2008-02-18
some more opcodes (the fly tree is now operational) and some bug fixes
Florian Kagerer
2008-02-17
Added newline at end of file again (fixes compiling with -Werror for me).
Johannes Schickel
2008-02-17
committing patch 1891492 : dialogue (dlg/tim) support for HoF
Florian Kagerer
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-27
Commit patch #1869752 "KYRA: HoF startup patch for towns and floppy". (Slight...
Johannes Schickel
2007-12-24
Cleanup(/formatting).
Johannes Schickel
2007-11-09
Implemented idle script handling.
Johannes Schickel
2007-10-13
- moved some voice functionallity from KyraEngine_v1 to KyraEngine
Johannes Schickel
2007-10-12
HoF:
Johannes Schickel
2007-10-10
- Made some sound functions a bit more generic for use with Kyra1 and Kyra2
Johannes Schickel
2007-10-09
HoF
Johannes Schickel
2007-10-09
HoF:
Johannes Schickel
2007-10-09
HoF:
Johannes Schickel
2007-10-07
- little bit more input handling
Johannes Schickel
2007-09-24
- added a new generic debugger command 'facings'
Johannes Schickel
2007-09-24
- reworked input handling
Johannes Schickel
2007-07-29
Fixed some warnings
Max Horn
2007-07-29
- Kyrandia 1 works again
Johannes Schickel