464 Commits

Author SHA1 Message Date
Nick
901ad1d945 Change error message when failing to load json 2022-06-19 19:33:47 -04:00
Nick
268c18386c Fix debug menu settings throwing exception from main menu 2022-06-19 19:12:05 -04:00
Nick
87d53e5a3d Remove commented thing 2022-06-19 19:02:24 -04:00
Noah Pilarski
7f786cbbb2 Move more things over to VesselWarpHandler 2022-06-19 18:47:26 -04:00
Nick
fe5bda733e Fix things to happen after system config made 2022-06-19 18:01:11 -04:00
Nick
f748b299a6 Merge branch 'dev' into pr/195 2022-06-19 16:18:32 -04:00
Nick
458f759f38 Fix path 2022-06-19 15:36:55 -04:00
Nick
1f96f55a35 Addon manifest used to set up achievements 2022-06-19 15:06:03 -04:00
Nick
181f75b427 Track unlocking achievements with facts, signals, conditions 2022-06-19 14:46:02 -04:00
Noah Pilarski
6df57fe879 Fix wrong name 2022-06-19 13:17:33 -04:00
Noah Pilarski
071901517a Move everything to VesselWarpHandler 2022-06-19 13:17:11 -04:00
Nick
527760623f Moved initialReveal, curiosities, entryPositions to StarSystemConfig 2022-06-19 11:44:00 -04:00
FreezeDriedMangoes
01fe2ffb24 gated some things that should be debug or nh dev only 2022-06-19 09:40:12 -04:00
FreezeDriedMangoes
40a14ad1ae fixed merge conflict with dev 2022-06-19 09:34:06 -04:00
Noah Pilarski
aac4cda399 Fix black/white hole invisible bug 2022-06-19 03:33:47 -04:00
Noah Pilarski
cfeed4dc34 Vessel asset bundle 2022-06-19 03:33:47 -04:00
Noah Pilarski
77e7ebb20c Vessel Position 2022-06-19 03:33:47 -04:00
Noah Pilarski
3c17bfe8fe Log star system loaded 2022-06-19 03:33:47 -04:00
Noah Pilarski
35d5d7bd9d Vessel 2022-06-19 03:33:47 -04:00
Noah Pilarski
df1bdc7b85 Nomai Coordinates 2022-06-19 03:33:47 -04:00
Noah Pilarski
29f6fb8908 Separate Vessel And Ship Warp 2022-06-19 03:33:47 -04:00
Nick
17a0e9d211 Merge branch 'dev' into achievements 2022-06-14 11:51:07 -04:00
FreezeDriedMangoes
ee519a24d5 added an arrow that can point at whatever you want 2022-06-13 23:09:10 -04:00
FreezeDriedMangoes
43b29e7775 merged dev 2022-06-13 22:27:45 -04:00
Nick
d2ee13bff9 Make system override work from title screen 2022-06-13 20:03:42 -04:00
FreezeDriedMangoes
e25fdb2de8 fixed merge conflict with dev 2022-06-10 17:26:40 -04:00
JohnCorby
b67207555f use annotation instead of yucky manual way 2022-06-08 13:38:04 -07:00
Ben C
7ea29fcf6b
Merge pull request #173 from MegaPiggy/cloak
Many fixes, additions, and tweaks.
2022-06-06 12:03:33 -04:00
Noah Pilarski
ef262b456d Cloak Inside Patch 2022-06-03 04:50:33 -04:00
Noah Pilarski
ec0d500ef1 Try Catch 2022-06-03 03:02:05 -04:00
Noah Pilarski
977c790ef5 Use SearchUtilities.Find instead GameObject.Find 2022-06-03 03:02:05 -04:00
FreezeDriedMangoes
4e7330ce09 implemented basic UI skeleton for the text placer along with basic raycast-based placing functionality 2022-06-01 22:23:45 -04:00
FreezeDriedMangoes
0c102c6471 moved debug menu classes to DebugMenu 2022-05-31 19:54:29 -04:00
Damián Garro
81fad1f507 Fix subtitles duplicated on configs reload 2022-05-27 03:20:14 -03:00
Nick
c0e6c1191a Remove subtitle from system config, default to "subtitle.png" 2022-05-25 19:25:34 -04:00
Ben C
175b8c1f80 Add support for .jsonc files 2022-05-24 17:40:13 -04:00
Ben C
22f96ddea3 Fixed casing on more modules 2022-05-23 18:39:19 -04:00
Nick
5691985775 Set up Achievements+ support, rename Assets folder 2022-05-23 13:33:44 -04:00
JohnCorby
53dd88584b Revert "reformat again"
This reverts commit 93d82358
2022-05-22 18:55:27 -07:00
JohnCorby
93d82358fa reformat again 2022-05-22 18:48:23 -07:00
JohnCorby
656ff16305 Revert "Reformat"
This reverts commit 7c0ba5597720f963432d8379a236e74f3508d077.
2022-05-22 18:41:34 -07:00
Ben C
7c0ba55977 Reformat 2022-05-22 21:30:45 -04:00
Ben C
466df12003 Got Schema generation working! 2022-05-22 18:57:05 -04:00
Ben C
cbd0109ea0 Merge branch 'dev' into schema-integration
# Conflicts:
#	NewHorizons/Builder/Body/FunnelBuilder.cs
#	NewHorizons/External/Configs/PlanetConfig.cs
#	NewHorizons/External/Configs/StarSystemConfig.cs
#	NewHorizons/External/Modules/AsteroidBeltModule.cs
#	NewHorizons/External/Modules/AtmosphereModule.cs
#	NewHorizons/External/Modules/BaseModule.cs
#	NewHorizons/External/Modules/OrbitModule.cs
#	NewHorizons/External/Modules/PropModule.cs
#	NewHorizons/External/Modules/ShipLogModule.cs
#	NewHorizons/External/Modules/SignalModule.cs
#	NewHorizons/External/Modules/VariableSize/FunnelModule.cs
#	NewHorizons/External/Modules/VariableSize/RingModule.cs
#	NewHorizons/External/Modules/VariableSize/SingularityModule.cs
#	NewHorizons/External/Modules/VariableSize/StarModule.cs
#	NewHorizons/Main.cs
2022-05-22 13:24:02 -04:00
Ben C
821c3bf919 Im going bonkers 2022-05-22 12:27:27 -04:00
FreezeDriedMangoes
e636e2a844 feat: renamed subtitleFilepath to subtitle, fixed a modulus that was supposed to be a plus, added a todo 2022-05-22 10:21:52 -04:00
FreezeDriedMangoes
a9af62878d feat: added SubtitleHandler to allow mods to add custom subtitles 2022-05-22 09:48:25 -04:00
FreezeDriedMangoes
e7168e4d74 fix: fixed config saving interacting poorly with alignToNormal, pause menu button should now hide on debug false 2022-05-22 08:55:34 -04:00
FreezeDriedMangoes
d3f9a35cba fix: some pr review requests, chore: changed line endings to unix (how they should be Visual Studio) 2022-05-22 08:43:04 -04:00
Nick
134ba469d3 Fix merge 2022-05-22 00:46:39 -04:00