Commit Graph

592 Commits

Author SHA1 Message Date
Deal(一线灵) 8297a12b8c
Revert "Update openal-soft to latest for UWP support" (#1223)
* Revert "Update openal-soft to latest for UWP support"
2023-05-31 23:57:33 +08:00
halx99 f10e285421 Add openal-soft feature `ALC_SOFT_system_events` check 2023-05-31 21:43:11 +08:00
halx99 e5c34ee6b3 [REFINE] Improve Audio Engine, properly continue play after device state changed
i.e.

- Default device changed
- Device disconnected (Android oboe)
2023-05-31 20:46:11 +08:00
halx99 bb2e0e372a [FEATURE] Add new API GLView::queueOperation
- Queue a priority operation in render thread, even through app in background
- Please do logic in callback, don't update ui or any other render state

usage

```
Director::getInstance()->getOpenGLView()->queueOperation([](void* param){
    // do somethings for logic only(Don't update render state or UI)
});
```
2023-05-31 20:42:39 +08:00
Deal(一线灵) 796b10c5d3
Remove duplicate using 2023-05-31 20:32:07 +08:00
Maksymilian Galas 4d49798da7
Add support for haptic feedback on iOS and Android devices (#1222)
* Add support for haptic feedback on iOS and Android devices

* Disable haptic feedback on tvOS

* Remove unused import
2023-05-31 20:14:31 +08:00
Deal(一线灵) aee070c80a
[REFINE] Reopen alsoft device when default device changed (#1219) 2023-05-29 20:19:17 +08:00
Deal(一线灵) c0ceeb70a1
[REFINE] Use ipv4 address preferred for console command server (#1216) 2023-05-26 22:13:47 +08:00
Deal(一线灵) 118d7fba0a
[REFINE] Win32: Avoid video frames buffer accumulation (#1215) 2023-05-26 19:41:01 +08:00
Deal(一线灵) 1f02b92cdc
[Refine] Improve exit flow (#1213) 2023-05-25 15:45:00 +08:00
Deal(一线灵) 6572d0e7a8
Add 1 overload AudioEngine::play2d for time offset support (#1210)
Usage:

`AudioEngine::play2d("xxx/xxx.mp3", AudioPlayerSettings{false/*looping*/, 1.0f/*volume*/, 2.0f /*time offset in seconds*/});`
2023-05-23 19:44:20 +08:00
halx99 8d80160447 Update yasio to latest 2023-05-15 16:57:02 +08:00
halx99 cdd5405d94 Fix ci 2023-05-14 22:52:40 +08:00
halx99 14373a8483 Update yasio to latest 2023-05-14 22:39:05 +08:00
halx99 4492cb52bb Fix ci 2023-05-14 18:37:32 +08:00
halx99 81b39607ad Fix ci 2023-05-14 18:24:41 +08:00
halx99 6ebac0d692 Fix ci 2023-05-14 18:16:24 +08:00
Deal(一线灵) d59924c1bf
Update HttpClient.cpp (#1202) 2023-05-08 09:38:46 +08:00
aismann 95da588e88
Update CCAutoPolygon.cpp (#1201)
Removed "nonsens" code
2023-05-08 06:17:38 +08:00
halx99 e06d293a00 Fix ci 2023-05-03 20:34:45 +08:00
halx99 52a7e9cbb9 Fix RichElementImage scale not initialized 2023-05-03 20:31:07 +08:00
RH 70b13461e0
Fix RenderTexture memory leak and increased memory usage when initWithWidthAndHeight is called (#1191) 2023-04-28 14:54:57 +08:00
Turky Mohammed 2114a7ae9b
Refactor HSV/HSL (#1187)
* Refactor HSV/HSL

some code in `CCParticleSystemQuad.cpp` depends on changes made in `HSV/HSL` classes.

* remove incorrect const&
2023-04-26 17:44:32 +08:00
Turky Mohammed 2333b1593d
Update ccTypes.cpp (#1184) 2023-04-25 10:39:52 +08:00
halx99 79495374aa Fix ci 2023-04-22 20:52:23 +08:00
halx99 960ddd2481 Update yasio to latest 2023-04-17 00:28:05 +08:00
RH b76db45128
Fix to ensure new line is correctly added to RichText (#1171) 2023-04-13 21:33:29 +08:00
halx99 8f7711b1d8 Fix ci 2023-04-07 23:57:13 +08:00
halx99 e63669193b Fix windows H264 video render 2023-04-07 23:32:26 +08:00
halx99 a4e75d47a7 Add ui::RichText setString, refer to: #1166 2023-04-05 16:16:57 +08:00
halx99 b7d9644b28 Improve HttpClient event dispatch 2023-04-05 13:32:13 +08:00
Deal(一线灵) 73b56fab91
Forward packet for HttpClient only (#1164) 2023-04-03 22:32:33 +08:00
halx99 0213dec57d Improve HttpClient, remove unsafe API `sendSync` 2023-04-03 19:54:58 +08:00
Deal(一线灵) 7a24a89ca8
Building with ninja + official llvm-clang-cl support (#1159)
* Building with ninja + official llvm-clang-cl support

* Update gh ci for clang

* Fix ci

* Fix ci

* Fix ci

* FIx dll copy [skip ci]

* Fix ci warnings

* Update ci files and readme

* Update badges
2023-04-02 16:04:19 +08:00
halx99 caaacf4dfa Fix UWP mouse scroll delta process 2023-04-02 14:31:51 +08:00
Deal(一线灵) de7fdee6e4
Enable video player(VideoTexture) based on new MediaEngine for macOS and tvos (#1154)
* Ready for PR macOS

* Update videoTexture.frag

* Fix compile

* Fix h265 for mac [skip ci]

* Fix compile error

* Update readme [skip ci]
2023-04-02 01:51:36 +08:00
Deal(一线灵) b48eb3d29f
Support clang-cl + ninja, refer to #1152 (#1153) 2023-04-01 23:11:58 +08:00
RH 6ad2152333
Ensure that the axmol engine git folder is the one used for versioning (#1149)
* Committing genbindings changes

* Fix compilation error related to redefinition of 'pause'
Fix update override warning
Improve code

* Revert "Fix compilation error related to redefinition of 'pause'"

This reverts commit 1744a48fec.

* Ensure that the engine .git folder is the one being referenced for versioning
2023-03-31 08:04:38 +08:00
halx99 ee2de093a7 Done #1139 2023-03-30 22:08:53 +08:00
halx99 facba25f12 Fix #855 2023-03-29 23:36:54 +08:00
halx99 abf3405066 For clang-format happy 2023-03-28 00:07:33 +08:00
aismann 65875a977e
Clipper2 1.2.2 (#1138) 2023-03-27 21:46:14 +08:00
halx99 a847fdab9a Add FileStream::getNativeHandle() 2023-03-26 22:42:13 +08:00
halx99 9a4d173030 Fix ci 2023-03-25 16:08:48 +08:00
Deal(一线灵) 3d23eea8d0
Media engine video texture (#1133)
* VideoPlayer based on new MediaEngine[Win32/UWP]

* Improve MediaEngine interface

* Update readme

* Improve pixel format

* Improve MediaEngine interface

* Ready for PR UWP/Win32

* Ready for PR UWP,Win32

* Update reademe files

* Update readme files

* Update UIVideoPlayer-android.cpp [skip ci]

* Update UIVideoPlayer-ios.mm

* Update MFUtils.cpp

* Fix ci
2023-03-25 08:37:51 +08:00
Turky Mohammed ff8a16350f
[IMPROVEMENT] Fix tilemap camera move and zoom culling (#1134)
* Fix tilemap culling

* Update CCFastTMXLayer.cpp

* Update CCFastTMXLayer.h
2023-03-25 08:33:39 +08:00
Turky Mohammed ed3bb5eaf8
[BUG] Fix TMX Tiled Map `CSV`, `BASE64`, & `ZLIB` incorrect parsing (#1131)
* Fix TMX Tiled Map `CSV`, `BASE64`, & `ZLIB` incorrect parsing

* Revert "Fix TMX Tiled Map `CSV`, `BASE64`, & `ZLIB` incorrect parsing"

This reverts commit 3088123a20.

* Use `std::regex_replace` instead

* Avoid copying strings

* Update CCTMXXMLParser.cpp
2023-03-25 08:33:13 +08:00
RH 3eae9cf0f6
Fix return reference to local temporary value (#1127)
* Fix invalid return type for temporary variable
2023-03-21 21:22:02 +08:00
Sam 8a4494606a
Improve Android performance (#1125)
* Improve Android performance

* Remove unused memset

* Using the same code as Metal.

* Add a comment
2023-03-21 19:43:37 +08:00
Yehsam23 5c7d6b07e9
Impore Metal Renderer Dirty Detection. (#1120)
Remove setTargetFlags _dirty
2023-03-15 11:09:20 +08:00