Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/space-wizards/RobustToolbox

Robust multiplayer game engine, used by Space Station 14
https://github.com/space-wizards/RobustToolbox

Add IPrototypeManager.GetInstances() (#4723)

0150c5e6ff96a3040c995539248d23b5b0ed0f39 authored about 1 year ago by Leon Friedrich <[email protected]>
Convert static readonly dictionaries to FrozenDictionary (#4722)

* Convert static readonly dictionaries to FrozenDictionary

* Also `IReadOnlyDictionary`

b2cc90d00f2a22344950e852f935e35d9ce72b07 authored about 1 year ago by Pieter-Jan Briers <[email protected]>
Add frozen collections to sandbox and add yaml type serializers (#4721)

1f8b89e92f9d4d7d105cbb7d3c6b223cc8d6268e authored about 1 year ago by Leon Friedrich <[email protected]>
Version: 193.0.0

33d394295eb80679466ee380cd1a1bb48797eeea authored about 1 year ago by ElectroJr <[email protected]>
Combine PVS dictionaries (#4693)

* Try combine dictionaries

* Remove last-ack

* Remove lastSent

* Use structs

* Don't...

4934a9c5a5a9bc01e705b9072754c068c53a3c9d authored about 1 year ago by Leon Friedrich <[email protected]>
Use FrozenDictionary for prototype instances (#4719)

* Use FrozenDictionary for prototype instances

* Add assert

* Change log to verbose

* R...

91ebc3eb02d54616db34ee8ff5cf78a00121ec74 authored about 1 year ago by Leon Friedrich <[email protected]>
Make ChildEnumerator out value non-nullable (#4707)

Co-authored-by: metalgearsloth <[email protected]>

bc84590a33b8074786265e7d46defe867416231c authored about 1 year ago by Leon Friedrich <[email protected]>
Should resolve some error spam in non EFX systems (#4704)

* Should resolve some error spam in non EFX systems

* Exit early if not supported

e3944dc6fbe463adb8b79d92c3cf7f69a13d2fcb authored about 1 year ago by Kelrak <[email protected]>
Use frozen dictionaries for prototype kinds (#4718)

* Use frozen dictionaries for prototype kinds

* More logs

* AAAA

* Change log to verbos...

6a77f4c27be65b8d4a9b8e281662df37772ef0d3 authored about 1 year ago by Leon Friedrich <[email protected]>
Make RobustMappedStringSerializer use frozen dictionaries (#4717)

* Make RobustMappedStringSerializer use frozen dictionaries

* Update RobustMappedStringSerial...

6246ae412e3c26b5519f49e18e86f7f9a7696d4c authored about 1 year ago by Leon Friedrich <[email protected]>
Version: 192.0.0

ac86accc202c83fc59aedd5ffe582f7520c5fd5b authored about 1 year ago by ElectroJr <[email protected]>
Slightly speed up IDependencyCollection (#4716)

19ff7f25ca4cf375f35ef943d12f90be4f2fcaba authored about 1 year ago by Leon Friedrich <[email protected]>
Decode ogg files as shorts instead of floats (#4715)

3f83733a032fbb6f06affffaafc0d16ec4545feb authored about 1 year ago by Pieter-Jan Briers <[email protected]>
Make `TryGetEntity` protected (#4713)

Co-authored-by: Pieter-Jan Briers <[email protected]>

438fed2f0ee6ddbeedc51001be7ed5dbc44a89c3 authored about 1 year ago by Leon Friedrich <[email protected]>
Fix obsoletion warnings for BinaryFormatter stuff

This became an outright warning in .NET 8. Into the trash, never used it.

816a535a921953702ba38bf711ccc374c20ba880 authored about 1 year ago by Pieter-Jan Briers <[email protected]>
Fix ICommonSession.ConnectedClient obsoletion warnings

01df42aa8f7dc88bbb367cfd25bc27e4f73597ee authored about 1 year ago by Pieter-Jan Briers <[email protected]>
Use FrozenDictionary in DependencyCollection.

Did not test the perf of this at all but it's the perfect use case so...

a200d73ef94e671deed5489b7c51382847ee6cb4 authored about 1 year ago by Pieter-Jan Briers <[email protected]>
Run ProcessQueuedAcks asynchronously (#4696)

8d30735ffb9261e0f243649728891db5d016160c authored about 1 year ago by metalgearsloth <[email protected]>
Version: 191.0.1

2686150f9def378f2bdb582b1ddb5b2aeea37ab4 authored about 1 year ago by Pieter-Jan Briers <[email protected]>
Fix .NET 8 sandbox.

Oops.

d720e9393b900d380feba96fddb4349233573c20 authored about 1 year ago by Pieter-Jan Briers <[email protected]>
Update Lidgren to fix nullable compilation issue

f5b1c26becd44749deb1eba029311e8a92c80973 authored about 1 year ago by Pieter-Jan Briers <[email protected]>
Version: 191.0.0

3204002c7281e43ee9345ea4cc9fea92147dcce9 authored about 1 year ago by Pieter-Jan Briers <[email protected]>
.NET 8 (#4712)

4c79d0c6d0b273da5f3a2570b35bee6f36f098e1 authored about 1 year ago by Pieter-Jan Briers <[email protected]>
Fix TryGetResource silently eating exceptions

why god

e0d38fb8bd95b0da2b9f07f32e35d17b5dc5bf9b authored about 1 year ago by Pieter-Jan Briers <[email protected]>
Obsolete TransformComponent.ChildEntities (#4706)

Co-authored-by: metalgearsloth <[email protected]>

250f6ca7dbfe87303b40d54fe3ad7a0c5bad2ed5 authored about 1 year ago by Leon Friedrich <[email protected]>
Add a workaround for MacOS' bad CoreAudio OpenAL gain behaviour (#4710)

Co-authored-by: metalgearsloth <[email protected]>

773365c185f2884cba40e5d48c83548486cb55df authored about 1 year ago by KP <[email protected]>
Remove DeferMoveEvent (#4709)

9a1e6af586c687c729d9658ba6675ab2c24fee84 authored about 1 year ago by metalgearsloth <[email protected]>
Fix Lidgren compile on GitHub hopefully

dc96318379a2c7f0a6c29e7bc80f431c251dbb92 authored about 1 year ago by Pieter-Jan Briers <[email protected]>
Add [ViewVariables] to BaseButton.EnableAllKeybinds

Makes it show up in the devwindow UI inspector.

31a3f145de701ae7c5a30d431fc490bc85966dba authored about 1 year ago by Pieter-Jan Briers <[email protected]>
Update Lidgren to v0.2.7

This adds NRT annotations. Fix compatibility with those.

331e1fcc818e513f61da6706f7861abaa8019dc2 authored about 1 year ago by Pieter-Jan Briers <[email protected]>
Fix showrays networking (#4701)

dc7a51e582daadc1cce3aa8fb652be742861a18a authored about 1 year ago by Leon Friedrich <[email protected]>
Fix audio params variation (#4699)

bfe8e687daeb7689807513afd487538e394ff1b3 authored about 1 year ago by metalgearsloth <[email protected]>
Fix TileEdgeOverlay drawing over grids (#4698)

04b6d60d76a0031006b2f450fc9b06001b220885 authored about 1 year ago by metalgearsloth <[email protected]>
Add more implicit Entity<T> casts (#4552)

5bc5bfd58ad5e1ef443f6ff6b3a1df132fd09eb8 authored about 1 year ago by Leon Friedrich <[email protected]>
Some ContainerManagerComponent ECSing (#4622)

56899b4e64edc6f3515f1a81eeac3d0de0e891a2 authored about 1 year ago by TemporalOroboros <[email protected]>
Make MapLoaderSystem.GetSaveData public (#4702)

a23915e0ddc3c6dbad25c0742d7b6e545f1ad1d5 authored about 1 year ago by DrSmugleaf <[email protected]>
Version: 190.1.1

726d91c5e8c93ddc824f0f2860139b345dba5ce8 authored about 1 year ago by metalgearsloth <[email protected]>
Revert "Avoid recontruction broadphase job every tick (#4653)" (#4695)

d8a878368074d32c3e848c318b5c11992da4c3e2 authored about 1 year ago by metalgearsloth <[email protected]>
Version: 190.1.0

8839dd9a3bd075f2d59cc7e6fe5edb0574921389 authored about 1 year ago by metalgearsloth <[email protected]>
Fix some grid setting asserts (#4580)

0296d9635cbed6e27dc3ea229424bdd37593d54b authored about 1 year ago by metalgearsloth <[email protected]>
Add GetRotation for matrices and better precision (#4691)

f24d9751d4f397943494a2d950ba6e296eb89caa authored about 1 year ago by metalgearsloth <[email protected]>
Add OnGrabbed and OnReleased events to the Slider control (#4694)

58ac82ae5551e75a0d2ed827dcca43ed9b07de58 authored about 1 year ago by wixoa <[email protected]>
Version: 190.0.0

b9130bf23638f61faa3d69d04d28dbc133e1460a authored about 1 year ago by metalgearsloth <[email protected]>
Add better OpenAL logging (#4687)

a2cd33afe5891ef7f02fd7fcb3fe8118adbdb39f authored about 1 year ago by metalgearsloth <[email protected]>
Fix color_picker shader compilation (#4690)

1772651049ca96ec7084f96c9eda7973dd27c2f5 authored about 1 year ago by metalgearsloth <[email protected]>
Ensure shaders parameters are updated when swapping instances (#4689)

826fa4d131a8de58446b9259ab9912688f84b2db authored about 1 year ago by Leon Friedrich <[email protected]>
Add colour gradients to sliders (#4688)

0b712ae86cc53d3c1fcaacf6c918da5021e88e74 authored about 1 year ago by Leon Friedrich <[email protected]>
Fix colour space translation feedback loop(#3839) (#4681)

22528fc4848cc4f7000bec91c70b2e7378a6c93f authored about 1 year ago by Łukasz Mędrek <[email protected]>
Remove non-networked comps from NetComponents dictionary (#4686)

20a411e6cee4b82b0fda1c1ba2070a2a2d60f90e authored about 1 year ago by Leon Friedrich <[email protected]>
Stop terminating entities from being prematurely detached to nullspace (#4675)

6f9ed8a2421da5fd0ee5c98ea5e39c6b2343384f authored about 1 year ago by Leon Friedrich <[email protected]>
Fix HSV and HSL producing black color on hue 360 (#4682)

790f4c1309c943a1fb020bb0c11ff797873726c3 authored about 1 year ago by Łukasz Mędrek <[email protected]>
Change netsyncenabled to an assert (#4604)

0b62cb6445acc970b97d040c3e207f12b3224cbd authored about 1 year ago by metalgearsloth <[email protected]>
Update release notes (#4684)

9d0f4d8a08cd92cac63f848c2be68a509b866eab authored about 1 year ago by metalgearsloth <[email protected]>
Version: 189.0.0

5069b0ccf9430654f5d80a47d9070f779ffac4e1 authored about 1 year ago by metalgearsloth <[email protected]>
Tweaked how ExpandPvsEvent is raised (#4665)

12cfdb2175f62b474074e75973c89ce07125c135 authored about 1 year ago by chromiumboy <[email protected]>
Add MIDI semaphore (#4643)

b5e079815df0e9758e38a106f3b1c0b147c016b3 authored about 1 year ago by metalgearsloth <[email protected]>
Set priorGain to 0 if gain is 0 (#4680)

ca3a3279c567c831e0d8e4e3f2bbbd6b7a558adf authored about 1 year ago by metalgearsloth <[email protected]>
Improve yaml linter error messages (#4683)

003752a161a63743766b581539216bcd58483120 authored about 1 year ago by Leon Friedrich <[email protected]>
Fix client-side entity error spam (#4673)

55e51cba9c0676a451674b221251adab8e3f71fa authored about 1 year ago by Leon Friedrich <[email protected]>
SpriteView Modulation (#4584)

2cd829f4f6ab629593d12775b07f7c3a9249a78c authored about 1 year ago by Leon Friedrich <[email protected]>
Network base not adjusted audio params (#4679)

43138669ec3d259387be3995df03385e260a1ce9 authored about 1 year ago by metalgearsloth <[email protected]>
Version: 188.0.0

3fe30bc00f11db837c519f238e6de0aa03aa2d3c authored about 1 year ago by metalgearsloth <[email protected]>
Fix GetDimensions for screenhandle (#4677)

3ccbdeac6aa5576ebfe6fe6228fac861804e0fd5 authored about 1 year ago by metalgearsloth <[email protected]>
Fix predicted audio not using adjust params (#4676)

9eb9c91da6834319f3bc569cdbed10c09b8e48bd authored about 1 year ago by metalgearsloth <[email protected]>
Log errors on spawning audio to deleting ents (#4629)

28d2b47a2c6cfa646e29a1c47ab7f11dedc11c9e authored about 1 year ago by metalgearsloth <[email protected]>
Remove EntityQuery<T> from MapVelocity API (#4648)

049ffa05e4b0bfc1c820175693ede38fd26014f0 authored about 1 year ago by metalgearsloth <[email protected]>
Change midi volume to gain (#4639)

2f36a0a5fce553573bb26991a20681d82603c3c2 authored about 1 year ago by metalgearsloth <[email protected]>
Possible fix to some audio issues (#4640)

41d03db59d34fdc92e218cbdb7e0d22484441bef authored about 1 year ago by Kelrak <[email protected]>
Fix sorting order in entity spawn panel (#3767) (#4671)

68df887a651bdb5e716846a74b41e788e1cfaa3d authored about 1 year ago by Łukasz Mędrek <[email protected]>
Return null buffered audio on exception (#4624)

e0bbcd7b08f013ec2dea0389c5c0c5c81aedc6d8 authored about 1 year ago by metalgearsloth <[email protected]>
Version: 187.2.0

525815427e791b9c3f907961b98d3587496ba285 authored about 1 year ago by metalgearsloth <[email protected]>
Update map physics after events (#4660)

Co-authored-by: metalgearsloth <[email protected]>

70224ac1009043584675bee84854dd4d5e37afbf authored about 1 year ago by Tom Richardson <[email protected]>
Version: 187.1.2

dabb090dc22c4f0bba63d4d8a7e32b8cc8048686 authored about 1 year ago by metalgearsloth <[email protected]>
Bandaid physics contacts getting modified during collision (#4666)

ace8334a3e39ffe7d3ad94c5caba48d245ddfe7b authored about 1 year ago by metalgearsloth <[email protected]>
Version: 187.1.1

d8e70b4d527031c04d6a035ed25ad0e2983c84f2 authored about 1 year ago by metalgearsloth <[email protected]>
Don't RegenerateContacts for disabled bodies (#4658)

2fca0e03ee5ba63bd3615e0992830ad095232da6 authored about 1 year ago by metalgearsloth <[email protected]>
Revert physics jobs (#4663)

b6980964b6609c12686a9af47688442003e87b88 authored about 1 year ago by metalgearsloth <[email protected]>
Version: 187.1.0

34d02256fd94ec5647cfbcc6d90633f58721cc88 authored about 1 year ago by metalgearsloth <[email protected]>
Avoid recontruction broadphase job every tick (#4653)

34637fb430d96e3f332b3788adda5099e02a180e authored about 1 year ago by metalgearsloth <[email protected]>
Apply default audio to MIDIs (#4626)

d905ef2a5066e06c267eaf23e342df77765042af authored about 1 year ago by metalgearsloth <[email protected]>
Version: 187.0.0

c3f7ef1b5caa27a7913e88204f259415a7c219e0 authored about 1 year ago by metalgearsloth <[email protected]>
Make PVS overrides less bad and fix audio (#4656)

ced2a5c6cd31d5eca132df8fc80b9e2e0af4ac93 authored about 1 year ago by metalgearsloth <[email protected]>
Remove audio logging (#4654)

9ec927543f8ea2470dfa572dd6b256c631837cd8 authored about 1 year ago by metalgearsloth <[email protected]>
Begone, toolshed logs

They're verbose now

215fc8c229a38db58c90ea51047481a80f60d023 authored about 1 year ago by Pieter-Jan Briers <[email protected]>
Improve error message for network failing to initialize.

The "make sure port XXXX is open" thing now only appears if the error was an actual "address in ...

f82ff9e58107f8b9d87e9cc48099e665bcad7611 authored about 1 year ago by Pieter-Jan Briers <[email protected]>
Version: 186.1.0

906f4598a2262b01036b4bc705363c1067e7e817 authored about 1 year ago by metalgearsloth <[email protected]>
Add detailed audio logging (#4652)

0eb3c37bd8901836f694dfe2b2880fb5e9fedf6a authored about 1 year ago by metalgearsloth <[email protected]>
Version: 186.0.0

9cc7cf80ba84e2d6c973412b62839ba9bc5c7b2f authored about 1 year ago by metalgearsloth <[email protected]>
Store audio on its own map (#4651)

7ba02b5ca6365c456d54a663bcbdd1c8c0a09bc8 authored about 1 year ago by metalgearsloth <[email protected]>
Don't stop playing audio on game disposal (#4649)

3ca7121f5bd56642800ea210b1dd9ee985c2859c authored about 1 year ago by metalgearsloth <[email protected]>
Fix out of range MIDI (#4650)

d3b31c1d58fc6ea144aef89290c34beb27b916bf authored about 1 year ago by metalgearsloth <[email protected]>
Version: 185.2.0

92b5bb4660d8d2f77679a31fd23ca1d8d3e1c524 authored about 1 year ago by metalgearsloth <[email protected]>
Cap MIDI update rate (#4644)

33caf9c1ba6c89d576c256177b44567cc4f48931 authored about 1 year ago by metalgearsloth <[email protected]>
Fix deleted entity spam for midis (#4647)

58da8a6001347f5139253e7eceb3da5a0b8cfbe9 authored about 1 year ago by metalgearsloth <[email protected]>
Version: 185.1.1

962f5dc650297b883e8842aea8b41393d4808ac9 authored about 1 year ago by metalgearsloth <[email protected]>
Fix audio z-offset not applying correctly (#4641)

c3245625138cd477d69390dad070801219e50693 authored about 1 year ago by metalgearsloth <[email protected]>
Nuke some non-approx grid queries (#4637)

f5a2a710f0b4555620674509607293602cf0685a authored about 1 year ago by metalgearsloth <[email protected]>
Version: 185.1.0

357283e2bc478dd6c99e90e5c9645514b60c355e authored about 1 year ago by metalgearsloth <[email protected]>
Fix audio position floating point imprecision (#4634)

5991bfa1069e8f1004d836ef11038293aeadf6b0 authored about 1 year ago by metalgearsloth <[email protected]>
Set listener velocity for audio (#4635)

4160b120e0f426e5b212d01b0276f8f0c6d9e565 authored about 1 year ago by metalgearsloth <[email protected]>