David Piuva 65fceb17ec Removed the IMPLICIT_PATH_SYNTAX macro that was too error-prone. 7 months ago
..
algorithmAPI.h 42f865ea1f Allowing Array and Field to be cloned implicitly. 2 years ago
bufferAPI.cpp 321fddf72b Getting cache line width using system APIs. 10 months ago
bufferAPI.h 321fddf72b Getting cache line width using system APIs. 10 months ago
configAPI.cpp 70dc39885c Using CR-LF line endings in UTF-8 for source files. 5 years ago
configAPI.h 4881831ff0 Basic loading of style settings from ini files, without any style variations. 3 years ago
drawAPI.cpp 8ba2e9c9de Moved lots of code into an implementation folder. 10 months ago
drawAPI.h 8ba2e9c9de Moved lots of code into an implementation folder. 10 months ago
fileAPI.cpp 65fceb17ec Removed the IMPLICIT_PATH_SYNTAX macro that was too error-prone. 7 months ago
fileAPI.h 65fceb17ec Removed the IMPLICIT_PATH_SYNTAX macro that was too error-prone. 7 months ago
filterAPI.cpp b22011f774 Explicitly defining copy, assignment and move operators to supress the compiler bug. 10 months ago
filterAPI.h 15d1526231 Cleaned up the code a bit using cppcheck. 10 months ago
fontAPI.cpp 8ba2e9c9de Moved lots of code into an implementation folder. 10 months ago
fontAPI.h 8ba2e9c9de Moved lots of code into an implementation folder. 10 months ago
guiAPI.cpp 90b037fbf5 Implemented assignment of cursor position for Cacao when in full-screen, adapting to pixel scaling, and returning false when the cursor could not be moved. 7 months ago
guiAPI.h 07b951c1c2 Setting the cursor position when not in full-screen. 7 months ago
imageAPI.cpp c505507fa3 Made a sound API. 9 months ago
imageAPI.h c505507fa3 Made a sound API. 9 months ago
mediaMachineAPI.cpp 8ba2e9c9de Moved lots of code into an implementation folder. 10 months ago
mediaMachineAPI.h 8ba2e9c9de Moved lots of code into an implementation folder. 10 months ago
modelAPI.cpp 8ba2e9c9de Moved lots of code into an implementation folder. 10 months ago
modelAPI.h 8ba2e9c9de Moved lots of code into an implementation folder. 10 months ago
randomAPI.cpp c505507fa3 Made a sound API. 9 months ago
randomAPI.h c505507fa3 Made a sound API. 9 months ago
soundAPI.cpp 890fa3b455 Handling sound requests larger than the fixed period. 9 months ago
soundAPI.h 890fa3b455 Handling sound requests larger than the fixed period. 9 months ago
stringAPI.cpp cb922b05b8 Using the new allocator in Array and Field collections. 9 months ago
stringAPI.h 9e5663ba0b Optimized sound engine. 9 months ago
textureAPI.cpp 339b50e00c Allowing the mip level to be uniform to increase performance in texture sampling. 10 months ago
textureAPI.h d5aaf36e57 Fixed the stretched texture bug on ARM NEON. 7 months ago
timeAPI.cpp 906b9fef5a Replacing most C library dependencies with equivalent dependencies in C++. 1 year ago
timeAPI.h 70dc39885c Using CR-LF line endings in UTF-8 for source files. 5 years ago