halx99
|
11be5350f9
|
Fix lua templte
|
2022-07-12 23:21:04 +08:00 |
涓€绾跨伒
|
b7467da607
|
Migrate extension lua (#747)
|
2022-07-12 21:31:54 +08:00 |
涓€绾跨伒
|
bf77f46dce
|
Migrate engine namespace to `axis`(abbv: `ax`) (#743)
|
2022-07-11 17:50:21 +08:00 |
涓€绾跨伒
|
9b4a7b1446
|
Merge: 04ca16125b 9ee4181976
Merge pull request #739 from axis-project/migrate-engine-test-extension-config
Migrate tests, extensions and configs
|
2022-07-10 09:47:41 +08:00 |
涓€绾跨伒
|
d4c4d395a5
|
Merge: 18076d09f0 2f8d5dd2f6
Merge pull request #738 from solan-solan/index_array_to_stl
IndexArray to stl
|
2022-07-10 09:47:27 +08:00 |
halx99
|
c2acb3a744
|
Migrate tests, extensions and configs ReSquash for unexpected changes +2
|
2022-07-09 22:23:34 +08:00 |
halx99
|
906c60e40e
|
Fix setup cmake files and some relative sources
|
2022-07-08 14:20:41 +08:00 |
DelinWorks
|
765d3f5332
|
Replace CC_ with AX_
|
2022-07-08 02:17:41 +03:00 |
DelinWorks
|
70cd6095cc
|
Fix CMAKE
|
2022-07-08 02:10:35 +03:00 |
Turky Mohammed
|
d3c3fe9538
|
Merge: b4d04f4df9 1c02999878
Merge branch 'adxeproject:dev' into improve-engine-types
|
2022-07-06 07:21:13 +03:00 |
DelinWorks
|
b9547e5407
|
Update FastRNG.h
|
2022-07-06 07:20:40 +03:00 |
halx99
|
a5e957de9f
|
Fix ci
|
2022-07-05 23:47:25 +08:00 |
halx99
|
e1757a275f
|
Merge: 3a070cd801 9d2ed962e6
Merge branch 'dev' of https://github.com/adxeproject/adxe into dev
|
2022-07-05 15:53:50 +08:00 |
halx99
|
6aaff5cda8
|
Delete *.obj to avoid missing 3d model .obj
a. build_xxx, out_xxx in .gitignore is enough ignore code .obj
|
2022-07-05 15:53:33 +08:00 |
halx99
|
36caefd1d0
|
Committing genbindings changes
|
2022-07-05 07:53:11 +00:00 |
Turky Mohammed
|
656babac78
|
[IMPROVMENT] Change class name `Sprite3D` to `MeshRenderer` (#705)
* First draft [skip ci]
* Improve comments [skip ci]
* Rename MeshRendererMaterial to MeshMaterial [skip ci]
* Update dependent classes.
* Replace occurrences of Sprite3D with MeshRenderer.
* Update cpp-tests and extensions.
* Fix compilation.
* Try fixing lua-bindings
* Try fixing lua-bindings
* Update lua_cocos2dx_3d_manual.cpp [skip ci]
* Create RENAMED_TYPES.md
|
2022-07-05 14:48:46 +08:00 |
halx99
|
5edbfa5448
|
[spine] Use currentState to setup shader stubs
|
2022-07-05 14:40:18 +08:00 |
halx99
|
db7681bb8b
|
[Spine] Use backend shader definations
|
2022-07-05 14:36:04 +08:00 |
halx99
|
ba582903fc
|
Spine runtime can use official code
|
2022-07-05 14:13:15 +08:00 |
DelinWorks
|
d50d34ea3b
|
Separate renderer enums to their own file.
|
2022-07-04 19:52:17 +03:00 |
halx99
|
9af6fc8c88
|
Committing genbindings changes
|
2022-07-04 16:47:16 +00:00 |
涓€绾跨伒
|
e6ae7c44b3
|
Merge: 555f847c1f 6dd8b2c74a
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
|
96158090db
|
Add stride functions and remove unneeded UNSPEC value.
|
2022-07-04 19:20:04 +03:00 |
DelinWorks
|
7e199cce21
|
Update lua_cocos2dx_auto.cpp
|
2022-07-04 18:34:50 +03:00 |
halx99
|
a31ba3caae
|
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
|
49508bd13c
|
Improve function naming.
|
2022-07-04 17:45:23 +03:00 |
halx99
|
0b4363bfc0
|
Refator sampler name in shader
|
2022-07-04 21:26:48 +08:00 |
DelinWorks
|
a8d704babe
|
Improve function naming and add descriptions.
|
2022-07-04 05:55:29 +03:00 |
DelinWorks
|
6a7a77c604
|
Update CCDirector.h
|
2022-07-04 04:58:13 +03:00 |
halx99
|
38743291e2
|
Improve class IndexArray
|
2022-07-04 09:13:06 +08:00 |
DelinWorks
|
c97042be2e
|
Fix android arm64 incorrect random number generation.
|
2022-07-04 03:28:55 +03:00 |
DelinWorks
|
35d3df7075
|
Fix mobile compilation.
Treat `CC_ENABLE_CACHE_TEXTURE_DATA` portion of code accordingly.
|
2022-07-03 22:50:19 +03:00 |
DelinWorks
|
a4be3feda6
|
Update lua_cocos2dx_auto.cpp
|
2022-07-03 21:40:51 +03:00 |
DelinWorks
|
0ff762b835
|
Move global enums to their own file.
|
2022-07-03 20:43:55 +03:00 |
halx99
|
5f4e2c0463
|
[WIP] Wrapper IndexArray with byte_buffer
|
2022-07-03 17:24:10 +08:00 |
halx99
|
e0e7b2a6c5
|
Committing genbindings changes
|
2022-07-03 07:36:16 +00:00 |
halx99
|
7ef1ab7eb0
|
Committing genbindings changes
|
2022-06-30 13:51:59 +00:00 |
涓€绾跨伒
|
6d2bc9bbf2
|
Revert "Unify frame rate control logical to director mainLoop"
|
2022-06-30 21:04:00 +08:00 |
halx99
|
18f7def462
|
Committing genbindings changes
|
2022-06-30 12:22:46 +00:00 |
涓€绾跨伒
|
5ef42d4e39
|
Merge: 42fc96bdac 3d1690cc25
Merge pull request #681 from adxeproject/refactor-layer-new
Use sprite to implement layer color for auto batch draw
|
2022-06-30 20:13:30 +08:00 |
涓€绾跨伒
|
118c1af907
|
Merge: 752d3150eb f52bc9472d
Merge pull request #682 from aismann/poly2tri
poly2tri: Version: git 81612cb (until May 20, 2022)
|
2022-06-30 19:07:49 +08:00 |
halx99
|
32f3777128
|
Fix ci
|
2022-06-30 18:15:43 +08:00 |
aismann
|
9f060fbd99
|
Version: git 81612cb (until May 20, 2022)
|
2022-06-30 12:13:55 +02:00 |
halx99
|
502d80ede1
|
Use sprite to implement layer color for auto batch draw
|
2022-06-30 18:01:29 +08:00 |
halx99
|
f48be5bf4a
|
Committing genbindings changes
|
2022-06-28 09:42:02 +00:00 |
涓€绾跨伒
|
6d1a2e70e7
|
Merge: 040a64b920 884a4c3b1d
Merge pull request #675 from adxeproject/unify-fps-limit
Unify frame rate control logical to director mainLoop
|
2022-06-28 17:33:00 +08:00 |
涓€绾跨伒
|
8b42852d1f
|
Delete unused comment [skip ci]
|
2022-06-28 17:14:35 +08:00 |
halx99
|
0acbfdb35a
|
Committing genbindings changes
|
2022-06-28 08:51:45 +00:00 |
涓€绾跨伒
|
614397d0f4
|
Merge: 7f795d7a6c c6c07428bf
Merge pull request #677 from rh101/rendertarget-fix
Make the render target selectable for RenderTexture
|
2022-06-28 16:39:59 +08:00 |
halx99
|
f8c036e621
|
Improve frame rate control precision
|
2022-06-28 16:33:50 +08:00 |