aboutsummaryrefslogtreecommitdiff
path: root/engines/prince
AgeCommit message (Collapse)Author
2016-05-31PRINCE: Detecting unknown cursorsEugene Sandulenko
2016-05-31PRINCE: Proper processing of missing sprite maskEugene Sandulenko
2016-05-31PRINCE: Object initializationEugene Sandulenko
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
Recently we started to use this as new semantics, although in the past we used simly <engine>_H. Now these guard defines are consistent with rest of the files which are used in the engines.
2016-05-14PRINCE: Remove redundant checkEugene Sandulenko
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-03-08ENGINES: Make variable names of ADGameDescription conform to our guidelines.Johannes Schickel
gameid -> gameId guioptions -> guiOptions
2016-03-08ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.Johannes Schickel
_singleid -> _singleId _gameids -> _gameIds _guioptions -> _guiOptions
2016-03-05CONFIGURE: Introduced new engine dependency: highresEugene Sandulenko
Some backends like GCW0 do no support graphics >320x240 due to the hardware limitation (downscaling is possible but it will ruin the pixel hunting which is often part of the gameplay). Instead of manually updating the list of engines, we now introduce a new dependency. I marked all relevant engines, but some, like tinsel, require more work with putting their relevant high-res games under USE_HIGHRES define.
2016-02-15JANITORIAL: Typos detected with lintian & grepAlexandre Detiste
2015-11-27PRINCE: Fix color clipping logicEugene Sandulenko
2014-11-09PRINCE: Double animation of bird after 'throw a rock' mini-game fixlukaslw
2014-11-09PRINCE: playSample() - split to sound and speech types to correct volume ↵lukaslw
settings
2014-11-09PRINCE: canLoadGameStateCurrently() - to check if loading is allowedlukaslw
Also block saving during dialogbox and inventory drawing
2014-11-09PRINCE: canSaveGameStateCurrently() - check conditions when you can't save ↵lukaslw
the game state
2014-11-09PRINCE: Add loading during startup and syncSoundSettings featureslukaslw
2014-11-09PRINCE: Allow RTL engine featurelukaslw
2014-11-09PRINCE: Allow to skip intro animation with LMBlukaslw
2014-11-08PRINCE: showLogo() - allow to skip logo animation or quit game during itlukaslw
2014-11-08PRINCE: Silence last comparison warning in gcclukaslw
2014-11-08PRINCE: Silence signed and unsigned comparison warnings in gcclukaslw
2014-11-08PRINCE: Fix double loading of variaTxt.dat file in init()lukaslw
2014-11-08PRINCE: Reduce pause() and pause2() to one function and rename it to ↵lukaslw
pausePrinceEngine()
2014-11-08PRINCE: Implement pauseEngineIntern() - pause and resume music in GMMlukaslw
2014-10-28PRINCE: Change PrinceGameType enum nameslukaslw
Fix compilation on gcc
2014-10-28PRINCE: Allow to load translation file - prince_translation.datlukaslw
Update detection file to allow English language with both PL and DE data files. Add setMobTranslationTexts() to update mob names to translated ones in each location
2014-10-28PRINCE: Remove trailing whitespaceFilippos Karapetis
2014-10-26PRINCE: Fix another variable signEugene Sandulenko
2014-10-26PRINCE: Fix variable signEugene Sandulenko
2014-10-26PRINCE: Fix warningEugene Sandulenko
2014-10-25PRINCE: Fix potential out-of-bounds read (CID 1248502)Torbjörn Andersson
Since _opcodes[] has kNumOpcodes elements, kNumOpcodes itself is not a valid index.
2014-10-25PRINCE: Fix potential out-of-bounds reads (CID 1248500, 1248503)Torbjörn Andersson
Since heroSetTable[] is an array of int, use >= ARRAYSIZE() instead of > sizeof().
2014-10-25PRINCE: Fix potential out-of-bounds write (CID 1248504)Torbjörn Andersson
There are kMaxTexts text slots, so kMaxTexts itself is not valid.
2014-10-10PRINCE: rename a couple of variables named "rand"Strangerke
2014-10-10PRINCE: Reduce the scope of several variables in GraphicsManStrangerke
2014-10-10PRINCE: Reduce the scope of several variables in PrinceEngineStrangerke
2014-10-10PRINCE: Reduce the scope of several variables in HeroStrangerke
2014-10-10PRINCE: Attempt to fix compilation on AmigaOSWillem Jan Palenstijn
2014-10-10PRINCE: Revert incorrect const'ness at printAt()Eugene Sandulenko
2014-10-10PRINCE: Sort files in moduleEugene Sandulenko
2014-10-10PRINCE: Fix mask signEugene Sandulenko
2014-10-10PRINCE: Fix variable signEugene Sandulenko
2014-10-10PRINCE: Fix const'nessEugene Sandulenko
2014-10-10PRINCE: Fix warningEugene Sandulenko
2014-10-10PRINCE: Fix warningEugene Sandulenko
2014-10-10PRINCE: Read O_FLCSPEED command argumentEugene Sandulenko
2014-10-10PRINCE: Bail out on unknown languageEugene Sandulenko
2014-10-10PRINCE: Remove unnecessary reassignmentEugene Sandulenko
2014-10-10PRINCE: Fix more warningsWillem Jan Palenstijn
2014-10-10PRINCE: Rename runDialog() into dialogRun() to avoid clash with ↵Eugene Sandulenko
Engine::runDialog()