Nick
|
70a54f9588
|
Fix the weird heightmap destroying bug
|
2022-07-25 09:05:28 -04:00 |
|
JohnCorby
|
ff18f4dfb3
|
remove defaults from MVector3 because u can just use Vector3
|
2022-07-24 18:53:49 -07:00 |
|
Joshua Thome
|
d5a4ca2fa1
|
Move vessel config to its own module
|
2022-07-23 19:22:14 -05:00 |
|
JohnCorby
|
081967670b
|
Merge branch 'dev' into height-map-resolution
|
2022-07-16 15:16:15 -07:00 |
|
JohnCorby
|
35b7810592
|
make all textures clamp by default instead of wrap
|
2022-07-16 14:51:51 -07:00 |
|
JohnCorby
|
81b5a6b27d
|
ImageUtilities.cs: use default parameter for mipmaps instead of overload
|
2022-07-16 14:45:24 -07:00 |
|
Nick
|
38ac50652b
|
Use Atan2 in CoordinateUtilities
|
2022-07-14 17:42:03 -04:00 |
|
JohnCorby
|
434cb6cbb5
|
Merge remote-tracking branch 'origin/dev' into dev
|
2022-07-13 21:15:04 -07:00 |
|
JohnCorby
|
93fc16aede
|
use ints on MColor
|
2022-07-13 20:51:12 -07:00 |
|
Nick
|
5c5b4e0764
|
Wrap Main.Instance.ModHelper.Events.Unity into Delay
|
2022-07-13 23:48:43 -04:00 |
|
Noah Pilarski
|
e56cd0e1dc
|
Use new audio setting method for cloaks and travel music
|
2022-07-13 21:14:31 -04:00 |
|
JohnCorby
|
fac330bcfb
|
support mp3 lol
|
2022-07-13 17:28:08 -07:00 |
|
Nick
|
2a3ffcc268
|
AudioUtilities method to set audio from AudioType, existing AudioClip, or file
|
2022-07-13 20:21:40 -04:00 |
|
Nick
|
4a01e93ac6
|
Add some default vectors to MVector3
|
2022-07-13 19:35:05 -04:00 |
|
Noah Pilarski
|
5f9a952cc1
|
Add small nest and elsinore to db children
|
2022-07-11 11:25:50 -04:00 |
|
Nick
|
5c4eb49648
|
More goofy extension stuff idk
|
2022-07-09 23:48:49 -04:00 |
|
JohnCorby
|
924dadc536
|
dont add to cache if not found
|
2022-07-09 18:39:26 -07:00 |
|
JohnCorby
|
2407ac9fba
|
let Find also recursively find an inactive object
|
2022-07-09 16:49:39 -07:00 |
|
JohnCorby
|
096ac539a1
|
make Find better (cache more)
|
2022-07-09 16:13:40 -07:00 |
|
Nick
|
a5bcd46d3f
|
Change verbose log
|
2022-07-05 23:12:31 -04:00 |
|
Nick
|
2fabfcb1a5
|
Merge pull request #216 from xen-42/bramble-nodes
Bramble nodes
|
2022-07-05 22:31:07 -04:00 |
|
JohnCorby
|
e1c76cfa9e
|
no need to cast
|
2022-07-05 17:07:18 -07:00 |
|
JohnCorby
|
75478bc5a1
|
reorder log functions to be in the same order as the enum
|
2022-07-05 17:06:34 -07:00 |
|
Nick
|
2e47d170f9
|
Change fifty gorillion logs to be verbose
|
2022-07-05 19:28:38 -04:00 |
|
FreezeDriedMangoes
|
1be9560045
|
removed unneeded param
|
2022-07-05 17:52:17 -04:00 |
|
FreezeDriedMangoes
|
e023939346
|
added a Verbose level for logs that print way too much
|
2022-07-05 17:46:13 -04:00 |
|
JohnCorby
|
e4254ee6ec
|
Merge branch 'dev' into bramble-nodes
|
2022-07-01 12:44:57 -07:00 |
|
JohnCorby
|
b5fafc59c8
|
fuck it we ball
|
2022-06-30 21:07:22 -07:00 |
|
JohnCorby
|
a6b3911e93
|
make it search thru everything if all else fails
|
2022-06-30 20:58:04 -07:00 |
|
JohnCorby
|
cb8cbdd285
|
shorten Find
|
2022-06-30 20:49:19 -07:00 |
|
JohnCorby
|
06dab3fa5b
|
extension
|
2022-06-30 20:34:06 -07:00 |
|
JohnCorby
|
9aa6bf540c
|
googa
|
2022-06-30 20:33:48 -07:00 |
|
JohnCorby
|
fca19ba895
|
make getpath extension method
|
2022-06-30 20:30:35 -07:00 |
|
JohnCorby
|
b72ef5b4cf
|
remove CachedFind
|
2022-06-30 19:52:13 -07:00 |
|
JohnCorby
|
bb3b111358
|
make findchild take path and also be an extension method
|
2022-06-30 19:50:07 -07:00 |
|
Nick
|
8d0ee15563
|
Delete dimensions along with Bramble
|
2022-06-30 13:10:37 -04:00 |
|
FreezeDriedMangoes
|
c65600ab1f
|
set up basics for building bramble dimensions and bramble nodes
|
2022-06-29 09:43:39 -04:00 |
|
Nick
|
0e9fbab82a
|
Me when line numbers
|
2022-06-28 13:03:17 -04:00 |
|
Noah Pilarski
|
61ad85c685
|
Add recorder to map satellite children
|
2022-06-28 06:52:08 -04:00 |
|
Noah Pilarski
|
e907fcfe19
|
Add names to meshes
|
2022-06-27 23:38:33 -04:00 |
|
Nick
|
304f3f359e
|
Fix bad cubesphere rotation
|
2022-06-27 21:04:16 -04:00 |
|
FreezeDriedMangoes
|
05b9a42afb
|
removed unneeded Distinct() calls
|
2022-06-27 17:54:51 -04:00 |
|
FreezeDriedMangoes
|
63383ef6d3
|
fixed merge conflict
|
2022-06-27 17:21:33 -04:00 |
|
FreezeDriedMangoes
|
f0e3bb6b9a
|
fixed incorrect naming
|
2022-06-27 14:46:39 -04:00 |
|
Nick
|
21328184e8
|
Update DebugMenuPropPlacer.cs
|
2022-06-27 13:11:10 -04:00 |
|
Nick
|
4b67cf838d
|
clean
|
2022-06-27 13:10:19 -04:00 |
|
Nick
|
2fe2ca8b99
|
Merge branch 'dev' into fix-prop-placer-again
|
2022-06-27 13:01:40 -04:00 |
|
Nick
|
b426dae043
|
Clean up some stuff
|
2022-06-27 13:01:12 -04:00 |
|
FreezeDriedMangoes
|
690356d348
|
switched to using astroobject references instead of astro objects' names
|
2022-06-27 13:00:13 -04:00 |
|
FreezeDriedMangoes
|
60d7d01bbf
|
replaced concat string with interp string
|
2022-06-26 22:23:34 -04:00 |
|