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
2008-07-28
Enforcing use of nullZonePtr only for nulling out pointers, as it is useless ...
Nicola Mettifogo
2008-07-28
Yet another hack to deal with labels... Must rethink this crap from scratch.
Nicola Mettifogo
2008-07-28
Moved validation step from revision 33363, so that it is executed for all ani...
Nicola Mettifogo
2008-07-28
Fixed loading of static items.
Nicola Mettifogo
2008-07-28
Pick up/drop/open/close actions are now available in game.
Nicola Mettifogo
2008-07-28
Implemented opcodes for picking up/dropping/opening/closing items.
Nicola Mettifogo
2008-07-28
Tiny readability aid for parser code.
Nicola Mettifogo
2008-07-28
Preliminary code for traps.
Nicola Mettifogo
2008-07-28
Added a post processing step to runScripts, so that Animation can be validate...
Nicola Mettifogo
2008-07-28
Correct character name set by character location parser.
Travis Howell
2008-07-28
Added support for text in BRA DOS demo.
Nicola Mettifogo
2008-07-28
Some instrumentation for script debugging.
Nicola Mettifogo
2008-07-28
Add basic support for running Amiga and PC demos of BRA.
Travis Howell
2008-07-28
There is no mask or path directories for part0 of BRA (Amiga), so always chec...
Travis Howell
2008-07-28
Inventory is now properly rendered. Item selection is not yet working.
Nicola Mettifogo
2008-07-28
Fix compile.
Travis Howell
2008-07-28
Some unneeded references slipped in with the last commit.
Nicola Mettifogo
2008-07-28
* Changed Disk code in BRA to use FilesystemNode (duplication has become trul...
Nicola Mettifogo
2008-07-27
Moved inventory cursor drawing code to InventoryRenderer.
Nicola Mettifogo
2008-07-27
Inventory icons are now loaded correctly (not yet displayed). BRA doesn't cra...
Nicola Mettifogo
2008-07-27
Add music/sound loading in Amiga version of BRA.
Travis Howell
2008-07-27
Added rudimental support for location changes when walking through doors. The...
Nicola Mettifogo
2008-07-27
Search common directory, when loading frames and talks in Amiga verison of BRA.
Travis Howell
2008-07-27
Doug from BRA can now walk in his hotel room. He still stops in bizarre poses...
Nicola Mettifogo
2008-07-26
More cleanup.
Nicola Mettifogo
2008-07-26
Cleanup.
Nicola Mettifogo
2008-07-26
* Added walk calculations to BRA (doesn't walk yet, though).
Nicola Mettifogo
2008-07-26
BRA now parses path data from the scripts.
Nicola Mettifogo
2008-07-25
Changed the remaining references to Nodes into Points.
Nicola Mettifogo
2008-07-25
* Changed walk code to use Common::Point instead of the clumsy WalkNode.
Nicola Mettifogo
2008-07-25
Made character visible in BRA.
Nicola Mettifogo
2008-07-25
Converted BRA to work with the new menu approach. It is not yet well plugged-...
Nicola Mettifogo
2008-07-25
* Merged old input management flags into a single mouse status variable.
Nicola Mettifogo
2008-07-24
Fixed leak in new gui code.
Nicola Mettifogo
2008-07-24
* Moved end intro and end game sequences code to gui.
Nicola Mettifogo
2008-07-24
Can't test a SharedPtr for nullity!
Nicola Mettifogo
2008-07-23
Removed the historical waitUntilLeftClick function and adapted code to use th...
Nicola Mettifogo
2008-07-23
Removed useless event management code and made readInput() more general.
Nicola Mettifogo
2008-07-23
More decoupling of inventory code.
Nicola Mettifogo
2008-07-23
Fixed mouse cursor when closing inventory.
Nicola Mettifogo
2008-07-23
More merging of input code.
Nicola Mettifogo
2008-07-22
Merged inventory input code from different files.
Nicola Mettifogo
2008-07-22
Fix build.
Nicola Mettifogo
2008-07-22
Fixed regression in dialogue code: certain commands weren't executed anymore ...
Nicola Mettifogo
2008-07-22
Removed unneeded input code.
Nicola Mettifogo
2008-07-22
Changed comment display code so that input polling is integrated into the mai...
Nicola Mettifogo
2008-07-21
Some refactoring for tracking of floating labels.
Nicola Mettifogo
2008-07-21
Massive refactoring of dialogue code, which is now implemented as a finite st...
Nicola Mettifogo
2008-07-17
Fixed regression bug in dialogue, which de-facto allowed user to skip in-game...
Nicola Mettifogo
2008-07-15
Made frame unpacking buffer dynamic (this frees some BSS space).
Nicola Mettifogo
[next]