Commit Graph

43 Commits

Author SHA1 Message Date
ask me anything :) 385a79ca6c
Update DevSetup.md (#1965) 2024-06-05 20:25:34 +08:00
RH ccf31892a0
Update documentation for axmol build commands when targetting the iOS simulator (#1938) 2024-05-29 22:25:42 +08:00
RH edb4d47bc2
Update documentation to reflect latest changes (#1867) 2024-04-30 20:03:30 +08:00
Deal 1ba83b617e
Remove outdated section from DevSetup.md 2024-04-27 22:19:56 +08:00
halx99 f8de198e18 Improve build system 2024-04-24 01:39:49 +08:00
halx99 68a5c250cd Fix build android with axmol cmdline arch not working 2024-04-09 01:37:04 +08:00
halx99 e8b070c84c Remove unnecessary cmake option AX_VS_DEPLOYMENT_TARGET since we require cmake >= 3.28 2024-04-03 03:57:59 +08:00
Dani Alias bf906c3599
Spelling and formatting corrections for .md files (#1671)
* DevSetup.md spelling and style

* Updated CODING_STYLE.md for Axmol

* Update DevSetup.md

* Corrections for DevSetup.md

* Corrections in README.md
2024-02-12 23:51:56 +08:00
halx99 fe4ef94b4e Unify cmake minimal requirement 2024-01-18 21:12:45 +08:00
halx99 d3e680bc52 Update Android devtools
- AGP 8.2.1
- Android Studio 2023.1.1+
- Android SDK Tools 34.0.0
- Android SDK Platform 34
- Gradle 8.5
2024-01-17 02:59:40 +08:00
halx99 a88ffb9647 Move install-pwsh.sh to 1k/ 2024-01-11 01:46:16 +08:00
halx99 87a2532910 Try fix xcode15 linker fire duplicate libraries warnings
- https://github.com/axmolengine/axmol/issues/1453
- https://gitlab.kitware.com/cmake/cmake/-/merge_requests/8946
- https://gitlab.kitware.com/cmake/cmake/-/blob/master/Modules/FindPNG.cmake
2024-01-10 09:17:47 +08:00
Deal f1af4c0e2e
Update DevSetup.md 2023-12-29 08:47:02 +08:00
RH 910f037e00
Update DevSetup (#1507)
* Clarify requirement of cmake 3.28 for MacOS
Add axmol build command options

* Clarify the auto installation of cmake 3.28 using axmol build command

* Update UWP section title
2023-12-12 17:16:19 +08:00
Deal 836b0ff7a7 Update DevSetup.md 2023-10-14 10:55:16 +08:00
Deal 5c1d7fbbfb Update DevSetup.md[skip ci][skip appveyor] 2023-10-03 12:05:33 +08:00
halx99 cd57b24a86 Improve console 'axmol new' command 2023-09-26 14:28:10 +08:00
Deal 553a363bd2 Update DevSetup.md [skip ci][skip appveyor] 2023-09-18 15:10:35 +08:00
Deal 6bee95596b Update DevSetup.md [skip appveyor] [skip ci] 2023-09-13 03:39:51 +08:00
Deal 7f42bb6a92 Update DevSetup.md [skip ci] [skip appveyor] 2023-09-12 21:11:46 +08:00
halx99 f2470b99aa Android: Update AGP to 8.1.1
- jdk-17.x+ required
- gradle-bin 8.3
- Build-Tools 33.0.1
-  Delete package name from AndroidManifest.xml
- Add namespace "org.axmol.xxx" in 'app/build.gradle'
- Rename compileSdkVersion ==> compileSdk in 'app/build.gradle'
- Use rootProject.layout.buildDirectory instead rootProject.buildDir
- Android Studio 2022.3.1+
2023-09-12 01:13:06 +08:00
halx99 b8f069612e Bump v2.0.0 2023-09-09 10:20:39 +08:00
Deal 13bdda57fb Update DevSetup.md [skip ci][skip appveyor] 2023-09-09 09:59:17 +08:00
Deal 9031e99552 Update DevSetup.md [skip ci][skip appveyor] 2023-09-09 09:58:08 +08:00
halx99 1436dbadee Update reademe files 2023-09-02 20:06:18 +08:00
halx99 3b2491ea9d Improve setup [skip ci] 2023-08-30 12:55:19 +08:00
Deal 1f2f54f2ac Axmol console next (#1313) 2023-08-30 08:34:33 +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
aismann 9f386c19df Update DevSetup.md (#1264)
Example: How to build the tetst projects
2023-07-10 00:36:50 +08:00
Deal(涓€绾跨伒) 1612f3bc33 Update DevSetup.md [skip ci] 2023-07-06 21:47:16 +08:00
Deal(涓€绾跨伒) 850b84ddb8 Update DevSetup.md [skip ci] 2023-07-06 21:45:20 +08:00
Deal(涓€绾跨伒) c891130a79 Update DevSetup.md [skip ci] 2023-07-06 21:34:50 +08:00
Deal(涓€绾跨伒) 8d0d46b180 Update DevSetup.md [skip ci] 2023-07-06 21:27:40 +08:00
halx99 acc47b3281 Bump 1.1.0 2023-07-06 20:37:59 +08:00
halx99 0aef470146 Migrate setup.py to setup.ps1 2023-07-06 12:18:33 +08:00
Deal(涓€绾跨伒) 2ff94f287e Improve ci files (#1247)
* Improve ci files

* Fixup

* Fix ci

* Update DevSetup.md

* Remove duplicated code

* Fix setup_jdk

* Fix typo

* Check jdk setup

* Update build1k.ps1

* Update build.ps1

* Update build1k.ps1
2023-07-01 08:52:14 +08:00
halx99 ac3123bdb6 Improve ci pwsh script
- Rename tools/ci/build.ps1 to tools/ci/build1k.ps1
- build1k.ps1 now also setup jdk for build android
- Rename `-cm` to `-xc`
- Rename `-cb` to `-xb`
- Add option `-prefix` to specific install location for missing tools,
default localtion is $HOME/build1k/
2023-06-30 17:06:33 +08:00
Deal(涓€绾跨伒) 22cf57df14 Update DevSetup.md [skip ci] 2023-06-29 21:01:45 +08:00
halx99 c097fc0271 Improve docs, move dev setup instructions to docs/DevSetup.md 2023-05-31 12:58:15 +08:00