1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 23 hours ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated cmake and libaeon submodules. More... about 7 years ago
Cleanup some unused code. More... about 7 years ago
Ran clang formatter. More... about 7 years ago
Fixed todo in the png codec. Looking at the png code, calling this method with null pointers is safe. More... about 7 years ago
Added get_sampler_by_index to materials to improve atlas texture size detection. More... about 7 years ago
Removed resource wrapper from being given to all resources as they are not used anywhere. More... about 7 years ago
Added experimental/initial support for the Raspberry Pi. This is currently incomplete and some things may not work. More... about 7 years ago
Improved code style by replacing most (all?) return types with auto return types. More... about 7 years ago
Fixed a compile issue on clang/gcc. More... about 7 years ago
Removed gitlab-ci.yml to prevent internal gitlab git repository from attempting to perform CI on top of what Travis-CI is doing. More... about 7 years ago
Ran clang formatter. More... about 7 years ago
Added experimental/partial SDL support. #28 More... about 7 years ago
Temporarily disabled travis building on clang++3.9 due to build errors. More... about 7 years ago
#30 Split off window creation and input handling to a seperate library for better seperation of concerns. More... about 7 years ago
Updated libaeon submodule. More... about 7 years ago
Renamed platform to io; to make move the window management code to a new platform library. More... about 7 years ago
Added cmake-build-* to the gitignore which appear to be generated by clion. More... about 7 years ago
Added sanity check for git submodules to remind the user to also clone the submodules. More... about 7 years ago
#27 Updated submodule urls for github and removed unused submodules for now. More... about 7 years ago
Update travis yml to use clang 3.9 on linux. More... about 7 years ago
Added travis buildscript and lowered cmake version to work on travis-ci.org. More... about 7 years ago
Merge branch 'release_opensource' More... about 7 years ago
Changed license of all source files to the MIT license for open source release. More... about 7 years ago
Updated README.md for Open Source release under the MIT license. More... about 7 years ago
Updated the Cmake submodule due to change of license to MIT. More... about 7 years ago
Updated the libAeon submodule due to change of license to MIT. More... about 7 years ago
Updated libaeon submodule. More... over 7 years ago
Added tree mesh. More... over 7 years ago
Improved alpha blending slightly by enabling GL_SAMPLE_ALPHA_TO_COVERAGE, which allows for better order independent alpha blending. More... over 7 years ago
Fixed texture alpha maps of the elementalist female warrior mesh. More... over 7 years ago