halx99
|
3a7d79733f
|
Update readme guide and fixup [ci build]
|
2021-06-08 21:53:18 +08:00 |
halx99
|
5a6045ab19
|
Make gradle utils file as shared [ci build]
|
2021-06-02 06:27:19 +08:00 |
halx99
|
dc11adb950
|
[Gradle] Find ndk with env ANDROID_NDK [ci build]
|
2021-06-02 05:37:18 +08:00 |
halx99
|
84a8ec8e2e
|
Fix lua build [ci build]
|
2021-05-24 19:18:15 +08:00 |
halx99
|
25b88ff40b
|
Fix ci [ci build]
|
2021-05-24 17:20:28 +08:00 |
halx99
|
827d384eef
|
Renaming refactor (#353) [ci build]
|
2021-05-18 16:40:30 +08:00 |
halx99
|
93173d860b
|
Replace jcenter with mavenCentral [ci build]
|
2021-05-15 12:15:38 +08:00 |
halx99
|
e367689ca9
|
Gradle Plugin no longer support cmake 3.10.0+
|
2021-05-15 11:58:56 +08:00 |
halx99
|
4a12425a1b
|
Fix android ci [ci build]
|
2021-05-15 00:12:41 +08:00 |
halx99
|
b68f7b8948
|
Update gradle stubs [ci build]
a. wrapper to 6.9
b. plugin to 4.2.0
|
2021-05-14 12:11:19 +08:00 |
halx99
|
8e6faac1f1
|
Merge: 3348f10813 3a7bb58045
Merge pull request #350 from rh101/fix-cmake-set-property
Fix for CMake error when set_property is called with aliased target
|
2021-05-05 19:49:30 +08:00 |
rh101
|
c3618f8ea6
|
Extract real target from ALIAS if it exists in order to set property successfully
Remove duplicate entries in dependencies lists
|
2021-05-05 16:04:06 +10:00 |
halx99
|
fdf0ebc97f
|
Make tests could build at external location [ci build]
|
2021-05-02 17:23:39 +08:00 |
halx99
|
0511520281
|
Merge: 7f1ca55a97 1efe0091a8
Merge pull request #347 from rh101/imgui-fix
ImGUI font crash fix when using virtual file system
|
2021-04-27 23:29:22 -07:00 |
rh101
|
e5fa398c67
|
Load fonts into IMGUI using memory routines rather than allowing it to use its own file handling in order to support FileStream related implementations.
|
2021-04-28 15:53:37 +10:00 |
halx99
|
72fa15f8f3
|
Fix cpp-tests exit crash when tableView in scrolling [ci build]
|
2021-04-26 17:55:55 +08:00 |
rh101
|
95cf5b5c2b
|
Merge: 2aa2d69151 b7506fed0c
Merge branch 'vfs-support' of https://github.com/rh101/engine-x into vfs-support
|
2021-04-23 00:01:47 +10:00 |
rh101
|
54ffa13dff
|
Move PosixFileStream class to its own files
Update UserDefault to work with FileStream
Fix undefined openFileStream on platforms other than Win32
|
2021-04-23 00:01:32 +10:00 |
RH
|
1e15ed4839
|
Merge: 2cef9f2e76 844119d162
Merge pull request #3 from c4games/master
Sync with master
|
2021-04-22 21:48:49 +10:00 |
rh101
|
7540c06fd3
|
Use FileStream to write JPG images to disk
|
2021-04-22 21:36:26 +10:00 |
halx99
|
8ed6d34234
|
Explicit set cmake minimum version at app/build.gradle [ci build]
|
2021-04-22 11:40:53 +08:00 |
rh101
|
2bf12b2226
|
Add support for virtual file system via custom FileStream and FileUtils implementations.
|
2021-04-22 03:15:49 +10:00 |
halx99
|
473e51cee7
|
Set cmake min version to 3.10 [ci build]
|
2021-04-21 14:05:44 +08:00 |
halx99
|
c2596efd04
|
Ensure build native first before compile java code
|
2021-04-20 20:25:32 +08:00 |
halx99
|
1c2daaf4ae
|
Set gradle-wrapper to 6.8.3 [ci build]
|
2021-04-08 22:42:15 +08:00 |
halx99
|
2a10e85122
|
fix lua-tests cmake script
|
2021-03-26 17:10:37 +08:00 |
halx99
|
5488a8da20
|
Fix CMakeLists for separating test projects [ci build]
|
2021-03-15 09:50:32 +08:00 |
halx99
|
6904b9f3f3
|
Fix depth stencil state/desc (#321)
* Fix ds state
* fix 3d object not render
* Update DepthStencilStateGL.cpp
* fix ds, not complete
* fix image ref incorrect
* Fix metal captureScreen
* Share ds desc
needs restore properly after non-default render target destroy.
* fix gl compile
* Sync ds desc
* Only set vertex & index buffer once for batch draw
* Add set/get ds desc for renderer
* Refine code style
* Fix RenderTextureTest
a. should restore stencil desc properly
* Sync gl captureNode
* Sync GL
|
2021-01-31 22:22:52 +08:00 |
halx99
|
9cb8963ca3
|
Merge: aded15aac7 057642921b
Merge pull request #311 from aismann/master
Update controller.cpp
|
2020-12-21 22:19:29 +08:00 |
halx99
|
984c164c57
|
Sync yasio to 3.35.0 [ci build]
|
2020-12-21 18:12:13 +08:00 |
aismann
|
f38b271650
|
Update controller.cpp
"Node: Physics" using Chipmunk2D (hardcoded on e.g.: CCPhysicsBody.cpp)
Maybe a Wiki entry is also usefull?
|
2020-12-20 07:11:13 +01:00 |
aismann
|
0fab6141b6
|
same/correct wording style
|
2020-12-03 21:33:52 +01:00 |
halx99
|
04db04ad93
|
Merge: 3f4178cc27 dbf81d7511
Merge pull request #295 from aismann/master
CCPhysicsSprite(Box2D/Chipmunk2D) cleanup, some other small improvements...
|
2020-12-02 08:39:58 -08:00 |
halx99
|
8b9d5db029
|
Unify CC_COMPAT_GL to control renderer backend
win32: google angle
mac: NSGL
ios: GLES
|
2020-12-02 03:03:05 -08:00 |
aismann
|
fd70034958
|
Removed CC_ENABLE_CHIPMUNK_INTEGRATION from class CCPhysicsDebugNode
CCPhysicsDebugNode.cpp has only the Chipmunk2D implementation
|
2020-12-01 17:58:34 +01:00 |
aismann
|
73b2b175d9
|
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
|
43f5a305c8
|
Merge: 079ecdbbec 5e249bf6f8
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
|
18cc4a9eb4
|
Update README.md
change wiki link: https://github.com/c4games/engine-x-wiki
|
2020-12-01 10:32:09 +01:00 |
aismann
|
91843b3fae
|
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 |
Eismann
|
b51545ac54
|
Same as on 3.17 (with small changes)
|
2020-11-23 07:46:09 +01:00 |
Eismann
|
e08b35755b
|
Update Box2dTest.h
|
2020-11-20 07:05:21 +01:00 |
Eismann
|
d126affebf
|
Update CMakeLists.txt
|
2020-11-20 06:38:09 +01:00 |
Eismann
|
232fea1442
|
add Box2D to CMakeList
|
2020-11-20 06:19:30 +01:00 |
Eismann
|
7179435c80
|
Add BOX2D test
Add BOX2D test
|
2020-11-20 04:51:47 +01:00 |
halx99
|
a976e217c1
|
Rollback gradle plugin version 4.0.1, since there is no benefit upgrade to 4.1.0
|
2020-11-12 22:50:38 +08:00 |
halx99
|
db2e468e91
|
CMake, use file TO_CMAKE_PATH instead string replace [ci build]
|
2020-11-12 22:47:35 +08:00 |
halx99
|
c98313ac4b
|
Prepre for box2d-2.4.1
|
2020-11-08 13:11:40 +08:00 |
halx99
|
3835174a45
|
Sync folder for binding generator config
|
2020-11-01 20:18:50 +08:00 |
halx99
|
a4b6361478
|
fix fairygui-tests ios project file
|
2020-10-27 00:24:55 -07:00 |
halx99
|
f55c974d18
|
Build android arch arm64-v8a only for ci, fix test case compiling warning
|
2020-10-26 11:12:55 +08:00 |