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_lok.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
KYRA: Make GPL headers consistent in themselves.
Johannes Schickel
2013-01-09
KYRA: Make all hex constants use uppercase letters.
Johannes Schickel
2012-06-13
KYRA: Reduce amount of updateScreen calls.
Johannes Schickel
2012-01-16
KYRA: Fix for bug #3474339 "KYRA1CD: Ingame animation missing".
Johannes Schickel
2011-12-26
KYRA: Some formatting fixes.
Johannes Schickel
2011-12-26
KYRA: (EOB) - initial code base commit
athrxx
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-07-27
KYRA: add support for Russian Kyra 1 floppy fan translation
athrxx
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
KYRA: Clean up of header includes.
Johannes Schickel
2010-10-22
KYRA: Add a datatype for the item ids and convert Kyra1 to use it.
Johannes Schickel
2010-05-17
Some more enforcement of our formatting conventions in KYRA too.
Johannes Schickel
2009-10-31
Clean up comment a bit.
Johannes Schickel
2009-10-31
Fix certain scenes incorrectly appearing as fireberry bushes in floppy/FM-Tow...
Johannes Schickel
2009-10-06
KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when t...
Florian Kagerer
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-08-19
Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, w...
Johannes Schickel
2009-08-19
Cleanup.
Johannes Schickel
2009-08-11
Don't allow menu / inventory usage in o1_waitForConfirmationMouseClick, just ...
Johannes Schickel
2009-08-11
Fix bug in Amiga specific bits of o1_fadeSpecialPalette, this should make the...
Johannes Schickel
2009-08-11
Fix Kallak's note displaying in Kyrandia 1 Amiga and Kyrandia 1 DOS CD.
Johannes Schickel
2009-08-10
Fix yet another inventory background color glitch in Kyrandia 1 Amiga.
Johannes Schickel
2009-08-10
Implement different in Kyrandia 1 Amiga in o1_setFireberryGlowPalette.
Johannes Schickel
2009-08-10
Proper implementation of o1_fadeSpecialPalette for Kyrandia 1 Amiga.
Johannes Schickel
2009-08-10
Fix o1_makeAmuletAppear for Kyrandia 1 Amiga.
Johannes Schickel
2009-08-10
Implement differences for Kyrandia 1 Amiga in o1_setCustomPaletteRange.
Johannes Schickel
2009-06-29
Removed some obsolete TODOs.
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-09
- Moved Screen_v2::copyWsaRect to Screen::copyWsaRect
Johannes Schickel
2009-05-29
More formatting.
Johannes Schickel
2009-05-24
Make various Sound functionality SoundHandle instead of filename based.
Johannes Schickel
2009-05-23
Reserve opcode array entries beforehand, should save some reallocation and co...
Johannes Schickel
2009-05-10
LOL: - added some spell casting (spark, heal, swarm)
Florian Kagerer
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-18
KYRA1: fixed Serpent Cave/Malcolm scene (where Brandon would instantly get ki...
Florian Kagerer
2008-12-16
Switched kyra1 to use the same input functionality as kyra2 and kyra3.
Johannes Schickel
2008-09-30
Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...
Max Horn
2008-09-14
Implemented opcode 151: o1_resetMaskRegion
Johannes Schickel
2008-05-24
Little cleanup.
Johannes Schickel
2008-05-24
Committed my fix for bug #1497437 "KYRA1: Subtitles glitch during 'Speech of ...
Johannes Schickel
2008-05-18
Reverted commit #32166.
Johannes Schickel
2008-05-18
Formatting.
Johannes Schickel
2008-05-18
Fixed fillRect opcode for HoF.
Johannes Schickel
2008-05-12
Two more KyraEngine_LoK opcodes renamed.
Johannes Schickel
2008-05-12
- Some more opcodes moved to KyraEngine_v1
Johannes Schickel
2008-05-12
- Yet more opcodes moved to KyraEngine_v1
Johannes Schickel
2008-05-12
- Moved some opcodes to KyraEngine_v1
Johannes Schickel
2008-05-11
Consisteny fixes:
Johannes Schickel