Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-01 | Make the new argument for smVidMode actually work.HEADmaster | ||
2020-04-28 | Added routines needed for off-screen rendering. | ||
Make implementation-specific stuff actually private. Move glfw callbacks into a class. Correct misspelt words. | |||
2020-02-15 | Right-aligned texts are now correctly spaced. Line spacing is now more ↵ | ||
consistent. | |||
2020-02-15 | Added 3 methods for getting certain types of system information. | ||
Also improved format of related information reported in logs. | |||
2020-02-14 | Fix a incorrect ilConvertImage function call. | ||
2019-10-06 | Dumb build doesn't need OpenAL. | ||
mxe currently only have cmake 3.10 and SMELT builds fine with it. | |||
2019-09-13 | cmake: generate position independent code, add missing include dirs. | ||
2019-06-15 | Fix building of the example application. | ||
2019-06-15 | DevIL support | ||
2019-06-15 | Basic CMake support | ||
2019-06-15 | Added DevIL as an option for image loader. | ||
2018-02-13 | Fixed building on Microsoft(R) Windows(TM), a.k.a. the most advanced | ||
operating system ever. | |||
2018-02-12 | Now we have unified the GLFW versions (uglily). | ||
Also fixed a symbol conflict for the good old msvc. | |||
2018-02-07 | Hand stupid job to GPU. | ||
More documentation. | |||
2018-02-06 | Remove nonsense. | ||
Documentation work in progress. | |||
2018-02-03 | Fixed texture locking for sure this time. | ||
2018-02-03 | Added the GL 3.2+ port. | ||
Fixed poor performance of the truetype renderer. (Partially) Fixed texture locking. Minor addition and fixes to the math library. | |||
2018-01-29 | No need for make -B anymore. | ||
2017-06-17 | Fixed example application. | ||
Fixed compile errors in Windows. | |||
2017-02-10 | Hopefully this will make SMELT build again. | ||
2017-02-09 | Emergency fix applied to the makefile. | ||
2016-12-27 | Fix stupid crashes. | ||
2016-10-28 | Add the GLFW port, still using OpenGL 2.1 though. | ||
And a more detailed readme. | |||
2016-10-25 | Add more options to the config file. | ||
2016-05-28 | Fix right-aligned ttf rendering. | ||
2016-05-22 | Initial stubs for the Windows version. | ||
The port is still incomplete and will be incomplete for a long time. | |||
2016-05-17 | Merge branch 'master' of github.com:BearKidsTeam/SMELT | ||
2016-05-17 | Fixed a bug in smColorRGBA. | ||
Fix and modify smMatrix::lookat. Allow disabling z-test in 3d mode. Add smvec4d. | |||
2016-05-14 | Update example app. | ||
2016-05-12 | Allow drawing scaled truetype fonts. | ||
2016-05-11 | Allow truetype fonts to be rendered at arbitrary Z coordinates. | ||
2016-05-10 | Update SMELT documentation. | ||
2016-05-08 | Fixed a memory leak. | ||
2016-05-06 | Add MSAA support. | ||
Add optional parameters for smClrscr. | |||
2016-05-05 | Add support for batching vertices with custom indices. | ||
Fix compiler warnings. | |||
2016-04-25 | Compile with -fPIC to allow linkage to libraries. | ||
Make several math functions static. Elimate several warnings from the compiler. | |||
2016-01-31 | Add mouse grabbing. | ||
2016-01-25 | Texture options. | ||
Add smHandler* version of event handlers. | |||
2016-01-07 | Add a new way to hook into smelt. | ||
2015-12-07 | Add RIFF wave format support. Update documentation. | ||
2015-11-12 | Add comments in headers. | ||
Add a separate configuration file. | |||
2015-11-01 | Add smPath source files. | ||
Sync with the latest BLR3. | |||
2015-10-11 | Add smDtpFileR::getFileCRC. | ||
Modify anmutil and dtputil. Make the example compatible with Arch Linux. | |||
2015-10-07 | Make the compiler happy (Remove warnings). | ||
2015-10-07 | Add comments in the example program. | ||
Update readme. Add tap.ogg. | |||
2015-10-06 | Add makefile and an example app. | ||
Furthermore, make the compiler happier with my stupid code. | |||
2015-10-06 | Add the SMELT files... | ||
Please, do not laugh too loudly. | |||
2015-10-06 | Initial commit | ||