Commit Graph

756 Commits

Author SHA1 Message Date
halx99 37c64c5971 Sync config files 2020-11-02 12:50:51 +08:00
halx99 d6ca464614 Optimize python scripts 2020-11-02 11:35:44 +08:00
halx99 3835174a45 Sync folder for binding generator config 2020-11-01 20:18:50 +08:00
halx99 60a6d97d86 Remove Sprite::updateShaders [ci build] 2020-10-31 20:08:32 +08:00
halx99 474d2d2f24 Optimize FUISprite::setGrayed for engine-x 2020-10-31 13:58:47 +08:00
halx99 49b948af28 Improve memory use 2020-10-29 19:13:36 +08:00
halx99 37fe00ea76 Trigger ci build by comment 2020-10-27 18:07:55 +08:00
halx99 09d1fffac7 fix userdefault getBoolForKey incorrect 2020-10-27 17:27:52 +08:00
halx99 865c1e22ac Sync https://github.com/EsotericSoftware/spine-runtimes/pull/1801 2020-10-27 17:08:26 +08:00
halx99 4c05ca5004 fix compile 2020-10-27 17:01:03 +08:00
halx99 a060ef3bcb Use DeviceGL to store defaultFBO 2020-10-27 16:58:37 +08:00
halx99 ab7173e61e GLES ios compile 2020-10-27 01:42:05 -07:00
halx99 a5c03d7d15 By default, build osx on push 2020-10-27 00:42:35 -07:00
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