David Piuva bf69a1fcfb Made a Callback alias for std::function that can be used until a custom implementation is completed. 1 день назад
..
algorithmAPI.h 2966b6cfd7 Fixed lots of "" string literals that should have been U"" Unicode literals, by temporarily disabling the implicit type conversion. 3 дней назад
bufferAPI.cpp 04c292b4af Made it optional to zero the new memory in buffer and images to allow faster creation of temporary buffers. 7 месяцев назад
bufferAPI.h bf69a1fcfb Made a Callback alias for std::function that can be used until a custom implementation is completed. 1 день назад
configAPI.cpp 11a84ab32c Replaced int with int32_t and made some declarations static. 1 неделя назад
configAPI.h bf69a1fcfb Made a Callback alias for std::function that can be used until a custom implementation is completed. 1 день назад
drawAPI.cpp cc635673e5 Found a culling bug in line drawing. 8 месяцев назад
drawAPI.h 11a84ab32c Replaced int with int32_t and made some declarations static. 1 неделя назад
fileAPI.cpp bf69a1fcfb Made a Callback alias for std::function that can be used until a custom implementation is completed. 1 день назад
fileAPI.h bf69a1fcfb Made a Callback alias for std::function that can be used until a custom implementation is completed. 1 день назад
filterAPI.cpp 11a84ab32c Replaced int with int32_t and made some declarations static. 1 неделя назад
filterAPI.h bf69a1fcfb Made a Callback alias for std::function that can be used until a custom implementation is completed. 1 день назад
fontAPI.cpp 2966b6cfd7 Fixed lots of "" string literals that should have been U"" Unicode literals, by temporarily disabling the implicit type conversion. 3 дней назад
fontAPI.h 8ba2e9c9de Moved lots of code into an implementation folder. 1 год назад
guiAPI.cpp bf69a1fcfb Made a Callback alias for std::function that can be used until a custom implementation is completed. 1 день назад
guiAPI.h bf69a1fcfb Made a Callback alias for std::function that can be used until a custom implementation is completed. 1 день назад
imageAPI.cpp a3663a21e7 Made the BAN_IMPLICIT_ASCII_CONVERSION setting stricter by banning Ascii strings in text printing and error messages. 2 дней назад
imageAPI.h d43e88d3fa Made a setting to ban implicit conversion of Ascii to Unicode. 2 дней назад
mediaMachineAPI.cpp bf69a1fcfb Made a Callback alias for std::function that can be used until a custom implementation is completed. 1 день назад
mediaMachineAPI.h bf69a1fcfb Made a Callback alias for std::function that can be used until a custom implementation is completed. 1 день назад
modelAPI.cpp a3663a21e7 Made the BAN_IMPLICIT_ASCII_CONVERSION setting stricter by banning Ascii strings in text printing and error messages. 2 дней назад
modelAPI.h 11a84ab32c Replaced int with int32_t and made some declarations static. 1 неделя назад
randomAPI.cpp c505507fa3 Made a sound API. 11 месяцев назад
randomAPI.h c505507fa3 Made a sound API. 11 месяцев назад
rendererAPI.cpp a3663a21e7 Made the BAN_IMPLICIT_ASCII_CONVERSION setting stricter by banning Ascii strings in text printing and error messages. 2 дней назад
rendererAPI.h e69f53aaaf Moved outrendering logic from modelAPI.h and replaced raw pointers with reference counting. 8 месяцев назад
soundAPI.cpp bf69a1fcfb Made a Callback alias for std::function that can be used until a custom implementation is completed. 1 день назад
soundAPI.h bf69a1fcfb Made a Callback alias for std::function that can be used until a custom implementation is completed. 1 день назад
stringAPI.cpp bf69a1fcfb Made a Callback alias for std::function that can be used until a custom implementation is completed. 1 день назад
stringAPI.h bf69a1fcfb Made a Callback alias for std::function that can be used until a custom implementation is completed. 1 день назад
textureAPI.cpp 11a84ab32c Replaced int with int32_t and made some declarations static. 1 неделя назад
textureAPI.h 11a84ab32c Replaced int with int32_t and made some declarations static. 1 неделя назад
timeAPI.cpp 906b9fef5a Replacing most C library dependencies with equivalent dependencies in C++. 1 год назад
timeAPI.h 70dc39885c Using CR-LF line endings in UTF-8 for source files. 5 лет назад