halx99
|
a4b6361478
|
fix fairygui-tests ios project file
|
2020-10-27 00:24:55 -07:00 |
halx99
|
2a4beb3ca4
|
DNT printmat by default
|
2020-10-27 11:21:03 +08:00 |
halx99
|
a2fcdb67a1
|
Sprite::setTexture, programType >= ProgramType::HSV needs update by user manually.
|
2020-10-27 11:14:36 +08:00 |
halx99
|
8a8d96e8d4
|
Refine DrawNode, should not use Node::_programState for private use (#251)
The follow classes should not reuse Node::_programState, otherwise needs override Node::setProgramState to update programState of pipelineDescriptor:
- DrawNode
- LayerColor
- LayerRadialGradient
- ParticleBatchNode
- ParticleSystemQuad
|
2020-10-26 14:49:14 +08:00 |
halx99
|
e58041bd46
|
Don't update sprite shader when it's not default
|
2020-10-26 13:08:02 +08:00 |
halx99
|
f55c974d18
|
Build android arch arm64-v8a only for ci, fix test case compiling warning
|
2020-10-26 11:12:55 +08:00 |
halx99
|
e3ea57296e
|
Update README.md
|
2020-10-25 22:01:32 +08:00 |
halx99
|
73fc8d61e6
|
skip ci for android [skip ci]
|
2020-10-25 21:53:05 +08:00 |
halx99
|
182ee49689
|
skip ci for all workflows [skip ci]
|
2020-10-25 21:51:57 +08:00 |
halx99
|
a9e9f2b33a
|
ios-ci skip ci [skip ci]
|
2020-10-25 21:48:18 +08:00 |
halx99
|
983747e419
|
Test skip ci [skip ci]
|
2020-10-25 21:45:39 +08:00 |
halx99
|
5fbefd4ce4
|
Refine pr-ci name
|
2020-10-25 20:21:01 +08:00 |
halx99
|
d224c1cee1
|
fix pr-ci.yml syntax
|
2020-10-25 20:19:28 +08:00 |
halx99
|
e9e3f58c45
|
Enable github ci for pull request
|
2020-10-25 20:15:49 +08:00 |
halx99
|
40545ea81b
|
Update cmake minimal requirement version [skip ci]
|
2020-10-25 19:12:13 +08:00 |
halx99
|
f49cb01e1e
|
Finish #244
|
2020-10-25 16:25:08 +08:00 |
halx99
|
534b2acc39
|
Lock name
|
2020-10-24 21:57:36 +08:00 |
halx99
|
38e7d4faab
|
fix win32 badges for github ci
|
2020-10-24 18:54:39 +08:00 |
halx99
|
7b046814fc
|
Migrate to github ci (#247)
|
2020-10-24 18:41:20 +08:00 |
halx99
|
6ab7aa4c58
|
Update linux.yml
|
2020-10-24 11:30:49 +08:00 |
halx99
|
c8f9cfa5b8
|
Update linux.yml
|
2020-10-24 11:26:41 +08:00 |
halx99
|
68f2a6f61f
|
Update linux.yml
|
2020-10-24 11:05:24 +08:00 |
halx99
|
479815d5e4
|
fix command
|
2020-10-24 10:47:07 +08:00 |
halx99
|
f82b031510
|
fix action os
|
2020-10-24 10:44:04 +08:00 |
halx99
|
eb98e438f5
|
fix action syntax
|
2020-10-24 10:41:35 +08:00 |
halx99
|
cf31fb2026
|
Temp disable gcc 32
|
2020-10-24 10:37:38 +08:00 |
halx99
|
54541f56c1
|
unbutn dist
|
2020-10-23 22:47:38 +08:00 |
halx99
|
07254bc8cd
|
Github action linux build
|
2020-10-23 22:39:59 +08:00 |
halx99
|
38bd3a1acf
|
Github action linux build
|
2020-10-23 22:36:32 +08:00 |
halx99
|
fedf409d2e
|
Create linux.yml
|
2020-10-23 21:59:01 +08:00 |
halx99
|
97b283bc94
|
Optimize includes
|
2020-10-23 16:40:51 +08:00 |
halx99
|
fe76c658b0
|
fix android build
|
2020-10-23 16:36:24 +08:00 |
halx99
|
22bd64cd27
|
Support specific manually and more clearly comment
|
2020-10-23 15:27:03 +08:00 |
halx99
|
0830fe9c14
|
Only needs updateUniformID when set a unstable uniform variable
|
2020-10-23 15:07:18 +08:00 |
halx99
|
ad98ef54b0
|
Add setUniformID manually for user to avoid calculate uniformID with uniform buffer automatically
|
2020-10-23 12:39:30 +08:00 |
halx99
|
4f36b1bbe9
|
Remove default constructor of ProgramState
|
2020-10-23 12:17:36 +08:00 |
halx99
|
083b99112b
|
Since we have uniformID, CUSTOM_PROGRAM also can batch
|
2020-10-23 12:07:37 +08:00 |
halx99
|
e4d8e60c0b
|
Since v4, no needs callback uniform, so mark setCallbackUniform deprecated
|
2020-10-23 11:57:17 +08:00 |
halx99
|
119479b060
|
Refine ProgramState mat id
|
2020-10-23 11:37:52 +08:00 |
halx99
|
4394b94c31
|
Simply skip batch for custom program, see #245
|
2020-10-23 10:26:45 +08:00 |
halx99
|
e3c6edd8e1
|
Simplify interface include for extension GUI
|
2020-10-22 23:14:58 +08:00 |
halx99
|
83bec7092e
|
Remove unused comment
|
2020-10-22 21:32:09 +08:00 |
halx99
|
b969a163f5
|
Update cmake build guide [skip appveyor][skip travis]
|
2020-10-22 17:58:21 +08:00 |
halx99
|
cff35a61b8
|
Set CMAKE_XCODE_ATTRIBUTE_IPHONEOS_DEPLOYMENT_TARGET at toolchain file ios.mini.cmake
|
2020-10-22 17:50:25 +08:00 |
halx99
|
b43a65a5e1
|
fix for non-win32 platforms
|
2020-10-22 17:33:18 +08:00 |
halx99
|
b7fda375c5
|
Update readme [skip appveyor][skip travis]
|
2020-10-22 16:59:09 +08:00 |
halx99
|
253b82c617
|
Make setup.py works with python3
|
2020-10-22 16:53:28 +08:00 |
halx99
|
74ad11d3d7
|
fix typo [skip appveyor][skip travis]
|
2020-10-22 15:35:02 +08:00 |
halx99
|
3abe242406
|
Make download-deps.py compatible with python3
|
2020-10-22 15:24:28 +08:00 |
halx99
|
d5a937f70e
|
Update cmake require version to 3.14 for vs2019 [skip appveyor][skip travis]
|
2020-10-22 11:35:52 +08:00 |