Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-18 | added thumbnails for the save states. removed snprintf's. | Vladimir Menshakov | |
svn-id: r45219 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-09-26 | removed packed structs/direct read/writes, so the game should work on ↵ | Vladimir Menshakov | |
big-endian archs. svn-id: r44377 | |||
2009-09-20 | Fixed endian bug when using inventory items on objects. | Andre Heider | |
svn-id: r44201 | |||
2009-09-15 | renamed constants to comply with the code convention. | Vladimir Menshakov | |
svn-id: r44109 | |||
2009-09-15 | implemented proper dialog positioning | Vladimir Menshakov | |
svn-id: r44108 | |||
2009-09-15 | return bounding boxes from the render(), slightly changed internal events ↵ | Vladimir Menshakov | |
arguments. svn-id: r44107 | |||
2009-09-15 | TEEN: More code formatting & whitespace changes (automatically generated ↵ | Max Horn | |
with astyle) svn-id: r44101 | |||
2009-09-15 | adapted code to comply code formatting conventions. | Vladimir Menshakov | |
svn-id: r44098 | |||
2009-09-13 | added hide/showActor, fixed intro, reverted straight animation order | Vladimir Menshakov | |
svn-id: r44055 | |||
2009-09-13 | added intro support | Vladimir Menshakov | |
svn-id: r44049 | |||
2009-09-13 | added simple credits support for the intro. | Vladimir Menshakov | |
svn-id: r44047 | |||
2009-09-09 | moved away actor animation from the "lan" animations. added better handling ↵ | Vladimir Menshakov | |
for the asynchronous events. svn-id: r44019 | |||
2009-09-06 | start sound positioning with 1 as in original engine. | Vladimir Menshakov | |
svn-id: r43973 | |||
2009-09-05 | made second chapter completable. | Vladimir Menshakov | |
svn-id: r43966 | |||
2009-09-05 | more callbacks, removed anotherMansionTry() | Vladimir Menshakov | |
svn-id: r43964 | |||
2009-09-05 | added orientation to moveTo() function, added support for the sound queue. | Vladimir Menshakov | |
svn-id: r43961 | |||
2009-09-05 | removed debug rendering of bounding boxes | Vladimir Menshakov | |
svn-id: r43957 | |||
2009-09-05 | cleaned up mess in initialization, added original mouse cursor | Vladimir Menshakov | |
svn-id: r43956 | |||
2009-09-05 | removed magic exe offsets, added teenagent.dat support. | Vladimir Menshakov | |
svn-id: r43954 | |||
2009-09-04 | TEEN: Some whitespace fixes | Max Horn | |
svn-id: r43946 | |||
2009-09-04 | TEEN: | Max Horn | |
* don't use "using namespace", instead put stuff into its correct namespace * when using #include, always prefix engine header files with the engine name * some cleanup svn-id: r43945 | |||
2009-09-03 | added detection structures with exe offsets. | Vladimir Menshakov | |
svn-id: r43929 | |||
2009-09-03 | fixed engines order, added svn:keywords properties. | Vladimir Menshakov | |
svn-id: r43925 | |||
2009-09-03 | imported teenagent engine sources. | Vladimir Menshakov | |
svn-id: r43922 |