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
2007-04-15
Fixed some memory leaks.
Nicola Mettifogo
2007-04-11
Implemented palette animation to Amiga version of Nippon Safes.
Nicola Mettifogo
2007-04-11
- Moved Zone and Animation to List<>.
Nicola Mettifogo
2007-04-10
Moved Jobs to ManagedList. Since Jobs must be ordered according to their prio...
Nicola Mettifogo
2007-04-09
Cleanup of Zone/Animation removal code. Only the good god of void pointers kn...
Nicola Mettifogo
2007-04-09
- moved walk code to List<>
Nicola Mettifogo
2007-04-09
Fixed regression bug in dialogue code.
Nicola Mettifogo
2007-04-07
Fixed broken implementation of ManagedList
Nicola Mettifogo
2007-04-07
Added new ManagedList class to handle Instruction and Command lists. The same...
Nicola Mettifogo
2007-04-07
cleanup
Nicola Mettifogo
2007-04-07
Fixed incomplete implementation of Command lists.
Nicola Mettifogo
2007-04-07
Changed Commands to use List<>
Nicola Mettifogo
2007-04-07
Explicit constructor invoked when instancing WalkNode.
Nicola Mettifogo
2007-04-07
Implemented destructors for Question and Answer.
Nicola Mettifogo
2007-04-07
New struct Answer introduced.
Nicola Mettifogo
2007-04-07
oops forgot to deallocate List nodes after usage
Nicola Mettifogo
2007-04-07
Added code for ~Command().
Nicola Mettifogo
2007-04-07
change Program to use a List<> of Instructions instead of a homebrew linked list
Nicola Mettifogo
2007-04-07
Reduced dependency between project files, and prepared defs.h for deletion as...
Nicola Mettifogo
2007-04-07
Turned free___() routines into proper destructors for Zone, Animation and Pro...
Nicola Mettifogo
2007-04-06
Enabled lazy removal for Job instances.
Nicola Mettifogo
2007-04-06
Made Program hold an explicit reference to its set of Instruction(s) instead ...
Nicola Mettifogo
2007-04-04
Characters now only store the set of frames they actually need. Basically, mi...
Nicola Mettifogo
2007-04-03
- added a new archive member variable to Disk, to decouple resource archives ...
Nicola Mettifogo
2007-04-03
- fixed RLEStream
Nicola Mettifogo
2007-04-03
Reduced code duplication in AmigaDisk by means of a new wrapper class for Arc...
Nicola Mettifogo
2007-04-02
miscellaneous improvements for amiga
Nicola Mettifogo
2007-04-02
- slightly improved mask for amiga (not perfect yet)
Nicola Mettifogo
2007-04-01
Renamed classes for consistency.
Nicola Mettifogo
2007-04-01
- Added a new class RLEDecoder to avoid code duplication in Disk routines.
Nicola Mettifogo
2007-04-01
Fixed loading of graphics. Now things really look what they are, except the c...
Nicola Mettifogo
2007-04-01
Added code for resource loading and fixed the bug having Amiga demo crashing....
Nicola Mettifogo
2007-04-01
Implemented Disk routines for Amiga demo. Font are simulated with boxes, and ...
Nicola Mettifogo
2007-04-01
Added GF_DEMO flag and ability to load the correct location at start.
Nicola Mettifogo
2007-04-01
Function changeCharacter is now responsible for loading character specific Zo...
Nicola Mettifogo
2007-04-01
made Menu use _vm instead of _engine
Nicola Mettifogo
2007-03-30
made menu properly set language
Nicola Mettifogo
2007-03-29
oops
Nicola Mettifogo
2007-03-29
- changed Cnv to use a single large buffer for frames instead of small chunks...
Nicola Mettifogo
2007-03-29
- implemented destructor for Cnv, thus removing calls to Gfx::freeCnv()
Nicola Mettifogo
2007-03-28
Overhaul of palette management to bring it back to its original form. Gfx pal...
Nicola Mettifogo
2007-03-27
Fixed palette bug to allow proper display of splash screens, but dos palette ...
Nicola Mettifogo
2007-03-27
engine can now handle amiga and dos splash screens
Nicola Mettifogo
2007-03-27
added code to load amiga background slides
Nicola Mettifogo
2007-03-24
Changed detection of the dreaded 'fr' archive in Nippon Safes Amiga Demo. Thi...
Nicola Mettifogo
2007-03-24
Added new class Table, and updated Disk accordingly. Tables can be populated ...
Nicola Mettifogo
2007-03-24
made more functions members of Parallaction
Nicola Mettifogo
2007-03-24
started infrastructure for amiga demo:
Nicola Mettifogo
2007-03-24
- fixed regression bug: one free/delete mismatch
Nicola Mettifogo
2007-03-22
unrolled loop in buildWalkPath and renamed some variables
Nicola Mettifogo
[next]