aboutsummaryrefslogtreecommitdiff
path: root/engines/m4
AgeCommit message (Expand)Author
2010-09-18M4: NULL terminate after a strncpyPaul Gilbert
2010-09-18M4: Added missing breaks to switch statementPaul Gilbert
2010-08-25M4: Silence gcc warningMatthew Hoops
2010-08-25M4: Fixes for compiler errorsPaul Gilbert
2010-08-25M4: Implementation of script enginePaul Gilbert
2010-08-17M4: fix warningsEugene Sandulenko
2010-07-29M4: Added further code fragments to enable player to move againPaul Gilbert
2010-07-29M4: Further work done on the setup and starting of actionsPaul Gilbert
2010-07-24M4: Bugfixes for depth ordering to fix the Z order of on-screen objectsPaul Gilbert
2010-07-24M4: Implemented lots of support code for pre-action handlingPaul Gilbert
2010-07-24M4: Enhanced the show_codes debug command to also show a scene's walking pointsPaul Gilbert
2010-07-23Removed some old deprecated code that was drawing the status text a second timePaul Gilbert
2010-07-23Lots of action related fields added; scroll over default action is now displa...Paul Gilbert
2010-07-16Fix use of "&&" instead of "&" for bit masking. (This looks much more sensibl...Johannes Schickel
2010-07-16Implemented path-finding logic for accurate player movementPaul Gilbert
2010-07-16Clarified variable used for scene node loading, and added in extra blank node...Paul Gilbert
2010-07-15Bugfixes to walking code. Rex can now walk about on-screenPaul Gilbert
2010-07-15Implemented the original game cheat key for displaying the current mouse curs...Paul Gilbert
2010-07-15Bugfix to the SqrtF16 function to work correctlyPaul Gilbert
2010-07-14Silence gcc warning.Matthew Hoops
2010-07-14Preliminary implementation of lots of code related to player movementPaul Gilbert
2010-07-14The new buffer has to be one byte longer than the length of the 'buffer'Torbjörn Andersson
2010-07-07Bugfixes and changed field names in the player class to be more explanatory. ...Paul Gilbert
2010-07-06Added support for idle character animationsPaul Gilbert
2010-07-06Added extra initialisation code for the game's global variables listPaul Gilbert
2010-07-05Bugfixes for new player code - Rex is now correctly positioned when the playe...Paul Gilbert
2010-07-04Implemented more of the support methods for player displayPaul Gilbert
2010-07-04Added support for horizontally flipped foreground sprites, which are indicate...Paul Gilbert
2010-07-03Implemented necessary logic for the abort timer/action code, which allows the...Paul Gilbert
2010-07-03Adding the beginnings of a player control class, as well as various changes t...Paul Gilbert
2010-07-02Some slight fixes so that Phantom/Dragon start againFilippos Karapetis
2010-07-01Introduced a hash for storing all the miscellaneous data values, and used it ...Paul Gilbert
2010-06-30Corrected font display to properly use both colour indexesPaul Gilbert
2010-06-30Removed deprecated destAdjust parameters from the frame drawing codePaul Gilbert
2010-06-30Replaced Y offset from various drawing routines in favour of a viewport sub-s...Paul Gilbert
2010-06-29Added code to properly detect when an animation sequence is completePaul Gilbert
2010-06-29Changed reading of sprite frame depths to signed bytes - this fixes the probl...Paul Gilbert
2010-06-29Removed the old hardcoded calls to loadDSRFilePaul Gilbert
2010-06-29Added loading of the correct DSR file at the start of each animation scenePaul Gilbert
2010-06-29Reserved palette ranges used by on-screen messagesPaul Gilbert
2010-06-29Bugfixes to reading in the animation font name correctly, as well as converte...Paul Gilbert
2010-06-28Bugfix to properly erase text messages when they expirePaul Gilbert
2010-06-27Added proper conversion of message RGB colour valuesPaul Gilbert
2010-06-27Added accidentally deleted linePaul Gilbert
2010-06-27Several bugfixes to the loading, display, and digital sound playing of messag...Paul Gilbert
2010-06-27Centralised the update logic for the various system lists into the MadsView c...Paul Gilbert
2010-06-26Load the correct speech file pack for the intro of Rex NebularFilippos Karapetis
2010-06-26Bugfix to correctly handle transparency when rendering scaled spritesPaul Gilbert
2010-06-26Bugfix to dirty area handling to prevent creation of invalid rectsPaul Gilbert
2010-06-26Minor bugfix for correctly positioning where background sprites are drawnPaul Gilbert