272 Commits

Author SHA1 Message Date
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
Nick
74a683def0 Rafts + patching with HarmonyLib 2022-05-05 18:43:04 -04:00
Nick
68316f7cfe Add setting to enable/disable custom title screen 2022-05-04 23:17:18 -04:00
Nick
ff22b3246c Change InstalledAddon API 2022-05-03 11:38:41 -04:00
Nick
7b9331d045 Change accessibility of the Hearthian system #51 2022-05-02 13:24:08 -04:00
Nick
ba1636c214 Merge branch 'master' into no-more-CR 2022-05-02 02:59:20 -04:00
Nick
54f341d16e Fix meteors + document 2022-05-02 02:09:36 -04:00
Nick
c03e3d7dbc Move cache clear to scene unloaded event 2022-05-01 13:33:25 -04:00
Nick
bb586d4d2c AudioClip caching + cleanup 2022-05-01 12:57:32 -04:00
Nick
6b07ee8bf3 Merge branch 'dev' into no-more-CR 2022-05-01 00:57:15 -04:00
Nick
aa0f9b6d8b Clear texture cache on scene reload 2022-05-01 00:06:19 -04:00
Nick
18962c4e15 Merge branch 'dev' into no-more-CR 2022-04-30 21:58:20 -04:00
Ben C
bdb0718047 Remove LogLevel config setting 2022-04-21 19:47:57 -04:00
Nick
15071fdb62 Fix map satellite 2022-04-21 00:56:13 -04:00
Nick
bbdc6e8b34 Excise all references to CR 2022-04-10 12:24:41 -04:00