Age | Commit message (Expand) | Author |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops |
2012-09-27 | PARALLACTION: Clean up global variables a bit. | Alyssa Milburn |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2010-06-19 | Guarded the command execution suspension for NS demo (this was due in r38662 ... | Nicola Mettifogo |
2010-04-28 | Fix Nippon Safes test result label memory leak | Willem Jan Palenstijn |
2010-04-28 | Fix a destruction order issue and note two remaining issues from the label fi... | Willem Jan Palenstijn |
2010-04-27 | Fix bug 2969257 (labels) and hopefully plug all the leaks. | Nicola Mettifogo |
2010-04-02 | Fix bug #2979193 - NIPPON: Crash at character introduction (regression). By r... | Travis Howell |
2009-04-06 | Removed useless references to the global _vm. | Nicola Mettifogo |
2009-03-23 | Pushed down dependencies from parser.h | Nicola Mettifogo |
2009-03-14 | * Added a generic sound manager that hides engine-specific managers and allow... | Nicola Mettifogo |
2009-02-27 | The engine has now to build the drawing list for the graphic department, inst... | Nicola Mettifogo |
2009-02-26 | Cleanup of CommandExec and ProgramExec, and pushed down dependencies from exe... | Nicola Mettifogo |
2009-02-23 | Rewrote the sarcophagus puzzle in Nippon Safes, since I finally understood ho... | Nicola Mettifogo |
2009-02-21 | Fix for bug #2619824. Command list execution is now paused when showing credi... | Nicola Mettifogo |
2009-01-07 | * moved more mask management to BackgroundInfo | Nicola Mettifogo |
2008-12-24 | Simplified destructions of Balloon objects. | Nicola Mettifogo |
2008-12-14 | Removed references to _vm from the engine itself. | Nicola Mettifogo |
2008-11-09 | Better cleanup and handling of mouse when changing location in NS. | Nicola Mettifogo |
2008-11-09 | Fixed bug in introduction of NS. | Nicola Mettifogo |
2008-11-08 | * cleanup | Nicola Mettifogo |
2008-11-07 | * completed transition to Common::Archive for Nippon Safes. | Nicola Mettifogo |
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 |