Commit graph

280 commits

Author SHA1 Message Date
hut
97640c383c add a cozy fade-in from black on start 2024-03-30 21:14:04 +01:00
hut
346239ae6d add log level "Notice", hide startup messages 2024-03-30 20:11:27 +01:00
hut
19de229bb2 restore jupiter, add "physics off" command 2024-03-30 19:57:35 +01:00
hut
de8eb23d91 add some missing commands 2024-03-30 19:54:01 +01:00
hut
40cb0d6398 remove unused import 2024-03-30 19:52:01 +01:00
hut
7d36200a24 fix camera jitter~ 2024-03-30 19:51:41 +01:00
hut
a0577f4e7e fix mouse movement when player has high angular velocity 2024-03-30 19:50:07 +01:00
hut
3d5385bd73 more appropriate masses 2024-03-30 19:47:47 +01:00
hut
c040dbb332 fix default suit integrity 2024-03-30 19:39:53 +01:00
hut
257094dc8e add jilk+uo keys for mouseless camera control 2024-03-30 19:36:43 +01:00
hut
6703431ac6 fix pizzeria mass 2024-03-30 19:15:11 +01:00
hut
4b13530e4a implement rotation key "r" 2024-03-30 19:14:59 +01:00
hut
116cc4933c bump bevy version to 0.13.1 2024-03-30 19:14:01 +01:00
hut
d1a8c536eb Merge branch 'physics' 2024-03-30 19:00:09 +01:00
hut
d073eb067c fix engine thruster direction 2024-03-30 18:58:45 +01:00
hut
15781d2175 fix flicker when toggling 3rd person camera 2024-03-30 18:57:46 +01:00
hut
3472be43b0 spawn the player a bit outside the vehicle 2024-03-30 18:54:29 +01:00
hut
80aed73264 will this help with vehicle exiting? still seems random... 2024-03-30 18:51:21 +01:00
hut
26b974ea16 better camera jitter avoidance
as described here: https://docs.rs/bevy_xpbd_3d/latest/bevy_xpbd_3d/index.html#why-does-my-camera-following-jitter
2024-03-30 18:50:53 +01:00
hut
ce8f4666c5 trying to fix player "teleportation" on vehicle exiting... 2024-03-30 18:48:33 +01:00
hut
962f73f522 stop physics simulation of original model when entering vehicle 2024-03-30 18:05:22 +01:00
hut
b590c4de44 fix collision sfx while in vehicles 2024-03-30 18:04:57 +01:00
hut
af2f43b9f9 fix hud speed display 2024-03-30 17:19:11 +01:00
hut
e4a3b92941 rotate MeteorAceGT model to face front 2024-03-30 17:09:21 +01:00
hut
e15cf6791f fix new camera control system to work with vehicles 2024-03-30 17:05:46 +01:00
hut
3f656924e1 non-shaky camera updates (especially while moving fast) 2024-03-30 16:53:26 +01:00
hut
7431c4f594 refactoring camera::run_camera_controller 2024-03-30 16:41:29 +01:00
hut
6e3d958638 mouse movement now changes player orientation relatively, not absolutely 2024-03-30 16:32:42 +01:00
hut
0456b8506c add settings.mouse_sensitivity 2024-03-30 16:27:56 +01:00
hut
b945d7bda7 add camera::sync_camera_to_player function, fixing cam alignment 2024-03-30 16:26:19 +01:00
hut
bee0d98ae1 explicitly set tonemapping to TonyMcMapface 2024-03-30 15:50:49 +01:00
hut
1d2a7b7848 remove unneeded bevy_xpbd_3d features 2024-03-30 15:49:17 +01:00
hut
a5c796d491 tinkering on 3rd person mode 2024-03-30 15:43:48 +01:00
hut
a57b0808b6 Merge branch 'master' into physics 2024-03-30 15:21:48 +01:00
hut
001c928d3b remove unneeded bevy features 2024-03-30 15:17:00 +01:00
hut
6d256211d9 expand bevy default features 2024-03-30 14:50:12 +01:00
hut
1c900b1936 cleanup, remove minimp3 dep 2024-03-30 14:43:46 +01:00
hut
f70c47f891 smaller release binary size 2024-03-30 14:32:02 +01:00
hut
e34b2b3eb7 "--features dev": easier toggling between static/dynamic linking 2024-03-30 14:31:21 +01:00
hut
55a44db714 warn about poor performance with OpenGL 2024-03-30 14:26:59 +01:00
hut
eb3447127a tweak dependency section 2024-03-30 14:25:48 +01:00
hut
10b8b90c2d add MacOS build instructions 2024-03-30 13:52:15 +01:00
hut
8500646226 document WGPU_BACKEND=gl workaround for non-vulkan GPUs 2024-03-30 13:40:50 +01:00
hut
b78340dd1a implement 3rd person view, flexible attachment of camera to actors 2024-03-29 19:41:46 +01:00
hut
bb73b1ed1d implement collider/mass commands 2024-03-29 18:20:12 +01:00
hut
349e38e848 cleanup 2024-03-29 17:22:54 +01:00
hut
f0739606ad less debug info 2024-03-29 17:21:46 +01:00
hut
9534504b20 cleanup 2024-03-29 17:18:43 +01:00
hut
c390a18ae5 add crash sound on collision 2024-03-29 16:58:42 +01:00
hut
c6b8d21c54 disable downward gravity.... =D 2024-03-29 16:39:37 +01:00