index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
saga
/
objectmap.cpp
Age
Commit message (
Expand
)
Author
2014-05-27
ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.
Johannes Schickel
2014-02-18
SAGA: Make GPL headers consistent in themselves.
Johannes Schickel
2011-06-02
SAGA: Replace snprintf() usage with Common::String::format()
D G Turner
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-11-18
ENGINES: Do not use MemoryReadStream where (Seekable)ReadStream suffices; avo...
Max Horn
2010-10-24
SAGA: fix SAGA_DEBUG; fix IHNM cutaway typo
Andrew Kurushin
2010-10-24
SAGA: replace Resource:loadResource malloc with ByteArray class
Andrew Kurushin
2010-10-22
SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_s...
Andrew Kurushin
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-05-01
SAGA: fix SAGA_DEBUG&ACTOR_DEBUG enabled compilation; move Actor::_debugPoint...
Andrew Kurushin
2008-12-07
Some dirty rectangle related code
Filippos Karapetis
2008-12-06
- Prevented direct reference to the back buffer in many cases (apart from a f...
Filippos Karapetis
2008-12-06
Fixed compilation when SAGA_DEBUG is defined
Filippos Karapetis
2008-12-06
All the screen drawing functions draw to the back buffer, so there is no poin...
Filippos Karapetis
2008-12-04
Disabled all the test functions in SAGA. They can be enabled again by definin...
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-09-23
Moved MemoryStreamEndian from Saga to Common.
Eugene Sandulenko
2007-07-31
Cleanup: removed dead code, fixed some comments and did some layout changes
Filippos Karapetis
2007-06-08
fix IHNM pathfinding engine. now TED(Chapter 5) interacts with the books prop...
Andrew Kurushin
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2006-11-09
Workaround for bug #1259608: "ITE: Riff ignores command in Ferret merchant
Eugene Sandulenko
2006-02-11
Moved engines to the new engines/ directory
Max Horn