aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2012-04-05KYRA: Silence const away cast warning by using non-const versions of strpbrk ...Johannes Schickel
2012-03-25KYRA: Fix game option commentsFilippos Karapetis
2012-03-25KYRA: Move I18N-related commits where they belong.Eugene Sandulenko
2012-03-19KYRA: Add per-game GUI option support.Johannes Schickel
2012-03-13JANITORIAL: Simply use *x instead of *x.get() on smart pointers.Christoph Mallon
2012-03-13JANITORIAL: Replace (x ? false : true) by !(x).Christoph Mallon
2012-03-05KYRA: Replace debug leftover for unimplemented displayText functions with a w...Johannes Schickel
2012-03-05KYRA: Some formatting fixes.Johannes Schickel
2012-02-26COMMON: Move RenderMode and GUIOptions functionality into separate filesMax Horn
2012-02-25KYRA: Remove obsolete registering of 16_color config file entry.Johannes Schickel
2012-02-24KYRA: (EOB) - fix save file thumbnail generation in CGA/EGA modeathrxx
2012-02-24COMMON: distinguish between 256 colors and 16 colors PC-98 rendering modesathrxx
2012-02-24KYRA: (EOB) - cleanup CGA/EGA code a bitathrxx
2012-02-21KYRA: (EOB) - make detection entries for EOB I more unique (bug #3488973)athrxx
2012-02-21KYRA: (EOB) - implement EGA mode (hi res dithering) for EOB IIathrxx
2012-02-21KYRA: (EOB) - fix minor sprite drawing glitch in EOB1athrxx
2012-02-21KYRA: (EOB) - fix minor text displayer glitchathrxx
2012-02-21KYRA: (EOB) - implement EGA graphics mode for EOB1athrxx
2012-02-21KYRA: (EOB) - fix EOB1 door clippingathrxx
2012-02-21KYRA: (EOB) - complete CGA graphics mode implementationathrxx
2012-02-21KYRA: (EOB) - start work on CGA and EGA graphics modesathrxx
2012-02-21KYRA: (EOB) - fix minor glitch in hp and food bar graphsathrxx
2012-02-21KYRA: (EOB) - fix character hand iconsathrxx
2012-02-21KYRA: (EOB) - fix minor bug (wrongly initialized value) and some renamingathrxx
2012-02-21KYRA: add new rendering mode gui optionsathrxx
2012-02-21KYRA: (EOB) - move EOB 1 intro code into separate classathrxx
2012-02-21Merge pull request #182 from fingolfin/forbid-ctypeWillem Jan Palenstijn
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2012-02-13KEYMAPPER: Fix Action ctor args in most keymapsTarek Soliman
2012-02-13KYRA: Silence some icpc warnings by making a member array of KyraRpgGUISettin...Johannes Schickel
2012-02-10JANITORIAL: Fix template definition whitespaceTarek Soliman
2012-01-30KYRA: (EOB) - fix typoathrxx
2012-01-29KYRA: Remove unnecessary semicolonTorbjörn Andersson
2012-01-29KYRA: Prevent unnecessary removal of const in some casts.Johannes Schickel
2012-01-21KYRA: Fix out of bounds access caused by a typo.Johannes Schickel
2012-01-16KYRA: Fix for bug #3474339 "KYRA1CD: Ingame animation missing".Johannes Schickel
2012-01-16KYRA: (EOB) - change behavior of safe game file importing codeathrxx
2012-01-15KYRA: (EOB) - add support for original save game filesathrxx
2012-01-14KYRA: Make workaround for bug #1498221 work again.Johannes Schickel
2012-01-14KYRA: Fix missing debug commands.Johannes Schickel
2012-01-08KYRA: fix regression in non-playable HOF demoathrxx
2012-01-08KYRA: Cleanup v2 item animation a little bit.Johannes Schickel
2012-01-07KYRA: Fix LoL/EoB savegame typing issue with keymapperTarek Soliman
2012-01-06KYRA: (EOB) - add basic distinction between music and sound effectsathrxx
2012-01-06KYRA: (EOB) - cleanup eob/lol version of delayUntil()athrxx
2012-01-03KYRA: (EOB) - improved eob target detection in transfer party dialogathrxx
2012-01-03KYRA: (EOB) - improve keyboard control for spell book cursor with non QWERTZ ...athrxx