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
/
callables_ns.cpp
Age
Commit message (
Expand
)
Author
2008-08-31
Moved save/load code into SaveLoad class.
Nicola Mettifogo
2008-08-30
Removed global g_system.
Nicola Mettifogo
2008-08-15
Made coordinates and frame number protected into Zone and Animation, and chan...
Nicola Mettifogo
2008-08-14
Some variable renamed to make more sense.
Nicola Mettifogo
2008-07-31
Changed Gfx::_backgroundInfo to be a pointer. This temporarily kills all z-bu...
Nicola Mettifogo
2008-07-25
* Merged old input management flags into a single mouse status variable.
Nicola Mettifogo
2008-07-24
* Moved end intro and end game sequences code to gui.
Nicola Mettifogo
2008-07-23
Removed the historical waitUntilLeftClick function and adapted code to use th...
Nicola Mettifogo
2008-07-14
Removed all labels from the rendering list to avoid random crashes after intr...
Nicola Mettifogo
2008-07-04
- Moved dialogue balloon management code from Gfx to its own class
Nicola Mettifogo
2008-06-28
Added comment for fix for bug #2001193.
Nicola Mettifogo
2008-06-24
Fix for bug #2001193. Character confirmation screen didn't appear and game cr...
Nicola Mettifogo
2008-05-15
* Cleanup of input code.
Nicola Mettifogo
2008-05-14
- Moved input code to its own class.
Nicola Mettifogo
2008-05-09
Moved location parsing out of the engines, to LocationParser_ns and LocationP...
Nicola Mettifogo
2008-05-05
- Moved some members from the engine class to Location, since they belong there.
Nicola Mettifogo
2008-04-17
Fixed usage of SharedPtr, so that reference counting is proper and there are ...
Nicola Mettifogo
2008-04-06
Replaced custom ManagedList with Common::SharedPtr.
Nicola Mettifogo
2008-02-06
Enabled moving projector in Nippon Safes. This should fix long standing bug #...
Nicola Mettifogo
2008-02-02
Some more integration of background code into BackgroundInfo.
Nicola Mettifogo
2008-02-02
Moved depth buffer and palette rotation data into BackgroundInfo.
Nicola Mettifogo
2008-01-29
Cleanup (step 2). No code outside Gfx reference screen buffers anymore.
Nicola Mettifogo
2008-01-28
Cleanup (step 1).
Nicola Mettifogo
2008-01-28
Changed _c_moveSheet to work with only 1 buffer.
Nicola Mettifogo
2008-01-28
Move low level background management into Gfx.
Nicola Mettifogo
2008-01-09
Replaced the remaining old string code with the new label code. All the text ...
Nicola Mettifogo
2008-01-06
Indent with tabs instead of spaces.
Torbjörn Andersson
2008-01-06
Moved balloons management into Gfx, which is now responsible for positioning ...
Nicola Mettifogo
2008-01-04
Fix for bug# 1729307. Fonts are now displayed with shadows when needed on Ami...
Nicola Mettifogo
2008-01-02
Removed debug printf.
Nicola Mettifogo
2007-12-15
Added halfbrite effect to Nippon Safes Amiga. Implementation is not complete,...
Nicola Mettifogo
2007-12-10
* Switched Nippon Safes to use new names for savefiles. User will be asked to...
Nicola Mettifogo
2007-11-17
Refactored main input code.
Nicola Mettifogo
2007-11-14
* centralized kEngineChangeLocation flag handling
Nicola Mettifogo
2007-11-01
Fix for bug #1822819. Donna now changes her look into Suzy after makeup.
Nicola Mettifogo
2007-11-01
Consolidated game data cleanup in a single routine to location switches more ...
Nicola Mettifogo
2007-11-01
More refactoring for gui code.
Nicola Mettifogo
2007-11-01
* Merged object Menu into Parallaction_ns.
Nicola Mettifogo
2007-10-21
Now stopping music when loading a game in Amiga versions of Nippon Safes.
Nicola Mettifogo
2007-10-15
Fixed bug #1814061. Special effect routine was overflowing palette size.
Nicola Mettifogo
2007-09-22
Refactored a lot of Character-related code and put it into the Character class.
Nicola Mettifogo
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-16
Revised debug levels and added many debug strings for parsers.
Nicola Mettifogo
2007-08-14
Oops oops. This fixes the bug fix.
Nicola Mettifogo
2007-08-14
Oops. Removed debug code.
Nicola Mettifogo
2007-08-14
Fixed bug (array-overflow) in NS introduction. This randomly caused the intro...
Nicola Mettifogo
2007-08-12
Moved intro hack routines to Parallaction_ns callables, where they belonged f...
Nicola Mettifogo
2007-08-11
Moved core font management from Gfx to engine. Gfx still retains features rel...
Nicola Mettifogo
2007-08-09
Encapsulated palette stuff into a new Palette object and got rid of a lot of ...
Nicola Mettifogo
2007-08-07
Location comments are now displayed by a single Gfx function.
Nicola Mettifogo
[next]