David Piuva 2966b6cfd7 Fixed lots of "" string literals that should have been U"" Unicode literals, by temporarily disabling the implicit type conversion. hace 19 horas
..
algorithmAPI.h 2966b6cfd7 Fixed lots of "" string literals that should have been U"" Unicode literals, by temporarily disabling the implicit type conversion. hace 19 horas
bufferAPI.cpp 04c292b4af Made it optional to zero the new memory in buffer and images to allow faster creation of temporary buffers. hace 7 meses
bufferAPI.h 04c292b4af Made it optional to zero the new memory in buffer and images to allow faster creation of temporary buffers. hace 7 meses
configAPI.cpp 11a84ab32c Replaced int with int32_t and made some declarations static. hace 6 días
configAPI.h 4881831ff0 Basic loading of style settings from ini files, without any style variations. hace 3 años
drawAPI.cpp cc635673e5 Found a culling bug in line drawing. hace 8 meses
drawAPI.h 11a84ab32c Replaced int with int32_t and made some declarations static. hace 6 días
fileAPI.cpp 65fceb17ec Removed the IMPLICIT_PATH_SYNTAX macro that was too error-prone. hace 8 meses
fileAPI.h 65fceb17ec Removed the IMPLICIT_PATH_SYNTAX macro that was too error-prone. hace 8 meses
filterAPI.cpp 11a84ab32c Replaced int with int32_t and made some declarations static. hace 6 días
filterAPI.h 11a84ab32c Replaced int with int32_t and made some declarations static. hace 6 días
fontAPI.cpp 2966b6cfd7 Fixed lots of "" string literals that should have been U"" Unicode literals, by temporarily disabling the implicit type conversion. hace 19 horas
fontAPI.h 8ba2e9c9de Moved lots of code into an implementation folder. hace 1 año
guiAPI.cpp 11a84ab32c Replaced int with int32_t and made some declarations static. hace 6 días
guiAPI.h 11a84ab32c Replaced int with int32_t and made some declarations static. hace 6 días
imageAPI.cpp 11a84ab32c Replaced int with int32_t and made some declarations static. hace 6 días
imageAPI.h 11a84ab32c Replaced int with int32_t and made some declarations static. hace 6 días
mediaMachineAPI.cpp 11a84ab32c Replaced int with int32_t and made some declarations static. hace 6 días
mediaMachineAPI.h 11a84ab32c Replaced int with int32_t and made some declarations static. hace 6 días
modelAPI.cpp 11a84ab32c Replaced int with int32_t and made some declarations static. hace 6 días
modelAPI.h 11a84ab32c Replaced int with int32_t and made some declarations static. hace 6 días
randomAPI.cpp c505507fa3 Made a sound API. hace 11 meses
randomAPI.h c505507fa3 Made a sound API. hace 11 meses
rendererAPI.cpp 11a84ab32c Replaced int with int32_t and made some declarations static. hace 6 días
rendererAPI.h e69f53aaaf Moved outrendering logic from modelAPI.h and replaced raw pointers with reference counting. hace 8 meses
soundAPI.cpp 11a84ab32c Replaced int with int32_t and made some declarations static. hace 6 días
soundAPI.h 890fa3b455 Handling sound requests larger than the fixed period. hace 10 meses
stringAPI.cpp 2bf04fea37 The code generator is not well tested, because it was only designed to be used once, but might beome usedful again so the code is kept in a comment. hace 1 día
stringAPI.h 437ca534af Got rid of the buggy towlower and towupper functions from std and began implementing character conversion that actually works for the Latin-1 Unicode subset. hace 1 mes
textureAPI.cpp 11a84ab32c Replaced int with int32_t and made some declarations static. hace 6 días
textureAPI.h 11a84ab32c Replaced int with int32_t and made some declarations static. hace 6 días
timeAPI.cpp 906b9fef5a Replacing most C library dependencies with equivalent dependencies in C++. hace 1 año
timeAPI.h 70dc39885c Using CR-LF line endings in UTF-8 for source files. hace 5 años