index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
parallaction
Age
Commit message (
Expand
)
Author
2010-07-17
DEBUGGER: Simplify how our console debugger works / is used
Max Horn
2010-06-27
Prevent execution of the STOP script command when its Zone does not exist. Pa...
Nicola Mettifogo
2010-06-25
AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...
Florian Kagerer
2010-06-21
Patch #1956501: "GUI/LAUNCHER: Midi device selection"
Max Horn
2010-06-19
Cleanup.
Nicola Mettifogo
2010-06-19
Cleanup some more state when switching part in BRA.
Nicola Mettifogo
2010-06-19
Use the new _nextPart member switching part from the menu in BRA.
Nicola Mettifogo
2010-06-19
Implemented PART command for BRA, largely based on patch #3005434 by fuzzie.
Nicola Mettifogo
2010-06-19
Guarded the command execution suspension for NS demo (this was due in r38662 ...
Nicola Mettifogo
2010-06-19
Save the context of a suspended list before resuming the execution, so that i...
Nicola Mettifogo
2010-06-15
AdvancedDetector: Add new parameter directoryGlobs.
Eugene Sandulenko
2010-06-14
Extended advancedDetector with depth parameter.
Eugene Sandulenko
2010-06-13
Added a parser for kZoneNone zones/animations in BRA.
Nicola Mettifogo
2010-06-13
When closing inventory, do not force input back to game-mode if commands need...
Nicola Mettifogo
2010-06-13
Fixed clipping when drawing sprites at small scale factors (this fixes the ba...
Nicola Mettifogo
2010-06-13
Support for vertical scrolling. Patch 3005933 by fuzzie.
Nicola Mettifogo
2010-06-13
Keep the balloon from getting stuck in an infinite loop when floating near th...
Nicola Mettifogo
2010-06-13
Improved debug output of BRA walk code.
Nicola Mettifogo
2010-06-04
Ensure that zones/animations always get the same index number.
Nicola Mettifogo
2010-05-24
Fix warning
Eugene Sandulenko
2010-05-22
Cleanup (removed more Parallaction::getGameType() calls).
Nicola Mettifogo
2010-05-22
Cleanup (removed many Parallaction::getGameType() calls).
Nicola Mettifogo
2010-05-22
Finish implementation of hitZone and related functions as from the original c...
Nicola Mettifogo
2010-05-22
Apply patch 3004687 by fuzzie: allow usage of merge zones.
Nicola Mettifogo
2010-05-22
Apply patch 3005433 by fuzzie: new 'toggleglobalflags' command for the debugger.
Nicola Mettifogo
2010-05-22
Apply patch 3004991 by fuzzie: don't try and run dialogues for SPEAK zones wi...
Nicola Mettifogo
2010-05-22
Make sure a dialogue is valid before entering dialogue mode.
Nicola Mettifogo
2010-05-22
Use the kZoneYourself flag to check zones for self-use in BRA. See patch 3003...
Nicola Mettifogo
2010-05-22
Do not make the character walk towards the zone clicked upon by the user if i...
Nicola Mettifogo
2010-05-22
Added descriptions for kFlagsSelfuse and kFlagsYourself. See patch 3003626.
Nicola Mettifogo
2010-05-22
Make sure hitZone always gets absolute game coordinates. Based on the patch 3...
Nicola Mettifogo
2010-05-21
Fix loading of MSC files on big-endian systems. Patch 3004367 by fuzzie.
Nicola Mettifogo
2010-05-21
Added a new valid EOL character for scripts. Patch 3004990 by fuzzie.
Nicola Mettifogo
2010-05-19
Add a parser for HEAR zones in BRA, and handle the relative MUSIC command. Pa...
Nicola Mettifogo
2010-05-19
Do not try and run dialogues when there is no dialogue defined in a SPEAK zon...
Nicola Mettifogo
2010-05-18
Fix missing dialogue index.
Willem Jan Palenstijn
2010-05-12
Changed the last global objects to class members.
Nicola Mettifogo
2010-05-04
Reduce indirect header dependencies further
Max Horn
2010-05-04
Move DebugChannel related code to new header
Max Horn
2010-05-04
Move initGraphics and initCommonGFX from to new header.
Max Horn
2010-04-28
Make sure dialogue manager is destroyed on quit.
Nicola Mettifogo
2010-04-28
Make sure walk coordinate are valid before checking path buffer.
Nicola Mettifogo
2010-04-28
Fix uninitialized variable
Willem Jan Palenstijn
2010-04-28
Initialize _requested*ScrollDir variables in constructor.
Nicola Mettifogo
2010-04-28
Fix uninitialized variables
Willem Jan Palenstijn
2010-04-28
Fixed leaks in parsing of examine and door zones.
Nicola Mettifogo
2010-04-28
Fix Nippon Safes test result label memory leak
Willem Jan Palenstijn
2010-04-28
Fix a destruction order issue and note two remaining issues from the label fi...
Willem Jan Palenstijn
2010-04-27
COMMON: Move DebugChannel stuff into a new DebugMan singleton
Max Horn
2010-04-27
Fix bug 2969257 (labels) and hopefully plug all the leaks.
Nicola Mettifogo
[next]