Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-31 | PRINCE: Proper processing of missing sprite mask | Eugene Sandulenko | |
2016-05-31 | PRINCE: Object initialization | Eugene Sandulenko | |
2016-05-17 | ALL: Change main engine header guard defines to <directory>_<engine>_H | Eugene 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-14 | PRINCE: Remove redundant check | Eugene Sandulenko | |
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion | |
2016-03-08 | ENGINES: Make variable names of ADGameDescription conform to our guidelines. | Johannes Schickel | |
gameid -> gameId guioptions -> guiOptions | |||
2016-03-08 | ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines. | Johannes Schickel | |
_singleid -> _singleId _gameids -> _gameIds _guioptions -> _guiOptions | |||
2016-03-05 | CONFIGURE: Introduced new engine dependency: highres | Eugene 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-15 | JANITORIAL: Typos detected with lintian & grep | Alexandre Detiste | |
2015-11-27 | PRINCE: Fix color clipping logic | Eugene Sandulenko | |
2014-11-09 | PRINCE: Double animation of bird after 'throw a rock' mini-game fix | lukaslw | |
2014-11-09 | PRINCE: playSample() - split to sound and speech types to correct volume ↵ | lukaslw | |
settings | |||
2014-11-09 | PRINCE: canLoadGameStateCurrently() - to check if loading is allowed | lukaslw | |
Also block saving during dialogbox and inventory drawing | |||
2014-11-09 | PRINCE: canSaveGameStateCurrently() - check conditions when you can't save ↵ | lukaslw | |
the game state | |||
2014-11-09 | PRINCE: Add loading during startup and syncSoundSettings features | lukaslw | |
2014-11-09 | PRINCE: Allow RTL engine feature | lukaslw | |
2014-11-09 | PRINCE: Allow to skip intro animation with LMB | lukaslw | |
2014-11-08 | PRINCE: showLogo() - allow to skip logo animation or quit game during it | lukaslw | |
2014-11-08 | PRINCE: Silence last comparison warning in gcc | lukaslw | |
2014-11-08 | PRINCE: Silence signed and unsigned comparison warnings in gcc | lukaslw | |
2014-11-08 | PRINCE: Fix double loading of variaTxt.dat file in init() | lukaslw | |
2014-11-08 | PRINCE: Reduce pause() and pause2() to one function and rename it to ↵ | lukaslw | |
pausePrinceEngine() | |||
2014-11-08 | PRINCE: Implement pauseEngineIntern() - pause and resume music in GMM | lukaslw | |
2014-10-28 | PRINCE: Change PrinceGameType enum names | lukaslw | |
Fix compilation on gcc | |||
2014-10-28 | PRINCE: Allow to load translation file - prince_translation.dat | lukaslw | |
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-28 | PRINCE: Remove trailing whitespace | Filippos Karapetis | |
2014-10-26 | PRINCE: Fix another variable sign | Eugene Sandulenko | |
2014-10-26 | PRINCE: Fix variable sign | Eugene Sandulenko | |
2014-10-26 | PRINCE: Fix warning | Eugene Sandulenko | |
2014-10-25 | PRINCE: 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-25 | PRINCE: 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-25 | PRINCE: Fix potential out-of-bounds write (CID 1248504) | Torbjörn Andersson | |
There are kMaxTexts text slots, so kMaxTexts itself is not valid. | |||
2014-10-10 | PRINCE: rename a couple of variables named "rand" | Strangerke | |
2014-10-10 | PRINCE: Reduce the scope of several variables in GraphicsMan | Strangerke | |
2014-10-10 | PRINCE: Reduce the scope of several variables in PrinceEngine | Strangerke | |
2014-10-10 | PRINCE: Reduce the scope of several variables in Hero | Strangerke | |
2014-10-10 | PRINCE: Attempt to fix compilation on AmigaOS | Willem Jan Palenstijn | |
2014-10-10 | PRINCE: Revert incorrect const'ness at printAt() | Eugene Sandulenko | |
2014-10-10 | PRINCE: Sort files in module | Eugene Sandulenko | |
2014-10-10 | PRINCE: Fix mask sign | Eugene Sandulenko | |
2014-10-10 | PRINCE: Fix variable sign | Eugene Sandulenko | |
2014-10-10 | PRINCE: Fix const'ness | Eugene Sandulenko | |
2014-10-10 | PRINCE: Fix warning | Eugene Sandulenko | |
2014-10-10 | PRINCE: Fix warning | Eugene Sandulenko | |
2014-10-10 | PRINCE: Read O_FLCSPEED command argument | Eugene Sandulenko | |
2014-10-10 | PRINCE: Bail out on unknown language | Eugene Sandulenko | |
2014-10-10 | PRINCE: Remove unnecessary reassignment | Eugene Sandulenko | |
2014-10-10 | PRINCE: Fix more warnings | Willem Jan Palenstijn | |
2014-10-10 | PRINCE: Rename runDialog() into dialogRun() to avoid clash with ↵ | Eugene Sandulenko | |
Engine::runDialog() | |||
2014-10-10 | PRINCE: Fix a few warnings | Willem Jan Palenstijn | |