Commit Graph

45 Commits

Author SHA1 Message Date
Lukas Rieger (Blue)
180c9fc38e
Merge remote-tracking branch 'origin/master' into feat/entity 2025-01-19 21:30:44 +01:00
TechnicJelle
9d13f59def
Actually print the port that was bound, instead of the one from the config (#644)
In the case of binding to port 0, this will print the actually bound port, instead of the `0` that's in the configuration file.

(cherry picked from commit d8a9c5223aefde72f3520c57582d6b41d4ad581c)
2025-01-19 18:38:05 +01:00
Lukas Rieger (Blue)
07db26f249
Rework Block to BlockAccess interface to be able to render blocks without full world implementation 2025-01-13 22:06:30 +01:00
Lukas Rieger (Blue)
4361146bf5
Rework block-entity deserialization and add first draft for entities 2025-01-13 11:27:55 +01:00
dependabot[bot]
2bc01e7ba0
Bump nanoid from 3.3.7 to 3.3.8 in /common/webapp (#634)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-21 15:55:56 +01:00
Karen/あけみ
532771ea6e
lang/ja, lang/ko: Translated all missing strings and improved some existing ones. (#633)
* lang/ja: Translated all missing strings and improved some existing ones.

* lang/ko: Translated all missing strings and improved some existing ones. Thanks to vuutaku/byahap (https://twitter.com/searoach_otaku) for her assistance in verifying the translation!
2024-12-16 09:16:10 +01:00
Nikita
af2dad1d2f
Fix fallback languages not loading (#631) (#632) 2024-12-15 11:21:18 +01:00
TechnicJelle
7200e94262
Add equals and hashCode functions for Player class (#629)
* Add `equals` and `hashCode` functions for Player class

* Fix up the extending classes
2024-12-08 19:37:40 +01:00
Lukas Rieger (Blue)
966234ef42
Add abillity to copy a block-position into clipboard 2024-11-28 16:28:19 +01:00
Lukas Rieger (Blue)
5c59a957ff
Fix the fix 2024-11-28 01:04:43 +01:00
Lukas Rieger (Blue)
4f666337b0
Fix tilt-zooming not correctly respecting a custom min-zoom-distance 2024-11-28 01:01:58 +01:00
Lukas Rieger (Blue)
c274797f41
Remove unused variable 2024-11-27 23:15:32 +01:00
Lukas Rieger (Blue)
b32f808be1
Make the camera zoom-in when tilting, instead of blocking the tilt. Closes: #279 2024-11-27 23:12:04 +01:00
Lukas Rieger (Blue)
05a1cacd98
add reverse distance method 2024-11-26 18:24:51 +01:00
Lukas Rieger (Blue)
e6131e055c
Add missing language-injection comments 2024-11-26 16:12:46 +01:00
Lukas Rieger (Blue)
c88ac5401a
Fix double-gap if control-switch is hidden and hide controls-group in the settings menu as well 2024-11-21 16:35:21 +01:00
Lukas Rieger (Blue)
75131cf7d1
Add missing de translation 2024-11-21 15:33:24 +01:00
Lukas Rieger (Blue)
4d538090e5
Fix file indentation 2024-11-20 20:02:10 +01:00
Lukas Rieger (Blue)
f9346f40e6
Add directional face shading, closes #148 2024-11-20 20:00:06 +01:00
Lukas Rieger (Blue)
2c63d76782
Update vite 2024-11-18 15:26:25 +01:00
dependabot[bot]
2bda2a9ca1
Bump rollup from 3.29.4 to 3.29.5 in /common/webapp (#624)
Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 3.29.5.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.29.4...v3.29.5)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-18 15:23:40 +01:00
Lukas Rieger (Blue)
572463dc71
Fix map-data url-path having a double slash 2024-11-17 19:38:00 +01:00
Lukas Rieger (Blue)
4d58cc25e3
Add per-map view-settings and optimized flat-view only maps 2024-11-17 15:09:26 +01:00
Lukas Rieger (Blue)
f08c7946a0
Add setting for a default sky-light per map 2024-11-12 20:59:26 +01:00
notlin4
35fbcff370
Fix traditional Chinese localization (#623) 2024-11-03 11:55:07 +01:00
Lukas Rieger (Blue)
de5f1baca5
Merge addons folder into packs folder, addons now go into packs 2024-11-03 11:50:59 +01:00
Lukas Rieger (Blue)
22b026c4e9
Apply spotless fixes 2024-10-17 18:16:44 +02:00
Lukas Rieger (Blue)
026bd6c41b
Fix region-render-tasks equality function not working correctly 2024-10-17 17:58:45 +02:00
Nikita
e59d035e7c
Automatically set translation according to browser settings (#615)
* Automatically set translation according to browser settings

* Fix languages not saving properly
2024-10-09 18:01:28 +02:00
Lukas Rieger (Blue)
7829f31230
Fix/remove black void if hires-tiles cant load 2024-10-04 23:20:28 +02:00
Lukas Rieger (Blue)
0d64bc0adf
Fix webapp data-stream not being closed in rare cases 2024-09-29 22:20:17 +02:00
Lukas Rieger (Blue)
9532788b73
too many slashes 3 2024-09-28 12:05:40 +02:00
Lukas Rieger (Blue)
bceb7150ab
Fix missed path 2 2024-09-28 11:59:05 +02:00
Lukas Rieger (Blue)
e339680978
Fix missed path 2024-09-28 11:53:33 +02:00
Lukas Rieger (Blue)
aa584f60aa
Add webapp defaults for webapp-settings.json and tweak config a small bit 2024-09-28 11:49:55 +02:00
parataku
57342a9ed3
add support to change the map and live data root to support a multitude of cdn style scenarios (#611)
Co-authored-by: parataku <me@parataku.at>
2024-09-28 11:27:44 +02:00
Super
64bb1103bf
Swedish translation update (#612)
An update to add in new translations, and remake some which were poorly translated.
2024-09-27 20:18:09 +02:00
Lukas Rieger (Blue)
3193912914
Add webapp.zip to release outputs and move version substitution from runtime to build-time 2024-09-21 16:34:21 +02:00
Lukas Rieger (Blue)
7ff993bb4b
Merge branch 'master' of https://github.com/BlueMap-Minecraft/BlueMap 2024-09-16 13:48:37 +02:00
Lukas Rieger (Blue)
1c7ad90c82
Improve addon loading exception logs 2024-09-16 13:48:23 +02:00
Andypsl8
5bdf3f7790
Update settings.conf (#607)
Changed Chinese display names to match in-game names
2024-09-16 10:27:39 +02:00
Lukas Rieger (Blue)
074bbc3d0f
Allow only providing the map-id in the page-adress, fixes: #589 2024-09-15 10:22:18 +02:00
Lukas Rieger (Blue)
f25ebfead3
Fix error on cli if webroot directory doesnt exist 2024-09-15 09:47:31 +02:00
TWME
f1e82d9b46
Update zh_TW.conf (#606) 2024-09-13 18:50:22 +02:00
Lukas Rieger
1454297bbd
Rework gradle-build system (#574)
* Rework gradle-build setup

* Fix versioning

* Fix github build

* Configure publishing

* Push BlueMapAPI

* Reorganize project naming

* Update neoforge-gradle

* Add gradle-stracktrace to github action

* Remove clean gradle target to hopefully no longer upset neogradle for some reason

* Update gradle and add stacktrace to github action again

* Update neogradle

* Switch to neoforges ModDevGradle
2024-09-12 17:45:21 +02:00