Commit Graph

62 Commits

Author SHA1 Message Date
Deal fcac4e4271 Fix #1352 2023-09-22 18:54:36 +08:00
halx99 238c3b1552 build1k: support auto setup llvm for win32 2023-09-21 01:19:04 +08:00
Deal 1d7ab72ad4 Update build1k.ps1
Only for appveyor ci happy
2023-09-18 11:44:06 +08:00
halx99 41f9a20671 Use explicit emsdk version for wasm build [skip ci] [skip appveyor] 2023-09-14 19:04:08 +08:00
Deal be7574683f Update build1k.ps1 [skip ci][skip appveyor] 2023-09-14 15:35:08 +08:00
halx99 983e383077 Improve build script 2023-09-13 16:00:33 +08:00
halx99 b16880ef2d Improve setup script 2023-09-13 03:37:49 +08:00
halx99 b8baf0d1a8 Android: Allow use external cmake outside of android sdk 2023-09-12 19:32:20 +08:00
halx99 c7ab6a227e Processing wasm touch events properly 2023-09-07 19:32:06 +08:00
halx99 d965dc42cd Improve 1k/build1k.ps1 2023-09-06 12:36:24 +08:00
halx99 e684e7aea5 Explicit clang setup [skip ci] [skip appveyor] 2023-09-03 19:55:39 +08:00
halx99 cbb23108cb Merge: e1f3c5d76f c21736c0d6
Merge branch 'dev' of https://github.com/axmolengine/axmol into dev
2023-09-03 11:47:36 +08:00
halx99 7abad49137 Appveyor CI: build wasm release mode 2023-09-03 11:47:33 +08:00
halx99 8f0f3e53ec Increase clang-cl minmal version requirement [skip ci][skip appveyor] 2023-09-03 10:52:11 +08:00
halx99 692688accf Fix tvos ci 2023-09-03 09:46:21 +08:00
halx99 8a9455a4ab Improve build1k 2023-09-03 06:49:59 +08:00
halx99 c66ac9dedc Merge: 41714a04fd 2631c8405b
Merge branch '1.x' into dev
2023-09-02 19:56:50 +08:00
halx99 b21fcb0272 Fix gendocs.ps1 2023-09-02 19:56:33 +08:00
halx99 8f8418c15d Merge: c8bfa8cdf1 062b510c38
Merge 1.x WASM support into 'dev'
2023-09-02 19:47:18 +08:00
nowasm 03f007fdbe Add webgl aka wasm build support (#1315) 2023-09-01 16:31:14 +08:00
halx99 fe60bf0a1b Fix cmake setup for linux 2023-09-01 01:17:49 +08:00
halx99 ab14286193 Fix cmake setup for linux 2023-09-01 01:06:58 +08:00
Deal 1f2f54f2ac Axmol console next (#1313) 2023-08-30 08:34:33 +08:00
halx99 026f00fcd1 Fix ci 2023-08-28 09:44:59 +08:00
halx99 7c5825364d Fix ci 2023-08-28 09:34:54 +08:00
halx99 0ab4e6a544 build1k: Add `-nb` to generate native project only 2023-08-27 23:21:22 +08:00
halx99 5183995a36 Merge: f9b6553e57 94be720d3f
Merge branch '1.x' into dev
2023-08-25 16:57:54 +08:00
halx99 2bf41d7d31 Fix ci 2023-08-25 16:57:38 +08:00
halx99 46f668b01b Remove render backend setLineWidth [skip ci]
Due to not all of GL and Metal support it, so remove it unify behavior
developers shouldn't relay on it
2023-08-25 16:49:08 +08:00
halx99 f525d6c726 Update docs 2023-08-25 16:46:32 +08:00
halx99 bfe167121e Add cmake option AX_GLES_PROFILE
Valid value of AX_GLES_PROFILE: 0, 200, 300

By default, the AX_GLES_PROFILE is:

- android: 200, allow axmol apps runs on: API 17 Android 4.2+ devices
- winuwp: 300
- Win32/linux/osx/ios/tvos: 0

For ios/tvos, will forcing AX_GLES_PROFILE to 300 if AX_GLES_PROFILE not 0
2023-08-14 20:40:05 +08:00
Deal 9dc9e9adc7 Update android.yml 2023-08-13 23:58:18 +08:00
halx99 bd0e1fef4b Fix compile error 2023-08-13 22:09:02 +08:00
Deal 572bb2f700 Test use glad on android 2023-08-13 00:24:35 +08:00
Deal 1e603d09d7 Lock ndk revision to r23c 2023-08-12 11:04:53 +08:00
halx99 cc9cbcbff9 Merge: eba7fc17ba 6bbdc273f8
Merge branch 'main' into dev
2023-08-10 18:53:35 +08:00
halx99 46ed10dac3 Update yasio to v4.1.0 2023-08-10 18:36:45 +08:00
halx99 1ec408812f Fix cmake setup 2023-08-09 14:37:43 +08:00
Deal 969baf94d4 Update CHANGELOG [skip ci] 2023-08-09 13:52:28 +08:00
halx99 4f1a428823 Improve build1k.ps1 2023-08-09 13:26:15 +08:00
halx99 48f6659b4b Improve build script 2023-07-31 12:07:10 +08:00
halx99 651d5570f6 Improve build1k.ps1 2023-07-31 10:35:45 +08:00
halx99 a7473d3baf Move optional tools to manifest.ps1 2023-07-29 15:48:48 +08:00
halx99 edee8af2a6 Fix metal render issues
- Fix metal uniform buffer alignment size
- Fix spine two color tint render for metal
- Update glslcc to 1.9.0
2023-07-27 18:21:16 +08:00
halx99 1b4c9bbec8 Auto compile app/Sources/shaders to axslc/custom 2023-07-19 23:41:16 +08:00
halx99 7bd3b57809 Improve code style 2023-07-19 21:12:25 +08:00
halx99 04c5505fa2 Fix glDisable state guard 2023-07-19 18:35:05 +08:00
Deal eae07123dc Refer to #1278 2023-07-19 09:10:46 +08:00
halx99 1c669912b5 More easy for dev 2023-07-17 20:51:28 +08:00
Deal 071d9aa8ea Remove gitter [skip ci]
It's only bakup IM room, discord is preferred
2023-07-17 12:39:19 +08:00