Commit Graph

622 Commits

Author SHA1 Message Date
j-jorge a4a8c0b17e
Add missing include guard in NinePatchImageParser.h (#1248) 2023-07-01 08:53:09 +08:00
j-jorge ccc7071b47
UserDefault: check the result of posix_ftruncate. (#1249) 2023-07-01 08:51:29 +08:00
j-jorge 1a43a2d8f6
Fix missing return value in EditBoxImplLinux::getNativeDefaultFontName(). (#1250) 2023-07-01 08:49:17 +08:00
halx99 408608a579 Fix warning [skip ci] 2023-06-28 16:17:55 +08:00
halx99 21871ab244 Fix #1243 2023-06-26 09:12:29 +08:00
halx99 7f89bb23a7 Move queueOperation from GLView to Director 2023-06-25 01:17:29 +08:00
halx99 ef41a52939 Sync yasio to latest 2023-06-24 21:18:27 +08:00
Deal(一线灵) 87601a734b
Update 3rd sources (#1240)
- llhttp: 8.1.1
- yasio: latest
- recast 1.6.0
- openal-soft: latest for official UWP support
- glad 2.0.4
- libpng 1.6.40
- astcenc 4.5.0
- Add fastlz: latest
- Disable lz4 by default
2023-06-24 09:17:14 +08:00
Deal(一线灵) 9a4d1aa09b
Apple Media, print error reason when load media failed 2023-06-19 09:27:28 +08:00
halx99 db761b79f2 Improve code style 2023-06-15 12:16:39 +08:00
halx99 3331a557f6 Improve CMakeLists.txt 2023-06-13 20:44:20 +08:00
halx99 8da6990fff Improve cmake
If no system libvlc, try use prebuilt.
2023-06-13 00:10:53 +08:00
halx99 a90f4d10fa Update docs 2023-06-12 14:15:37 +08:00
Deal(一线灵) 7704af35c2
Fix ci 2023-06-12 09:24:13 +08:00
halx99 e1a588d5f5 Improve engine version definitions 2023-06-12 09:14:23 +08:00
halx99 e0a6f6a21c Delete unused sources 2023-06-11 19:21:05 +08:00
halx99 e2c062cfbb Move win32 _ftruncate impl to base/posix_io.cpp 2023-06-11 19:19:12 +08:00
halx99 40a52bbeff Move posix io macros to base/posix_io.h 2023-06-11 14:39:19 +08:00
Deal(一线灵) 0c058a5d3e
Remove CC prefix from code file name (#1230)
* Add migrate sources tool

* Fix include replace regex

* Fix compile

* Migrate maually

* Disable sources-migrate tool by default

* Fix ci

* Fix ci

* Improve source migrate

* Fix ios/tvos ci

* Fix ios/tvos ci

* Fix
2023-06-11 13:08:08 +08:00
Deal(一线灵) d57706b8ae
Improve media-engine for android, linux (#1228)
* Improve media-engine
- Implement andorid,linux
- Improve local file uri scheme

* Fix ci

* Improve code style

* Improve

* Update VlcMediaEngine.cpp

* Update AvfMediaEngine.h

* Fix ci

* Improve code style

* Enable androidx gradle.properties [skip ci]

* Improve code style

* Remove unnecessary callbacks

* Rename VideoPlayer to MediaPlayer
2023-06-10 22:05:49 +08:00
halx99 dd56cf2fb7 Improve gradle script 2023-06-06 11:15:46 +08:00
halx99 c60e80166c Update JNI call 2023-06-05 21:55:23 +08:00
RH c49aab22ad
Factor in protected nodes when creating global Z node priority map for event dispatcher (#1224) 2023-06-05 17:09:50 +08:00
halx99 23e77b4fe1 [Audio] Fix _onALCEvent prototype 2023-06-04 10:04:08 +08:00
Deal(一线灵) 995eccc205
Improve code style 2023-06-02 17:15:01 +08:00
Deal(一线灵) c8fbf33b8d
Update AudioEngineImpl.cpp 2023-06-02 01:59:05 +08:00
halx99 6615d3d29f [Audio] Improve device handling 2023-06-01 20:54:55 +08:00
halx99 9e0d8b178a [Audio] alSourceAddNotificationExt not present openal-soft 2023-06-01 14:51:00 +08:00
halx99 b467822cad [Video] Enable VideoTexture streaming for iOS 2023-06-01 12:48:40 +08:00
Deal(一线灵) fe87f4ec58
[Audio] Fix can't hear sound in ios simulator 16.0 2023-06-01 12:32:58 +08:00
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