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

Fix crash when entity playing sound gets deleted.

12fb54904af95b7f2083fb51d649ffa3b2a817fd authored over 4 years ago by Pieter-Jan Briers <[email protected]>
Shut down components on deletion in a separate stage.

This means that during shutdown, things like transform are still available. Useful!

fc1bbbf72b2f2ffb3976e77ebbe076c416045049 authored over 4 years ago by Pieter-Jan Briers <[email protected]>
List matching entity UID in lsgrid/lsmap.

5b5be9615a636f0be35d1e8f62b7e52012072f93 authored over 4 years ago by Pieter-Jan Briers <[email protected]>
Fix map entities not being added to their parent's children list.

964afc523f06391b8a4bd1daf5c427e560817ebf authored over 4 years ago by Pieter-Jan Briers <[email protected]>
Give EntitySystemManager a VV property to get a list of entity systems in VV.

216433199c527bf04f306c4b3f003145c9af84f6 authored over 4 years ago by Pieter-Jan Briers <[email protected]>
Show type abbreviations for default ToString() implementations.

1ab703325fdd3a363fe29ab5421771cf45ef4803 authored over 4 years ago by Pieter-Jan Briers <[email protected]>
Fix VV page box having too little width to show anything.

15386cf5060a812834dcfcaae8f4f187fb3ae652 authored over 4 years ago by Pieter-Jan Briers <[email protected]>
Fix sounds playing across dimensions.

2cc52ea767c883bb4ac28b0766f9502b85b48924 authored over 4 years ago by Pieter-Jan Briers <[email protected]>
Fix DeleteGrid messing up the default grids.

48ca01ab4a005abdfb690e544a46b2da052bb021 authored over 4 years ago by Pieter-Jan Briers <[email protected]>
High level cursor API.

832a4e01f1fca7280ce94d973f554f5a8c8bf8e4 authored over 4 years ago by Pieter-Jan Briers <[email protected]>
Low level hardware cursor API.

44ce291fed69de398f565b32df8d7989e071f460 authored over 4 years ago by Pieter-Jan Briers <[email protected]>
Improvements to allow better connection dialog in content.

ba933f7db0d43cbe5a04144f652ee8324cf64606 authored over 4 years ago by Pieter-Jan Briers <[email protected]>
Pass shutdown reason through to net manager so clients get notified correctly.

e353972959aa8a8ef5bc0e4107139768a2a9b6ec authored over 4 years ago by Pieter-Jan Briers <[email protected]>
New watchdog API system.

c3859bd52a09a82938e05193fee2b64cc5eafb68 authored over 4 years ago by Pieter-Jan Briers <[email protected]>
Fix parsing of --cvar command line arguments containing a =.

f8e0c1fe1d7d047471a758a6cf483f225b174f08 authored over 4 years ago by Pieter-Jan Briers <[email protected]>
Entity systems are now still available during shutdown.

Fixes a bug in EyeUpdateSystem shutdown.

cd97c6cf432aecbd70e057d4140975961203e809 authored over 4 years ago by Pieter-Jan Briers <[email protected]>
Add visibility masks to IPlayerSession, add Visibility componen… (#1026)

3d6a3a6216fa752f422a0f1720e02fec8e8e145e authored over 4 years ago by Víctor Aguilera Puerto <[email protected]>
Add collision change event (#1024)

Used for the pathfinder to keep track of the graph.

Co-authored-by: Metal Gear Sloth <metalge...

1cdb279319bdb16efdc9671d0d4e0e5947b0493f authored over 4 years ago by metalgearsloth <[email protected]>
Tuple and deconstruct helpers for Vector4 & Color.

8b90bdf875c5b6d107d2f7f942c2cd1a62d2123a authored over 4 years ago by Pieter-Jan Briers <[email protected]>
CMYK helpers on Color.

6200ba01e66de8ee2e3547e02295c27d2cc3b02a authored over 4 years ago by Pieter-Jan Briers <[email protected]>
Fix awful documentation error.

ab873be4ef4ad41f8865a1fa6475b9230521a103 authored over 4 years ago by Pieter-Jan Briers <[email protected]>
adds setter to IEntity's Description property (#1020)

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

c4ee80a3e8cf523da764508e6f64a7b4ae9998e1 authored over 4 years ago by Injazz <[email protected]>
ISelfSerialize interface (#1021)

* Special check for decimal in serialization code. Changed method in IoCManager for a little QoL...

6d8a0f65589bdefce99a6d3186aece05169cb55a authored over 4 years ago by PrPleGoo <[email protected]>
Allow controls to override stylesheets for itself and descendants.

ec52102d0279281a00cc1c6811330a13ddaf975b authored almost 5 years ago by Pieter-Jan Briers <[email protected]>
Expose client connection state.

9cca7ce8ef326aa023a69c20460b762a68edf11e authored almost 5 years ago by Pieter-Jan Briers <[email protected]>
API for accessing initial launch parameters like --launcher.

7e536954beb694b9d88a722714c12065a78cef0f authored almost 5 years ago by Pieter-Jan Briers <[email protected]>
Remove MainMenu and launcher connecting from engine.

e0d8b111bc40dbc5a9a36035b95aa6e33703a1f5 authored almost 5 years ago by Pieter-Jan Briers <[email protected]>
Adds ability to specify file dialog filters to IFileDialogManager.

009b41d7f0479e4c8746dcbbfc40a423b2966569 authored almost 5 years ago by Pieter-Jan Briers <[email protected]>
Make MidiManager capable of handling absence of Fluidsynth.

So we can enable instruments without crashing platforms without the dll files.

7d6bc63439382e8c265ff29ed504bd88d2126c52 authored almost 5 years ago by Pieter-Jan Briers <[email protected]>
Fix BoundUserInterface not raising close event if player disconnects.

8f96c653127a0bd60a1d634ee80404e328b8330b authored almost 5 years ago by Pieter-Jan Briers <[email protected]>
PlayerManager method to get PlayerSessions that meet a condition (#1019)

* Don't set attached entity name to username.

* You can now get players by a given predicate ...

93bb495f4a01c1de55fe7c0a9b517b58825e1c19 authored almost 5 years ago by Víctor Aguilera Puerto <[email protected]>
Decimal reagents requirements (#1018)

bb0e6917b8d3ce97ff44af8e3a948eaea720156f authored almost 5 years ago by PrPleGoo <[email protected]>
loginlocal promotes to Host.

09a06c14c57916c9892088ed87f53261fca84886 authored almost 5 years ago by Pieter-Jan Briers <[email protected]>
saveconfig command on client.

1461dc19ae1edca50712240d8514f1cada9d987f authored almost 5 years ago by Pieter-Jan Briers <[email protected]>
Don't throw exception on invalid cvar command format.

88d7bc2b6ef28876abc2a7d03857deec1a749048 authored almost 5 years ago by Pieter-Jan Briers <[email protected]>
Fix implementation, add tests.

fd8e68091e8c780f893ff3ff330a57b4239d8b7f authored almost 5 years ago by Pieter-Jan Briers <[email protected]>