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
|
0e545850cc
|
Use JSON serialization settings
|
2022-05-22 00:47:01 -04:00 |
|
Nick
|
92350845ee
|
Merge branch 'dev' into pr/112
|
2022-05-21 23:35:06 -04:00 |
|
FreezeDriedMangoes
|
f41e988b2e
|
chore: moved debug classes to their own package
|
2022-05-21 23:23:59 -04:00 |
|
FreezeDriedMangoes
|
f81cd34318
|
chore: moved debug classes into DebugUtilities package
|
2022-05-21 23:20:29 -04:00 |
|
FreezeDriedMangoes
|
8749e217ca
|
fix: menu can now open in other systems yay
|
2022-05-21 23:17:18 -04:00 |
|
FreezeDriedMangoes
|
7297f1eb24
|
fix: SearchUtilities can now find gameobjects with inactive parents
|
2022-05-21 22:55:50 -04:00 |
|
FreezeDriedMangoes
|
0dfe9bf769
|
chore: fixed merge conflict with main
|
2022-05-21 22:26:13 -04:00 |
|
Clay
|
f80ae73d20
|
pulled from main
|
2022-05-21 20:26:00 -04:00 |
|
Nick
|
779f9fc9b0
|
Improve cyclone colouring + add hurricanes
|
2022-05-21 18:17:27 -04:00 |
|
Nick
|
582d6c7051
|
Default alpha to be opaque
|
2022-05-21 15:34:17 -04:00 |
|
Nick
|
23f3005d46
|
Lighting + Cloud refactor
|
2022-05-20 01:52:08 -04:00 |
|
Nick
|
39840b18a7
|
Support translating star system names (#136)
Fixes #136
|
2022-05-19 17:00:13 -04:00 |
|
Nick
|
10d9556b79
|
Avoid NRE in planet destruction (Fixes #116)
|
2022-05-18 19:38:07 -04:00 |
|
Nick
|
e1e630aaef
|
Organize + validate
|
2022-05-17 19:41:45 -04:00 |
|
FreezeDriedMangoes
|
dac61f86fc
|
fix: various bug fixes including a major one in GetAstroObjectName, and a minor one causing a crash on a save attempt when saving props placed in a new system that previously had 0 props in the loaded mod
|
2022-05-14 22:33:21 -04:00 |
|
Nick
|
c04626b4b0
|
Finalize proxies
|
2022-05-14 20:37:10 -04:00 |
|
Nick
|
bb08b575ce
|
Make proxies look right
|
2022-05-14 18:33:34 -04:00 |
|
FreezeDriedMangoes
|
4e82e7f142
|
chore: fix merge conflicts
|
2022-05-14 11:09:56 -04:00 |
|
FreezeDriedMangoes
|
2e693b45b9
|
chore: removed some unused logs, comments, and code
|
2022-05-14 10:34:22 -04:00 |
|
FreezeDriedMangoes
|
392b459840
|
fix: fixed backup saving
|
2022-05-14 10:29:00 -04:00 |
|
FreezeDriedMangoes
|
ac7cb86fb6
|
feat: added functionality to save backup configs
|
2022-05-14 10:06:45 -04:00 |
|
FreezeDriedMangoes
|
49e6e4503d
|
feat: removed the esc key menu toggle, replaced it with a pause menu option
|
2022-05-14 09:55:57 -04:00 |
|
FreezeDriedMangoes
|
695586c79d
|
fix: finally got saving to loaded config files working!
|
2022-05-14 09:44:06 -04:00 |
|
FreezeDriedMangoes
|
bd8a6b2b1c
|
fix: fix involving missing GetAstroObject().name
|
2022-05-13 22:58:32 -04:00 |
|
FreezeDriedMangoes
|
b0a282d69f
|
fix: account for current solar system
|
2022-05-13 22:39:41 -04:00 |
|
FreezeDriedMangoes
|
b25156cf0b
|
feat: implemented saving updated config files
|
2022-05-13 22:33:22 -04:00 |
|
FreezeDriedMangoes
|
7011b6ec3a
|
feat: added full config file updating, added menu items for this as well
|
2022-05-13 19:08:27 -04:00 |
|
Nick
|
eebccceaab
|
Fix asset bundle issue and made a class of them
|
2022-05-13 16:49:29 -04:00 |
|
Nick
|
87c859728e
|
Destroy sun station debris properly
|
2022-05-13 16:30:24 -04:00 |
|
FreezeDriedMangoes
|
27247d79a1
|
feat: added a persistent list of favorite props
|
2022-05-13 12:29:56 -04:00 |
|
FreezeDriedMangoes
|
11a8e5732f
|
feat: moved menu down so it doesn't overlap with the Unity Explorer menu
|
2022-05-13 11:08:16 -04:00 |
|
FreezeDriedMangoes
|
87c61f4189
|
feat: added list of buttons to select recently placed props
|
2022-05-13 11:01:06 -04:00 |
|
FreezeDriedMangoes
|
c126f52123
|
chore: added todos
|
2022-05-13 09:59:47 -04:00 |
|
FreezeDriedMangoes
|
3714477046
|
feat: added references to DebugRaycaster and DebugPropPlacer, added text field to set current object
|
2022-05-13 09:57:13 -04:00 |
|
FreezeDriedMangoes
|
26f24250fa
|
feat: made a debug menu component
|
2022-05-13 09:45:33 -04:00 |
|
FreezeDriedMangoes
|
2ecad16acc
|
feat: made PropPlacer its own component
|
2022-05-13 09:45:13 -04:00 |
|
Nick
|
e27455bfb1
|
Add enableTimeLoop to system configs
|
2022-05-12 19:49:02 -04:00 |
|
FreezeDriedMangoes
|
671f0910bf
|
feat: placed props now initially rotate to face player
|
2022-05-12 17:45:05 -04:00 |
|
FreezeDriedMangoes
|
b47677a94e
|
feat: added check for empty string and default object path, removed unneeded log, added todo
|
2022-05-12 14:28:05 -04:00 |
|
FreezeDriedMangoes
|
009d9b075a
|
feat: added delete/undo and cleaned up the name of the property that lets you set what object is being placed
|
2022-05-12 14:15:44 -04:00 |
|
FreezeDriedMangoes
|
b7f3a587f7
|
feat: props now align to the surface you place them on by default
|
2022-05-12 14:05:51 -04:00 |
|
FreezeDriedMangoes
|
56640a2228
|
fix: fixed bug causing crash on print, moved prop registration to its own function
|
2022-05-12 13:24:22 -04:00 |
|
FreezeDriedMangoes
|
efd0e7d7e1
|
feat/fix: props now print their current position instead of their initial position, props now print their path as originally intended, added a todo comment
|
2022-05-12 13:02:02 -04:00 |
|
FreezeDriedMangoes
|
07b20fc0eb
|
feat: added base features of the place object tool, you can place objects with L and print the config files with semicolon.
|
2022-05-12 12:51:37 -04:00 |
|
Nick
|
55e8be6546
|
Fix positions
|
2022-05-12 01:47:20 -04:00 |
|
Nick
|
0a548d5f12
|
Make all classes public
|
2022-05-11 22:07:51 -04:00 |
|
Nick
|
cc595612f5
|
Fix sun station destruction
|
2022-05-10 17:04:38 -04:00 |
|
Nick
|
9aecd14541
|
Fix load order to include stock planets
|
2022-05-10 02:45:20 -04:00 |
|