aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* chore(workflow): update build-api workflow to set Python version to 3.9 and ↵HsiangNianian2024-09-081-2/+2
| | | | enable cache
* chore(workflow): update release workflow to remove branch input and add ↵简律纯2024-09-081-4/+4
| | | | reason input (#106)
* chore(workflow): update build-api workflow to add reason input and sync pdmHsiangNianian2024-09-081-3/+12
|
* chore(deps): update watchfiles and windows-curses wheel hashes (#111)HsiangNianian2024-09-082-320/+324
|
* docs: update CHANGELOG.md for v0.1.9-alpha.2 [skip ci]HsiangNianian2024-09-071-0/+10
|
* chore(deps): update cargo dependencies (#108)v0.1.9-alpha.2HsiangNianian2024-09-082-2/+2
|
* chore(workflow): update inputs for version in workflows (#110)HsiangNianian2024-09-083-0/+15
|
* chore(deps): update cargo dependencies (#108)HsiangNianian2024-09-082-2/+2
|
* chore(workflow): downgrade actions/download-artifact to v3 (#107)HsiangNianian2024-09-081-1/+1
|
* chore(docs): update build-api workflow to remove API docsHsiangNianian2024-09-081-1/+1
|
* docs: update CHANGELOG.md for v0.1.9-alpha.1 [skip ci]HsiangNianian2024-09-071-1/+96
|
* chore(deps): bump cargo dependencies (#106)v0.1.9-alpha.1HsiangNianian2024-09-083-4/+4
|
* chore(deps): bump actions/download-artifact (#103)dependabot[bot]2024-09-081-1/+1
| | | | | | | | | | | | | | | | | | Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix(deps)!: bump time and num_threads crates (#104) (#105)简律纯2024-09-082-5/+18
|
* refactor(site): move site to HydroRoll-site repoHsiangNianian2024-09-0742-17720/+0
|
* chore(readme): update intro content简律纯2024-09-051-1/+1
|
* Merge pull request #101 from NtskwK/fix_siteNtskwK2024-09-033-15/+21
|\ | | | | feat: adjust UI components for better portrait view
| * feat: adjust UI components for better portrait viewNtkskwk2024-09-033-15/+21
| |
* | Update requirements.txtNtskwK2024-09-031-1/+0
| |
* | Merge pull request #100 from NtskwK/fix_siteNtskwK2024-09-034-6/+30
|\| | | | | Fix site
| * feat: force play bg videoNtkskwk2024-09-031-2/+22
| |
| * refactor: Optimize the cache of changelogNtkskwk2024-09-031-3/+7
| |
| * feat: update favicon path in index.htmlNtkskwk2024-09-032-1/+1
| |
* | chore(deps): bump axios (#99)dependabot[bot]2024-09-033-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the npm_and_yarn group with 1 update in the /site directory: [axios](https://github.com/axios/axios). Updates `axios` from 1.6.2 to 1.7.4 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.6.2...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge pull request #98 from NtskwK/mainNtskwK2024-09-0335-637/+443
|\| | | | | feat: add video background to index page
| * feat: add video background to index pageNtkskwk2024-09-032-0/+13
| |
| * chore: solve the anomalies of appearanceNtkskwk2024-09-033-5/+5
| |
| * refactor: Optimize the structure of the codeNtkskwk2024-09-0312-520/+230
| |
| * feat: add Vue code snippets for faster developmentNtkskwk2024-09-034-1/+61
| |
| * feat: add router-guards for siteNtkskwk2024-09-034-55/+75
| |
| * chore(deps): remove IDE-related files from .gitignoreNtkskwk2024-09-022-10/+10
| |
| * style(docs): Resolve warnings about underscores being too shortNtkskwk2024-09-0212-54/+53
| |
| * feat(docs): add script for run dev server with MakefileNtkskwk2024-09-021-1/+5
|/
* docs: beautify description简律纯2024-08-101-8/+14
|
* chore(format): ruff lint code简律纯2024-06-176-34/+52
|
* chore(deps): add ruff dev deps for lint code简律纯2024-06-172-1/+27
|
* chore(deps): add dev deps maturin ^^简律纯2024-06-172-1/+26
|
* chore(deps): rename package && add more docs deps简律纯2024-06-172-5/+522
|
* Merge branch 'main' of https://github.com/HydroRoll-Team/HydroRoll简律纯2024-06-176-43/+45
|\
* | refactor(examples): update file tree简律纯2024-06-1738-1455/+614
| |
| * Update README.rst简律纯2024-06-101-7/+3
| |
| * chore: Update .gitmodules简律纯2024-05-301-4/+4
| | | | | | Change submodule "Nivis-Python" to "TRPGNivisSDK"
| * chore: Update README.rst简律纯2024-05-281-8/+8
| | | | | | Change `hydro_roll` to `hydro-roll`.
| * chore(readme): sync with banner fix简律纯2024-04-211-2/+2
| |
| * docs(index): fix banner error简律纯2024-04-211-1/+4
| |
| * chore(readme): add badge for CodeQL简律纯2024-04-191-1/+3
| |
| * chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#96)dependabot[bot]2024-04-193-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the npm_and_yarn group with 2 updates in the /site directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [follow-redirects](https://github.com/follow-redirects/follow-redirects). Updates `vite` from 4.5.2 to 4.5.3 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite) Updates `follow-redirects` from 1.15.5 to 1.15.6 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development dependency-group: npm_and_yarn-security-group - dependency-name: follow-redirects dependency-type: indirect dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: HsiangNianian <i@jyunko.cn>
| * fix(readme): fix **webui** render shape简律纯2024-04-191-1/+1
| |
| * Update README.rst简律纯2024-04-041-7/+8
|/
* fix(docs): toc tree repair简律纯2024-03-104-20/+20
|