repogmod-module-basecancel

15 Commits over 1,979 Days - 0.00cph!

5 Months Ago
Update from gmod
5 Months Ago
Update from GMod
10 Months Ago
Rename DLL_EXPORT to GMOD_DLL_EXPORT (#14) DLL_EXPORT tends to get queried in other places as well, and some headers don't expect that definition to get tainted. This results in some rather funny issues with linking in certain cases (most notably MinGW's winpthread library). Rename the definition to GMOD_DLL_EXPORT to solve those conflicts.
10 Months Ago
Various changes in README.md - fixed a typo - re-did the examples (newlines were broken) Merge pull request #2 from PotcFdk/master Improved README.md a bit.
4 Years Ago
repeated code
4 Years Ago
set cmake RUNTIME_LIBRARY_DIRECTORY defaults too
4 Years Ago
remove target_sources from interface
4 Years Ago
lesser required cmake version
4 Years Ago
more constructors for Vector/QAngle remove example . examples
4 Years Ago
deprecate Pushuserdata
4 Years Ago
update from gmod
4 Years Ago
Updated Types.h - SURFACEINFO
4 Years Ago
Update premake5.lua
5 Years Ago
update
6 Years Ago
update from gmod