aboutsummaryrefslogtreecommitdiff
path: root/include/smelt.hpp
AgeCommit message (Collapse)Author
2020-05-01Make the new argument for smVidMode actually work.HEADmasterGravatar Chris Xiong
2020-04-28Added routines needed for off-screen rendering.Gravatar Chris Xiong
Make implementation-specific stuff actually private. Move glfw callbacks into a class. Correct misspelt words.
2020-02-15Added 3 methods for getting certain types of system information.Gravatar Chris Xiong
Also improved format of related information reported in logs.
2016-05-22Initial stubs for the Windows version.Gravatar Chris Xiong
The port is still incomplete and will be incomplete for a long time.
2016-05-17Fixed a bug in smColorRGBA.Gravatar Chris Xiong
Fix and modify smMatrix::lookat. Allow disabling z-test in 3d mode. Add smvec4d.
2016-05-06Add MSAA support.Gravatar Chris Xiong
Add optional parameters for smClrscr.
2016-05-05Add support for batching vertices with custom indices.Gravatar Chris Xiong
Fix compiler warnings.
2016-04-25Compile with -fPIC to allow linkage to libraries.Gravatar Chris Xiong
Make several math functions static. Elimate several warnings from the compiler.
2016-01-31Add mouse grabbing.Gravatar Chris Xiong
2016-01-25Texture options.Gravatar Chris Xiong
Add smHandler* version of event handlers.
2016-01-07Add a new way to hook into smelt.Gravatar Chris Xiong
2015-12-07Add RIFF wave format support. Update documentation.Gravatar Chris Xiong
2015-11-12Add comments in headers.Gravatar Chris Xiong
Add a separate configuration file.
2015-10-06Add the SMELT files...Gravatar Chris Xiong
Please, do not laugh too loudly.