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
/
sword25
/
gfx
/
image
/
vectorimage.cpp
Age
Commit message (
Expand
)
Author
2011-07-10
SWORD25: Fix regression introduced in 5dd8f2575b0f
Eugene Sandulenko
2011-06-30
JANITORIAL: Silence a couple of "variable set but not used" warnings.
eriktorbjorn
2011-06-23
SWORD25: Add error checks after allocating memory with malloc
Julien
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-03-25
SWORD25: more translated comments from gfx/image (patch #3238507)
Max Horn
2011-01-23
SWORD25: Replaced BS_ASSERT() with assert()
Filippos Karapetis
2011-01-23
SWORD25: Removed the custom log class and replaced it with warning/error/debu...
Filippos Karapetis
2010-10-13
SWORD25: Get rid of kernel/bs_stdint.h
Max Horn
2010-10-13
SWORD25: Add path to art.h include
Eugene Sandulenko
2010-10-13
SWORD25: Fixed vector renderer. Yay!
Eugene Sandulenko
2010-10-12
SWORD25: Rename GLImage to RenderedImage
Eugene Sandulenko
2010-10-12
SWORD25: Adjust the paths accordingly
Eugene Sandulenko
2010-10-12
SWORD25: Major bugfix for vector renderer. Only minor glitches are left
Eugene Sandulenko
2010-10-12
SWORD25: Fix compilation
Eugene Sandulenko
2010-10-12
SWORD25: Added minimal subset of libart inplace
Eugene Sandulenko
2010-10-12
SWORD25: Fix for using uninitialised doubles
Paul Gilbert
2010-10-12
SWORD25: bugfix for vector images
Eugene Sandulenko
2010-10-12
SWORD25: Further fixes to vector images. Still not finished.
Eugene Sandulenko
2010-10-12
SWORD25: fix line drawing in vector images
Eugene Sandulenko
2010-10-12
SWORD25: Started rewriting vector renderer into proper one
Eugene Sandulenko
2010-10-12
SWORD25: code formatting
Eugene Sandulenko
2010-10-12
SWORD25: partial fix for vector image rendering
Eugene Sandulenko
2010-10-12
SWORD25: Initial code for vector image rendering. Crashes badly.
Eugene Sandulenko
2010-10-12
SWORD25: Load and parse vector images
Eugene Sandulenko
2010-10-12
SWORD25: Fix bug in SWF parser
Eugene Sandulenko
2010-10-12
SWORD25: Comply to the code conventions for several classes
Eugene Sandulenko
2010-10-12
SWORD25: unsigned int -> uint
Eugene Sandulenko
2010-10-12
SWORD25: unsigned char -> byte
Eugene Sandulenko
2010-10-12
SWORD25: Got rid of custom typedefs
Eugene Sandulenko
2010-10-12
SWORD25: Refactored engine to remove BS_Rect class
Paul Gilbert
2010-10-12
SWORD25: Mass-eliminating of BS_ prefix in fmv/ and gfx/
Eugene Sandulenko
2010-10-12
SWORD25: Fix warnings
Eugene Sandulenko
2010-10-12
SWORD25: Clean compile!
Eugene Sandulenko
2010-10-12
SWORD25: More compilation fixes
Eugene Sandulenko
2010-10-12
SWORD25: Mass-astyle.
Eugene Sandulenko
2010-10-12
SWORD25: Number of compilation and warning fixes
Eugene Sandulenko
2010-10-12
SWORD25: Mass-putting of all files in gfx/ into Sword25 namespace
Eugene Sandulenko
2010-10-12
SWORD25: Replacing headers with ScummVM ones plus original (C)
Eugene Sandulenko
2010-10-12
SWORD25: Fixed rest of the include paths
Eugene Sandulenko
2010-10-12
SWORD25: Importing original sources
Eugene Sandulenko