Commit Graph

147 Commits

Author SHA1 Message Date
8bd440674b Added TickObject.h/.cpp 2024-08-07 01:30:41 +08:00
8e471259d2 Improved Transform class. 2024-08-04 22:29:46 +08:00
ec35feb883 splited Transform.h/.cpp 2024-08-04 00:56:35 +08:00
0dd89d78ab renamed values 2024-08-02 22:39:21 +08:00
866f69034b Added Area.h 2024-08-02 22:31:31 +08:00
7589d62732 Added GetRotateQuat() 2024-08-01 01:39:33 +08:00
6a688a2991 Added GetRotateMatrix() in Matrix.h 2024-08-01 01:27:23 +08:00
9fdefa18fa Added Lerp in CMakeLists.txt 2024-07-30 00:10:27 +08:00
e8b5f2a477 Added LerpQuat/SLerpQuat/Blend(Transform) 2024-07-29 13:27:47 +08:00
9567616ee4 Added Quat functions and DecomposeTransform function and TransformMatrix4f class. 2024-07-28 23:31:59 +08:00
a1fe8f54ee port to C17/C++20 2024-07-25 02:56:32 +08:00
0f236d9bc0 Added IDName.cpp/.h 2024-07-12 02:50:38 +08:00
0c90f638de Added ConstStringSet<>, first test OK. 2024-07-11 01:19:27 +08:00
2b0d8b5af5 Added MathConst.h in CMakeLists.txt 2024-05-13 19:57:21 +08:00
35c044475b fixed two bug. 2024-04-02 09:47:43 +08:00
71d198a335 improved DataChain/DataStackPool templates. 2024-04-01 23:31:11 +08:00
003bae2c24 fixed a bug in DataChain.cpp 2024-03-25 00:33:55 +08:00
acd28db2b8 added a newly data class that it's DataChain 2024-03-24 02:40:08 +08:00
2be810bbe9 fixed 3 problem that they maybe don't make bug. 2024-03-20 23:06:45 +08:00
2f93a1bb00 fixed comments. 2024-03-15 01:37:53 +08:00
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