486 Commits

Author SHA1 Message Date
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
Nick
92350845ee Merge branch 'dev' into pr/112 2022-05-21 23:35:06 -04:00
FreezeDriedMangoes
f81cd34318 chore: moved debug classes into DebugUtilities package 2022-05-21 23:20:29 -04:00
FreezeDriedMangoes
0dfe9bf769 chore: fixed merge conflict with main 2022-05-21 22:26:13 -04:00
Ben C
09762a0f53 Hard ::( 2022-05-21 21:24:02 -04:00
Clay
f80ae73d20 pulled from main 2022-05-21 20:26:00 -04:00
Nick
23f3005d46 Lighting + Cloud refactor 2022-05-20 01:52:08 -04:00
Nick
7c396602f7 Optionally disable map per system (#123)
Closes #123
2022-05-19 17:34:11 -04:00
Nick
06588c2645 Remove module & config base classes 2022-05-17 20:05:58 -04:00
Nick
e1e630aaef Organize + validate 2022-05-17 19:41:45 -04:00
FreezeDriedMangoes
4e82e7f142 chore: fix merge conflicts 2022-05-14 11:09:56 -04:00
FreezeDriedMangoes
695586c79d fix: finally got saving to loaded config files working! 2022-05-14 09:44:06 -04:00
Nick
b0e93ab8e9 Only carry over seconds remaining when enableTimeLoop 2022-05-13 17:19:26 -04:00
Nick
a7b649c32f Namespace the asset bundle 2022-05-13 17:10:17 -04:00
Nick
eebccceaab Fix asset bundle issue and made a class of them 2022-05-13 16:49:29 -04:00
Nick
d5ee5ff33a Add default star system override option 2022-05-13 16:30:37 -04:00
FreezeDriedMangoes
789db6854d fix: fixed order that Debug components are added to the player 2022-05-13 12:29:42 -04:00
FreezeDriedMangoes
287a5ff033 feat: added both new components to player body 2022-05-13 09:45:46 -04:00
Nick
e27455bfb1 Add enableTimeLoop to system configs 2022-05-12 19:49:02 -04:00
Nick
f85c3ca825 Relocated API + added SpawnObject method 2022-05-10 12:55:21 -04:00
Nick
a41bd8c352 Tidied up AstroObjectLocator
Orbit updating breaks if you make an existing planet a moon of something and then you move that planet.
2022-05-07 04:32:47 -04:00
Nick
59109671c9 Track AO children in AOLocator 2022-05-07 02:48:31 -04:00
Nick
100b3f1b46 Merge branch 'dev' into no-more-CR 2022-05-07 01:02:50 -04:00
Ben C
d967b75937 Move config reset to ResetConfigs in Main.cs 2022-05-06 22:20:37 -04:00
Nick
5c705f12c8 Can move existing planet but not change primary 2022-05-06 19:03:41 -04:00
Nick
6cb125f84c Merge branch 'dev' into no-more-CR 2022-05-06 12:45:06 -04:00
Nick
aebd2edfa8 Catch exceptions if they don't have the DLC 2022-05-06 12:40:18 -04:00
Nick
21ab007efd Allow making copies of the stock system 2022-05-05 22:46:19 -04:00
Nick
e6ac6c9c8a Switch all patches over to HarmonyLib 2022-05-05 20:15:18 -04:00