.. |
actor.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
actor.h
|
|
|
animation.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
animation.h
|
Lots of action related fields added; scroll over default action is now displayed on-screen
|
2010-07-23 09:49:40 +00:00 |
assets.cpp
|
COMMON: Split common/stream.h into several headers
|
2010-11-19 17:03:07 +00:00 |
assets.h
|
COMMON: Replace MKID_BE by MKTAG
|
2011-04-12 16:53:15 +02:00 |
burger_data.h
|
|
|
compression.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
compression.h
|
COMMON: Split common/stream.h into several headers
|
2010-11-19 17:03:07 +00:00 |
console.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
console.h
|
In progress work implementing the animation player
|
2010-05-31 12:10:30 +00:00 |
converse.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
converse.h
|
M4: Do not use Common::SubReadStream where ReadStream suffices
|
2010-11-18 19:27:01 +00:00 |
detection.cpp
|
M4: Fix a typo; cleanup
|
2011-05-06 23:16:10 -04:00 |
dialogs.cpp
|
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
|
2011-05-01 16:54:45 +02:00 |
dialogs.h
|
|
|
events.cpp
|
ALL: colour -> color
|
2011-04-14 14:12:35 +02:00 |
events.h
|
Further memory leak fixes reported by Valgrind
|
2010-06-14 05:27:54 +00:00 |
font.cpp
|
ALL: colour -> color
|
2011-04-14 14:12:35 +02:00 |
font.h
|
ALL: colour -> color
|
2011-04-14 14:12:35 +02:00 |
globals.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
globals.h
|
M4: Remove unnecessary reference to file.h
|
2010-11-28 23:39:02 +00:00 |
graphics.cpp
|
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
|
2011-05-01 16:54:45 +02:00 |
graphics.h
|
ALL/GRAPHICS: Remove Surface::bytesPerPixel.
|
2011-04-17 21:27:34 +02:00 |
gui.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
gui.h
|
Patch #2973290: Semicolon cleanup
|
2010-03-22 20:28:08 +00:00 |
hotspot.cpp
|
M4: Changed debug calls to debugCN since they all have newlines
|
2010-11-03 09:44:03 +00:00 |
hotspot.h
|
M4: Implemented lots of support code for pre-action handling
|
2010-07-24 05:56:06 +00:00 |
m4_menus.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
m4_menus.h
|
|
|
m4_scene.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
m4_scene.h
|
ALL: colour -> color
|
2011-04-14 14:12:35 +02:00 |
m4_views.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
m4_views.h
|
M4: Fix twisted assignment
|
2011-03-29 21:57:43 +02:00 |
m4.cpp
|
M4: Allow Riddle to be run using the original directory structure
|
2011-05-06 23:12:19 -04:00 |
m4.h
|
M4: Change MidiPlayer to derive from Audio::MidiPlayer
|
2011-03-24 16:46:47 +01:00 |
mads_anim.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
mads_anim.h
|
Added code to properly detect when an animation sequence is complete
|
2010-06-29 11:51:05 +00:00 |
mads_logic.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
mads_logic.h
|
M4: Implementation of script engine
|
2010-08-25 06:42:54 +00:00 |
mads_menus.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
mads_menus.h
|
M4: Implemented lots of support code for pre-action handling
|
2010-07-24 05:56:06 +00:00 |
mads_player.cpp
|
M4: Further work done on the setup and starting of actions
|
2010-07-29 11:04:54 +00:00 |
mads_player.h
|
Implemented path-finding logic for accurate player movement
|
2010-07-16 13:15:18 +00:00 |
mads_scene.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
mads_scene.h
|
M4: Added function pointers to the the script engine data map list
|
2010-11-02 00:15:18 +00:00 |
mads_views.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
mads_views.h
|
ALL: colour -> color
|
2011-04-14 14:12:35 +02:00 |
midi.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
midi.h
|
AUDIO: Move more common code to Audio::MidiPlayer
|
2011-03-25 14:15:53 +01:00 |
module.mk
|
Adding the beginnings of a player control class, as well as various changes to the other classes to support it
|
2010-07-03 11:50:42 +00:00 |
rails.cpp
|
JANITORIAL: Remove/comment unused vars
|
2011-03-29 21:57:56 +02:00 |
rails.h
|
Preliminary implementation of lots of code related to player movement
|
2010-07-14 11:55:15 +00:00 |
resource.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
resource.h
|
Patch #2973290: Semicolon cleanup
|
2010-03-22 20:28:08 +00:00 |
saveload.cpp
|
|
|
saveload.h
|
|
|
scene.cpp
|
ALL: colour -> color
|
2011-04-14 14:12:35 +02:00 |
scene.h
|
M4: Implementation of script engine
|
2010-08-25 06:42:54 +00:00 |
script.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
script.h
|
COMMON: Split common/stream.h into several headers
|
2010-11-19 17:03:07 +00:00 |
scripttab.h
|
|
|
sound.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
sound.h
|
AUDIO: Rename sound/ dir to audio/
|
2011-02-09 01:09:01 +00:00 |
sprite.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
sprite.h
|
Implemented explicit transparency index support - the previous hardcoded index of 0 wasn't correct, since some sprites need that index
|
2010-06-20 07:04:58 +00:00 |
staticres.cpp
|
Added framework for displaying game dialogs
|
2010-03-21 10:51:11 +00:00 |
staticres.h
|
Added framework for displaying game dialogs
|
2010-03-21 10:51:11 +00:00 |
viewmgr.cpp
|
Moved new MadsView related code into Mads_Views, where it's more appropriate. Added extra logic necessary for displaying text in the game dialogs
|
2010-03-24 11:49:26 +00:00 |
viewmgr.h
|
Initial conversion of the AnimviewView class to use the expanded MadsAnimation class, rather than the older AAFile skeleton class
|
2010-06-07 09:19:42 +00:00 |
woodscript.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
woodscript.h
|
ALL: colour -> color
|
2011-04-14 14:12:35 +02:00 |
ws_machine.cpp
|
M4: Changed debug calls to debugCN since they all have newlines
|
2010-11-03 09:44:03 +00:00 |
ws_sequence.cpp
|
ALL: colour -> color
|
2011-04-14 14:12:35 +02:00 |