scummvm/engines/mads
2015-03-13 22:52:58 -04:00
..
dragonsphere MADS: WIP handling of V2 walk nodes and walkable areas 2014-07-23 02:47:29 +03:00
nebular MADS: Fix text display when opening the Slippery Pig fridge 2015-03-13 22:52:58 -04:00
phantom MADS: Phantom - add preloadsequence call in initializeGlobals 2014-09-19 23:35:55 +02:00
action.cpp MADS: Janitorial - fix some else statements with braces on separate lines or extra tabs 2015-01-31 13:01:23 +01:00
action.h MADS: Initialize some variables in MADSAction 2014-05-27 00:06:30 +02:00
animation.cpp MADS: Fix Herman animating too quickly 2015-03-04 20:43:57 -05:00
animation.h MADS: Implement subtitles for animation cutscenes 2014-10-14 21:37:00 -04:00
assets.cpp MADS: Minor fixes for sprite asset flags passing 2014-06-01 11:48:19 -04:00
assets.h MADS: Add enum for sprite asset loading flags 2014-06-01 09:10:49 -04:00
audio.cpp MADS: Fix stopping digital audio, music, and palette cycling when animation ends 2014-10-16 21:53:21 -04:00
audio.h MADS: Fix stopping digital audio, music, and palette cycling when animation ends 2014-10-16 21:53:21 -04:00
compression.cpp MADS: Fix compilation with clang 2014-05-27 14:12:01 +03:00
compression.h MADS: initialise -> initialize. 2014-05-27 00:58:25 +02:00
configure.engine MADS: Initial implementation of Adlib sound driver 2014-02-16 15:22:57 -05:00
debugger.cpp MADS: Move all the anim and text view code into a common class 2014-10-15 11:43:30 +03:00
debugger.h MADS: Add debugger commands for playing text and anim cutscenes 2014-10-13 16:59:15 -04:00
detection_tables.h MADS: Fix spelling of Rex Alternate detection entry 2014-05-26 15:10:25 -04:00
detection.cpp MADS: Misc savegame fixes and added meta query info 2014-05-02 21:29:33 -04:00
dialogs.cpp MADS: Fix SceneInfo instance leak when showing dialogs 2015-03-08 23:53:10 -04:00
dialogs.h MADS: Move all the anim and text view code into a common class 2014-10-15 11:43:30 +03:00
events.cpp MADS: Implement scroll wheel support for scrolling inventory 2015-02-21 17:45:20 -05:00
events.h MADS: Allow Escape key to close game options dialog 2015-02-14 16:54:47 -05:00
font.cpp MADS: Fix loading fonts used by animations 2014-05-30 20:42:17 -04:00
font.h MADS: initialise -> initialize. 2014-05-27 00:58:25 +02:00
game_data.cpp MADS: Properly set the scene revisited flag when loading a saved game 2014-06-01 15:18:31 +03:00
game_data.h MADS: Properly set the scene revisited flag when loading a saved game 2014-06-01 15:18:31 +03:00
game.cpp MADS: Refactoring of text/animation views to show outside game loop 2015-03-07 17:01:07 -05:00
game.h MADS: Allow Escape key to close game options dialog 2015-02-14 16:54:47 -05:00
globals.cpp MADS: Changed 16-bit globals over to be 32-bits 2014-05-18 16:12:40 -04:00
globals.h MADS: More formatting fixes. 2014-05-27 00:58:25 +02:00
hotspots.cpp MADS: Renamings of Layer and a transition type 2015-01-17 20:51:52 -05:00
hotspots.h MADS: Fix dynamic hotspots in scenes with multiple such hotspots 2014-06-01 14:43:26 -04:00
inventory.cpp MADS: Fix confiscating player's inventory when captured 2014-05-30 19:25:13 -04:00
inventory.h MADS: Fixes for recharging durafail batteries 2014-06-01 22:03:02 -04:00
mads.cpp MADS: Move OPL creation from the engine to SoundManager 2014-10-12 16:54:40 -04:00
mads.h MADS: Move OPL creation from the engine to SoundManager 2014-10-12 16:54:40 -04:00
menu_views.cpp MADS: Allow text to scroll off screen before removing it 2015-02-22 01:43:02 +01:00
menu_views.h MADS: Fix signed/unsigned comparison warning 2015-01-31 12:41:46 +01:00
messages.cpp MADS: Rename some outstanding 'abortTimers' to the more proper 'endTrigger' 2015-03-08 19:54:00 -04:00
messages.h MADS: Rename some outstanding 'abortTimers' to the more proper 'endTrigger' 2015-03-08 19:54:00 -04:00
module.mk MADS: Move all the anim and text view code into a common class 2014-10-15 11:43:30 +03:00
msurface.cpp MADS: Fix left screen clipping for scaled flipped sprites 2015-02-15 08:10:13 -05:00
msurface.h MADS: Implementing code for panning screen transitions 2015-02-08 22:07:42 -05:00
palette.cpp MADS: Cleanup and bugfixes for panning transition support methods 2015-02-14 15:34:11 -05:00
palette.h MADS: Cleanup and bugfixes for panning transition support methods 2015-02-14 15:34:11 -05:00
player.cpp MADS: Fix walking to exit in guard room after dropping severed arm 2015-03-09 20:02:55 -04:00
player.h MADS: Add removePlayerSprites(), remove a TODO 2014-05-18 22:30:11 +02:00
rails.cpp MADS: Silence gcc conversion warnings 2014-06-01 17:28:34 -04:00
rails.h MADS: Remove trailing whitespace 2014-05-08 11:43:23 +03:00
resources.cpp MADS: Slight formatting fixes. 2014-05-27 00:58:25 +02:00
resources.h MADS: Slight formatting fixes. 2014-05-27 00:58:25 +02:00
scene_data.cpp MADS: Fix horizontal flipping of scene background sprites 2015-01-17 17:29:08 -05:00
scene_data.h MADS: Add loading of SpriteInfo frame numbers for scene background sprites 2015-01-17 16:46:57 -05:00
scene.cpp MADS: Fix cycling remaining active when ending TextView starts 2015-03-11 22:10:41 -04:00
scene.h MADS: Properly handle reloading scenes when closing dialogs 2015-03-13 21:54:20 -04:00
screen.cpp MADS: Fix timer module hotspot remaining active after taking it 2015-03-10 20:10:55 -04:00
screen.h MADS: Cleanup and bugfixes for panning transition support methods 2015-02-14 15:34:11 -05:00
sequence.cpp MADS: Silence GCC signed/unsigned warnings 2015-03-10 06:39:09 +01:00
sequence.h MADS: Fix crash if you talk to intern in gurney room too quickly 2015-03-09 20:35:10 -04:00
sound.cpp MADS: Fix crash on exit after watching introduction twice 2015-01-17 10:57:51 -05:00
sound.h MADS: Move OPL creation from the engine to SoundManager 2014-10-12 16:54:40 -04:00
sprites.cpp MADS: Fix leak of SpriteAsset instances 2015-03-08 23:40:50 -04:00
sprites.h MADS: Add enum for sprite asset loading flags 2014-06-01 09:10:49 -04:00
staticres.cpp MADS: Fixes for correctly setting up grey fading palette intensities 2014-05-06 22:49:57 -04:00
staticres.h MADS: Fixes for correctly setting up grey fading palette intensities 2014-05-06 22:49:57 -04:00
user_interface.cpp MADS: Fix prior conversation list showing when crawling in vents 2015-03-08 21:15:14 -04:00
user_interface.h MADS: Implement scroll wheel support for scrolling inventory 2015-02-21 17:45:20 -05:00