167 Commits

Author SHA1 Message Date
021df224d0 delete comment 2021-11-19 17:05:39 +08:00
089d499201 fixed matrix 2021-09-26 20:48:34 +08:00
aa35ff5fb1 support glm 2021-09-24 20:36:41 +08:00
0d46053149 added FixFilename function at filesystem namespace. 2021-09-04 13:44:24 +08:00
8f4a069c1c use "enum class" instead of "enum" at "CharCodePage". 2021-07-27 11:32:39 +08:00
5de4e0822d split Math/Physics/Time const to new files. 2021-05-10 11:25:21 +08:00
8865308010 new Collection class. it not use template. 2021-05-07 18:59:42 +08:00
1e0c0cfa79 rename AbstractMemoryAllocator::Alloc(const uint64 size). 2021-05-07 18:56:48 +08:00
8903a7675f added Collection.cpp 2021-05-06 22:22:25 +08:00
6d0547ca13 added GetSpectralColor function. 2021-05-06 16:43:50 +08:00
91d408d10c create a Alloc() it's pure-virtual function 2021-03-25 19:56:20 +08:00
6f63956b9d added Free() function at MemoryBlock/MemoryAllocator class. 2021-03-20 12:39:02 +08:00
401d48091f add all platform files to CMakeLists.txt 2021-03-19 11:28:36 +08:00
b452c87591 Fixed data_size that is not set 2021-03-19 11:27:26 +08:00
18026cedf8 add MemoryBlock::Copy function. 2021-03-19 11:24:51 +08:00
5099410616 add MemoryAllocator/MemoryBlock codes. 2021-03-07 20:01:13 +08:00
d065f24770 splited the filename functions to Filename.h from FileSystem.h 2021-01-21 11:52:37 +08:00
a6ca121707 恢复opengl标准模式LookAt 2020-11-19 22:10:27 +08:00
64cc9345d0 add Matrix4f.cpp, moved a lot of codes to Matrix4f.cpp 2020-11-19 18:25:20 +08:00
94fc90f74d add fast triangle functions. 2020-11-05 14:00:38 +08:00
be48e1147a 增加LAtan.cpp/LSinCos.cpp 2020-11-04 11:18:22 +08:00
74d603fd23 delete None color data. 2020-10-18 19:10:07 +08:00
bbfb3ccaa1 layout codes it's Color.cpp 2020-10-16 19:21:28 +08:00
7b79a61874 fix a bug, it's parse utf16 text. 2020-10-10 15:45:07 +08:00
7d8adb18c6 support new format of GetLocalAppdataPath 2020-10-09 21:48:01 +08:00
b4b9b32955 AutoDeleteArray append a new construct function. 2020-09-27 21:15:30 +08:00
7c69cfff60 use "enum class" in ByteOrderMask 2020-09-11 18:51:36 +08:00
857b758312 fix UTF8 parse error. 2020-09-05 10:52:35 +08:00
7927586bd1 rename from BaseString to String 2020-09-03 15:52:46 +08:00
51f22f0ed3 layout codes. 2020-09-03 15:39:00 +08:00
af0e232759 update LoadStringFromText functions. and it's don't delete[] the source_data. 2020-08-24 11:04:46 +08:00
b5fe20f6c3 update LoadStringListFrom/LoadStringFromText 2020-08-21 21:10:14 +08:00
73b9fc265c fix UTF8 Support 2020-08-10 18:19:43 +08:00
3895fbbd4d add LoadStringFromText/LoadStringFromTextFile 2020-08-04 02:20:29 +08:00
c2c7c42cd4 add BOM 2020-08-04 00:45:27 +08:00
5f20d34fa4 change "enum COLOR_ENUM" to "enum class COLOR" 2020-07-31 14:25:20 +08:00
0e9bb594d7 add isPunctuation() 2020-07-21 16:32:19 +08:00
72f641c7a7 改正在动态库处理中,函数名使用AnsiString 2020-07-11 16:45:00 +08:00
kusugawa
039d4f19ce 为MINGW32/64编译器添加支持 2020-07-10 17:01:59 +08:00
50b2f7a7a4 Merge branch 'master' of https://github.com/hyzboy/CMCore 2020-07-09 17:57:27 +08:00
f5291b6288 add WriteAnsiString/WriteAnsiShortString/WriteAnsiTinyString functions. 2020-07-09 17:57:10 +08:00
b0ac446322 move u8char position 2020-07-08 10:16:24 +08:00
f6a846c655 support "u8char" type 2020-07-07 19:14:42 +08:00
5e67c0cef7 fix a bug in IndexOfUnicodeBlock function 2020-07-04 15:39:15 +08:00
02cb4bb8b3 add IndexOfUnicodeBlock function 2020-07-04 13:46:37 +08:00
2e07688151 the UnicodeBlocks create .cpp 2020-07-01 17:44:32 +08:00
b078d6cbdc fix a incompatible problem on Linux platform 2020-06-18 03:37:42 +08:00
73ca4a13d2 add PornHubRead/PornHubYellow colors 2020-06-10 21:16:43 +08:00
12a766d021 增加新形式的LoadFileToMemory函数 2020-06-05 11:00:58 +08:00
34eef8fdab 改进FileComp函数 2020-05-06 17:13:16 +08:00