Commit graph

  • 974de97ded play click SFX when targeting yuni 2024-04-05 20:28:53 +0200
  • 9694ebfecd base the maximum targeting angle on the angular diameter of the object yuni 2024-04-05 20:28:28 +0200
  • c8340c4890 update README yuni 2024-04-05 20:13:05 +0200
  • d8e106c497 exclude player from IsClickable query, add name to MeteorAceGT yuni 2024-04-05 20:10:45 +0200
  • 845e938472 entering vehicles now also based on camera orientation yuni 2024-04-05 20:05:58 +0200
  • f13fc7167d cleanup yuni 2024-04-05 20:01:44 +0200
  • 96d1169eb9 remove unnecessary clone() yuni 2024-04-05 19:59:53 +0200
  • df541e85a9 chat initiation now finds people you look at, not anyone nearby yuni 2024-04-05 19:57:55 +0200
  • 4512b63681 generalize with generics yuni 2024-04-05 19:34:01 +0200
  • d90c2f82a6 refactoring yuni 2024-04-05 19:11:34 +0200
  • 1906366463 implement targeting based on player orientation yuni 2024-04-05 19:03:50 +0200
  • a37ba60eaf WIP targeting world objects with mouse click yuni 2024-04-05 18:14:12 +0200
  • c12dd41845 add distance/ETA yuni 2024-04-05 17:22:07 +0200
  • 07fe43f1d1 add Augmented Reality features yuni 2024-04-05 17:15:28 +0200
  • 89984023e9 clear log on death yuni 2024-04-05 05:13:09 +0200
  • 634482fb73 despawn chat on death yuni 2024-04-05 05:10:03 +0200
  • 28212c6316 typo yuni 2024-04-05 05:05:58 +0200
  • bb267525a2 bump to v0.5.3 v0.5.3 yuni 2024-04-05 04:42:08 +0200
  • 6280d2bf11 fix Icarus conversation yuni 2024-04-05 04:42:00 +0200
  • e9c30d6db2 typo yuni 2024-04-05 04:26:47 +0200
  • 2f2b1baec3 give monoliths a max rotation yuni 2024-04-05 04:18:01 +0200
  • 0855aec475 fix SpacePizza™'s position yuni 2024-04-05 04:16:40 +0200
  • 7130d1e684 add static clock to HUD yuni 2024-04-05 04:08:26 +0200
  • e577a5084c vehicles protect from damage now, though not perfectly yuni 2024-04-05 03:52:46 +0200
  • df9f47c427 fade in from maroon red color when dying/respawning yuni 2024-04-05 03:49:29 +0200
  • 61c7cffcef implement damage on low oxygen and collisions yuni 2024-04-05 03:31:52 +0200
  • ae2fcf2525 cleanup yuni 2024-04-05 02:58:17 +0200
  • 23bceebc79 implement player respawn with "z" key yuni 2024-04-05 02:58:02 +0200
  • cea7289460 decelerate satellite (not sure how to explain its thrust yet :X) yuni 2024-04-05 01:57:54 +0200
  • 93cc607613 add velocity command yuni 2024-04-05 01:55:40 +0200
  • e29a8abebf tweak icarus yuni 2024-04-05 01:50:03 +0200
  • 6b6cdccee7 change WantsNo* to WantsMax*, cuz Icarus likes to rotate a bit yuni 2024-04-05 01:42:50 +0200
  • 64423630da update chat regarding main ring yuni 2024-04-05 01:22:34 +0200
  • 9195a5a26b add engine & no{velocity,rotation} to SpacePizza™ yuni 2024-04-05 01:21:57 +0200
  • 5d52d3cdf4 add "wants novelocity" command to icarus yuni 2024-04-05 01:19:46 +0200
  • 83de08034a add "wants norotation" command to satellite and icarus yuni 2024-04-05 00:54:58 +0200
  • beb241e9d6 add huge communications satellite yuni 2024-04-05 00:32:42 +0200
  • c38b1288fd tweak cheat keys yuni 2024-04-05 00:23:14 +0200
  • 720b39e09a tweak ring appearance & player location yuni 2024-04-05 00:23:01 +0200
  • 5f7a727f7e add wholesome paragraph yuni 2024-04-04 22:17:51 +0200
  • 1c5758d34a swap Kerbal Space Program for Outer Wilds yuni 2024-04-04 21:37:37 +0200
  • 6a4ff622e2 add links yuni 2024-04-04 21:35:39 +0200
  • bee309fcce tweak intro text yuni 2024-04-04 21:30:15 +0200
  • e1d5514566 write more intro text yuni 2024-04-04 21:18:33 +0200
  • 11c205abfe add links section yuni 2024-04-04 20:01:58 +0200
  • 677ad09e84 tweak text yuni 2024-04-04 20:01:49 +0200
  • b63d2e716b fixed message timings yuni 2024-04-04 19:09:10 +0200
  • 2cf3ff5595 changed Icarus' position so you see it from the start yuni 2024-04-04 19:08:54 +0200
  • 46c2b910a8 remove "Requesting permission to communicate" to speed up dialogs yuni 2024-04-04 19:03:30 +0200
  • 3106218f5f make Icarus much more wholesome yuni 2024-04-04 18:54:20 +0200
  • a7003f6f00 fix thebe position yuni 2024-04-04 18:54:03 +0200
  • 016b948967 fix chat logic yuni 2024-04-04 18:53:52 +0200
  • ea6243ec12 better debug messages yuni 2024-04-04 18:53:32 +0200
  • b1c78e4ccb move send reply code to chat.rs yuni 2024-04-04 18:53:20 +0200
  • 8f380a6773 split off chat logic from hud.rs into chat.rs yuni 2024-04-04 13:39:49 +0200
  • ca7d2facd9 split off chat logic from actor.rs into new chat.rs yuni 2024-04-04 13:33:54 +0200
  • d1defff3ad typo yuni 2024-04-04 03:32:27 +0200
  • 334f4be514 move wasm/wayland bevy features into its own outfly features yuni 2024-04-04 03:22:48 +0200
  • 21b6cc192d add preliminary instructions on how to build for web assembly yuni 2024-04-04 03:20:38 +0200
  • 9edd63bd1f activate bevy's webgl2 feature yuni 2024-04-04 02:27:55 +0200
  • 0e28cb9c7f update Cargo.toml yuni 2024-04-03 19:05:37 +0200
  • 2888740780 add bevy's wayland feature yuni 2024-04-03 18:52:43 +0200
  • 155c9abd1f move bevy feature "file_watcher" to dev-only mode yuni 2024-04-03 18:41:39 +0200
  • 9c7cd6ddc5 tweak key binding descriptions yuni 2024-04-03 15:06:35 +0200
  • fd53c10a59 bump to v0.5.2 v0.5.2 yuni 2024-04-03 14:48:31 +0200
  • 39e852817a fix vehicle exit... maybe? seems to have a random element... yuni 2024-04-03 14:42:48 +0200
  • b4b24a192a tweak key binding descriptions yuni 2024-04-03 14:29:51 +0200
  • 5b1d6588f9 properly mute reaction wheel sounds yuni 2024-04-03 14:27:44 +0200
  • d4ddead644 enter vehicles with E instead of Q, make E the "interact" key yuni 2024-04-03 14:21:47 +0200
  • 85a404e49a change BGM to "Cinematic Cello" by Aleksey Chistilin yuni 2024-04-03 14:21:28 +0200
  • 8884999074 adjust exit distance to vehicle size yuni 2024-04-03 13:53:49 +0200
  • 0142d6d77b fix vehicle visibility when exiting yuni 2024-04-03 12:27:43 +0200
  • 8531a9b8c1 fix position/rotation after exiting vehicle yuni 2024-04-03 12:26:56 +0200
  • 2f060a3250 Revert "position objects for itch.io teaser screenshot" yuni 2024-04-03 00:40:19 +0200
  • b03fccf6d5 position objects for itch.io teaser screenshot yuni 2024-04-03 00:40:00 +0200
  • 02061c0cd6 bump to v0.5.1 v0.5.1 yuni 2024-04-02 17:47:38 +0200
  • ba4c03b7fb add build script to pack.sh yuni 2024-04-02 17:39:57 +0200
  • e00d891150 expose speed cheats outside of dev mode yuni 2024-04-02 17:24:39 +0200
  • 910d1b4407 fix despawning of scenes (fixes framerate drop after traveling far) yuni 2024-04-02 17:17:31 +0200
  • 9802a09478 add thebe moon yuni 2024-04-02 16:37:05 +0200
  • 1498d95b5b remove debug output yuni 2024-04-02 16:19:49 +0200
  • cdb7007e41 bump to v0.5.0 v0.5.0 yuni 2024-04-02 07:23:30 +0200
  • 868668ab43 remove debug code yuni 2024-04-02 07:22:40 +0200
  • d3df885e65 nicer Io position yuni 2024-04-02 07:19:38 +0200
  • e49ff28640 better display of coordinates yuni 2024-04-02 07:17:56 +0200
  • 591db70d08 base asteroid density on actual ring density yuni 2024-04-02 07:05:17 +0200
  • be55433376 update asteroids only when changing cell yuni 2024-04-02 05:59:33 +0200
  • 3ea2f3bc3a use fastrand for better asteroid distribution yuni 2024-04-02 05:51:50 +0200
  • 0e18067024 tweaking asteroids yuni 2024-04-02 05:41:12 +0200
  • e3e67b0c6f on-the-fly asteroid generation yuni 2024-04-02 05:12:53 +0200
  • adb9f4b971 added asteroid generation function that generates across the rings yuni 2024-04-02 02:29:53 +0200
  • 8e26208559 move player back to the outside of the rings. jupiter too large. yuni 2024-04-02 01:33:00 +0200
  • 36f99d8215 tweak rings yuni 2024-04-02 01:29:16 +0200
  • 6d3a0da314 1000x speed boost with v/b cheats when holding shift yuni 2024-04-02 01:14:18 +0200
  • 8b7ccc1b58 fix planet/moon sizes yuni 2024-04-02 01:14:05 +0200
  • 0e80bdb732 double moon sizes yuni 2024-04-02 01:07:30 +0200
  • 2d7b787593 realistic sizes and distances for everything yuni 2024-04-02 01:07:22 +0200
  • 53dceeb6aa add orbit command yuni 2024-04-02 01:06:33 +0200
  • ab14610ea4 Merge branch 'despawn_asteroids' yuni 2024-04-02 00:00:45 +0200
  • cfbd23f485 fix despawning of scene-based asteroids, turn them back from spheres to scenes yuni 2024-04-01 23:54:56 +0200