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
/
sequences_lol.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
KYRA: Make GPL headers consistent in themselves.
Johannes Schickel
2013-01-09
KYRA: (LOL/FM-TOWNS) - adjust sjis font settings, spacing, etc.
athrxx
2013-01-09
KYRA: (LOL/FM-TOWNS) some startup code
athrxx
2013-01-09
KYRA: (LOL/FM-TOWNS) - adapt static resources
athrxx
2013-01-09
KYRA: Make all hex constants use uppercase letters.
Johannes Schickel
2012-11-11
KYRA: clean up audio resource handling
athrxx
2012-11-11
KYRA: finish implementation of new HOF sequence player code
athrxx
2012-11-11
KYRA: move HOF sequence player into its own class
athrxx
2011-12-31
KYRA: Slight formatting fixes.
Johannes Schickel
2011-12-29
KYRA: Fix format string
Willem Jan Palenstijn
2011-12-29
KYRA: Prefix version string in LoL, EoB, EoB 2 main menu with "ScummVM".
Johannes Schickel
2011-12-26
KYRA: (EOB/LOL) - rename some vars
athrxx
2011-10-29
KYRA: Get rid of Sound's voiceFileIsPresent in favor of isVoicePresent.
Johannes Schickel
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-07-24
LOL: add support for Russian CD-ROM version
athrxx
2011-07-24
LOL: add support for Russian floppy version
athrxx
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-06-09
KYRA: Get rid of most snprintf usages.
Johannes Schickel
2011-06-05
LOL: cleanup
athrxx
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
KYRA: Fix compilation when LoL is disabled.
Johannes Schickel
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2010-10-15
KYRA: Fix valid warnings of bug #3087837 "KYRA: Code analysis warnings".
Johannes Schickel
2010-09-20
KYRA: Fix RTL from LoL's main menu.
Johannes Schickel
2010-09-07
LOL FLOPPY: silence pointless warnings in character selection
Florian Kagerer
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-23
Paranoia change: add some explicit terminating 0 after some strncpy uses.
Johannes Schickel
2009-12-13
LOL: fixed regression
Florian Kagerer
2009-12-13
LOL: some cleanup for recent code changes
Florian Kagerer
2009-11-28
LOL: completed support for floppy installer files
Florian Kagerer
2009-10-26
- Fix some missing initialization warnings from cppcheck
Johannes Schickel
2009-10-14
Add LoL PC98 credits entries to kyra.dat.
Johannes Schickel
2009-10-13
LOL/PC-98: fixed outro
Florian Kagerer
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-09-30
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...
Max Horn
2009-09-30
Got rid of old workaround, which was only needed because our SJIS font did no...
Johannes Schickel
2009-09-16
LOL/Floppy: fixed outro
Florian Kagerer
2009-08-19
Implemented proper character selection of Lands of Lore PC98.
Johannes Schickel
2009-08-19
Skip the whole Lore of the Lands special when the user does any input, like t...
Johannes Schickel
2009-08-16
Fix format arugments in LoL code. (triggered via -Wformat-security)
Johannes Schickel
2009-08-13
Implemented support for the "Lore of the Lands" special of Lands of Lore CD.
Johannes Schickel
2009-07-14
Fix graphics glitch in LoL PC98 intro.
Johannes Schickel
2009-06-29
Adapted various code parts to use Palette::fill.
Johannes Schickel
2009-06-25
Readd PC98 palette loading for LoL 16 color.
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
Changed Screen::getPalette to return a reference to a Palette object.
Johannes Schickel
2009-06-22
Got rid of Screen::_currentPalette.
Johannes Schickel
[next]