Age | Commit message (Expand) | Author |
2010-10-24 | SAGA: replace Resource:loadResource malloc with ByteArray class | Andrew Kurushin |
2010-10-24 | SAGA: replace Scene::_resourceList, Interface::_inventory malloc arrays with ... | Andrew Kurushin |
2010-10-23 | SAGA: replace Events malloc base linked list with Common::List | Andrew Kurushin |
2010-10-23 | SAGA: replace decodeBGImage malloc with ByteArray | Andrew Kurushin |
2010-10-22 | SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_s... | Andrew Kurushin |
2010-10-20 | SAGA: Silence warning | Torbjörn Andersson |
2010-10-19 | SAGA: SAGA: replace SpriteList "::realloc" with Common::Array | Andrew Kurushin |
2010-10-19 | SAGA: replace Actors "::realloc" with Common::Array | Andrew Kurushin |
2010-10-12 | JANITORIAL: Cleanup (mostly whitespace) | Torbjörn Andersson |
2010-06-15 | SAGA: Fix bug #1970191. | Eugene Sandulenko |
2010-06-15 | SAGA: Moved more code under ENABLE_IHNM | Eugene Sandulenko |
2010-05-16 | Added automatic detection of the IHNM demo | Filippos Karapetis |
2010-05-16 | Added automatic detection for the non-interactive ITE demos | Filippos Karapetis |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-09 | Remove some unused variables | Max Horn |
2009-04-11 | When dragging the save/load dialog's scrollbar handle past the top of the | Torbjörn Andersson |
2009-03-08 | - Reworked the different file types a bit | Filippos Karapetis |
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn |
2009-01-02 | - Split the IHNM script functions into a different file | Filippos Karapetis |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-31 | Proper fix for non-interactive ITE demos (the previous one was affecting spri... | Filippos Karapetis |
2008-12-29 | - IHNM Mac loads correctly again | Filippos Karapetis |
2008-12-26 | Added const keyword to static data. | Johannes Schickel |
2008-12-26 | The verb<->textId assignment is needed only for ITE | Filippos Karapetis |
2008-12-25 | Made Engine::_timer protected | Max Horn |
2008-12-25 | Cleanup | Filippos Karapetis |
2008-12-24 | Slight cleanup | Filippos Karapetis |
2008-12-22 | logicalWidth -> width | Filippos Karapetis |
2008-12-22 | Added game ID checks for the ITE puzzle in some places that I've missed | Filippos Karapetis |
2008-12-22 | - Split the SAGA resource manager in 3 different ones, depending on the resou... | Filippos Karapetis |
2008-12-21 | Added some more stubs for FTA2 | Filippos Karapetis |
2008-12-21 | - Added some stubs for the SAGA2 games dino and fta2 | Filippos Karapetis |
2008-12-21 | Cleaned up the mess with game IDs and game types: removed game types, reduced... | Filippos Karapetis |
2008-12-19 | Removed the hasKey() hackery of my previous commit and used ConfMan.registerD... | Filippos Karapetis |
2008-12-12 | - Stop passing the scene clip rectangle around for no reason | Filippos Karapetis |
2008-12-09 | Some more dirty rectangle fixes (some glitches still remain) | Filippos Karapetis |
2008-12-07 | More dirty rectangle related changes (dirty rectangle handling is still broken) | Filippos Karapetis |
2008-12-06 | - Prevented direct reference to the back buffer in many cases (apart from a f... | Filippos Karapetis |
2008-12-06 | Cleanup | Filippos Karapetis |
2008-12-06 | All the screen drawing functions draw to the back buffer, so there is no poin... | Filippos Karapetis |
2008-12-06 | Cleanup | Filippos Karapetis |
2008-11-29 | Remove warnings from NDS build. | Robin Watts |
2008-09-24 | Fix bugs #1981081: "ITE: No blinking disk icon" and #1971729: "IHNM: No Anima... | Eugene Sandulenko |
2008-09-05 | Hopefully fixed the chaos with the SAGA volume values. This also fixes the br... | Filippos Karapetis |
2008-08-16 | Fixed volume change after loading a game in Saga | Christopher Page |
2008-08-04 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Christopher Page |
2008-08-01 | Added load confirmation dialog for IHNM, like in the original. | Filippos Karapetis |
2008-07-21 | Separated Speech from SFX in SAGA, improved configuration of SAGA sound setti... | Christopher Page |
2008-07-11 | SAGA works with new GMM implementation | Christopher Page |