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
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
63d72fa723
Fix debug raycast normal
2022-05-04 17:36:57 -04:00
Nick
f410d13806
Manually position text arcs
2022-05-04 04:44:57 -04:00
Nick
d35325eb69
Scrolls work
...
- The text wall is visible on the scroll on the ground
- Text still isn't positioned nicely
2022-05-03 17:45:43 -04:00
Nick
b59a03d15e
Finish slide reel
2022-05-02 20:58:22 -04:00
Nick
0e2ff50397
Start custom slide reels
2022-05-02 17:11:32 -04:00
Nick
ba1636c214
Merge branch 'master' into no-more-CR
2022-05-02 02:59:20 -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
931403566b
Clean up generated textures
2022-05-01 12:54:52 -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
Noah
7b4b949927
A few miscellaneous additions ( #92 )
...
* Add names
* More Asteroid Customization
* Store images
* Space Station Astro Object Type
* Stretch
* Add a few missing properties to schema
* MVector3
* Revert "Space Station Astro Object Type"
This reverts commit 4a8ee29af81185ebed3ed661e4b9ca643350020a.
Co-authored-by: Nick <nicholasconnors@hotmail.ca>
2022-05-01 00:01:22 -04:00
Nick
5a00065ba7
Merge branch 'dev' into no-more-CR
2022-04-21 00:29:23 -04:00
Ben C
cf3bdc32b2
Made translations support debug reloading
2022-04-21 00:16:07 -04:00
Nick
bbdc6e8b34
Excise all references to CR
2022-04-10 12:24:41 -04:00
Ben C
799ad71d0a
Added cached finding
2022-04-03 15:08:19 -04:00
Ben C
aa7e285b27
Made translation support reloading
2022-04-02 00:21:34 -04:00
Nick
9e05f5a49e
Merge pull request #72 from xen-42/cloak
...
Cloak
2022-03-20 21:37:29 -04:00
Nick
a1e84d8152
Fix orbit updater issue
2022-03-20 21:10:21 -04:00
Ben C
73f4dbbd5d
Move reloading to DebugReload.cs
2022-03-12 14:21:28 -05:00
Nick
70dc69033f
Fix planet orientations
2022-03-11 22:10:30 -05:00
Nick
6ba4a217c8
Janky eye warp
2022-03-08 03:02:36 -05:00
Nick
99ed972df6
Fix typo in GetPath
2022-03-07 16:51:01 -05:00
Nick J. Connors
b9351a28a5
Refactor some planet stuff out of main
2022-03-01 13:49:01 -05:00
Nick J. Connors
f24ace0721
Refactor some CR physics stuff
2022-03-01 13:07:45 -05:00
Nick
b6e71c0792
Merge pull request #44 from xen-42/debug-raycast
...
Fixed Reloading and Debug Raycast
2022-02-25 20:18:19 -05:00
Ben C
7df1c1e476
I'm blind
2022-02-25 20:15:36 -05:00