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_lol.cpp
Age
Commit message (
Expand
)
Author
2009-03-10
LOL: - some opcodes and interface code so that you can at least get out of th...
Florian Kagerer
2009-03-09
LOL: added scene animations (like that fountain right at the start)
Florian Kagerer
2009-03-08
LOL: fixed bug reported by MD5 (crashes and freezes caused by calls to non-ex...
Florian Kagerer
2009-03-07
Whitespace cleanup: Convert space followed by tab to just tab
Max Horn
2009-03-06
LOL: - doors can now be opened and closed
Florian Kagerer
2009-03-04
Ease conditional LoL compiling with build systems not based on the default one.
Johannes Schickel
2009-03-03
LOL: implemented some walking code for the monsters
Florian Kagerer
2009-03-01
LOL: implemented some monster related code (monsters now get placed in the ma...
Florian Kagerer
2009-02-23
LOL: - some more work on the interface (you can now click on the banners and ...
Florian Kagerer
2009-02-21
LOL: implemented timers (only text fading for now)
Florian Kagerer
2009-02-16
LOL: - more work on the user interface
Florian Kagerer
2009-02-14
LOL: fixed a bug in moveParty() and implemented some more gui code
Florian Kagerer
2009-02-14
LOL: fixed bug in text displayer and some cleanup
Florian Kagerer
2009-02-14
LOL:
Florian Kagerer
2009-02-01
svn-id: r36178
Florian Kagerer
2009-01-23
Renamed Kyra's Resource::getFileStream to createReadStream
Max Horn
2009-01-22
Minor cleanup (got rid of a dynamic array).
Johannes Schickel
2009-01-20
Cleanup.
Johannes Schickel
2009-01-20
Yet another two small formatting fixes.
Johannes Schickel
2009-01-20
Fixed warnings (nice example of why heeding warnings is useful: one of the ch...
Max Horn
2009-01-19
LOL: some work on the music handling
Florian Kagerer
2009-01-19
LOL: some renaming
Florian Kagerer
2009-01-18
LOL: basic music support and some cleanup
Florian Kagerer
2009-01-18
LOL: fix some valgrind warnings
Florian Kagerer
2009-01-18
Formatting.
Johannes Schickel
2009-01-18
- Fixed some delete[] misuse
Johannes Schickel
2009-01-18
Fixed compilation.
Johannes Schickel
2009-01-18
LOL: Some drawing code and some opcodes so that the first scene will show up....
Florian Kagerer