Commit graph

  • ca0b2d9b96 fix bevy_xpbd_3d version yuni 2024-04-01 23:29:12 +0200
  • 3f89826acb tweak asteroid parameters yuni 2024-04-01 21:07:28 +0200
  • bbad89e1fb WIP despawning asteroids... for some reason, scenes can't despawn yuni 2024-04-01 20:52:57 +0200
  • a78d4b0387 handle parents in position_to_transform, like in bevy_xpbd yuni 2024-04-01 20:38:28 +0200
  • adeb207919 add 'b' key cheat to fly backwards quickly yuni 2024-04-01 20:37:32 +0200
  • 65c911d4dd update cheat teleport coordinates yuni 2024-04-01 20:01:11 +0200
  • 84747e1c3a add CENTER_WORLD_ON_PLAYER constant yuni 2024-04-01 19:20:31 +0200
  • b583970a88 add note about parent objects not being supported yuni 2024-04-01 19:17:08 +0200
  • 68cc65a2eb split off asteroid generation and spawning yuni 2024-04-01 18:33:31 +0200
  • 5c50ac33e3 move global illumination from world.rs to camera.rs yuni 2024-04-01 18:06:41 +0200
  • 71d926ec0f fix positions of asteroids yuni 2024-04-01 18:01:51 +0200
  • 5889aed6fa place remaining objects relative to jupiter yuni 2024-04-01 17:55:58 +0200
  • 911d194b53 place most objects relative to player yuni 2024-04-01 17:49:38 +0200
  • de2886f7e9 implement "relativeto" command yuni 2024-04-01 17:45:28 +0200
  • 5894a2443c center coordinate system of renderer at player camera yuni 2024-04-01 17:19:43 +0200
  • 8fbbcc3708 switch bevy_xpbd physics engine to 64bit precision yuni 2024-04-01 16:29:14 +0200
  • f346624aff more compact hud yuni 2024-04-01 15:41:45 +0200
  • 5e78f680de boost ring brightness yuni 2024-04-01 15:40:33 +0200
  • 7b172058bb add adrenaline jolt on collisions yuni 2024-04-01 06:24:29 +0200
  • 04385530ae add changelog yuni 2024-04-01 06:04:37 +0200
  • 0491898665 bump to v0.4.1 v0.4.1 yuni 2024-04-01 05:41:17 +0200
  • f70c12a3c6 add cheat codes in dev mode yuni 2024-04-01 05:25:35 +0200
  • efc840b031 cleanup skybox/ar-toggle yuni 2024-04-01 05:05:06 +0200
  • 7a3d38fc78 cleanup yuni 2024-04-01 05:04:11 +0200
  • fafb73a463 triple moon size, for now, to see them better yuni 2024-04-01 04:47:26 +0200
  • dbc0e9b1b9 accurate values for moon sizes and distances yuni 2024-04-01 04:43:44 +0200
  • 531e149209 Merge branch 'ring' yuni 2024-04-01 04:16:30 +0200
  • ff363d03ef cleanup yuni 2024-04-01 04:00:57 +0200
  • 123038b864 dim rings a bit yuni 2024-04-01 03:58:36 +0200
  • 0e1761855b cleanup yuni 2024-04-01 03:58:32 +0200
  • 3c7077f448 even nicer rings yuni 2024-04-01 03:45:32 +0200
  • 394390a4d6 more realistic ring density function yuni 2024-04-01 03:12:59 +0200
  • 2121642b92 first attempt at jovian ring with shader yuni 2024-04-01 02:05:38 +0200
  • 83b44d4dbc WIP ring effect yuni 2024-04-01 00:47:03 +0200
  • 5edc05df89 cleanup yuni 2024-03-31 22:08:26 +0200
  • d12585b28b split off command parser into commands.rs yuni 2024-03-31 22:00:34 +0200
  • fe3b10216a Revert "add outfly logo to readme title" yuni 2024-03-31 21:46:37 +0200
  • c278bd5983 add outfly logo to readme title yuni 2024-03-31 21:10:24 +0200
  • 7dd2b14c40 make icon background transparent yuni 2024-03-31 21:09:43 +0200
  • c970518adb clarify licenses yuni 2024-03-31 20:43:34 +0200
  • 1eaa2d7fb9 pack.sh: extract version from Cargo.toml yuni 2024-03-31 20:06:51 +0200
  • eaeb5d862e document doc/scripts/pack.sh yuni 2024-03-31 19:58:22 +0200
  • 6a52259fa8 add game icon yuni 2024-03-31 19:53:03 +0200
  • d10817bcb9 cleanup yuni 2024-03-31 19:49:59 +0200
  • 2214790e53 more detailed description of how to run outfly yuni 2024-03-31 18:47:13 +0200
  • 42fd96a96d bump to v0.4.0 v0.4.0 yuni 2024-03-31 05:16:02 +0200
  • 0662f88fdd play collision sound only on start of collision yuni 2024-03-31 05:13:21 +0200
  • 852dd79657 better reaction wheel sound yuni 2024-03-31 05:13:13 +0200
  • 61e02ed6ca disable pizza sign angular momentum yuni 2024-03-31 04:12:41 +0200
  • 3f7bbeec80 add second MeteorAceGT behind pizza place yuni 2024-03-31 04:11:49 +0200
  • cc198f5465 add "light" command, add cozy illumination to pizza place yuni 2024-03-31 04:10:54 +0200
  • b655a04ff5 remove collider mesh for now, getting warnings from bevy_xpbd yuni 2024-03-31 03:26:31 +0200
  • fb3897801c move up MeteorAceGT yuni 2024-03-31 03:19:58 +0200
  • d5b98644dd slow down angular velocity based on reaction wheel speed yuni 2024-03-31 03:19:15 +0200
  • 2411430799 apply smooth torque rather than "teleport" when rotating player yuni 2024-03-31 03:09:14 +0200
  • ac3b17badf add "collider mesh" command, generating the collider from the scene yuni 2024-03-31 01:35:45 +0100
  • 7b04a41177 add reaction wheel sound yuni 2024-03-31 01:07:35 +0100
  • 1f79610476 add the 4 Galilean moons Io, Europa, Ganymede, Callisto yuni 2024-03-31 00:25:09 +0100
  • ccd993a4fe load jupiter from a texture rather than scene yuni 2024-03-31 00:18:49 +0100
  • 1f046fe8c3 change player starting rotation yuni 2024-03-30 23:18:33 +0100
  • cab5c8eaf5 fix angularmomentum command yuni 2024-03-30 23:13:22 +0100
  • 0f375fab64 add collisions to asteroids, reduce count from 8k to 512 yuni 2024-03-30 22:59:18 +0100
  • 0dca723eaf remove test monolith yuni 2024-03-30 22:47:31 +0100
  • 237cc6c1b8 fix flicker in fade in effect (hopefully) yuni 2024-03-30 22:36:04 +0100
  • 54cb36d8cb cleanup hud yuni 2024-03-30 22:35:00 +0100
  • 9975d8b2bf smoother handling of vehicle entrance/exits, also fixes adrenaline yuni 2024-03-30 22:31:07 +0100
  • 97640c383c add a cozy fade-in from black on start yuni 2024-03-30 21:14:04 +0100
  • 346239ae6d add log level "Notice", hide startup messages yuni 2024-03-30 20:11:11 +0100
  • 19de229bb2 restore jupiter, add "physics off" command yuni 2024-03-30 19:57:35 +0100
  • de8eb23d91 add some missing commands yuni 2024-03-30 19:54:01 +0100
  • 40cb0d6398 remove unused import yuni 2024-03-30 19:52:01 +0100
  • 7d36200a24 fix camera jitter~ yuni 2024-03-30 19:51:41 +0100
  • a0577f4e7e fix mouse movement when player has high angular velocity yuni 2024-03-30 19:49:47 +0100
  • 3d5385bd73 more appropriate masses yuni 2024-03-30 19:47:47 +0100
  • c040dbb332 fix default suit integrity yuni 2024-03-30 19:39:53 +0100
  • 257094dc8e add jilk+uo keys for mouseless camera control yuni 2024-03-30 19:36:43 +0100
  • 6703431ac6 fix pizzeria mass yuni 2024-03-30 19:15:11 +0100
  • 4b13530e4a implement rotation key "r" yuni 2024-03-30 19:14:59 +0100
  • 116cc4933c bump bevy version to 0.13.1 yuni 2024-03-30 19:14:01 +0100
  • d1a8c536eb Merge branch 'physics' yuni 2024-03-30 19:00:09 +0100
  • d073eb067c fix engine thruster direction yuni 2024-03-30 18:58:45 +0100
  • 15781d2175 fix flicker when toggling 3rd person camera yuni 2024-03-30 18:56:24 +0100
  • 3472be43b0 spawn the player a bit outside the vehicle yuni 2024-03-30 18:54:29 +0100
  • 80aed73264 will this help with vehicle exiting? still seems random... yuni 2024-03-30 18:51:21 +0100
  • 26b974ea16 better camera jitter avoidance yuni 2024-03-30 18:50:53 +0100
  • ce8f4666c5 trying to fix player "teleportation" on vehicle exiting... yuni 2024-03-30 18:48:19 +0100
  • 962f73f522 stop physics simulation of original model when entering vehicle yuni 2024-03-30 18:05:22 +0100
  • b590c4de44 fix collision sfx while in vehicles yuni 2024-03-30 18:04:57 +0100
  • af2f43b9f9 fix hud speed display yuni 2024-03-30 17:19:11 +0100
  • e4a3b92941 rotate MeteorAceGT model to face front yuni 2024-03-30 17:09:21 +0100
  • e15cf6791f fix new camera control system to work with vehicles yuni 2024-03-30 17:05:32 +0100
  • 3f656924e1 non-shaky camera updates (especially while moving fast) yuni 2024-03-30 16:52:22 +0100
  • 7431c4f594 refactoring camera::run_camera_controller yuni 2024-03-30 16:41:22 +0100
  • 6e3d958638 mouse movement now changes player orientation relatively, not absolutely yuni 2024-03-30 16:32:42 +0100
  • 0456b8506c add settings.mouse_sensitivity yuni 2024-03-30 16:27:56 +0100
  • b945d7bda7 add camera::sync_camera_to_player function, fixing cam alignment yuni 2024-03-30 16:18:49 +0100
  • bee0d98ae1 explicitly set tonemapping to TonyMcMapface yuni 2024-03-30 15:50:36 +0100
  • 1d2a7b7848 remove unneeded bevy_xpbd_3d features yuni 2024-03-30 15:49:17 +0100
  • a5c796d491 tinkering on 3rd person mode yuni 2024-03-30 15:37:51 +0100
  • a57b0808b6 Merge branch 'master' into physics yuni 2024-03-30 15:21:48 +0100