Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nextgen physics #257

Open
wants to merge 56 commits into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
3051cc3
up pkg
zardoy Jan 29, 2025
aed5b40
use local
zardoy Jan 29, 2025
380c214
make it finally pass grim checks!
zardoy Jan 30, 2025
044153c
up ver
zardoy Jan 30, 2025
5376584
use gen mineflayer
zardoy Jan 30, 2025
2848ab6
disable silly creative fly patching
zardoy Jan 31, 2025
8db6b5b
fix library versions
zardoy Jan 31, 2025
c626d10
use actually useful server
zardoy Jan 31, 2025
2d7ec12
Merge branch 'next' into nextgen-physics
zardoy Feb 3, 2025
7e74633
Merge branch 'next' into nextgen-physics
zardoy Feb 3, 2025
fb10179
set 1.19.4 for now!
zardoy Feb 3, 2025
9356daa
Merge branch 'next' into nextgen-physics
zardoy Feb 13, 2025
638dd67
Merge branch 'next' into nextgen-physics
zardoy Feb 15, 2025
34972e4
Merge branch 'next' into nextgen-physics
zardoy Feb 27, 2025
c65db9a
a working refactor
zardoy Mar 4, 2025
4381ef4
removing bobbing & panorama
zardoy Mar 4, 2025
d8294d5
even more appViewer usage
zardoy Mar 4, 2025
1861edf
delayLoadUntilFocus
zardoy Mar 4, 2025
d197859
big resourcemanager refactor
zardoy Mar 5, 2025
cefdf53
Merge branch 'next' into nextgen-physics
zardoy Mar 7, 2025
0597a3d
make library versions less annoying
zardoy Mar 9, 2025
7cc562b
Merge remote-tracking branch 'origin/next' into nextgen-physics
zardoy Mar 14, 2025
3a9e2aa
fix
zardoy Mar 14, 2025
8a3c847
test flying!
zardoy Mar 14, 2025
847314d
hide hand in spectator
zardoy Mar 14, 2025
4d4637f
Merge remote-tracking branch 'origin/next' into nextgen-physics
zardoy Mar 15, 2025
d74d860
Merge remote-tracking branch 'origin/next' into renderer-rewrite
zardoy Mar 15, 2025
f230763
Merge remote-tracking branch 'origin/next' into nextgen-physics
zardoy Mar 18, 2025
67d90a5
Merge remote-tracking branch 'origin/next' into renderer-rewrite
zardoy Mar 18, 2025
6eb50cd
last dont crash
zardoy Mar 18, 2025
dc073cd
Merge remote-tracking branch 'origin/next' into renderer-rewrite
zardoy Mar 18, 2025
400f598
update server data for index 0
zardoy Mar 20, 2025
5364085
fix possible crash on non existing server data update
zardoy Mar 20, 2025
f2f1c25
10x inventory performance
zardoy Mar 20, 2025
e851f4f
Merge remote-tracking branch 'origin/next' into nextgen-physics
zardoy Mar 20, 2025
de3edda
a lot of imports update, data cleanup, add thousands errors
zardoy Mar 20, 2025
c1a7765
final code cleanup i think
zardoy Mar 20, 2025
ccb0004
fix reload hand
zardoy Mar 20, 2025
9fedafe
move threejs entities & cursor block to renderer
zardoy Mar 21, 2025
136b051
smooth camera movement!
zardoy Mar 21, 2025
f88e9c8
Refactor renderer state management and move vr
zardoy Mar 21, 2025
cae2b61
fix all remaining reactive state linking
zardoy Mar 21, 2025
82d0638
Merge remote-tracking branch 'origin/next' into renderer-rewrite
zardoy Mar 21, 2025
b483923
rm unused three imports
zardoy Mar 21, 2025
dc2ad7c
disable signs, disable playground since its not used by anyone
zardoy Mar 21, 2025
8ee4dc3
disable displaying unknown non interactible entitites
zardoy Mar 21, 2025
11abbfc
disable check
zardoy Mar 21, 2025
5eedb3c
disable playground
zardoy Mar 21, 2025
8ddac97
dont use bot
zardoy Mar 21, 2025
853e0e1
up readme
zardoy Mar 21, 2025
d450a31
fix typo
zardoy Mar 21, 2025
b579ee1
Revert "disable playground"
zardoy Mar 21, 2025
ed04197
disable in other way
zardoy Mar 21, 2025
e917764
fix lint
zardoy Mar 21, 2025
e2b7833
Merge remote-tracking branch 'origin/renderer-rewrite' into nextgen-p…
zardoy Mar 21, 2025
b501893
ip pkgs
zardoy Mar 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,11 @@
"version": "1.19.4"
},
{
"ip": "wss://play.mcraft.fun"
},
{
"ip": "wss://play2.mcraft.fun"
"ip": "grim.mcraft.fun",
"version": "1.19.4"
},
{
"ip": "kaboom.pw",
"version": "1.20.3",
"description": "Very nice a polite server. Must try for everyone!"
"ip": "wss://play.mcraft.fun"
}
],
"pauseLinks": [
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@
"workbox-build": "^7.0.0"
},
"devDependencies": {
"@rsbuild/core": "^1.0.1-beta.9",
"@rsbuild/plugin-node-polyfill": "^1.0.3",
"@rsbuild/plugin-react": "^1.0.1-beta.9",
"@rsbuild/plugin-type-check": "^1.0.1-beta.9",
"@rsbuild/plugin-typed-css-modules": "^1.0.1",
"@rsbuild/core": "1.0.1-beta.9",
"@rsbuild/plugin-node-polyfill": "1.0.3",
"@rsbuild/plugin-react": "1.0.1-beta.9",
"@rsbuild/plugin-type-check": "1.0.1-beta.9",
"@rsbuild/plugin-typed-css-modules": "1.0.1",
"@storybook/addon-essentials": "^7.4.6",
"@storybook/addon-links": "^7.4.6",
"@storybook/blocks": "^7.4.6",
Expand Down Expand Up @@ -153,7 +153,7 @@
"mc-assets": "^0.2.42",
"mineflayer-mouse": "^0.1.2",
"minecraft-inventory-gui": "github:zardoy/minecraft-inventory-gui#next",
"mineflayer": "github:zardoy/mineflayer",
"mineflayer": "github:GenerelSchwerz/mineflayer",
"mineflayer-pathfinder": "^2.4.4",
"npm-run-all": "^4.1.5",
"os-browserify": "^0.3.0",
Expand Down Expand Up @@ -194,9 +194,9 @@
},
"pnpm": {
"overrides": {
"@nxg-org/mineflayer-physics-util": "latest",
"buffer": "^6.0.3",
"vec3": "0.1.10",
"@nxg-org/mineflayer-physics-util": "1.5.8",
"three": "0.154.0",
"diamond-square": "github:zardoy/diamond-square",
"prismarine-block": "github:zardoy/prismarine-block#next-era",
Expand Down
Loading
Loading