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
/
parallaction.cpp
Age
Commit message (
Expand
)
Author
2007-09-22
Fixed broken compile on MSVC.
Nicola Mettifogo
2007-09-22
Refactored a lot of Character-related code and put it into the Character class.
Nicola Mettifogo
2007-09-19
Modified patch #1738058: "Action recorder".
Eugene Sandulenko
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-17
* moved Table handling to objects.cpp
Nicola Mettifogo
2007-09-16
Revised debug levels and added many debug strings for parsers.
Nicola Mettifogo
2007-09-11
Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ...
Max Horn
2007-09-02
Simplified global label management and added subtitles for BRA.
Nicola Mettifogo
2007-09-02
Jobs are now members of the engine and are handled with a table, instead of b...
Nicola Mettifogo
2007-08-26
Implemented more opcodes.
Nicola Mettifogo
2007-08-25
Added an abstract base class for representing multiple-frames for animations....
Nicola Mettifogo
2007-08-25
Merged most parser contexts into a single structure, added some new fields to...
Nicola Mettifogo
2007-08-24
First step in restructuring engine code:
Nicola Mettifogo
2007-08-16
Now using stacks to keep track of multiple levels when parsing location scripts.
Nicola Mettifogo
2007-08-16
Changed more parsing routines to use tables instead of switch statements.
Nicola Mettifogo
2007-08-14
Defined new Table for location scripts level-0 statements, and changed parseL...
Nicola Mettifogo
2007-08-13
Added invalid opcode entries in slot 0 of opcode lists, and adjusted indices ...
Nicola Mettifogo
2007-08-13
Moved opcode initialization to new routine.
Nicola Mettifogo
2007-08-13
Changed Table to return 0 instead of -1 when lookup fails. Lookup already yie...
Nicola Mettifogo
2007-08-12
Changed signature of disk routines for backgrounds to something resembling re...
Nicola Mettifogo
2007-08-12
Pushed menu handling into Parallaction_ns.
Nicola Mettifogo
2007-08-11
Moved cursor handling from Gfx to engine subclasses.
Nicola Mettifogo
2007-08-11
Cleanup.
Nicola Mettifogo
2007-08-11
Overhaul of background/mask/path handling:
Nicola Mettifogo
2007-08-07
Turned StaticCnv struct into stock Graphics::Surface, and changed all relevan...
Nicola Mettifogo
2007-08-07
MaskBuffer and PathBuffer are now correctly freed before they are deallocated...
Nicola Mettifogo
2007-08-06
- Renamed BitBuffer to MaskBuffer
Nicola Mettifogo
2007-08-06
Removed useless mask width and size data members from engine.
Nicola Mettifogo
2007-07-29
Oops. Last cleanup left out one very important line.
Nicola Mettifogo
2007-07-29
Cleanup.
Nicola Mettifogo
2007-07-29
- Added parser strings for Big Red Adventure
Nicola Mettifogo
2007-07-29
Cleanup and some new comments.
Nicola Mettifogo
2007-07-29
Moved specialized initialization code into subclasses.
Nicola Mettifogo
2007-07-28
Now yielding control to system after updateScreen is invoked to get smoother ...
Nicola Mettifogo
2007-07-28
Screen is now refreshed when waiting for left clicks. Solves bug #1762618.
Nicola Mettifogo
2007-07-27
- Moved disk code for Nippon Safes in new file disk_ns.cpp, adding _ns suffix...
Nicola Mettifogo
2007-07-26
Made screen size parameters properties of engine instead of compile-time cons...
Nicola Mettifogo
2007-07-08
Changed inventory graphics update from synchronous to lazy.
Nicola Mettifogo
2007-07-08
Cleanup inventory code.
Nicola Mettifogo
2007-07-08
Location background sound (different from music) now implemented.
Nicola Mettifogo
2007-07-04
Fix introduction in Amiga multi-lingual version. Specifically characters for ...
Travis Howell
2007-06-23
Made changeCharacter restore the previous open Archive after completing its d...
Nicola Mettifogo
2007-06-23
Compare Common::KEYCODE_ against KeyState::keycode, not KeyState::ascii
Max Horn
2007-06-23
Changed input routine to use KEYCODE.
Nicola Mettifogo
2007-06-18
Mouse is now properly hidden during dialogues, and is restored after load/sav...
Nicola Mettifogo
2007-06-16
Reduce code duplication.
Travis Howell
2007-06-16
Fix quit command failing in certain locations (ie character/language selectio...
Travis Howell
2007-06-15
All known versions of Nippon Safes are now enabled with all features except f...
Nicola Mettifogo
2007-06-15
Add basic support for Amiga version.
Travis Howell
2007-06-05
Fixed crash on exit (bug #1726185).
Nicola Mettifogo
[prev]
[next]