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
/
isomap.cpp
Age
Commit message (
Expand
)
Author
2018-05-07
SAGA: Enforce code formatting guidelines
Adrian Frühwirth
2018-05-07
SAGA: Fix whitespace
Adrian Frühwirth
2018-05-07
SAGA: Use CLIP in IsoMap::adjustScroll()
Adrian Frühwirth
2017-11-10
ALL: Fix misuse of comma operator
Colin Snover
2016-05-05
SAGA: Initialization for IsoMap
Eugene Sandulenko
2014-02-18
SAGA: Make GPL headers consistent in themselves.
Johannes Schickel
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-11-03
SAGA: Fix copy/paste error
Eugene Sandulenko
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-10-24
SAGA: replace Resource:loadResource malloc with ByteArray class
Andrew Kurushin
2010-10-24
SAGA: replace Actor::_actors and _objs malloc base arrays with Common::Array
Andrew Kurushin
2010-10-22
SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_s...
Andrew Kurushin
2010-10-21
SAGA: unroll IsoMap::drawTile buffer copy loop; refactor Sprite::drawClip
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-03-10
Fix bug #2963556: SAGA: Memory leaks #2
Andrew Kurushin
2009-09-30
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...
Max Horn
2008-12-22
logicalWidth -> width
Filippos Karapetis
2008-12-21
- Added some stubs for the SAGA2 games dino and fta2
Filippos Karapetis
2008-12-12
Fixed a regression in my last commit where some sprites were not clipped corr...
Filippos Karapetis
2008-12-12
- Stop passing the scene clip rectangle around for no reason
Filippos Karapetis
2008-12-08
Some more dirty rectangle changes (still incomplete)
Filippos Karapetis
2008-12-07
More dirty rectangle related changes (dirty rectangle handling is still broken)
Filippos Karapetis
2008-12-07
Fixed typo
Filippos Karapetis
2008-12-06
- Prevented direct reference to the back buffer in many cases (apart from a f...
Filippos Karapetis
2008-12-06
Also remove explicit surface passing to IsoMap::draw()
Filippos Karapetis
2008-12-06
All the screen drawing functions draw to the back buffer, so there is no poin...
Filippos Karapetis
2008-05-26
Code cleanup:
Filippos Karapetis
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-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-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2006-05-13
extract GameDescriptions to separate files (this will help compress_saga tool...
Andrew Kurushin
2006-02-11
Moved engines to the new engines/ directory
Max Horn