aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular
AgeCommit message (Collapse)Author
2015-03-04MADS: Fix gender scanning animation in carPaul Gilbert
2015-03-01MADS: Fix animation of hand typing code in teleporterPaul Gilbert
2015-03-01MADS: Fix display of teleporter values with leading zeroesPaul Gilbert
2015-02-21MADS: Fix animations of spider and vulture in witch doctor's hut scenePaul Gilbert
2015-02-21MADS: Fix depth for seaweed in scene 104Paul Gilbert
2015-02-21MADS: Fix crash when trapping bouncy native in pitPaul Gilbert
2015-02-14MADS: Fix picture when picking up timer modulePaul Gilbert
2015-02-14MADS: Fix palette loading for in-game dialogsPaul Gilbert
2015-02-14MADS: Allow Escape key to close game options dialogPaul Gilbert
2015-01-31MADS: Janitorial - fix some else statements with braces on separate lines or ↵Strangerke
extra tabs
2015-01-31MADS: Add safeguards in DialogsNebular::showStrangerke
2015-01-21JANITORIAL: Remove unnecessary semicolonsTorbjörn Andersson
2015-01-17MADS: Renamings of Layer and a transition typePaul Gilbert
2014-10-28MADS: Remove trailing whitespaceFilippos Karapetis
2014-10-22MADS: Remove unused variablePaul Gilbert
2014-10-22MADS: Add md5 checks for the asound.00* sound driversPaul Gilbert
The implementation of the sound driver code relies on the data for each sound being at specific locations in the files, so this ensures that if any language version changes the sound files, we'll know about it
2014-10-18MADS: Clear scene sprites and objects when showing a game menuFilippos Karapetis
This shows the game menu, albeit with the wrong palette
2014-10-18MADS: Implement the Rex Cancel button in the game options dialogFilippos Karapetis
The current options are now saved when the dialog opens, and are restored to their original values if the user cancels
2014-10-18MADS: Remove deprecated code from AnimationView and a bunch of out-of-date TODOsPaul Gilbert
2014-10-18MADS: Only show Quotes main menu item after winning the gamePaul Gilbert
2014-10-18MADS: Hook up Rex game endings to show the correct animation and/or creditsPaul Gilbert
2014-10-15MADS: Move all the anim and text view code into a common classFilippos Karapetis
The animation and text players are more or less common among all MADS games
2014-10-15MADS: Initial implementation of sound driver handling for V2 gamesFilippos Karapetis
2014-10-14MADS: Correct the color for the top/bottom line bounding the cutscenePaul Gilbert
2014-10-14MADS: Fix clearing on-screen messages when the cutscene animation changesPaul Gilbert
2014-10-14MADS: Implement subtitles for animation cutscenesPaul Gilbert
2014-10-13MADS: New conversation message logic for cutscene animationsPaul Gilbert
2014-10-14MADS: Handle the unimplemented 'D' animation commandFilippos Karapetis
2014-10-14MADS: Properly skip empty lines in animation filesFilippos Karapetis
2014-10-13MADS: Add debugger commands for playing text and anim cutscenesPaul Gilbert
2014-10-13MADS: Further fixes for palette cycling during animationsPaul Gilbert
2014-10-12MADS: Better initialization of animation cycling palettesPaul Gilbert
2014-10-11MADS: Fix palette animations in cutscene animationsPaul Gilbert
2014-10-10MADS: Rex - Fix a bug related to "TAKE" "NOTE" action in scene 603.Strangerke
The second check was never reached. Using the 'else' block of the previous check fixes the issue.
2014-10-10MADS: Rex - Reduce the scope of some variables in TextViewStrangerke
2014-10-10MADS: Rex - Remove dead code also present in the original in the logic of ↵Strangerke
scene 5
2014-10-08MADS: Fix for switching between animations in AnimView sequencePaul Gilbert
2014-10-08MADS: Fix palette for display of intro animationPaul Gilbert
2014-10-08MADS: Fix refreshing backgound at start of intro animationPaul Gilbert
2014-10-08MADS: Introduction animation is starting to be shownPaul Gilbert
2014-10-08MADS: Rex - Empty properly the current line buffer before getting the next ↵Strangerke
menu line
2014-10-06MADS: Fixes for loading of intro cutscene animationPaul Gilbert
2014-09-29MADS: Rex - Avoid potential not null terminated buffers after the use of strncpyStrangerke
2014-09-29MADS: Rex - Remove unused variablesStrangerke
2014-09-29MADS: Rex - Fix safety check in ASound9Strangerke
2014-09-20MADS: Fix Animation to handle loading backgrounds as well as user interfacesPaul Gilbert
2014-09-18MADS: Further animation setup in AnimViewPaul Gilbert
2014-09-16MADS: Further resource entry initializationPaul Gilbert
2014-09-16MADS: Beginnings of resource loading in AnimViewPaul Gilbert
2014-09-15MADS: Remove unused variables.Peter Bozsó