177 Commits

Author SHA1 Message Date
430a2f67e0 fixed bug in perspective and lookat 2024-03-15 00:52:25 +08:00
a29a35ecea resume lookat what to change in furture 2024-03-12 22:29:40 +08:00
15baf1ecbd
use FileAccess instead of FileInputStream/FileOutputStream 2024-03-09 20:58:30 +08:00
bcc686f35d
removed URI.cpp/.h 2024-03-08 22:08:26 +08:00
b5c66fe2cd append return value in Color3f/4f::operator = 2023-11-01 18:33:27 +08:00
4be7c2a2d0 used tanf(float) instead of tan(double) 2023-10-31 16:12:40 +08:00
d5264e1da6
delete "const" in TextInputStream 2023-10-10 02:45:00 +08:00
70b6567029
TextInputStream support parse from buffer. 2023-10-10 01:12:38 +08:00
252f2f6a1f TextInputStream added 0 buf_size 2023-10-08 20:00:33 +08:00
f9007c5564 adjusted project's file layout 2023-10-07 20:47:40 +08:00
b8e8f67ee4
added BlenderAxis Red/Green/Blue Colors. 2023-10-02 03:11:24 +08:00
072153aa91 fixed 3 bugs in ActiveMemoryBlockManager 2023-09-20 21:52:58 +08:00
21e59f0337 added ActiveMemoryBlockManager::GetData(int id) 2023-09-19 21:08:37 +08:00
56d98d65e2 added ActiveMemoryBlockManager::GetOrCreate 2023-09-19 20:21:37 +08:00
cf1e0340f4 added ActiveDataManager.h 2023-09-19 18:16:24 +08:00
389abfefd5 added ActiveMemoryBlockManager.cpp/.h, splited ActiveIDManager.cpp 2023-09-18 22:27:23 +08:00
2e14c54ca4 added GetRGB/GetBGR in Color.h/.cpp 2023-09-15 20:16:19 +08:00
87b8ba6cc6 added ActiveIDManager.h 2023-09-13 20:06:21 +08:00
2a43dc894a 1.use Free() instead of Clear in DataArray<>,List<>,Stack<>,Queue<>...
2.rewrite Stack<>
2023-08-01 15:38:24 +08:00
be9ec89452 removed gmt_off in FromDateTime 2023-07-21 20:38:51 +08:00
205d246e8a to check element after Collection::Insert 2023-07-21 10:46:28 +08:00
641ed83442 Merge branch 'master' of http://www.hyzgame.com:3000/hyzboy/CMCore 2023-07-17 20:26:51 +08:00
e3bf1e0cd3 improved ParseCallback of TextInputStream 2023-07-17 20:26:45 +08:00
96c89b000f
renamed to DataArray instead of MemBlock 2023-07-15 00:27:06 +08:00
11ef085d97
Created LoadMemBlock/SaveMemBlock in "inc/hgl/io", their code comes from MemBlock.h 2023-07-15 00:06:30 +08:00
c722d40049
moved to "io" folder from "type" 2023-07-15 00:03:48 +08:00
25cd2fee89
use utf8 encode for TextInputStream.cpp 2023-07-13 23:09:09 +08:00
dd57965556 improved TextInputStream 2023-07-13 21:11:33 +08:00
8d829b9690 The callback function of TextInputStream create independent callback structure 2023-07-13 14:45:03 +08:00
d27b8d75fa added TextInputStream 2023-07-13 14:30:08 +08:00
dc0b3d4a6b fixed namespace bug in LAtan/LSinCos 2023-07-11 18:12:24 +08:00
03f9f83920 aadded FontInfo.h 2023-06-15 11:21:25 +08:00
72fcbb18ab added "const" prefix. 2023-06-07 20:21:58 +08:00
03e66d7050 moved the Float32toFloat16 codes to .cpp 2023-06-06 12:16:22 +08:00
215494ead2 use RANGE_CHECK_RETURN_FALSE macro at CodePage.cpp 2023-06-02 14:21:17 +08:00
aebc004e2c added PrimaryMathematics.h and PhysicsConst.h at CMakeLists.txt 2023-03-30 21:45:03 +08:00
3b1a62eb78 added two colors that are BlenderYellow and Blender blue 2023-03-21 16:57:48 +08:00
54b6ac3b7c redefined include files of Color,half float 2023-02-07 22:42:42 +08:00
51c0f4ae93 added params check at LoadStringFromText 2023-02-03 17:41:49 +08:00
1600b4b1b0 renamed to "numberOf" instead of "valueOf" at String class. 2023-02-03 17:41:17 +08:00
47f2c4c71a used "enum class" instead of "enum" in logger 2023-01-16 19:10:49 +08:00
d78cd41f90 added a few output at log that they are current path and current program. 2022-11-08 17:50:31 +08:00
37e6af6385 recreate SplitString calsses,and split LoadString/LoadStringList/SaveStringList/MergeString/SplitString...... 2022-08-05 12:21:25 +08:00
c1893a83ec added SplitString.h and MergeString.h 2022-08-04 21:35:30 +08:00
d3608bee15 splited ASyncEvent 2022-07-07 21:32:35 +08:00
45e8725f36 added ToAnsiString functions at Windows platform. 2022-06-15 16:05:54 +08:00
1874288c2a used uint16 instead of CharCodePage at CodePage.h/Endian.h 2022-06-13 18:15:31 +08:00
a230b69be6 removed Filename.cpp/.h in CMakeLists.txt 2022-05-27 15:18:53 +08:00
a62f822f73 added URI.h/.cpp 2022-05-27 10:46:34 +08:00
14bca2e58f improved codes of Color and ColorSpace 2022-05-17 14:38:17 +08:00