aboutsummaryrefslogtreecommitdiff
path: root/engines/draci
AgeCommit message (Expand)Author
2019-11-03ENGINES: Stop using 'single id'Bastien Bouclet
2019-11-03ENGINES: Add an engine ID to all the enginesBastien Bouclet
2019-10-18DRACI: Fix Missing Default Switch CasesD G Turner
2018-12-10ENGINES: Normalize the getName() result of metaenginesBastien Bouclet
2018-08-17JANITORIAL: Removing trailing spaces after int castsPaul Gilbert
2018-05-07DRACI: Enforce code formatting guidelinesAdrian Frühwirth
2018-04-07ALL: Load savegame thumbnail only when necessaryAdrian Frühwirth
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2017-08-06JANITORIAL: Silence more GCC 7 warningsTorbjörn Andersson
2017-07-30fix music in "Draci Historie" (use MIDI channel 16)kmar
2016-07-28DRACI: Remove generic commentEugene Sandulenko
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-03-08ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.Johannes Schickel
2016-02-25DRACI: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-01-26DRACI: Only request actual save slots in listSaves.Johannes Schickel
2014-05-25DRACI: Initialize a variable, some rework on the initialization of pointers a...Strangerke
2014-05-20DRACI: Add missing _isPositionLoaded initialization.D G Turner
2014-05-03DRACI: Silence warningMatthew Hoops
2014-04-28DRACI: Inventory opening after finished callback.lukaslw
2014-04-28DRACI: Opening inventory during movements and actions.lukaslw
2014-03-11DRACI: Hero postion in first new room after loading.lukaslw
2014-03-08DRACI: Fading out improvements.lukaslw
2014-03-08DRACI: Saving improvements (item in hand and hero position).lukaslw
2014-02-18DRACI: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-16DRACI: Janitorial - Remove trailing spacesStrangerke
2013-11-26Merge pull request #375 from digitall/engineAutoPlugJohannes Schickel
2013-11-24DRACI: Rework formatting of gplCommandsStrangerke
2013-11-24DRACI: Janitorial - Fix spacing errorsStrangerke
2013-11-24BUILD: Remove need for engine.mk in each engine directory.D G Turner
2013-11-24BUILD: Remove need for engine-plugin.h in engines.D G Turner
2013-11-24BUILD: Split engines/plugins_table header down to a file per engine.D G Turner
2013-11-24BUILD: Split engines.mk down to a single file per engine.D G Turner
2013-11-24BUILD: Split configure.engines down to a single file per engine.D G Turner
2013-10-18DRACI: Initialized class variables. CID 1003405Eugene Sandulenko
2013-10-18DRACI: Fix negative array index read. CID 1003548Eugene Sandulenko
2013-10-17DRACI: Fix potential sign extention. CID 1003514Eugene Sandulenko
2013-10-17DRACI: Fix potential sign extention. CID 1003513Eugene Sandulenko
2013-10-17DRACI: Fix uninitialized variabled. CID 1003404Eugene Sandulenko
2013-10-17DRACI: Fix uninitalized variables. CID 1003406Eugene Sandulenko
2013-10-17DRACI: Fix uninitalized variables. CID 1003405Eugene Sandulenko
2013-10-17DRACI: Fix potential negative array index read. CID 1003548Eugene Sandulenko
2013-10-17DRACI: Fix potential division by zero. CID 1003841Eugene Sandulenko
2013-08-03DRACI: Take advantage of Surface::getPixels.Johannes Schickel
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2013-04-18ENGINES: Silence clang warning about unused private member _vmMax Horn
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-07-03DRACI: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2012-01-15DRACI: Move readByte() and readUint32LE() out of assert()Torbjörn Andersson