aismann
|
f90a56df97
|
Update README.md
|
2022-06-30 13:24:54 +02:00 |
aismann
|
9420129082
|
Update README.md
|
2022-06-30 13:19:37 +02: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
|
adb0a67ba8
|
Add missing autorelease call
|
2022-06-30 18:18:24 +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
|
8314777449
|
Improve code style
|
2022-06-30 12:05:28 +08:00 |
halx99
|
af215538fb
|
Setup IOS_PLATFORM in ios.min.cmake
|
2022-06-29 17:37:23 +08:00 |
halx99
|
644f09d5a3
|
Improve frame rate control
|
2022-06-29 17:26:22 +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 |
rh101
|
75d1bf196a
|
Ensure the render target is released if it is already set, since the initWithWidthAndHeight method may be called multiple times.
|
2022-06-28 17:56:17 +10:00 |
rh101
|
62af2299a6
|
Allow the selection of a shared or new render target for each instance of RenderTexture
Add a method to check if the RenderTexture is using a shared render target
|
2022-06-28 17:42:33 +10:00 |
halx99
|
7417447fc7
|
Fix ci
|
2022-06-28 15:03:35 +08:00 |
halx99
|
6d9c4ea327
|
Fix ci
|
2022-06-28 14:53:39 +08:00 |
halx99
|
5db31e4125
|
Unify fps control logical to director mainLoop
|
2022-06-28 12:39:05 +08:00 |
halx99
|
37a2849226
|
Update .gitignore [skip ci]
|
2022-06-28 12:38:01 +08:00 |
涓€绾跨伒
|
6f1d7221d6
|
Update readme files (#674)
* Update README_CN.md
* Update README.md
|
2022-06-27 22:21:19 +08:00 |
halx99
|
cb8123e7a7
|
Improve GPUTextureFormat info enums
|
2022-06-27 15:37:55 +08:00 |
halx99
|
7591ed14cd
|
Committing genbindings changes
|
2022-06-25 07:30:20 +00:00 |
涓€绾跨伒
|
79a1399b7c
|
[CMake] Remove dup link
|
2022-06-25 15:23:40 +08:00 |
涓€绾跨伒
|
224c499e19
|
Merge: e7f5f28931 a09a6ea800
Merge pull request #671 from aismann/dev
SimpleSnake: Add background, small finish effect, polish the look
|
2022-06-25 10:16:54 +08:00 |
涓€绾跨伒
|
9593275451
|
Merge: 5ffae45e2d aa372510a4
Merge pull request #653 from DelinWorks/camera-2d-zoom-feature
[PROPOSAL] Add camera zoom, near, far, fov, aspect features & fix camera anchoring.
|
2022-06-25 10:15:31 +08:00 |
aismann
|
4a2c196353
|
Update README.md
|
2022-06-25 02:11:03 +02:00 |
aismann
|
b4a7e3823f
|
Revert "Small improvemnts"
This reverts commit 945b65716f .
|
2022-06-25 02:06:31 +02:00 |
aismann
|
cefc8fd39f
|
Small improvemnts"
This reverts commit 945b65716f .
|
2022-06-25 02:06:20 +02:00 |
aismann
|
b79fab0a97
|
Small improvemnts
|
2022-06-25 02:00:10 +02:00 |
aismann
|
bb0548cf24
|
Merge: 981cbea7b8 5ffae45e2d
Merge branch 'adxeproject:dev' into dev
|
2022-06-25 01:54:14 +02:00 |
DelinWorks
|
a13c059ce4
|
Update SimpleSnakeScene.cpp [skip ci]
|
2022-06-25 02:38:55 +03:00 |
aismann
|
bd8433ce12
|
Add background and a small effect (finished sequence))
|
2022-06-25 01:17:37 +02:00 |
DelinWorks
|
37f46a9170
|
Update SimpleSnakeScene.cpp
|
2022-06-25 01:11:01 +03:00 |
halx99
|
c25552c1b7
|
Improve code style
|
2022-06-25 00:36:50 +08:00 |
aismann
|
b281deee25
|
update resources
|
2022-06-24 15:15:18 +02:00 |
aismann
|
765f55e153
|
SimpleSnake improvments
|
2022-06-24 15:12:31 +02:00 |
涓€绾跨伒
|
b379243ab4
|
Update CHANGELOG [skip ci]
|
2022-06-24 19:53:08 +08:00 |
涓€绾跨伒
|
d8a66d4897
|
Merge: 61c159d3d0 932c3bcffa
Merge pull request #668 from adxeproject/adxe-ext-live2d
Add extension Live2D support
|
2022-06-24 16:23:26 +08:00 |
涓€绾跨伒
|
0e94f96b8a
|
Merge: 6431cd1256 e4b891e550
Merge pull request #667 from FireStorm2012/FireStorm2012-patch-1
Fix print log format
|
2022-06-24 15:46:45 +08:00 |
halx99
|
e6accc2f7e
|
Add extension Live2D support
Live2D sdk version: 4-r.4, reelase date: 2021/12/09
|
2022-06-24 15:18:08 +08:00 |
FireStorm2012
|
9de425666b
|
Update lua_xml_http_request.cpp
print log bugfix
|
2022-06-24 15:01:26 +08:00 |
halx99
|
52f6bcb989
|
Committing genbindings changes
|
2022-06-24 06:28:59 +00:00 |
halx99
|
ee3605c991
|
Improve renderer
|
2022-06-24 14:18:48 +08:00 |
halx99
|
1122db3ec8
|
Improve code style
|
2022-06-24 03:09:50 +08:00 |
halx99
|
0e300d7d3e
|
Improve project template [skip ci]
|
2022-06-24 03:09:20 +08:00 |
涓€绾跨伒
|
767126e854
|
glGetTexImage only supported by Natvie GL
|
2022-06-22 19:09:45 +08:00 |
halx99
|
6068b0389e
|
Committing genbindings changes
|
2022-06-19 17:57:08 +00:00 |