Lukas Rieger (Blue)
720dc87513
Fix incorrect -dirty tag on versioning
2025-02-18 11:58:25 +01:00
Lukas Rieger (Blue)
89b9aa6b5e
Compact text before sending to align with other implementations
2025-02-17 19:52:44 +01:00
Lukas Rieger (Blue)
b09584d249
Rework commands
2025-02-17 18:54:52 +01:00
Lukas Rieger (Blue)
428dc40128
Remove accidentally commited random code (srsly what is this?!)
2025-02-10 23:16:07 +01:00
Lukas Rieger (Blue)
5d3f98c5cc
Dont require the @ConfigSerializable annotation for StorageConfigs
2025-02-10 14:49:02 +01:00
Lukas Rieger (Blue)
526d587dc6
Add hidden config to disable checking for removed regions on map-updates
2025-01-29 21:11:34 +01:00
Lukas Rieger (Blue)
9d14653172
Schedule initial map-updates asynchronously to the loading process in case they take longer to construct
2025-01-25 16:48:05 +01:00
Lukas Rieger
0ed3fcbdd0
Merge pull request #645 from BlueMap-Minecraft/feat/entity
...
Entity rendering pipeline
2025-01-23 16:13:17 +01:00
dependabot[bot]
63d75167d0
Bump vite from 4.5.5 to 4.5.9 in /common/webapp ( #648 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.5.5 to 4.5.9.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.9/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.9/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-22 17:00:38 +01:00
Lukas Rieger (Blue)
60d40e1bfd
Add static NO_TINT TintColorProvider function
2025-01-22 14:31:42 +01:00
Lukas Rieger (Blue)
bce0ba09b8
Add abillity to tint and split off default-renderer method for rendering a Model instead of Part
2025-01-22 14:02:21 +01:00
Lukas Rieger (Blue)
f95bb60d48
Use common JavaLogger implementation
2025-01-21 22:34:59 +01:00
Lukas Rieger (Blue)
56346f9c79
Add cows
2025-01-20 19:55:36 +01:00
Lukas Rieger (Blue)
205f697434
Apply spotless fixes
2025-01-20 15:42:34 +01:00
Lukas Rieger (Blue)
2367f4feca
Improvements on world handling the entity chunk-grid
2025-01-20 15:41:22 +01:00
Lukas Rieger (Blue)
19d3c321dc
Add entity ChunkGrid
2025-01-20 15:27:34 +01:00
Lukas Rieger (Blue)
d1a36e5816
ChunkGrid improvements
2025-01-19 22:36:50 +01:00
Lukas Rieger (Blue)
05e12c5a74
Extract region/chunk-loading/caching from mcaworld into generic ChunkGrid class
2025-01-19 22:05:17 +01:00
Lukas Rieger (Blue)
ef4d8e7989
Rename BlockModel to Model, move renderer property from models into blockstates and add entitystates and entity-renderers
2025-01-19 21:33:10 +01:00
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)
fac3c6ad67
Reorganize resource-exensions a bit
2025-01-15 12:56:02 +01:00
Lukas Rieger (Blue)
eb017ccba4
Merge branch 'master' into feat/entity
2025-01-14 23:18:02 +01:00
Lukas Rieger (Blue)
e509c36d5a
Rename blockmodel package to block
2025-01-14 22:40:22 +01:00
Lukas Rieger (Blue)
b3dfc47e64
Add explicit timeout of 10s to resource-downloads to avoid stalling
2025-01-14 18:32:21 +01:00
Lukas Rieger (Blue)
0b1f853195
Micro-improvement on chunk-loading
2025-01-14 12:17:27 +01:00
Lukas Rieger (Blue)
9ea3c77010
Improve ExtendedBlock
2025-01-14 12:09:24 +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
Lukas Rieger (Blue)
91e0cdf283
Account for possible integer-parse exception if there are WAY too many digits in the file-name-pattern
2025-01-06 16:47:40 +01:00
Lukas Rieger (Blue)
0a1dbbe3c7
Add sanity-check for min/max expected minecraft region coordinates
2025-01-06 16:29:24 +01:00
Lukas Rieger (Blue)
77e793c958
Allow reading doubles for frametimes in animation.mcmeta files (leniently correct them into integers)
2024-12-28 21:20:08 +01:00
Lukas Rieger (Blue)
7ddb25d120
Add debug log for missing block renderer. Closes : #639
2024-12-21 19:54:22 +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
Nikita
a2d37b3a47
Fix sign not showing in 1.13.x ( #638 )
2024-12-21 15:39:13 +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
Lukas Rieger (Blue)
7392447a35
Also buffer the NoCompression-compression type
2024-12-13 01:57:29 +01:00
Lukas Rieger (Blue)
bb9fc876c1
Fix branch could be empty
2024-12-11 00:05:41 +01:00
Lukas Rieger (Blue)
51f12741c9
Improve minecraft-client.jar download to use a temporary file before verification
2024-12-10 23:52:53 +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)
124cbc6db6
Add falback if branch command fails
2024-12-07 12:55:20 +01:00
Lukas Rieger (Blue)
4be0b48600
Add branch to version if not master
2024-12-07 12:24:55 +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