Age | Commit message (Expand) | Author |
2016-03-28 | SAGA: Explicitely mark versions which require color shifting in interface. Fi... | Eugene Sandulenko |
2016-03-27 | SAGA: Fix dialog text positions in non-English version (#7064) | Torbjörn Andersson |
2016-03-16 | SAGA: Fix interface colors in French and German versions of IHNM | Torbjörn Andersson |
2016-02-09 | SAGA: Add comments about possibly race conditions to timer callbacks. | Johannes Schickel |
2014-07-20 | SAGA: Add support for MIDI music in SAGA2 games | Filippos Karapetis |
2014-02-18 | SAGA: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-04-28 | SAGA: Null terminate string. CID 1003870 | Eugene Sandulenko |
2013-04-28 | SAGA: Null terminate string. CID 1003868 | Eugene Sandulenko |
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn |
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn |
2011-08-30 | SAGA: properly remove the save reminder callback on engine exit | Filippos Karapetis |
2011-08-06 | OSYSTEM: extended installTimerProc() with timer ID parameter | Eugene Sandulenko |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-27 | SAGA: Removed unused variables | md5 |
2011-04-17 | SAGA: Fixed bug #3276033: IHNM: Savegame reminder not reset | Eugene Sandulenko |
2011-02-07 | ALL: Fix whitespaces / indention | Max Horn |
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 |