涓€绾跨伒
|
a4fdc85c8b
|
Merge: 71539ffd89 b8676ef52a
Merge pull request #710 from DelinWorks/improve-engine-types
[IMPROVMENT] Rename `RngSeed` to `FastRNG`.
|
2022-07-05 23:07:19 +08:00 |
halx99
|
fce00ee71d
|
Compatible cocos2d.h
|
2022-07-05 23:03:22 +08:00 |
DelinWorks
|
76ba9bf760
|
Improve RngSeed.
|
2022-07-05 17:21:21 +03: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
|
0ff762b835
|
Move global enums to their own file.
|
2022-07-03 20:43:55 +03:00 |
halx99
|
7f9511358f
|
Fix warnings
|
2022-07-01 13:47:47 +08:00 |
涓€绾跨伒
|
5f2225662d
|
Merge: 9b1edadb2f 6d8aa5e6c1
Merge pull request #690 from DelinWorks/engine-bug-fixes
[BUG] Fix `getDefaultCamera()` returning nullptr on scene initialization.
|
2022-07-01 12:17:08 +08:00 |
halx99
|
f0758b7993
|
Improve mac fps limit
|
2022-07-01 11:02:31 +08:00 |
DelinWorks
|
89e4fb4b59
|
Update CCCamera.cpp [skip ci]
|
2022-07-01 05:59:45 +03:00 |
DelinWorks
|
ec3fa15af7
|
Fix overriding position when applying custom properties. [skip ci]
|
2022-07-01 05:58:42 +03:00 |
DelinWorks
|
7b829e6cff
|
Use CCASSERT instead.
|
2022-07-01 05:54:20 +03:00 |
DelinWorks
|
5d4b78f9b4
|
[skip ci]
|
2022-07-01 03:39:27 +03:00 |
DelinWorks
|
b6a80ab5b6
|
Fix get default camera nullptr on scene initialization.
|
2022-07-01 03:34:37 +03: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
|
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 |
涓€绾跨伒
|
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 |
涓€绾跨伒
|
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 |
涓€绾跨伒
|
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 |
halx99
|
ee3605c991
|
Improve renderer
|
2022-06-24 14:18:48 +08:00 |
halx99
|
4cf6c52cf4
|
string_view
|
2022-06-20 01:49:50 +08:00 |
DelinWorks
|
e37d8f9cfd
|
Use the simple version of create orthographic.
|
2022-06-17 21:33:06 +03:00 |
DelinWorks
|
4b2285353e
|
Modify orthographic projection rather than scale.
Modify the orthographic projection of the camera rather than the scale of the Node when in 2D projection.
|
2022-06-17 21:25:33 +03:00 |
DelinWorks
|
2de02067d3
|
flag camera as Initialized in custom create functions.
|
2022-06-17 20:41:38 +03:00 |
halx99
|
61956d8dd6
|
Refine enum `Platform` defination to avoid conflict with system macro
refer to: #661
|
2022-06-17 22:18:26 +08:00 |
Turky Mohammed
|
5a0f0f9073
|
Merge: 101f09d912 820ad21a46
Merge branch 'adxeproject:dev' into camera-2d-zoom-feature
|
2022-06-17 17:16:55 +03:00 |
DelinWorks
|
fed10a0197
|
Add comment. [skip ci]
|
2022-06-17 17:16:39 +03:00 |
DelinWorks
|
6f34e1d96f
|
GitHub being frustrating as always :/
|
2022-06-16 19:42:37 +03:00 |
Turky Mohammed
|
7c1c0a0f56
|
Merge: 610711a164 990531ecdc
Merge branch 'adxeproject:dev' into partical-system-animation
|
2022-06-16 19:41:56 +03:00 |
DelinWorks
|
b1b67564f1
|
Revert "Fix things..."
This reverts commit 038fca48e1 .
|
2022-06-16 19:39:58 +03:00 |
DelinWorks
|
1be0a1c99b
|
Fix things...
|
2022-06-16 19:38:44 +03:00 |
DelinWorks
|
44feb1d398
|
Revert "Revert! dumb idea."
This reverts commit 7969deb02a .
|
2022-06-16 19:32:52 +03:00 |
DelinWorks
|
5816529d9a
|
Revert! dumb idea.
|
2022-06-16 19:31:17 +03:00 |