halx99
208d07697f
Fix next drawable maybe nil crash[ci build] ( #310 )
2020-12-17 15:31:16 +08:00
halx99
c44d94a2b2
Update lua bindings source [ci build]
...
cxx17::string_view support
2020-12-16 17:52:17 +08:00
halx99
2b7ca1b858
Merge branch 'master' of https://github.com/c4games/engine-x
2020-12-16 12:47:04 +08:00
halx99
d467b647e2
Sync luabinding config file
2020-12-16 12:46:37 +08:00
HALX99
29819491f7
Update README.md
2020-12-16 12:33:22 +08:00
halx99
03b605dcee
Sync yasio [ci build]
2020-12-15 18:58:04 +08:00
HALX99
f91d9bb91e
Merge pull request #308 from c4games/refactor-android-run-on-gl-thread
...
Refactor android runOnGLThread
2020-12-10 16:56:14 +08:00
halx99
c3ad19df96
fix FUISprite gray to normal doesn't work
2020-12-10 16:54:59 +08:00
halx99
c95e0466e1
Refactor android runOnGLThread
...
Ensure the callback run engine core mainLoop,
This commit can solve any weird behaviors, such as:
a. text render maybe missing charactors when bring from back to frontend
b. some renderer objects alpha may present black at sdk callback call
c. some other things
All above behavior is caused gl state not ready when go back to game activity from sdk activity
2020-12-09 15:13:57 +08:00
halx99
e906b27039
Sync yasio to 3.34.1
2020-12-08 20:36:55 +08:00
halx99
1cf59a76fb
Sync yasio
2020-12-08 19:10:58 +08:00
halx99
e273d77c96
Update bullet to 3.07 [ci build]
2020-12-08 14:22:07 +08:00
HALX99
a309ea3e98
Update README.md
2020-12-07 14:00:19 +08:00
HALX99
cee94a0580
Merge pull request #304 from c4games/halx99-patch-1
...
LUAI_USER_ALIGNMENT_T matching clang defination
2020-12-06 00:47:21 +08:00
HALX99
5992d10b57
LUAI_USER_ALIGNMENT_T matching clang defination
2020-12-05 23:02:59 +08:00
HALX99
48dd621d00
Merge pull request #303 from c4games/halx99-patch-1
...
Update CMakeLists.txt
2020-12-05 00:33:54 +08:00
HALX99
118504d3ff
Update CMakeLists.txt
2020-12-04 22:31:46 +08:00
halx99
c6c3eedb99
Sync yasio [ci build]
2020-12-04 18:24:55 +08:00
HALX99
15da26ea92
Merge pull request #300 from aismann/master
...
same/correct wording style
2020-12-04 09:30:36 +08:00
aismann
4ef25e25cf
same/correct wording style
2020-12-03 21:33:52 +01:00
halx99
ac9884026e
Update pugixml to 1.11
2020-12-03 22:04:33 +08:00
halx99
62fdacb849
Update jpeg version readme [ci build]
2020-12-03 16:16:18 +08:00
halx99
4bad52d007
fix android build for libjpeg-turbo [ci build]
2020-12-03 15:44:43 +08:00
halx99
82ee7e7c61
fix android build for libjpeg-turbo [ci build]
2020-12-03 15:30:44 +08:00
halx99
5056eb9ef2
fix link error on macOS Big Sur 11.01
...
Follow lib removed by Apple
1. /usr/lib/libz.dylib
2. /usr/lib/libiconv.dylib
2020-12-02 21:59:57 -08:00
halx99
b911741252
fix libjpeg-turbo can't build with combined archs
2020-12-02 21:18:13 -08:00
halx99
098ee5e06f
fix README.md markdown syntax
2020-12-02 20:49:08 -08:00
halx99
57ca23ec25
fix libjpeg-turbo can't build with combined archs
...
such as (armv7,arm64)
2020-12-02 20:45:06 -08:00
HALX99
bb9b40689c
Merge pull request #295 from aismann/master
...
CCPhysicsSprite(Box2D/Chipmunk2D) cleanup, some other small improvements...
2020-12-02 08:39:58 -08:00
HALX99
3f4178cc27
Merge pull request #296 from halx99/nsgl-compat
...
Use cmake variable 'CC_COMPAT_GL' to control renderer backend
2020-12-02 04:09:01 -08:00
halx99
f713ca6baa
fix ci
2020-12-02 03:33:53 -08:00
halx99
108399ede3
Unify CC_COMPAT_GL to control renderer backend
...
win32: google angle
mac: NSGL
ios: GLES
2020-12-02 03:03:05 -08:00
aismann
dbf81d7511
Removed CC_ENABLE_CHIPMUNK_INTEGRATION from class CCPhysicsDebugNode
...
CCPhysicsDebugNode.cpp has only the Chipmunk2D implementation
2020-12-01 17:58:34 +01:00
aismann
72be372699
CCPhysicsSprite(Box2D/Chipmunk2D) cleanup, some other small improvements too
...
CCPhysicsSprite(Box2D/Chipmunk2D) cleanup and small improvements on PhysicsTest
2020-12-01 16:39:28 +01:00
HALX99
8b4b39bc7a
Merge pull request #294 from aismann/patch-1
...
Update README.md
2020-12-01 02:12:41 -08:00
HALX99
2c93318d37
Merge pull request #293 from aismann/master
...
Chipmunk2D and Box2D works together now (add two new classes) and FIX ImGuiEXTTest window size problem
2020-12-01 01:52:47 -08:00
aismann
58ddd6e085
Update README.md
...
change wiki link: https://github.com/c4games/engine-x-wiki
2020-12-01 10:32:09 +01:00
aismann
5e249bf6f8
Chipmunk2D and Box2D works together now (add two new classes)
...
add class PhysicsSpriteChipmunk2D
add class PhysicsSpriteBox2D
Improve window size problem with ImGuiEXTTest
2020-12-01 10:15:30 +01:00
halx99
079ecdbbec
fix #291 [ci build]
2020-12-01 14:49:14 +08:00
HALX99
b7ae37994b
Merge pull request #290 from anssser/patch-1
...
Update README_CN.md
2020-11-30 20:48:06 -08:00
Acc
5b809c2f7b
Update README_CN.md
2020-12-01 12:17:09 +08:00
halx99
b4f5953fc4
Sync
2020-11-30 13:26:25 +08:00
HALX99
677b5d4954
Update issue_template.md
2020-11-29 12:39:18 +08:00
HALX99
7fd68a77dc
Merge pull request #286 from rh101/add-center-vertical-layout-support
...
Add support for center vertical layout
2020-11-26 23:43:25 -08:00
HALX99
4c1ff6bd01
Merge pull request #285 from rh101/fix-listview-dimensions
...
Fix ListView dimensions when child elements are scaled
2020-11-26 23:08:30 -08:00
HALX99
74add84559
Merge pull request #282 from rh101/fix-editbox-globalz
...
Ensure global Z is correctly set on all child items of EditBox
2020-11-26 23:00:14 -08:00
HALX99
289bc4fccc
Merge pull request #283 from rh101/allow-user-program-type
...
Allow user to set custom program type value
2020-11-26 22:57:14 -08:00
rh101
17f3959a13
Allow user to set custom program type value
2020-11-27 17:26:02 +11:00
rh101
369bef3614
Add support for center vertical layout
2020-11-27 17:24:07 +11:00
rh101
f113e1f2ed
Fix ListView dimensions when child elements are scaled.
2020-11-27 17:02:31 +11:00