aboutsummaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)Author
2015-11-01Move hge to an archive.Gravatar Chris Xiong
Finish the main part of smPath. This is a C++ project, add C++ tags to all source code that could be identified as C source files.
2015-10-12Initial implementation of smPath.Gravatar Chris Xiong
Minor changes on the (s)coll effect.
2015-10-11Implement the collision system and a simple effect.Gravatar Chris Xiong
Fixed a problem that keeps the screen black on start up. Replace the build script in dtputil with makefile. Sync with the newest SMELT revision.
2015-10-07Make the compiler happy.Gravatar Chris Xiong
Add some makefiles.
2015-09-21Bump api version to 3.Gravatar Chris Xiong
Added several essential apis. Minor bug fixes.
2015-08-17Bug fixes (again).Gravatar Chris Xiong
Further more fixes for smAnmFile. There could be more bugs... Fix Z Buffer blackening the whole screen in 2D mode.
2015-08-17Fix crashes in smAnmFile.Gravatar Chris Xiong
Do not crash if a non-exist file is requested in a DTP file. Fix several stupid typos. Fix missing smEntity3D constructor. Fix line spacing in smTTFont.
2015-08-15Bump SMELT to apilevel 2, adding several functions.Gravatar Chris Xiong
2015-08-15Add details in meta warn. Fix stupid bugs.Gravatar Chris Xiong
Add line number in log files.
2015-08-14SMELT is finally finished! Add the SMELT library for future use.Gravatar Chris Xiong
Add .gitignore.