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
/
teenagent
/
objects.h
Age
Commit message (
Expand
)
Author
2019-12-10
TEENAGENT: Fix GCC-9 -Wclass-memaccess Warning
D G Turner
2016-05-03
TEENAGENT: Proper initialization for Object structure.
Eugene Sandulenko
2016-05-03
TEENAGENT: Renames and cleanup
Eugene Sandulenko
2014-02-18
TEENAGENT: Make GPL headers consistent in themselves.
Johannes Schickel
2012-10-09
TEENAGENT: Fix constant naming to comply with Coding Conventions.
D G Turner
2012-09-24
TEENAGENT: Cleanup Object classes.
D G Turner
2012-07-28
TEENAGENT: Add constant values for screen width and height.
D G Turner
2012-07-08
TEENAGENT: Migrate engine to using debugflags.
D G Turner
2011-10-23
TEENAGENT: Improve code formatting.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-02
added fadeout tables
Vladimir Menshakov
2009-12-12
added Rect ctor from Common::Rect
Vladimir Menshakov
2009-12-12
added debug level to the dump() methods.
Vladimir Menshakov
2009-12-07
finally fixed pathfinding
Vladimir Menshakov
2009-12-03
added original-like pathfinding.
Vladimir Menshakov
2009-12-01
find out the meaning of the rest 4 bytes in walkbox structure
Vladimir Menshakov
2009-11-14
stick to the closest points to the destination instead of walkboxes' centers
Vladimir Menshakov
2009-11-14
made rects signed
Vladimir Menshakov
2009-11-12
fixed intersects functions
Vladimir Menshakov
2009-11-08
implemented mouse-rock-glue time challenge
Vladimir Menshakov
2009-11-07
added actor position, orientation and dump() to hotspot struct
Vladimir Menshakov
2009-11-07
"constify" dump and save methods, added intersects_hline/intersects_vline
Vladimir Menshakov
2009-10-16
removed MemoryReadStreamEndian, used regular memory stream classes.
Vladimir Menshakov
2009-09-27
added save()'s where needed
Vladimir Menshakov
2009-09-26
removed packed structs/direct read/writes, so the game should work on big-end...
Vladimir Menshakov
2009-09-15
renamed constants to comply with the code convention.
Vladimir Menshakov
2009-09-15
TEEN: More code formatting & whitespace changes (automatically generated with...
Max Horn
2009-09-08
added actor-walkbox position correction
Vladimir Menshakov
2009-09-07
made game completable
Vladimir Menshakov
2009-09-04
TEEN:
Max Horn
2009-09-04
TEEN: Fix header file guards to match our conventions
Max Horn
2009-09-03
fixed engines order, added svn:keywords properties.
Vladimir Menshakov
2009-09-03
imported teenagent engine sources.
Vladimir Menshakov