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_lol.cpp
Age
Commit message (
Expand
)
Author
2010-05-17
Some more enforcement of our formatting conventions in KYRA too.
Johannes Schickel
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-03
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
Torbjörn Andersson
2010-01-01
LOL: cleanup
Florian Kagerer
2009-12-28
LOL: fixed debug message
Florian Kagerer
2009-12-26
LOL: - added workaround for portrait speech animations which would sometimes ...
Florian Kagerer
2009-12-13
LOL: some cleanup for recent code changes
Florian Kagerer
2009-12-12
LOL: moved TIM animation code into a separate class
Florian Kagerer
2009-11-11
LOL: - fixed transparency tables in PC-98 16 color version
Florian Kagerer
2009-10-18
LOL: this should fix a valgrind warning
Florian Kagerer
2009-10-13
LOL/PC-98: fixed outro
Florian Kagerer
2009-10-11
LOL/PC-98: cleanup
Florian Kagerer
2009-10-11
LOL/PC-98: fix king richard healing sequence
Florian Kagerer
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-10-02
LOL: cleanup
Florian Kagerer
2009-09-26
LOL/PC-98: more fixes for text displayer and character inventory
Florian Kagerer
2009-09-26
LOL/PC-98: start fixing sequences (like broken arms inn and king richard gett...
Florian Kagerer
2009-09-19
LOL/PC-98: fixed block drawing (colors are still wrong)
Florian Kagerer
2009-09-19
LOL/PC-98: fix some asserts
Florian Kagerer
2009-09-18
Call updateScreen after setScreenPalette in olol_restoreMagicShroud, so that ...
Johannes Schickel
2009-09-17
LOL: cleanup (replaced some uint8 arrays with new palette objects)
Florian Kagerer
2009-09-17
LOL/Floppy: fix king richard healing sequence
Florian Kagerer
2009-09-17
Changed olol_restoreMagicShroud to be a bit more talkative on errors.
Johannes Schickel
2009-09-14
LOL: fix some regressions
Florian Kagerer
2009-09-13
LOL/Floppy: fixed size of menu boxes
Florian Kagerer
2009-09-13
LOL: add missing opcode
Florian Kagerer
2009-09-11
LOL: added another missing opcode
Florian Kagerer
2009-09-11
LOL: add missing opcode
Florian Kagerer
2009-09-06
LOL/Floppy: implemented missing opcode
Florian Kagerer
2009-09-02
LOL: update kyra.dat with floppy version data (floppy version still doesn't w...
Florian Kagerer
2009-07-14
Fix graphics glitch in LoL PC98 intro.
Johannes Schickel
2009-07-08
LOL: rename new function in last commit according to LordHoto's suggestion
Florian Kagerer
2009-07-08
LOL: fix long standing bugs in the battle system (hit chance, damage, etc) by...
Florian Kagerer
2009-06-29
Change LoLEngine::generateFlashPalette to take Palette objects as parameters.
Johannes Schickel
2009-06-29
Change Screen_LoL::loadSpecialColors to take an Palette object as parameter.
Johannes Schickel
2009-06-29
Changed LoLEngine::setPaletteBrightness to take an Palette object.
Johannes Schickel
2009-06-25
Strip trailing whitespaces and tabs.
Johannes Schickel
2009-06-22
Changed Screen::loadPalette to take a reference to a Palette object instead o...
Johannes Schickel
2009-06-22
Changed Screen::loadBitmap and Movie::open to take an optional Palette pointe...
Johannes Schickel
2009-06-22
- Changed the following Screen functions to take a reference to a Palette obj...
Johannes Schickel
2009-06-22
Add wrapper functionality for copying full palettes.
Johannes Schickel
2009-06-22
Changed Screen::getPalette to return a reference to a Palette object.
Johannes Schickel
2009-06-22
Got rid of Screen::_currentPalette.
Johannes Schickel
2009-06-21
Cleanup.
Johannes Schickel
2009-06-21
Cleanup: Change LoL code to use KYRA volume handling.
Johannes Schickel
2009-06-21
LOL: - implemented audio menu
Florian Kagerer
2009-06-19
LOL: - implemented bezel cup opcode
Florian Kagerer
2009-06-09
- Moved Screen_v2::copyWsaRect to Screen::copyWsaRect
Johannes Schickel
2009-06-07
Remove LoLEngine::_gameFlags and convert all Lands of Lore code to use _flags...
Johannes Schickel
2009-06-07
Avoid warning about missing SFX file in Lands of Lore (it seems the original ...
Johannes Schickel
[next]