Commit graph

126 commits

Author SHA1 Message Date
hut
6d3a0da314 1000x speed boost with v/b cheats when holding shift 2024-04-02 01:14:18 +02:00
hut
2d7b787593 realistic sizes and distances for everything 2024-04-02 01:07:22 +02:00
hut
cfbd23f485 fix despawning of scene-based asteroids, turn them back from spheres to scenes 2024-04-01 23:54:56 +02:00
hut
3f89826acb tweak asteroid parameters 2024-04-01 21:07:28 +02:00
hut
bbad89e1fb WIP despawning asteroids... for some reason, scenes can't despawn 2024-04-01 20:52:57 +02:00
hut
a78d4b0387 handle parents in position_to_transform, like in bevy_xpbd 2024-04-01 20:38:28 +02:00
hut
adeb207919 add 'b' key cheat to fly backwards quickly 2024-04-01 20:37:32 +02:00
hut
65c911d4dd update cheat teleport coordinates 2024-04-01 20:01:11 +02:00
hut
84747e1c3a add CENTER_WORLD_ON_PLAYER constant 2024-04-01 19:20:31 +02:00
hut
b583970a88 add note about parent objects not being supported 2024-04-01 19:17:08 +02:00
hut
68cc65a2eb split off asteroid generation and spawning 2024-04-01 18:33:31 +02:00
hut
5c50ac33e3 move global illumination from world.rs to camera.rs 2024-04-01 18:06:52 +02:00
hut
71d926ec0f fix positions of asteroids 2024-04-01 18:01:51 +02:00
hut
5889aed6fa place remaining objects relative to jupiter 2024-04-01 17:55:58 +02:00
hut
5894a2443c center coordinate system of renderer at player camera
this avoids rendering glitches when camera is far away from the center
of the coordinate system.
2024-04-01 17:19:43 +02:00
hut
8fbbcc3708 switch bevy_xpbd physics engine to 64bit precision
in preparation for enlargement of coordinate system to match real scale
2024-04-01 16:29:14 +02:00
hut
f70c12a3c6 add cheat codes in dev mode 2024-04-01 05:38:32 +02:00
hut
efc840b031 cleanup skybox/ar-toggle 2024-04-01 05:05:18 +02:00
hut
7a3d38fc78 cleanup 2024-04-01 05:04:11 +02:00
hut
0e1761855b cleanup 2024-04-01 03:58:32 +02:00
hut
394390a4d6 more realistic ring density function 2024-04-01 03:21:12 +02:00
hut
2121642b92 first attempt at jovian ring with shader 2024-04-01 02:05:38 +02:00
hut
83b44d4dbc WIP ring effect 2024-04-01 00:48:59 +02:00
hut
d12585b28b split off command parser into commands.rs 2024-03-31 22:00:34 +02:00
hut
cc198f5465 add "light" command, add cozy illumination to pizza place 2024-03-31 04:10:54 +02:00
hut
2411430799 apply smooth torque rather than "teleport" when rotating player 2024-03-31 03:09:40 +02:00
hut
ac3b17badf add "collider mesh" command, generating the collider from the scene 2024-03-31 01:35:45 +01:00
hut
ccd993a4fe load jupiter from a texture rather than scene 2024-03-31 00:18:49 +01:00
hut
cab5c8eaf5 fix angularmomentum command 2024-03-30 23:18:29 +01:00
hut
0f375fab64 add collisions to asteroids, reduce count from 8k to 512 2024-03-30 22:59:18 +01:00
hut
9975d8b2bf smoother handling of vehicle entrance/exits, also fixes adrenaline 2024-03-30 22:31:07 +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
a5c796d491 tinkering on 3rd person mode 2024-03-30 15:43:48 +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
f0739606ad less debug info 2024-03-29 17:21:46 +01:00
hut
9534504b20 cleanup 2024-03-29 17:18:43 +01:00
hut
c6b8d21c54 disable downward gravity.... =D 2024-03-29 16:39:37 +01:00
hut
25db91f39e implement controls and basic collisions 2024-03-29 16:33:12 +01:00
hut
79edffccc1 place a couple of mysterious monoliths 2024-03-29 14:19:57 +01:00
hut
477794f95c add rotationx command 2024-03-29 14:19:18 +01:00
hut
62abacf648 add sound for ion engine 2024-03-29 04:36:46 +01:00
hut
4111f16454 add engine warm up time 2024-03-29 00:03:10 +01:00
hut
f8d0c87664 renamed bike to MeteorAceGT 2024-03-28 17:25:35 +01:00
hut
8bc80b3c6c implement exiting vehicles 2024-03-28 16:33:40 +01:00
hut
f4aea80f34 add rocket sound effect for bike 2024-03-28 14:14:49 +01:00
hut
cc285a7548 implement actor ids, actor oxygen tanks, clamp harvested oxygen
Conflicts:
	src/world.rs
2024-03-28 13:33:40 +01:00
hut
bfa6a463d3 implement a second optional chat script parameter 2024-03-28 13:28:37 +01:00
hut
b22f780f73 implement chat scripts 2024-03-28 13:28:34 +01:00