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 contact overlap

43b75a69c287bbc4dad15ebc259243534ca536f8 authored almost 4 years ago
Physics (#1605)

* Physics worlds

* Paul's a good boy

* Build working

* Ingame and not lagging to hell
...

c17c8d7a114d72296d310dedfd8335fb6b2ab392 authored almost 4 years ago
copy fix

223fd8126fa8f04c56221fe2bf88e949de894375 authored almost 4 years ago
makes typevalidator its own interface

1d5559be4ae2081517ef39164e3b894cc321d095 authored almost 4 years ago
makes prototypeinheritance opt in

0b749ff8bbafc616b9718f0cbe907bcf984a7348 authored almost 4 years ago
adds Try variants to FirstOrNull & FirstOrDefault

fixes ientity serialization when loading the map

069fa89fcbd6ab2b2d668121d259aa4d705386e9 authored almost 4 years ago
Serialization v3 aka constant suffering (#1606)

* oops

* fixes serialization il

* copytest

* typo & misc fixes

* 139 moment

* box...

80f9f24243fe9852d5010a99b40ad5daa5e42740 authored almost 4 years ago
Silence localization warnings on client again.

93018c98436829dfb6cf206260cbd171358b904e authored almost 4 years ago
Parallelize assembly sandbox checking harder.

e2675271d081005fbcc6df9aaa1fe35c284f04ad authored almost 4 years ago
Use Directory.EnumerateFiles in PathHelpers.GetFiles.

Significant improvement in startup time.

d1f7edecef2f6a621fae06623a37c2cd91db74b3 authored almost 4 years ago
Do not load files under Locale/ not ending with .ftl.

Will ignore stuff like .DS_Store/.directory/thumbs.db

b5a3c0b98819104a0c85c77aa1cd43867c37a9be authored almost 4 years ago
SoundSystem (#1604)

* Adds the SoundSystem static proxy class for the AudioSystem.
Added a shared IAudioSystem inte...

06e62b031a036749ed1292a722169e94ab2f2bdf authored almost 4 years ago
Shared Containers (#1579)

* Added a basic server simulation framework for help with tests.

* Moved as much as possible ...

24707b738590b53c72fb73aa5c61dfec87a6d2f9 authored almost 4 years ago
Localize SS14Window

ab95f39f9fb17f54aaff400b2f9c547613d284c8 authored almost 4 years ago
Fix two shutdown crashes by removing IDisposable managers.

cdd38abab54517efd20e42d02e1c3e54037e95fc authored almost 4 years ago
Revert "Physics (#1602)"

This reverts commit fefcc7cba31f7d43f28f260d103103e0022cfd2b.

d751c0b3ab56fd59ff50caba05bb16f78edf621f authored almost 4 years ago
Expose Patreon tier info from auth server.

2ace0e9e5a2f7b13b5dd8dfff7ba2b4e61172ab5 authored almost 4 years ago
Work around Roslyn scripting bug with ref structs.

31716f5104fd1fea4ea81e5cfd28f984db78cecf authored almost 4 years ago
Physics (#1602)

* Physics worlds

* Paul's a good boy

* Build working

* Ingame and not lagging to hell
...

fefcc7cba31f7d43f28f260d103103e0022cfd2b authored almost 4 years ago
Merge branch 'serialization_v3_nodataclasses' of https://github.com/PaulRitter/RobustToolbox into master

30df989e8d5b14b3e15497c83387f28df717f137 authored almost 4 years ago
ICommonSession Improvements + Player Filter (#1600)

* Removed IBaseSession, pushed all members down to ICommonSession.

* Pulled all members of cl...

86bfea6bd4feef27f9c16d3d947bc2cb2042e0c7 authored almost 4 years ago
Spawner windows remember positions - engine commit

d890f168c2bb4e423e64b378fe57f3435b0845a7 authored almost 4 years ago
fixes that pesky warning

f888a810bfe0d4a4292ea1f773bb4a2f621d66fa authored almost 4 years ago
doubles default gain value (#1593)

16249a4dde638c7ff947c6ba0aa1808edcc867d4 authored almost 4 years ago
Implemented erasing rectangular areas (#1419)

* Added support for erasing rectangular areas

* Apply suggestions from code review

Co-auth...

e33488ba5536f7d4b8123b7355d5218488414d0c authored almost 4 years ago
Localization Fixes. Stop double-localizing localizationID-sourced names, PROPER returning "True" or "False" instead of "true" or "false"

bfe6eeddb1be0085b4b5732ddacb3c183e3dd471 authored almost 4 years ago
Add myself to CODEOWNERS for fluent translations.

7f540e741c030764cd08d50c4edb3d37743a299b authored almost 4 years ago
Fix reloading localizations.

b7855f5af5b9ab33554de7b98d96d57aa9bd4e6c authored almost 4 years ago
Update NetSerializer submodule

91391e12050daf78411c61a2776f44ccd6254453 authored almost 4 years ago
Update NuGet packages.

d5199ec4592a43cd6f09fde4afadddfe01d0487e authored almost 4 years ago
ContainerHelpers EmptyContainer now has an argument to attach removed entities to grid or map

e1e6f4fd10759d078301b0f37512a61916fd37c7 authored almost 4 years ago
Add a scroll speed property to ScrollContainer (#1590)

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

e5b6fccf67c61a4e8ac0789047ca3acbdfbcd25f authored almost 4 years ago
Adds args.Handle(); into UI code for scrolling (#1595)

95a912c3296c3540905c7731468737737166039a authored almost 4 years ago
Allow content to read assembly versions in sandbox.

2b4833fc4ee468bb3e9ef20abece83978d2d3304 authored almost 4 years ago
Fix more scrollbar DPI scaling bugs.

b814fc851a3e67ebc1f5f93a46eb19423ab2abfd authored almost 4 years ago
Use DataFieldCached for AppearanceComponent.

What could go wrong?

e87863203baffdb39e8a86c528a0dd3ab1845859 authored almost 4 years ago
Fix OpenCentered and OpenToLeft window methods.

33b66d9e18913ee7f10ed94c0f64c52feaf3bff2 authored almost 4 years ago
Selector-based VV windows have correct size.

Fixes #1594.

fd406f7897363393625acf3943a2d070834d7f8a authored almost 4 years ago
Work around broken nullability.

Revert "Fix nullability errors"

This reverts commit a7f31f9ebf0c6dce7168b164fc8c31337aaf6bc7.

...

7a836d1018395e18886030b8f9fb13ead4fe2b48 authored almost 4 years ago
Post shader will use real sprite bounding box (#1536)

Co-authored-by: Alex Evgrashin <[email protected]>
Co-authored-by: Pieter-Jan Briers <pie...

393c15c44a5f80d1ce2ab5bc789b1782205cd244 authored almost 4 years ago
Fix nullability errors

a7f31f9ebf0c6dce7168b164fc8c31337aaf6bc7 authored almost 4 years ago
NotNullWhen()

b332644d4814d8fbaebdd08a03568bd3945f445a authored almost 4 years ago
Merge branch 'master' of https://github.com/space-wizards/RobustToolbox into localization_grammar

510f7c0e7c144d74906230435883df796afa7074 authored almost 4 years ago
Fix GrammarComponent gender parsing, Add tests for GENDER() function (which covers custom types (Enum) and custom functions (GENDER))

fdd05e3d3a80bcc2a4cdb035385a4fdf47a8fce1 authored almost 4 years ago
Fix nullability of TryIndex<T>.

6d41958853b88b6b68f404ab34fba2aec437a026 authored almost 4 years ago
Improve SharedTransformSystem:

Do not fire events for deleted entities.
Optimize to remove allocations & LINQ.

cecc4dfcf233bb659c549e33e8bfc87328fb1147 authored almost 4 years ago
Make norot on sprites default for the time being.

To band aid the pulling issues.

4ac40f2e908fafac697d55162ba9f60e116d5777 authored almost 4 years ago
Bool/enum/entity handling for localization parameters.

3e12d441735c5570483e6a0351c200f4f4fea35b authored almost 4 years ago
Adds GENDER(), PROPER() and ATTRIB() localization functions, GrammarComponent.

a42b39bd84adc96021890587d1a8393f407d9df1 authored almost 4 years ago
Add individual layer offset (#1583)

* Add individual layer offset

* Fix error message

* Bring back layer offsetting

22affccf2498166185d713c0c19f448ff543dd5d authored almost 4 years ago
Localization improvements:

*Allow content to define localization functions.
* Add rldloc command to reload localizations.
*...

028724c47b9c9278aa34a4be6c22f647f66c97fb authored almost 4 years ago
Add IFormattable to sandbox whitelist.

0114bff2fce032e631794ef8f26c8ce38542f8cc authored almost 4 years ago
Add helper method to set up logging inside unit tests.

4ddbd644eb34f38cf3fd6256e8cfd58aef9ff240 authored almost 4 years ago
Inject the csi directly into my master.

f0366531ef886fef263d83117d9ac0d2cfc36468 authored almost 4 years ago
Automatically fetch names and descs from loc.

6bd5814f4a49d4c900140ded3d5812e6486a6ca9 authored almost 4 years ago
Mute loc warnings for the time being.

78c132fdabc27e01469a8f5c9b1361a13325fa84 authored almost 4 years ago
Fluent Localization (#1584)

460cf57d7c4b91fea887afac0f8668b5a0b1afb7 authored almost 4 years ago
Improvements to SpriteComponent for new angle changes: (#1589)

1. Fixes CopyFrom with new rotation parameters.
2. Adds a couple APIs for ClickableComponent co...

a3190a8aca368eb84d72431aa3ef406b677294aa authored almost 4 years ago
Make UserInterfaceManager not dispose root control on game shutdown.

No real reason to do this and it only risks breaking something.

6921fb2fbf08525d197c7b9e8fcc4836cb25935b authored almost 4 years ago
Fix for Crash Caused by the Entity Spawn Menu (#1588)

9954d571de3f5af7ae309e24bd2a3b4a8f679140 authored almost 4 years ago
Fix math tests due to angle/direction changes.

17fe000a1e8aac9b74b9d1b2a2cc25bdd1eef739 authored almost 4 years ago
Bit of work to make Direction.South == Angle.Zero.

This makes Direction no longer follow a cartesian trig circle but oh well. Also helper methods t...

fba415e76530cdb8bfdd668de1d477a68db03191 authored almost 4 years ago
WPF layout (#1581)

583b7ebf3818c090de1db1927c27163796910350 authored almost 4 years ago
Fixes bug with an exception being throw when trying to overwrite a deleted Component. (#1587)

Entity now uses constructor injection instead of property injection.

771a2569259df1f7abbae7d06cbbd9a3120bb2d2 authored almost 4 years ago
Added a shared PointLightComponent interface. (#1585)

* Added a shared PointLightComponent interface.

* Fix unit tests.

ae79e893477b4d37f8514bb6d8988011c6ad196e authored almost 4 years ago
Marks Register and RegisterReference obsolete in IComponentFactory. (#1582)

6c7eeb95ebc2659049920fbc864ca132637675ff authored almost 4 years ago
Sprite Rendering Bugfixes (#1551)

* Added documentation to Clyde on the sprite rendering calls.

* Added a rotation debug entity...

de0bd1887f67a55c851a054d406f6faf3f1f2de5 authored almost 4 years ago
Remove AiLogicProcessor (#1568)

Co-authored-by: Metal Gear Sloth <[email protected]>

eb3a815d48e91308c72c218996a0fa2da14a4267 authored almost 4 years ago
Fix comparing by name and not ID for entity prototype updates (#1578)

e2a4dcdff16ec7a712fe6098938415cedc7120d6 authored almost 4 years ago
Fix not clearing the queue after hot reload (#1576)

68b0d7bf2ebc9cbf5ba0d2a6236937ab5844f33a authored almost 4 years ago
Fix and add test for PrototypeManager LoadString (#1574)

a9b163992b776db819f5a21ffaa6b8c8402e99b9 authored almost 4 years ago
Fix build (#1575)

2409965cf84d669fba51b9b3fe8e9e22af696f3e authored almost 4 years ago
Add YAML hot reloading (#1571)

* Implement hot reloading for entity prototypes

* Implement automatic prototype hot-reloading...

eada37378a29a24097f32ddbec8ba827b298c2bc authored almost 4 years ago
Add window focused callback to Clyde (#1573)

0f1da1ba2ac3f54a1f9f5ba297b2aeb676354b19 authored almost 4 years ago
Fixed Timer Namespace in unit tests.

e0cdcd228e4773b9c737cc9c09737c08d13d248d authored almost 4 years ago
PauseManager moved to Shared (#1553)

* Moved IPauseManager from server to shared.

* Moved ITimerManager from Timers to Timing.

...

fdb5e014b591cfa3776a93211219cb2f302c9fc3 authored almost 4 years ago
Make addcomp and rmcomp give better feedback and case insensitive (#1570)

* Make addcomp and rmcomp case insensitive

* Fix up names

* Make addcomp and rmcomp give b...

cefcad775b0b53fb80a3ecd115289c11dbed20ec authored almost 4 years ago
Adds VV autorefresh when right-clicking the refresh button. (#1558)

* Adds VV autorefresh when right-clicking the refresh button.

* cancel token on close

* bu...

e40feac1f1b1410beb374882544aee1c6745eb40 authored almost 4 years ago
Make component states dependant on the player getting them (#1569)

3ef4ac74524a2532cb2ba62820db9abf16076e66 authored almost 4 years ago
Fix disconnecting while connecting causes you to be locked out of the server.

93bf1b09e7054009cfd97af1b09cf504d67863ab authored almost 4 years ago
Add IPrototypeManager method to load a string (#1567)

a1e557e870fc09a022f16148711651d8e32556f3 authored almost 4 years ago
Add DateTimeStyles to sandbox.

864adb7445dbd6cf895dcbefd0d19944e7a1651f authored almost 4 years ago
vec2i serializer (#1563)

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

9e3f3f0c1c98f52ae8d3fc1597a5ace0eff34978 authored almost 4 years ago
Fix file not found exceptions when starting up the game with a debugger (#1562)

* Fix exceptions when starting up the game

* Remove try catches

a40c4a435c564ad2be1be579bde3f3ef3520f7a1 authored almost 4 years ago
Engine PR for enabling nullability in Content.Client (#1565)

17182dd0e8f8340e9cee7d6268a56e7bed827bdc authored almost 4 years ago
Add (de)serialization for immutable lists (#1549)

d8b50044a256f27b0a7e0ce07529900123abd8aa authored almost 4 years ago
Fixes warning in TypePropertySerialization_Test.cs

4dc396e73d291f5d792ddd6cb220bf2e0029f908 authored almost 4 years ago
Fix [GenerateTypedNameReferences] with sealed types.

Fixes #1546

6ae0b0e892d8e773ca412cf1e29c823f5245cfcc authored almost 4 years ago
Probably fix the bug where people get locked out of the server due to duplicate connction attempts.

7162ca345668b76da7aa61475b582ff257ea4e3d authored almost 4 years ago
Allow NotImplementedException in sandbox.

1b44c1a1b8ae4d6420b21d8390a131aea85a9683 authored almost 4 years ago
Change GetFileSystemInfos to EnumerateFileSystemInfos for iteration (#1561)

5b80b33e0045cc4a68d58c3ce31febcc494056fe authored almost 4 years ago
Add Attribute generic constraint to IReflectionManager.FindTypesWithAttribute (#1548)

f05c1b23957d1e4604339148da574f93aa9ce363 authored almost 4 years ago
XamlUI improvements.

1. Add XAML namespaces https://spacestation14.io with Avalonia hacks.
2. Make markup extensions ...

d9b2c7344037072dfbbb2fdda884a25040754764 authored almost 4 years ago
Adds LocExtension markup extension for XAML.

Does Loc.GetString().

29a39f8e0a928280a6a37534fa61d184a2cdca3d authored almost 4 years ago
Fix Robust.Shared.Interfaces namespace in ScriptInstanceShared

91da6356314958eb70f9648fe152f661f2953654 authored almost 4 years ago
Server timing improvements.

Add helpers.
Fix desynchronized NetTime.

2d72a2bdb55f7910c6b7cdc3ca1350be5dc91967 authored almost 4 years ago
Various fixes to support new chatbox (#1547)

* #272 no arrow, actually change id on channel changer

* #272 ability to apply style class to...

68ab3d504a384288de532a55cce1cfe74b4ecfc7 authored almost 4 years ago
Remove unsafe code from GrowableStack

5187040a64f071850ccbbbc3eb49900b722e2e99 authored almost 4 years ago
Add SerializedType attribute to specify the id used in !type tags (#1545)

* Add SerializedType attribute to serialize types without the !type tag

* Fix nulls in tests
...

e0c63e7ce6a4cf693706a836be846c0401742b05 authored almost 4 years ago
Remove all dependencies from LocalizationManager.

Remove IoCManager calls from EntityPrototype.
Add missing using statements preventing EXCEPTION_T...

0ba2272cab9c7fd73a79c717a9f0b950fb1a0c7a authored almost 4 years ago