Age | Commit message (Expand) | Author |
2011-06-23 | SAGA: Fix Bug #3323722 ("IHNM: Crash to desktop in Ellen's Adventure") | D G Turner |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-01-31 | SAGA: Simplified loadActorResources() and removed the unused _disabled field | Filippos Karapetis |
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-24 | SAGA: replace Actor::_actors and _objs malloc base arrays with Common::Array | Andrew Kurushin |
2010-10-23 | SAGA: replace Events malloc base linked list with Common::List | Andrew Kurushin |
2010-10-22 | SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_s... | Andrew Kurushin |
2010-10-20 | SAGA: replace StringTable "::realloc" with Common::Array; reduce amount of me... | Andrew Kurushin |
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-19 | SAGA: fix submit 53486 "Added sanity checks for realloc() calls - bug report ... | Andrew Kurushin |
2010-10-15 | SAGA: Added sanity checks for realloc() calls - bug report #3087852 | Filippos Karapetis |
2010-06-15 | SAGA: Fix bug #2928923. | Eugene Sandulenko |
2009-12-04 | refactor resource module: | Andrew Kurushin |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an... | Filippos Karapetis |
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis |
2009-05-01 | SAGA: move Actor::_pathList into a Common::Array<Point> | Andrew Kurushin |
2009-05-01 | SAGA: fix SAGA_DEBUG&ACTOR_DEBUG enabled compilation; move Actor::_debugPoint... | Andrew Kurushin |
2009-04-28 | SAGA: turned Actor::_pathNodeList into a Common::Array<PathNode>; likewise fo... | Max Horn |
2009-04-28 | SAGA: Moved some code from actor.h to actor.cpp; replaced Actor::_pathDirecti... | Max Horn |
2009-04-11 | Removed unused (and wrong) code for IHNM | Filippos Karapetis |
2009-04-11 | Got rid of SortedList | Filippos Karapetis |
2009-04-11 | Removed all but one of the functions of the SortedList, apart from the custom... | Filippos Karapetis |
2009-04-11 | SAGA: Stop needlessly using operator*() and operator->() (many of the resulti... | Max Horn |
2009-03-24 | Fixed a regression of commit #35473. Fixes bug #2703595 - "ITE: Crash when cl... | Filippos Karapetis |
2009-01-02 | - Split the IHNM script functions into a different file | Filippos Karapetis |
2008-12-23 | Enumerated the different actor directions and fixed spelling | Filippos Karapetis |
2008-12-22 | logicalWidth -> width | 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-12 | - Stop passing the scene clip rectangle around for no reason | 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-05-26 | Code cleanup: | Filippos Karapetis |
2008-02-23 | fix bug 1900244 "ITE: Strange animation when returning to prison cell" | Andrew Kurushin |
2008-02-23 | Fix for bug #1900220 - "ITE: Missing text outline" | Filippos Karapetis |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert |
2007-12-20 | Removed clamp() and used the common CLIP template instead | Filippos Karapetis |
2007-12-13 | Use CLIP template for clipping in the SAGA engine | Filippos Karapetis |
2007-11-11 | Don't draw objects with negative x/y values. Now, "ghost" objects are no long... | Filippos Karapetis |
2007-11-05 | Several subtitles-related IHNM fixes. Still not perfect. | Eugene Sandulenko |
2007-09-18 | Fixed Ellen's state when loading a saved game in her chapter | Filippos Karapetis |
2007-09-15 | Slight cleanup of the actor class: moved all of the actor walk code in a new ... | Filippos Karapetis |