solan-solan
64034df2ad
GL_RGBA32F GL backend support ( #1034 )
...
* Added GL_RGBA32F_EXT for GL backend to support floating point textures.
* Committing genbindings changes
* Added fp texture constant to mtl.
Co-authored-by: solan-solan <solan-solan@users.noreply.github.com>
2023-01-19 22:10:41 +08:00
halx99
5857874885
Remove unused from cmake script
2023-01-17 10:08:09 +08:00
halx99
9b81b06e06
Committing genbindings changes
2023-01-06 15:48:02 +00:00
一线灵|Deal
a224966f6b
Fix ci
2023-01-05 02:47:23 +08:00
halx99
5bd36bfa7c
Update yasio to latest
2023-01-04 23:20:07 +08:00
halx99
6f08abab88
Committing genbindings changes
2023-01-04 14:59:56 +00:00
halx99
25a9a4fb7a
Committing genbindings changes
2023-01-01 10:21:43 +00:00
halx99
c149cb6c79
Committing genbindings changes
2022-12-29 09:01:26 +00:00
tkzcfc
fa0d9c8d55
Fix download task creation failure Program crash ( #984 )
...
* Support return type'ResourceData'
* Revert "Support return type'ResourceData'"
This reverts commit dd38d06350
.
* Support return type'ResourceData'
* Support binary files
* Support Lua to call cc.utils: capturenode
* Support Lua to call cc.utils: capturenode
* export: sp.SkeletonAnimation:findBone sp.SkeletonAnimation:getBoundingBox
* export 'setAttachment' function to lua
* Committing genbindings changes
* search path adding repeated judgment
* add macro definition AX_NO_DUP_SEARCH_PATH
* add macro definition AX_NO_DUP_SEARCH_PATH
* Update core/platform/CCFileUtils.cpp
* Fix downloader crash in the lua coroutine
* fix download task creation failure Program crash
Co-authored-by: tkzcfc <tkzcfc@users.noreply.github.com>
Co-authored-by: 一线灵|Deal <halx99@live.com>
Co-authored-by: HYGK-PC\Administrator <tkzc@foxmail.com>
2022-12-12 20:56:48 +08:00
halx99
445e51d4c4
Committing genbindings changes
2022-12-07 01:31:10 +00:00
halx99
e943d5d24e
Committing genbindings changes
2022-11-28 00:44:15 +00:00
一线灵|Deal
4811b9768e
Update init.lua
2022-11-12 20:34:48 +08:00
halx99
4d9ec2ac36
Committing genbindings changes
2022-11-07 08:04:54 +00:00
halx99
7f77a5e9f4
Committing genbindings changes
2022-11-01 04:19:28 +00:00
halx99
14bf3b776a
Committing genbindings changes
2022-11-01 01:34:53 +00:00
halx99
9558360df1
Committing genbindings changes
2022-10-31 22:56:01 +00:00
halx99
620b009286
Remove FileUtils::searchResolutionsOrderArray
2022-10-30 23:03:39 +08:00
halx99
4732d7c073
Committing genbindings changes
2022-10-20 12:52:19 +00:00
tkzcfc
5345d9eb38
Fix downloader crash in the lua coroutine ( #927 )
2022-10-18 17:42:19 +08:00
halx99
8ea5342cca
Committing genbindings changes
2022-10-13 14:08:14 +00:00
halx99
8e5a378f1c
Luabinding: Add std: 🧵 :id support
2022-10-12 14:22:45 +08:00
halx99
16c592367d
Committing genbindings changes
2022-10-11 23:33:16 +00:00
halx99
29d4e3209e
Migrate lua scripts, remove deprecated files
2022-10-07 21:24:11 +08:00
halx99
b9f79ac07a
Committing genbindings changes
2022-10-04 03:15:52 +00:00
一线灵|Deal
5645bb241e
Final migrate ( #876 )
2022-10-01 16:24:52 +08:00
tkzcfc
c01af9d338
export 'setAttachment' function to lua ( #868 )
...
* export: sp.SkeletonAnimation:findBone sp.SkeletonAnimation:getBoundingBox
* export 'setAttachment' function to lua
Co-authored-by: tkzcfc <tkzcfc@users.noreply.github.com>
2022-09-27 19:15:11 +08:00
halx99
f8c3d95176
Committing genbindings changes
2022-09-26 16:13:15 +00:00
halx99
57a76fb2f9
Remove unnecessary APIs
2022-09-26 23:20:54 +08:00
halx99
a5d7781455
Committing genbindings changes
2022-09-24 04:39:58 +00:00
halx99
72e6061557
Fix #861
2022-09-23 22:41:30 +08:00
tkzcfc
bed737864a
Support Lua to call cc.utils: capturenode ( #848 )
2022-09-06 21:23:44 +08:00
一线灵|Deal
33b67fa0df
Migrate, use simple namespace ax ( #818 )
2022-08-29 20:51:22 +08:00
halx99
6de08175bb
Migrte lua script files
2022-08-15 16:28:32 +08:00
halx99
9150b9db83
Migrate cmake files
2022-08-11 15:41:10 +08:00
halx99
2c07233232
Committing genbindings changes
2022-08-11 03:03:29 +00:00
halx99
2b1770bdc7
Committing genbindings changes
2022-08-11 01:57:48 +00:00
aismann
28dd328eda
replace push_back() vs emplace_back() on extension ( #785 )
2022-08-09 09:54:53 +08:00
一线灵
13fc72c02c
Migrate axys ( #782 )
2022-08-08 18:02:17 +08:00
halx99
7a7c8fe2ae
Committing genbindings changes
2022-08-06 12:11:55 +00:00
Turky Mohammed
399dac7478
[PROPOSAL] Add wireframe rendering and function classification improvements. ( #778 )
...
* Add wireframe rendering and function classification improvements.
* Fix platform compilation.
* Update CommandBufferGL.cpp
GL_LINE and GL_FILL are no present in mobile devices, so the raw value has been used instead.
* Update CommandBufferGL.cpp
* Try fix IOS compilation
* Update CommandBufferMTL.h [skip ci]
* GLES & D3D11 wireframe
Added crude but okay wireframe mode for GLES and D3D11 devices.
2022-08-06 16:17:55 +08:00
halx99
c21408cd73
Fix #776
2022-08-04 21:05:48 +08:00
tkzcfc
8178ce87e1
Support spine binary files ( #777 )
2022-08-04 20:11:11 +08:00
halx99
6fda3c6e57
Committing genbindings changes
2022-08-02 00:29:11 +00:00
tkzcfc
9791189fd3
[Lua Binding] Support return type 'ResourceData' ( #763 )
2022-07-22 13:13:22 +08:00
halx99
5391557c09
Fix #758
2022-07-20 18:41:33 +08:00
halx99
c3558448c2
Committing genbindings changes
2022-07-20 00:57:28 +00:00
halx99
5b98fa33a2
Committing genbindings changes
2022-07-19 10:58:12 +00:00
halx99
600fdd5962
Migrate macro COCOS2D_DEBUG, refer #751
2022-07-19 15:34:26 +08:00
一线灵
ee8877615d
Merge pull request #750 from axis-project/migrate-macros
...
Migrate macros 'CC_' to 'AX_'
2022-07-16 12:45:47 +08:00
halx99
4974d1181c
Sync platform macros [skip ci]
2022-07-16 10:53:30 +08:00