aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/gui_ns.cpp
AgeCommit message (Expand)Author
2016-05-28PARALLACTION: Cleanup object initializationEugene Sandulenko
2014-02-18PARALLACTION: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-24PARALLACTION: Janitorial - Fix spacing errorsStrangerke
2013-11-09PARALLACTION: Initialize class variable. CID 1002715Eugene Sandulenko
2012-09-27PARALLACTION: Clean up global variables a bit.Alyssa Milburn
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17PARALLACTION: Prefer Surface::create taking a PixelFormat over the one taking...Johannes Schickel
2010-10-22Initialize variable in NS gui code (was crashing a demo). Patch #3089932 by f...Nicola Mettifogo
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-05-12Changed the last global objects to class members.Nicola Mettifogo
2010-04-27Fix bug 2969257 (labels) and hopefully plug all the leaks.Nicola Mettifogo
2010-04-02Fix bug #2979193 - NIPPON: Crash at character introduction (regression). By r...Travis Howell
2009-04-03Moved Nippon Safes specific code from Parallaction to Parallaction_ns and ada...Nicola Mettifogo
2009-03-14* Added a generic sound manager that hides engine-specific managers and allow...Nicola Mettifogo
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-02-21Fix for bug #1864270. Music now goes on after the the credits have been displ...Nicola Mettifogo
2008-12-14Removed some unused code.Nicola Mettifogo
2008-11-08* removed the obsolete _quit flagNicola Mettifogo
2008-11-07* completed transition to Common::Archive for Nippon Safes.Nicola Mettifogo
2008-09-02Merging more of the GSoC 2008 RTL branch: PARALLACTIONNicola Mettifogo
2008-08-31More cleanup.Nicola Mettifogo
2008-08-31Moved save/load code into SaveLoad class.Nicola Mettifogo
2008-08-31Uniformed the interface of Parallaction class (and its hierarchy) with regard...Nicola Mettifogo
2008-08-30Removed global g_system.Nicola Mettifogo
2008-08-30Moved mouse cursor loading/handling to Input class.Nicola Mettifogo
2008-08-25Fixed regression: show mouse and enable input in NS Demo.Nicola Mettifogo
2008-08-16Fixes for Parallaction loading from launcherChristopher Page
2008-08-05Made changes to keep KYRA and PARA compatible with RTL/GMMChristopher Page
2008-07-25Converted BRA to work with the new menu approach. It is not yet well plugged-...Nicola Mettifogo
2008-07-25* Merged old input management flags into a single mouse status variable.Nicola Mettifogo
2008-07-24Fixed leak in new gui code.Nicola Mettifogo
2008-07-24* Moved end intro and end game sequences code to gui.Nicola Mettifogo
2008-07-23Removed the historical waitUntilLeftClick function and adapted code to use th...Nicola Mettifogo
2008-06-24Fix 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-01-31Slightly simplified Archive selection when loading resources.Nicola Mettifogo
2008-01-29Cleanup (step 2). No code outside Gfx reference screen buffers anymore.Nicola Mettifogo
2008-01-28Cleanup (step 1).Nicola Mettifogo
2008-01-28Removed usage of kBitFront and kBitBack. Only the old kBit2 buffer is kept to...Nicola Mettifogo
2008-01-28Oops. Forgot to update this in the last commit.Nicola Mettifogo
2008-01-28Changed guiSelectCharacter to work with only screen buffer.Nicola Mettifogo
2008-01-28Move low level background management into Gfx.Nicola Mettifogo
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-09Turned Gfx::setFont into a protected member, since now Gfx can automatically ...Nicola Mettifogo
2008-01-09Replaced the remaining old string code with the new label code. All the text ...Nicola Mettifogo
2008-01-06Indent with tabs instead of spaces.Torbjörn Andersson