1468 Commits

Author SHA1 Message Date
JohnCorby
b4340a93f7 silly space 2023-03-23 16:26:44 -07:00
JohnCorby
9910323ebc move this up so it returns early 2023-03-23 16:02:45 -07:00
JohnCorby
687151c36b potentially fix cull group map bug 2023-03-23 16:00:41 -07:00
JohnCorby
572702bac0 comment 2023-03-23 14:22:27 -07:00
JohnCorby
97c869bd16 FireOnNextUpdate my beloved 2023-03-23 14:18:04 -07:00
JohnCorby
b134e12389 use simplified call to detail info thing 2023-03-23 13:37:33 -07:00
JohnCorby
5f65bb5360 grrrrr 2023-03-23 13:32:55 -07:00
JohnCorby
6e49af5abc kill ignoresun entirely fuck it 2023-03-23 13:32:41 -07:00
JohnCorby
f9d9733fcc oops 2023-03-23 13:30:48 -07:00
JohnCorby
83d86ff485 kill ignoresun entirely fuck it 2023-03-23 13:28:48 -07:00
JohnCorby
3e681fea60 use better whiteboard 2023-03-22 22:28:52 -07:00
JohnCorby
ad704d9bf6 TranslatorTextBuilder: dont do auto spiral if any property is specified 2023-03-22 22:13:49 -07:00
Nick
aa88285748
Warp pads (#546)
## Major features
- Nomai warp pads! You can build transmitters (like the towers on Ash
Twin) and receivers on other planets. Can also be used to just make
permanent teleportation pads if the alignment window is set to 360
degrees. Receivers also take in position arguments for a Nomai computer
which will display the departure and arrival times.
2023-03-23 00:58:44 -04:00
Nick
31fb962f57 Remove register warp receiver 2023-03-23 00:39:58 -04:00
Nick
0c619e0fd1 Fix warp pads 2023-03-23 00:34:20 -04:00
Nick
d847f13e83 Simplify calls to detail builder 2023-03-22 23:46:40 -04:00
Nick
9c5982d9a4 Use detail info instead 2023-03-22 23:31:10 -04:00
Nick
30ff6367ef Fix bad merge 2023-03-22 22:38:53 -04:00
Nick
7179388094 Merge branch 'dev' into warp-pads 2023-03-22 22:38:21 -04:00
Joshua Thome
c7632aa70e Pair up singularities after all planets have been built 2023-03-22 18:27:09 -05:00
Nick
43871a9206
remove keepAutoPlacement (#544)
<!-- A new module or something else important -->
## Major features
-

<!-- A new parameter added to a module, or API feature -->
## Minor features
- use nullable values instead of separate keepAutoPlacement bool

<!-- Some improvement that requires no action on the part of add-on
creators i.e., improved star graphics -->
## Improvements
-

<!-- Be sure to reference the existing issue if it exists -->
## Bug fixes
-
2023-03-22 17:47:48 -04:00
Joshua Thome
43873ea04a Add Whiteboard (with optional scroll) to translatorText 2023-03-22 10:03:08 -05:00
Nick
4cd15cc8ae Add the platform from remote viewers around the base of warp pads 2023-03-22 00:38:34 -04:00
Nick
4a14101ba1 Implement warp pads 2023-03-22 00:07:53 -04:00
JohnCorby
8d13f1e5e5 oops 2023-03-21 17:45:34 -07:00
JohnCorby
a88f3c16a8 use nullable values instead of separate keepAutoPlacement thing 2023-03-21 17:44:50 -07:00
JohnCorby
0cfe62dda5 rename LayerUtilities to Layer 2023-03-21 17:27:07 -07:00
JohnCorby
9d2d8a4bc3 fix namespaces 2023-03-21 17:25:36 -07:00
Joshua Thome
325303d947 Reenable arc caching 2023-03-20 23:46:15 -05:00
Joshua Thome
80c576bd01 alignRadial migration plus cleanup of translator text normal handling 2023-03-20 22:31:21 -05:00
JohnCorby
3c691d3511 Revert "(TODO: TEST MORE) use GeneralPropBuilder for normal"
This reverts commit 75b703716106773edd4776d111f9fabc9d97c721.
2023-03-18 23:06:23 -07:00
JohnCorby
75b7037161 (TODO: TEST MORE) use GeneralPropBuilder for normal 2023-03-18 23:01:09 -07:00
JohnCorby
de4c2ec7e2 move GeneralPropBuilder out of MakeWallText 2023-03-18 22:55:26 -07:00
Joshua Thome
384312a118 Fix scroll alignment 2023-03-18 21:25:00 -05:00
Nick
8aa22a639f Fix bad merge 2023-03-18 18:34:15 -04:00
Nick
6e5e0e6a68
Merge branch 'dev' into hawkbar-prop-cleanup 2023-03-18 18:33:36 -04:00
Nick
431bc6dbfc
Merge branch 'dev' into patch-cleanup 2023-03-18 18:27:47 -04:00
Nick
2b89259df6
Fixes (#541)
## Bug fixes
- Fix physics objects in bramble dimensions being active outside of them
(#536)
- Prevent the existence of 1 dimensional filaments stretching across
space killing you instantly also invisible black holes won't make noise
(#514)
- Fix Bramble interior nodes being visible outside of it.
2023-03-18 18:26:36 -04:00
Nick
8a30017c8a Move more stuff 2023-03-18 18:24:22 -04:00
JohnCorby
eb21f00957 do null check instead of implicit bool cast for silly consistency 2023-03-18 15:05:04 -07:00
JohnCorby
3c5b3c403d rename to parentOverride since it overrides planetgo and sector 2023-03-18 15:03:19 -07:00
Joshua Thome
ace2c78985 Switch to planetGO and sector for GeneralPropBuilder 2023-03-18 16:53:48 -05:00
Nick
851b4608c2 Use layer util 2023-03-18 16:48:31 -04:00
Nick
b040373123 Does it break if I do this 2023-03-18 16:28:05 -04:00
Joshua Thome
3523bd3cab Move GeneralPropInfo out into its own file 2023-03-18 15:26:35 -05:00
Joshua Thome
af96853afb Fix parent path fetching 2023-03-18 15:17:58 -05:00
Joshua Thome
6cea038134 Revert geyser alignment because idk 2023-03-18 15:17:32 -05:00
Nick
bd61a87cf6 Add game over text and death type to credits volume, but doesnt work 2023-03-18 16:04:53 -04:00
Nick
e25cf1e00c Fixes #514 Setting scale value to 0 should disable it 2023-03-18 14:51:13 -04:00
JohnCorby
36a31f3b80 get bramble node fix from the other pr 2023-03-18 11:30:32 -07:00