Commit Graph

  • 01d3c133e1 Basic crude GUI implementation for StationFlightComputerBlock master XevianLight 2026-04-26 16:03:58 -06:00
  • 903c7f7d17 Merge remote-tracking branch 'origin/master' XevianLight 2026-04-09 16:19:00 -06:00
  • 302acaaa18 More partition and station backend XevianLight 2026-04-09 16:17:19 -06:00
  • 341ed8a17d Basic StationRocketEngineBlock functionality. StationFlightComputerBlock simply sets traveling to true. Rocket crash fixes. TEST XevianLight 2026-03-28 19:56:15 -06:00
  • 2496e0cdd5 Basic StationRocketEngineBlock functionality. StationFlightComputerBlock simply sets traveling to true. Rocket crash fixes, XevianLight 2026-03-28 19:56:15 -06:00
  • f44670d44e reorganized and renamed classes pipes-system TechnoDraconic 2026-03-10 16:05:52 -07:00
  • ab78582cce technically works, but needs visuals on attachments and a lot of organization TechnoDraconic 2026-03-09 15:58:36 -07:00
  • 0f4b98a912 More stuff for stations. Cleanup. XevianLight 2026-02-22 00:36:48 -07:00
  • 97879e47ef added a "PipeGraph" so pipes can keep track of what they're connected to TechnoDraconic 2026-02-18 20:10:52 -08:00
  • 851645e93f added a pipe test block which connects to copies of itself and changes its visual and gameplay shapes TechnoDraconic 2026-02-15 18:28:22 -08:00
  • 018886768e Rockets now support inventories. Fixed pad underside textures. XevianLight 2026-02-08 22:23:29 -07:00
  • bc8bb4ee05 PartitionData stuff XevianLight 2026-02-08 17:03:11 -07:00
  • 3154d32d79 changed mixins to affect ALL entities (might cause bugs) and fixed fall damage gravity-system TechnoDraconic 2026-02-08 13:36:26 -08:00
  • ff08a51540 RocketEntity.disassemble and dupe fixes. Fixed VAF menu not appearing. XevianLight 2026-02-08 02:01:14 -07:00
  • c0daaf2cfa RocketAssembler now creates rockets! XevianLight 2026-02-08 00:00:51 -07:00
  • aaa55b087f Merge remote-tracking branch 'origin/gravity-system' into gravity-system XevianLight 2026-02-07 17:04:20 -07:00
  • d9bd26e8a0 GravitySavedData now reads from Planet jsons for default values XevianLight 2026-02-07 17:03:05 -07:00
  • 010fc7307f added some generated files to git TechnoDraconic 2026-02-07 15:43:53 -08:00
  • af1efb5c57 Rocket assembler block bounds calculation and debug renderer XevianLight 2026-02-07 16:38:46 -07:00
  • 9356c43ea7 added gravity test block with gui and debug renderer TechnoDraconic 2026-02-06 22:22:10 -08:00
  • fa41966de4 added gravity TechnoDraconic 2026-02-05 00:44:15 -08:00
  • 9d186a0dd5 Things n stuff XevianLight 2026-02-04 22:01:46 -07:00
  • 3557dcdb17 Converted EnvironmentData and GravityData to records cause we never need to modify them XevianLight 2026-02-04 19:13:15 -07:00
  • bf09330426 Create test.txt XevianLight 2026-02-04 11:35:27 -07:00
  • 3b5d10f414 made envData nonstatic again TechnoDraconic 2026-02-04 09:26:29 -08:00
  • 331da7c78f Gravity data XevianLight 2026-02-03 23:35:41 -07:00
  • 74731444ea Merge remote-tracking branch 'origin/master' XevianLight 2026-02-03 20:03:40 -07:00
  • df344034a6 BasicEntityBlock and TickableBlockEntity added to simplify block entity creation XevianLight 2026-02-03 20:00:52 -07:00
  • 84000f31fd Added oxygen damage and an oxygen damage source TechnoDraconic 2026-02-02 09:29:16 -08:00
  • 012985441f Debug rendering for oxygen (VERY LAGGY BUT WORKS) XevianLight 2026-01-30 21:46:13 -07:00
  • cc93d2fb42 More EnvironmentSavedData stuff XevianLight 2026-01-29 23:42:33 -07:00
  • 2f0c499fdf Merge branch 'refs/heads/oxygen-system' XevianLight 2026-01-29 23:12:15 -07:00
  • a1a24b8506 giga optimized floodfill oxygen-system TechnoDraconic 2026-01-29 21:50:07 -08:00
  • 9b030d8c9d Merge branch 'oxygen-system' XevianLight 2026-01-29 21:49:08 -07:00
  • b012528247 Environment Data saving and Floodfill. Added additional data to PartitionPayload and PartitionData for later XevianLight 2026-01-29 21:43:18 -07:00
  • 351e1a806a quick fixes TechnoDraconic 2026-01-28 17:55:11 -08:00
  • b41741d578 added oxygen test block TechnoDraconic 2026-01-28 16:52:49 -08:00
  • f3bd3f891a Rocket landing pad block. Added comments. Adjusted rocket values XevianLight 2026-01-26 21:31:03 -07:00
  • 5e512cae1c RocketEntites can now launch to a specified dimension and position. Added /aphelion rocket (entity) destination, launch, and launchTo XevianLight 2026-01-25 19:56:43 -07:00
  • 59062724ff RocketEntity added. Uses RocketRenderer and RocketStructure to render blocks. RocketStructure supports volumes up to 128^3. XevianLight 2026-01-24 21:24:20 -07:00
  • 5500b78e53 Multiblocks now use dummy blocks. BaseMultiblockDummyBlock created for all dummies to extend from. XevianLight 2026-01-20 18:05:35 -07:00
  • ea998165be Basic framework for vacuum arc furnace multiblock. Moved multiblock methods to MultiblockHelper. XevianLight 2026-01-18 21:06:14 -07:00
  • 557c2761a7 Multiblock testing, JEI support, Alloying Recipe type XevianLight 2026-01-17 22:07:49 -07:00
  • 28639dae81 Server side partition syncing and packets XevianLight 2026-01-17 13:48:58 -07:00
  • 79f3e2562e Basic development XevianLight 2026-01-16 17:52:01 -07:00
  • 48e5499ad3 Basic development XevianLight 2026-01-16 17:51:41 -07:00
  • b0131011e5 Initial commit XevianLight 2026-01-04 17:48:39 -07:00