|
c3e8db3104
|
Rearranged DataArray/List/ObjectList/SortedSets
|
2023-07-21 10:52:29 +08:00 |
|
|
2443aa9b9d
|
added FindDataPositionInArray,FindDataPositionInSortedArray,FindInsertPositionInSortedArray in ArrayItemProcess.h
|
2023-07-21 10:51:00 +08:00 |
|
|
6be7bda668
|
renamed to DeleteAt instead of DeleteBySerial
|
2023-07-21 10:48:39 +08:00 |
|
|
dbb2229c52
|
fixed typed error in StringList
|
2023-07-21 10:48:01 +08:00 |
|
|
5e2976418d
|
removed repeated hgl_zero
|
2023-07-21 10:47:12 +08:00 |
|
|
205d246e8a
|
to check element after Collection::Insert
|
2023-07-21 10:46:28 +08:00 |
|
|
75c52f0b93
|
added Read/Write/operator =/Find/Insert in DataArray<>
|
2023-07-20 19:28:40 +08:00 |
|
|
befd853b83
|
added ArrayItemProcess.h
|
2023-07-20 19:28:02 +08:00 |
|
|
4d94b76683
|
removed zero_new/zero_malloc,added hgl_set<uint8>
|
2023-07-20 19:27:21 +08:00 |
|
|
8bb5374ab1
|
renamed to PreAlloc instead of PreMalloc
|
2023-07-20 14:28:50 +08:00 |
|
|
09eec7e7df
|
removed List<>::Rand,clean codes of List<> and then all realloc in PreAlloc,delete always include delete_count;
|
2023-07-20 14:28:32 +08:00 |
|
|
2d61ee5a50
|
used ArrayRearrangeHelper in DataArray<>
|
2023-07-20 14:26:53 +08:00 |
|
|
b4fcd415e4
|
added ArrayRearrangeHelper.h
|
2023-07-20 14:26:18 +08:00 |
|
|
9504560e44
|
clean up codes.
|
2023-07-18 20:54:21 +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 |
|
|
aeae7b89ab
|
added GetPointer in Map<>
|
2023-07-17 20:26:23 +08:00 |
|
|
8554f5414c
|
updated include
|
2023-07-15 00:45:46 +08:00 |
|
|
ef36b4af21
|
added data() in DataArray<>
|
2023-07-15 00:45:24 +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 |
|
|
404acf8f58
|
rename to KVObject instead of ResItem
|
2023-07-14 23:40:28 +08:00 |
|
|
c26c55f0be
|
moved codes to .h from .cpp and then deleted ObjectManage.cpp
|
2023-07-14 23:35:41 +08:00 |
|
|
e4beccacd0
|
renamed to ObjectManage instead of ResManage
|
2023-07-14 23:21:03 +08:00 |
|
|
13dbf78aa7
|
removed EnumClass.h
|
2023-07-14 00:46:45 +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 |
|
|
2bedf5e839
|
fixed a bug in List<>, and it doesn't check count after realloc
|
2023-07-13 14:29:26 +08:00 |
|
|
75f30dc1b0
|
improved strstr/strrstr/stristr functions.
|
2023-07-12 19:23:44 +08:00 |
|
|
dc0b3d4a6b
|
fixed namespace bug in LAtan/LSinCos
|
2023-07-11 18:12:24 +08:00 |
|
|
28ad08eb01
|
added HGL_SIN.... constexpr value.
|
2023-07-11 18:12:04 +08:00 |
|
|
b43c236894
|
added aclSize in Size2<>
|
2023-07-05 15:23:20 +08:00 |
|
|
50e754aba2
|
use utf8 in Gradient.h
|
2023-07-05 14:28:41 +08:00 |
|
|
0f9fb581cb
|
Merge branch 'master' of https://github.com/hyzboy/CMCore
|
2023-07-05 14:23:27 +08:00 |
|
|
656e7453fd
|
added operator override in Size2
|
2023-07-05 14:11:01 +08:00 |
|
|
21af2472ae
|
used String::floatOf instead numberOf<float/double>
|
2023-07-04 21:25:35 +08:00 |
|
|
7e469db038
|
used utf8 instead of gb18080 in few files.
|
2023-06-28 18:36:12 +08:00 |
|
|
f62c0e3110
|
added Gradient.h
|
2023-06-28 18:33:50 +08:00 |
|
|
c3855586da
|
renamed to First/Last from Begin/End in List<>
|
2023-06-28 18:33:34 +08:00 |
|
|
fc303f7a0d
|
added ID32ResManage/ID64ResManage at ResManage.h
|
2023-06-26 21:28:35 +08:00 |
|
|
ca3f7eb55f
|
used FontInfoList instead of FontMap
|
2023-06-15 15:27:57 +08:00 |
|
|
71cf591287
|
added a param in Enum of List/SortedSets
|
2023-06-15 15:27:29 +08:00 |
|
|
bd4572c51a
|
Merge branch 'master' of http://192.168.132.190:3000/hyzboy/CMCore
|
2023-06-15 11:21:44 +08:00 |
|
|
03f9f83920
|
aadded FontInfo.h
|
2023-06-15 11:21:25 +08:00 |
|
|
be17b06a2f
|
added GetBitOffset
|
2023-06-12 16:25:51 +08:00 |
|
|
51650bd4b1
|
added RANGE_CHECK_RETURN_ZERO
|
2023-06-12 15:38:21 +08:00 |
|
|
f114032e53
|
added const postfix at Size2<>
|
2023-06-07 20:57:07 +08:00 |
|