David Piuva 5d02190887 Added Pinyin characters to upper and lower case functions. 1 mēnesi atpakaļ
..
algorithmAPI.h 42f865ea1f Allowing Array and Field to be cloned implicitly. 2 gadi atpakaļ
bufferAPI.cpp 04c292b4af Made it optional to zero the new memory in buffer and images to allow faster creation of temporary buffers. 5 mēneši atpakaļ
bufferAPI.h 04c292b4af Made it optional to zero the new memory in buffer and images to allow faster creation of temporary buffers. 5 mēneši atpakaļ
configAPI.cpp 70dc39885c Using CR-LF line endings in UTF-8 for source files. 5 gadi atpakaļ
configAPI.h 4881831ff0 Basic loading of style settings from ini files, without any style variations. 3 gadi atpakaļ
drawAPI.cpp cc635673e5 Found a culling bug in line drawing. 7 mēneši atpakaļ
drawAPI.h 8ba2e9c9de Moved lots of code into an implementation folder. 10 mēneši atpakaļ
fileAPI.cpp 65fceb17ec Removed the IMPLICIT_PATH_SYNTAX macro that was too error-prone. 7 mēneši atpakaļ
fileAPI.h 65fceb17ec Removed the IMPLICIT_PATH_SYNTAX macro that was too error-prone. 7 mēneši atpakaļ
filterAPI.cpp 04c292b4af Made it optional to zero the new memory in buffer and images to allow faster creation of temporary buffers. 5 mēneši atpakaļ
filterAPI.h 15d1526231 Cleaned up the code a bit using cppcheck. 10 mēneši atpakaļ
fontAPI.cpp 8ba2e9c9de Moved lots of code into an implementation folder. 10 mēneši atpakaļ
fontAPI.h 8ba2e9c9de Moved lots of code into an implementation folder. 10 mēneši atpakaļ
guiAPI.cpp 15fca9d2b5 Added window_flushDeferredActions to the GUI API, so that one can get updated lists of child components without drawing the whole interface. 6 mēneši atpakaļ
guiAPI.h 15fca9d2b5 Added window_flushDeferredActions to the GUI API, so that one can get updated lists of child components without drawing the whole interface. 6 mēneši atpakaļ
imageAPI.cpp 04c292b4af Made it optional to zero the new memory in buffer and images to allow faster creation of temporary buffers. 5 mēneši atpakaļ
imageAPI.h 04c292b4af Made it optional to zero the new memory in buffer and images to allow faster creation of temporary buffers. 5 mēneši atpakaļ
mediaMachineAPI.cpp 8ba2e9c9de Moved lots of code into an implementation folder. 10 mēneši atpakaļ
mediaMachineAPI.h 8ba2e9c9de Moved lots of code into an implementation folder. 10 mēneši atpakaļ
modelAPI.cpp e69f53aaaf Moved outrendering logic from modelAPI.h and replaced raw pointers with reference counting. 7 mēneši atpakaļ
modelAPI.h e69f53aaaf Moved outrendering logic from modelAPI.h and replaced raw pointers with reference counting. 7 mēneši atpakaļ
randomAPI.cpp c505507fa3 Made a sound API. 9 mēneši atpakaļ
randomAPI.h c505507fa3 Made a sound API. 9 mēneši atpakaļ
rendererAPI.cpp e69f53aaaf Moved outrendering logic from modelAPI.h and replaced raw pointers with reference counting. 7 mēneši atpakaļ
rendererAPI.h e69f53aaaf Moved outrendering logic from modelAPI.h and replaced raw pointers with reference counting. 7 mēneši atpakaļ
soundAPI.cpp 890fa3b455 Handling sound requests larger than the fixed period. 9 mēneši atpakaļ
soundAPI.h 890fa3b455 Handling sound requests larger than the fixed period. 9 mēneši atpakaļ
stringAPI.cpp 5d02190887 Added Pinyin characters to upper and lower case functions. 1 nedēļu atpakaļ
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. 1 nedēļu atpakaļ
textureAPI.cpp 339b50e00c Allowing the mip level to be uniform to increase performance in texture sampling. 10 mēneši atpakaļ
textureAPI.h ba162b1f68 Found a bug in clamping of mipLevel in texture_sample_bilinear, but it is much faster to just clamp it as a single scalar in texture_getMipLevelIndex, so MIP_INSIDE is currently mandatory until I find an efficient way of limiting mip levels on Intel processors. 6 mēneši atpakaļ
timeAPI.cpp 906b9fef5a Replacing most C library dependencies with equivalent dependencies in C++. 1 gadu atpakaļ
timeAPI.h 70dc39885c Using CR-LF line endings in UTF-8 for source files. 5 gadi atpakaļ