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-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
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-21
Fixed the largest memory leaks.
Nicola Mettifogo
2007-05-19
Fixed regression: wrong job ordering caused a bunch of graphic glitches.
Nicola Mettifogo
2007-05-18
Reverting my last change.
Nicola Mettifogo
2007-05-16
Replaced explicit bitmasks with function calls.
Nicola Mettifogo
2007-05-13
cleanup
Nicola Mettifogo
2007-05-13
New debug messages.
Nicola Mettifogo
2007-05-12
Fixed crashes when changing location in the introduction and removed useless ...
Nicola Mettifogo
2007-05-12
Added Audio debug level and fixed a bug when freeing music streams.
Nicola Mettifogo
2007-05-06
Menu handling simplification.
Nicola Mettifogo
2007-05-06
Added embryonic debugger, and some adjustments to make basic commands work.
Nicola Mettifogo
2007-05-01
Fix compilation (sigh).
Nicola Mettifogo
2007-04-27
Refactored music code for dos version and added music to Amiga versions.
Nicola Mettifogo
2007-04-15
- Fonts are now preloaded at start.
Nicola Mettifogo
2007-04-15
Fixed some memory leaks.
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-07
cleanup
Nicola Mettifogo
2007-04-07
Changed Commands to use 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-04
Characters now only store the set of frames they actually need. Basically, mi...
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-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
engine can now handle amiga and dos splash screens
Nicola Mettifogo
2007-03-24
Added new class Table, and updated Disk accordingly. Tables can be populated ...
Nicola Mettifogo
2007-03-24
started infrastructure for amiga demo:
Nicola Mettifogo
2007-03-19
made Animation a subclass of Zone (finally!)
Nicola Mettifogo
2007-03-18
Made loadFrames return a new Cnv instead of accepting a parameter.
Nicola Mettifogo
2007-03-18
changed Animation::_cnv to be a pointer, in view of changes to Disk::loadFram...
Nicola Mettifogo
2007-03-18
- added constructors for most structs
Nicola Mettifogo
2007-03-18
changed remaining stuff to Common::Point and got rid of custom Point and Rect
Nicola Mettifogo
2007-03-18
converted DoorData and Zone to Common::Point
Nicola Mettifogo
2007-03-18
converted input and labels to Common::Point
Nicola Mettifogo
2007-03-18
Made loadObjects return a new Cnv instead of accepting a parameter.
Nicola Mettifogo
2007-03-18
Made loadHead return a new Cnv instead of accepting a parameter.
Nicola Mettifogo
2007-03-18
Made loadTalk return a new Cnv instead of accepting a parameter.
Nicola Mettifogo
2007-03-18
Bug fixed: inventory wasn't refreshed when loading a savegame if character wa...
Nicola Mettifogo
2007-03-18
fixed usage of reference operator
Nicola Mettifogo
[next]