Commit Graph

40069 Commits

Author SHA1 Message Date
一线灵 b51e50a498
Merge pull request #702 from DelinWorks/improve-engine-types
[PROPOSAL] Move global enums to their own file.
2022-07-05 00:39:20 +08:00
DelinWorks d56731a158 Update CCBundle3D.cpp [skip ci] 2022-07-04 19:38:46 +03:00
DelinWorks 399bd7e89f Add stride functions and remove unneeded UNSPEC value. 2022-07-04 19:20:04 +03:00
DelinWorks 6dd8b2c74a Update lua_cocos2dx_auto.cpp 2022-07-04 18:34:50 +03:00
halx99 7fe382ed54 Improve meshdata load
- Avoid GC alloc when store indices
- Fix indices iterator by IndexArray::for_each
2022-07-04 23:23:33 +08:00
DelinWorks c116171c1f Fix compilation. 2022-07-04 17:55:41 +03:00
Turky Mohammed 31ea94a677
Delete hrtf_default.h 2022-07-04 17:48:13 +03:00
DelinWorks da39a66e99 Improve function naming. 2022-07-04 17:45:23 +03:00
一线灵 555f847c1f
Merge pull request #704 from adxeproject/refactor-builtin-sampler-name
Refator builtin sampler name in shader
2022-07-04 22:37:08 +08:00
halx99 768a8bd5e1 Refator sampler name in shader 2022-07-04 21:26:48 +08:00
Turky Mohammed 40e30edd58
Update CCBundle3D.cpp
Co-authored-by: 一线灵 <halx99@live.com>
2022-07-04 08:22:42 +03:00
Turky Mohammed 6917430f6e
Update CCMeshVertexIndexData.cpp [skip ci]
Co-authored-by: 一线灵 <halx99@live.com>
2022-07-04 08:22:06 +03:00
Turky Mohammed 1a0a06c4b5
Update CCBundle3DData.h
Co-authored-by: 一线灵 <halx99@live.com>
2022-07-04 07:59:14 +03:00
Turky Mohammed dc02ea5ac5
Update CCBundle3DData.h
Co-authored-by: 一线灵 <halx99@live.com>
2022-07-04 07:57:44 +03:00
DelinWorks ad189af97f Update CCBundle3DData.h 2022-07-04 07:36:42 +03:00
DelinWorks 13710ff075 Update CCBundle3DData.h 2022-07-04 07:30:16 +03:00
DelinWorks 6c242f3e35 Update CCBundle3DData.h 2022-07-04 07:27:35 +03:00
DelinWorks 3a5e8821c2 Update CCBundle3D.cpp 2022-07-04 07:25:04 +03:00
DelinWorks 13a9949c30 Update CCBundle3DData.h 2022-07-04 07:23:02 +03:00
DelinWorks dd90911e07 Add safety checks. 2022-07-04 06:34:44 +03:00
DelinWorks 5c8b5dd003 Improve function naming. 2022-07-04 06:23:49 +03:00
DelinWorks 0e355244d5 Improve function naming and add descriptions. 2022-07-04 05:55:29 +03:00
DelinWorks af4c3b0948 Revert "Update CCDirector.h"
This reverts commit 11200dfac0.
2022-07-04 05:12:54 +03:00
DelinWorks 11200dfac0 Update CCDirector.h 2022-07-04 04:58:13 +03:00
halx99 86a08575ba Improve class IndexArray 2022-07-04 09:13:06 +08:00
一线灵 df9eba2d3c
Merge pull request #703 from DelinWorks/engine-bug-fixes
[Android] Fix arm64 incorrect random number generation.
2022-07-04 09:11:05 +08:00
DelinWorks 210816a8bc Fix android arm64 incorrect random number generation. 2022-07-04 03:28:55 +03:00
DelinWorks 78150ff25a Revert "Update CCBundle3D.cpp [skip ci]"
This reverts commit 07bbe4e06c.
2022-07-03 23:25:36 +03:00
DelinWorks 07bbe4e06c Update CCBundle3D.cpp [skip ci] 2022-07-03 23:25:05 +03:00
DelinWorks 7a8b123548 Fix mobile compilation.
Treat `CC_ENABLE_CACHE_TEXTURE_DATA` portion of code accordingly.
2022-07-03 22:50:19 +03:00
DelinWorks 1e63687310 Update NewEventDispatcherTest.cpp 2022-07-03 21:47:12 +03:00
DelinWorks 88bf095310 Update lua_cocos2dx_auto.cpp 2022-07-03 21:40:51 +03:00
DelinWorks bdffd39784 Fix platforms compilation. 2022-07-03 21:01:21 +03:00
DelinWorks f7b50fe836 Use enum class instead. 2022-07-03 20:55:40 +03:00
DelinWorks 9009228ef4 [skip ci] 2022-07-03 20:50:02 +03:00
DelinWorks 166ebd2ce6 Move global enums to their own file. 2022-07-03 20:43:55 +03:00
halx99 0e99b4ece0 Improve class IndexArray 2022-07-03 21:17:49 +08:00
halx99 8eea4cccdc [WIP] Wrapper IndexArray with byte_buffer 2022-07-03 17:24:10 +08:00
halx99 5288b7a513 Committing genbindings changes 2022-07-03 07:36:16 +00:00
一线灵 c140cf4303
Merge pull request #696 from aismann/New_feature_setFPSPos
FPS display position should be set by API
2022-07-03 15:29:26 +08:00
aismann e49b1c7d93 Update NewEventDispatcherTest.cpp 2022-07-03 07:52:11 +02:00
aismann b3726421b2 use engine global namespace 2022-07-03 07:26:37 +02:00
halx99 62e2be281b Move enum FPSPosition to engine global namespace 2022-07-03 11:24:00 +08:00
halx99 31a6e66935 Enable switch fps position on mobile device 2022-07-03 11:17:22 +08:00
DelinWorks cb7bd4118b Improve type naming. 2022-07-02 19:46:41 +03:00
DelinWorks 27c5e9ad83 Update CCDirector.cpp [skip ci] 2022-07-02 18:26:17 +03:00
DelinWorks a7a022c48d Remove buffers stat and add quad mesh shaders.
Remove drawn buffers label and Add a simple position_texture_color shader for simple primitives like quads to implement static sprite batching in the future.
2022-07-02 18:22:31 +03:00
aismann c62cf2451d Update SimpleSnakeScene.cpp 2022-07-02 11:55:10 +02:00
aismann d0cc7be836 Update AppDelegate.cpp 2022-07-02 11:42:13 +02:00
aismann d94137be54 Remove unused variable and cleanup on windowtest.cpp 2022-07-02 11:29:26 +02:00