HALX99
|
4cd026c920
|
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
|
1efe0091a8
|
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
|
c1063ea03d
|
Fix cpp-tests exit crash when tableView in scrolling [ci build]
|
2021-04-26 17:55:55 +08:00 |
halx99
|
5b13927d47
|
Fix ci warnings [ci build]
|
2021-04-26 17:28:58 +08:00 |
rh101
|
b865d9e18e
|
Use reset() to clear unique_ptr.
Use value initialization for unique_ptr.
Change AudioDecoderOgg override functions to use FileStream* instead of unique_ptr.
Remove redundant code.
|
2021-04-26 15:43:33 +10:00 |
rh101
|
ef6bedd069
|
Use unique_ptr for FileUtils::openFileStream
Fix OGG audio playback due to incorrect tell() method
Fix unzip close() override method not deleting FileStream pointer.
|
2021-04-26 14:21:56 +10:00 |
RH
|
72fc8a6f4d
|
Merge branch 'vfs-support' into master
|
2021-04-26 10:39:09 +10:00 |
halx99
|
dff3aff1e4
|
Update lua script
|
2021-04-25 22:37:52 +08:00 |
rh101
|
73e45e33c2
|
Update usage of createDownloadFileTask
|
2021-04-25 18:36:20 +10:00 |
rh101
|
ce1a24cb15
|
Ensure FileStream is used for file access where possible
|
2021-04-25 17:22:43 +10:00 |
halx99
|
540c9375ff
|
Update fairygui runtime [ci build]
|
2021-04-24 18:53:21 +08:00 |
halx99
|
39b5e14489
|
Update spine runtimes
|
2021-04-24 18:14:30 +08:00 |
halx99
|
e8c1d7bc2c
|
Set cmake min version to 3.10 [ci build]
|
2021-04-21 14:05:44 +08:00 |
halx99
|
958f6c3a93
|
Properly set gc mode for lua-5.4 [ci build]
|
2021-03-27 19:49:19 +08:00 |
HALX99
|
1590c200d5
|
Merge pull request #331 from c4games/cmake-improve
Improve cmake scripts
|
2021-03-13 18:46:32 +08:00 |
halx99
|
9aebfd4b0d
|
Improve cmake scripts
a. rename project 'plainluac' to 'luac'
b. add executable project 'lua'
c. unify cmake runtime directory to bin
|
2021-03-13 18:18:40 +08:00 |
halx99
|
a5cf017e0f
|
Lua 5.4 compatible
|
2021-03-13 16:47:09 +08:00 |
halx99
|
f771a92ca2
|
lua api compatible
|
2021-01-09 18:32:22 +08:00 |
halx99
|
c44d94a2b2
|
Update lua bindings source [ci build]
cxx17::string_view support
|
2020-12-16 17:52:17 +08:00 |
halx99
|
c3ad19df96
|
fix FUISprite gray to normal doesn't work
|
2020-12-10 16:54:59 +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 |
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
|
192a59f39e
|
Sync extension fairygui
|
2020-11-26 17:40:32 +08:00 |
Oren Bengigi
|
a6b3b7050a
|
Fix manifest version greater check
|
2020-11-18 20:43:49 +02:00 |
halx99
|
ca42ef08ba
|
Refine jni methods decls [ci build]
|
2020-11-18 13:25:00 +08:00 |
halx99
|
1051d38562
|
Merge branch 'master' of https://github.com/c4games/engine-x
|
2020-11-18 12:16:36 +08:00 |
halx99
|
53122216ee
|
Add missing param JNIEnv* for natvie interfaces [ci build]
|
2020-11-18 12:15:48 +08:00 |
halx99
|
a708c2f904
|
Improve lua framework code
|
2020-11-17 23:17:40 +08:00 |
halx99
|
acc064770c
|
fix #263
|
2020-11-17 21:57:35 +08:00 |
halx99
|
7852cb21e5
|
fix #262
|
2020-11-16 22:38:18 +08:00 |
halx99
|
cd34ea9c4d
|
fix compile issue
|
2020-11-16 14:19:56 +08:00 |
wtfdnvxk
|
f5fcd5592c
|
Update lua_module_register.cpp
extend lua by register extensions
|
2020-11-11 16:53:00 +08:00 |
halx99
|
d1f0a287ac
|
Remove ENABLE_CJSON_GLOBAL from cmake
|
2020-11-11 16:37:33 +08:00 |
halx99
|
0bc8728342
|
mandatory yasio for lua bindings
|
2020-11-11 15:51:46 +08:00 |
halx99
|
e0a36031c9
|
fix cjson can't use
|
2020-11-11 15:21:29 +08:00 |
halx99
|
5da2894e1b
|
Prepre for box2d-2.4.1
|
2020-11-08 13:11:40 +08:00 |
halx99
|
c5493b4230
|
Update extension spine README.md
|
2020-11-04 23:28:51 +08:00 |
halx99
|
f90046f0ac
|
Tidy extension spine folder structure [ci build]
|
2020-11-04 23:17:05 +08:00 |
halx99
|
d5d11d203a
|
fix lua bindings [ci build]
|
2020-11-04 19:35:58 +08:00 |
halx99
|
c9873122b5
|
spine-c runtime compatible [ci build]
|
2020-11-04 19:10:02 +08:00 |
halx99
|
9d0cb09f5d
|
Remove Sprite::updateShaders [ci build]
|
2020-10-31 20:08:32 +08:00 |
halx99
|
645364864b
|
Optimize FUISprite::setGrayed for engine-x
|
2020-10-31 13:58:47 +08:00 |
halx99
|
3fa65521e3
|
Sync https://github.com/EsotericSoftware/spine-runtimes/pull/1801
|
2020-10-27 17:08:26 +08:00 |
HALX99
|
9156bc122c
|
Update README.md
|
2020-10-25 22:01:32 +08:00 |
halx99
|
863bd35676
|
Finish #244
|
2020-10-25 16:25:08 +08:00 |
halx99
|
975ef2ff61
|
Lock name
|
2020-10-24 21:57:36 +08:00 |
halx99
|
4a93071ab0
|
Simplify interface include for extension GUI
|
2020-10-22 23:14:58 +08:00 |
halx99
|
a09d53bf05
|
Remove unused comment
|
2020-10-22 21:32:09 +08:00 |
halx99
|
b8834bc086
|
Finsih rename
|
2020-10-22 10:58:10 +08:00 |