Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-13 | FULLPIPE: Implement sceneHandler09() | Eugene Sandulenko | |
2014-02-13 | FULLPIPE: Implement sceneHandler09_updateScreenCallback() | Eugene Sandulenko | |
2014-02-13 | FULLPIPE: Implement scene09_updateCursor() | Eugene Sandulenko | |
2014-02-13 | FULLPIPE: Plug scene09 in | Eugene Sandulenko | |
2014-02-13 | FULLPIPE: Further work on scene09_initScene() | Eugene Sandulenko | |
2014-02-13 | FULLPIPE: Implement scene09_setupGrit() | Eugene Sandulenko | |
2014-02-13 | FULLPIPE: Even more work on scene09_initScene() | Eugene Sandulenko | |
2014-02-13 | FULLPIPE: More work on scene09_initScene() | Eugene Sandulenko | |
2014-02-12 | AVALANCHE: Implement keyboard control in Help. | uruk | |
2014-02-12 | AVALANCHE: Made comments ASCII friendly | Torbjörn Andersson | |
The comments I introduced earlier (previusly case labels) have been changed to avoid non-ASCII characters. The descriptions were taken from an ISO 8859-1 manual page. | |||
2014-02-12 | AVALANCHE: Silence GCC warnings | Torbjörn Andersson | |
Mainly, GCC complained about case labels having a value less than the minimum value for the type. Probably because character literals may be signed or unsigned, while _trigger is always unsigned. | |||
2014-02-12 | AVALANCHE: Rename/implement rest of getMe(). | uruk | |
2014-02-12 | WINTERMUTE: Use game format for fallback font rendering. | Johannes Schickel | |
BDF fonts got 32bit drawing support in ece8b7fb65402238ab7df896361a9cefe28b8897 Thus it is not necessary to draw onto a 16bit surface. | |||
2014-02-12 | VOYEUR: Use American English instead of British English in several places | Strangerke | |
2014-02-12 | VOYEUR: Initialize some more variables | Strangerke | |
2014-02-12 | VOYEUR: Initialize properly a couple of Bolt variables | Strangerke | |
2014-02-11 | PEGASUS: Fix returning from Mars after destroying the robot's shuttle | Matthew Hoops | |
2014-02-11 | AVALANCHE: Move/rename/implement Help::plotButton(). | uruk | |
2014-02-11 | AVALANCHE: Partially implement Help::getMe(). | uruk | |
The drawing of the buttons are still missing. | |||
2014-02-11 | AVALANCHE: Implement Help::run(). | uruk | |
2014-02-11 | FULLPIPE: Initial code for scene09 | Eugene Sandulenko | |
2014-02-11 | WINTERMUTE: Prevent scripts from setting invalid scroll times | Filippos Karapetis | |
Scroll times (ScrollSpeedX, ScrollSpeedY) can't be zero, as this leads to a division by zero later on. This allows Dreamscape to start and work properly. | |||
2014-02-11 | VOYEUR: Some more renaming | Strangerke | |
2014-02-11 | VOYEUR: Remove unused function header | Strangerke | |
2014-02-11 | VOYEUR: Rename some fields related to fading | Strangerke | |
2014-02-11 | VOYEUR: Implement fadeIntFunc() | Strangerke | |
2014-02-10 | FULLPIPE: Finish renames in scene27. This completes the scene | Eugene Sandulenko | |
2014-02-10 | FULLPIPE: Finish var renames in scene27 | Eugene Sandulenko | |
2014-02-10 | FULLPIPE: Started renames in scene27 | Eugene Sandulenko | |
2014-02-10 | Merge pull request #407 from digitall/advancedDetector_queen | David Turner | |
Migration of Queen Engine to Advanced Detector | |||
2014-02-10 | QUEEN: Migrate extra gui options to AdvancedMetaEngine handling. | D G Turner | |
2014-02-10 | QUEEN: Switch all savegame usage back to "queen.sXX" format. | D G Turner | |
The target is not just a bare "queen", but is postfixed by language variant (and CD if used). Using this for the savegame naming would be good as it allows several language variants to have different co-existing savegame sets without causing conflicts. However, if the savegame format is the same across all language variants, then using the same naming allows easier switching between languages if testing. Currently the queen engine uses a single set of savegames named in the format "queen.sXX" which are used for all languages, as the format appears to be compatible across language variants. This may require changing in future, if a variant with incompatible savegame format is discovered. | |||
2014-02-10 | TUCKER: Fix bug #6381 - "TUCKER: In 3rd part, "Use Peg" fails..." | dergunov | |
"Use Peg" is a single-item action and these are hardcoded in the engine. The default otherwise is dual-item action "Use X on Y". | |||
2014-02-10 | AVALANCHE: Implement 'winning_pic'. | uruk | |
2014-02-10 | VOYEUR: Remove a useless variable | Strangerke | |
2014-02-10 | VOYEUR: Reduce the scope of a couple of variables | Strangerke | |
2014-02-10 | AVALANCHE: Add missing braces | Strangerke | |
2014-02-09 | FULLPIPE: Fix buffer overruns in scene27 | Eugene Sandulenko | |
2014-02-09 | CINE: Reduce the scope of some variables, optimize a couple of iterator ↵ | Strangerke | |
increment | |||
2014-02-09 | GOB: Fascination - Reduce the scope of a couple of variables | Strangerke | |
2014-02-09 | MORTEVIELLE: Reduce the scope of some variables | Strangerke | |
2014-02-09 | AVALANCHE: Initialize a couple of uninitialized variables | Strangerke | |
2014-02-09 | HOPKINS: Remove useless assignation | Strangerke | |
2014-02-09 | HOPKINS: Reduce the scope of some more variables | Strangerke | |
2014-02-09 | TSAGE: Fix smoke transparency effect in the R2R drive room | Paul Gilbert | |
2014-02-09 | AVALANCHE: Remove pingo.o from makefile | Paul Gilbert | |
2014-02-09 | AVALANCHE: Repair comment formatting. | uruk | |
2014-02-09 | AVALANCHE: Remove Pingo. | uruk | |
2014-02-09 | AVALANCHE: Add Help's skeleton. | uruk | |
2014-02-09 | AVALANCHE: Repair fading at the beginning and at the end of the ghostroom scene. | uruk | |