aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parallaction.cpp
AgeCommit message (Expand)Author
2007-08-13Changed Table to return 0 instead of -1 when lookup fails. Lookup already yie...Nicola Mettifogo
2007-08-12Changed signature of disk routines for backgrounds to something resembling re...Nicola Mettifogo
2007-08-12Pushed menu handling into Parallaction_ns.Nicola Mettifogo
2007-08-11Moved cursor handling from Gfx to engine subclasses.Nicola Mettifogo
2007-08-11Cleanup.Nicola Mettifogo
2007-08-11Overhaul of background/mask/path handling:Nicola Mettifogo
2007-08-07Turned StaticCnv struct into stock Graphics::Surface, and changed all relevan...Nicola Mettifogo
2007-08-07MaskBuffer and PathBuffer are now correctly freed before they are deallocated...Nicola Mettifogo
2007-08-06- Renamed BitBuffer to MaskBufferNicola Mettifogo
2007-08-06Removed useless mask width and size data members from engine.Nicola Mettifogo
2007-07-29Oops. Last cleanup left out one very important line.Nicola Mettifogo
2007-07-29Cleanup.Nicola Mettifogo
2007-07-29- Added parser strings for Big Red AdventureNicola Mettifogo
2007-07-29Cleanup and some new comments.Nicola Mettifogo
2007-07-29Moved specialized initialization code into subclasses.Nicola Mettifogo
2007-07-28Now yielding control to system after updateScreen is invoked to get smoother ...Nicola Mettifogo
2007-07-28Screen 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-26Made screen size parameters properties of engine instead of compile-time cons...Nicola Mettifogo
2007-07-08Changed inventory graphics update from synchronous to lazy.Nicola Mettifogo
2007-07-08Cleanup inventory code.Nicola Mettifogo
2007-07-08Location background sound (different from music) now implemented.Nicola Mettifogo
2007-07-04Fix introduction in Amiga multi-lingual version. Specifically characters for ...Travis Howell
2007-06-23Made changeCharacter restore the previous open Archive after completing its d...Nicola Mettifogo
2007-06-23Compare Common::KEYCODE_ against KeyState::keycode, not KeyState::asciiMax Horn
2007-06-23Changed input routine to use KEYCODE.Nicola Mettifogo
2007-06-18Mouse is now properly hidden during dialogues, and is restored after load/sav...Nicola Mettifogo
2007-06-16Reduce code duplication.Travis Howell
2007-06-16Fix quit command failing in certain locations (ie character/language selectio...Travis Howell
2007-06-15All known versions of Nippon Safes are now enabled with all features except f...Nicola Mettifogo
2007-06-15Add basic support for Amiga version.Travis Howell
2007-06-05Fixed crash on exit (bug #1726185).Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-21Fixed the largest memory leaks.Nicola Mettifogo
2007-05-19Fixed regression: wrong job ordering caused a bunch of graphic glitches.Nicola Mettifogo
2007-05-18Reverting my last change.Nicola Mettifogo
2007-05-16Replaced explicit bitmasks with function calls.Nicola Mettifogo
2007-05-13cleanupNicola Mettifogo
2007-05-13New debug messages.Nicola Mettifogo
2007-05-12Fixed crashes when changing location in the introduction and removed useless ...Nicola Mettifogo
2007-05-12Added Audio debug level and fixed a bug when freeing music streams.Nicola Mettifogo
2007-05-06Menu handling simplification.Nicola Mettifogo
2007-05-06Added embryonic debugger, and some adjustments to make basic commands work.Nicola Mettifogo
2007-05-01Fix compilation (sigh).Nicola Mettifogo
2007-04-27Refactored 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-15Fixed some memory leaks.Nicola Mettifogo
2007-04-11- Moved Zone and Animation to List<>.Nicola Mettifogo
2007-04-10Moved Jobs to ManagedList. Since Jobs must be ordered according to their prio...Nicola Mettifogo
2007-04-09Cleanup of Zone/Animation removal code. Only the good god of void pointers kn...Nicola Mettifogo