| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(deps): update cargo dependencies (#108)v0.1.9-alpha.2 | 2024-09-08 | 2 | -2/+2 | |
| | | |||||
| * | chore(workflow): update inputs for version in workflows (#110) | 2024-09-08 | 3 | -0/+15 | |
| | | |||||
| * | chore(deps): update cargo dependencies (#108) | 2024-09-08 | 2 | -2/+2 | |
| | | |||||
| * | chore(workflow): downgrade actions/download-artifact to v3 (#107) | 2024-09-08 | 1 | -1/+1 | |
| | | |||||
| * | chore(docs): update build-api workflow to remove API docs | 2024-09-08 | 1 | -1/+1 | |
| | | |||||
| * | docs: update CHANGELOG.md for v0.1.9-alpha.1 [skip ci] | 2024-09-07 | 1 | -1/+96 | |
| | | |||||
| * | chore(deps): bump cargo dependencies (#106)v0.1.9-alpha.1 | 2024-09-08 | 3 | -4/+4 | |
| | | |||||
| * | chore(deps): bump actions/download-artifact (#103) | 2024-09-08 | 1 | -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-08 | 2 | -5/+18 | |
| | | |||||
| * | refactor(site): move site to HydroRoll-site repo | 2024-09-07 | 42 | -17720/+0 | |
| | | |||||
| * | chore(readme): update intro content | 2024-09-05 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #101 from NtskwK/fix_site | 2024-09-03 | 3 | -15/+21 | |
| |\ | | | | | feat: adjust UI components for better portrait view | ||||
| | * | feat: adjust UI components for better portrait view | 2024-09-03 | 3 | -15/+21 | |
| | | | |||||
| * | | Update requirements.txt | 2024-09-03 | 1 | -1/+0 | |
| | | | |||||
| * | | Merge pull request #100 from NtskwK/fix_site | 2024-09-03 | 4 | -6/+30 | |
| |\| | | | | | Fix site | ||||
| | * | feat: force play bg video | 2024-09-03 | 1 | -2/+22 | |
| | | | |||||
| | * | refactor: Optimize the cache of changelog | 2024-09-03 | 1 | -3/+7 | |
| | | | |||||
| | * | feat: update favicon path in index.html | 2024-09-03 | 2 | -1/+1 | |
| | | | |||||
| * | | chore(deps): bump axios (#99) | 2024-09-03 | 3 | -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/main | 2024-09-03 | 35 | -637/+443 | |
| |\| | | | | | feat: add video background to index page | ||||
| | * | feat: add video background to index page | 2024-09-03 | 2 | -0/+13 | |
| | | | |||||
| | * | chore: solve the anomalies of appearance | 2024-09-03 | 3 | -5/+5 | |
| | | | |||||
| | * | refactor: Optimize the structure of the code | 2024-09-03 | 12 | -520/+230 | |
| | | | |||||
| | * | feat: add Vue code snippets for faster development | 2024-09-03 | 4 | -1/+61 | |
| | | | |||||
| | * | feat: add router-guards for site | 2024-09-03 | 4 | -55/+75 | |
| | | | |||||
| | * | chore(deps): remove IDE-related files from .gitignore | 2024-09-02 | 2 | -10/+10 | |
| | | | |||||
| | * | style(docs): Resolve warnings about underscores being too short | 2024-09-02 | 12 | -54/+53 | |
| | | | |||||
| | * | feat(docs): add script for run dev server with Makefile | 2024-09-02 | 1 | -1/+5 | |
| |/ | |||||
| * | docs: beautify description | 2024-08-10 | 1 | -8/+14 | |
| | | |||||
| * | chore(format): ruff lint code | 2024-06-17 | 6 | -34/+52 | |
| | | |||||
| * | chore(deps): add ruff dev deps for lint code | 2024-06-17 | 2 | -1/+27 | |
| | | |||||
| * | chore(deps): add dev deps maturin ^^ | 2024-06-17 | 2 | -1/+26 | |
| | | |||||
| * | chore(deps): rename package && add more docs deps | 2024-06-17 | 2 | -5/+522 | |
| | | |||||
| * | Merge branch 'main' of https://github.com/HydroRoll-Team/HydroRoll | 2024-06-17 | 6 | -43/+45 | |
| |\ | |||||
| * | | refactor(examples): update file tree | 2024-06-17 | 38 | -1455/+614 | |
| | | | |||||
| | * | Update README.rst | 2024-06-10 | 1 | -7/+3 | |
| | | | |||||
| | * | chore: Update .gitmodules | 2024-05-30 | 1 | -4/+4 | |
| | | | | | | | Change submodule "Nivis-Python" to "TRPGNivisSDK" | ||||
| | * | chore: Update README.rst | 2024-05-28 | 1 | -8/+8 | |
| | | | | | | | Change `hydro_roll` to `hydro-roll`. | ||||
| | * | chore(readme): sync with banner fix | 2024-04-21 | 1 | -2/+2 | |
| | | | |||||
| | * | docs(index): fix banner error | 2024-04-21 | 1 | -1/+4 | |
| | | | |||||
| | * | chore(readme): add badge for CodeQL | 2024-04-19 | 1 | -1/+3 | |
| | | | |||||
| | * | chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#96) | 2024-04-19 | 3 | -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-19 | 1 | -1/+1 | |
| | | | |||||
| | * | Update README.rst | 2024-04-04 | 1 | -7/+8 | |
| |/ | |||||
| * | fix(docs): toc tree repair | 2024-03-10 | 4 | -20/+20 | |
| | | |||||
| * | fix(docs): toc tree repair | 2024-03-10 | 1 | -4/+4 | |
| | | |||||
| * | fix(docs): toc tree repair | 2024-03-10 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'main' of https://github.com/HydroRoll-Team/HydroRoll | 2024-03-10 | 1 | -81/+68 | |
| |\ | |||||
| * | | fix(docs): toc tree repair | 2024-03-10 | 34 | -51/+116 | |
| | | | |||||
| | * | Update LICENSE | 2024-03-10 | 1 | -81/+68 | |
| |/ | |||||
