Ecosyste.ms: OpenCollective

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

github.com/space-wizards/space-station-14-old

Git repository of the space-station-14 repo before cleaning with BFG.
https://github.com/space-wizards/space-station-14-old

Fix content netserializer on server (#424)

It was not being included on the server, and type mismatches here are BAD.

d22b02cc9a4ccc83b699c2d0e7434ccdc7ec6b8f authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Disable type check temporarily. (#423)

It slows down development and has issues that need solving, like solutions to System.Type.

24c6d688cea2b87408a801ef314dadabc4a788b8 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Add more whitelisted types. (#422)

5e8e2933028076fd34c8e352eef16ca243f04369 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Fix sprites fetching transform in OnAdd instead of Initialize. (#421)

This caused a crash race condition.

ac464ba107e64ccd8646bbcd6f38c2f46cfd87c9 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Refactor and clean up containers. (#420)

* Refactor and clean up containers.

Containers are no longer arbitrarily bound to a single co...

6e535df92627ba4f07685baa4ef6c6abb39e372f authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Fix git_helper.py on Python 3.5 (#419)

* Fix git_helper.py on Python 3.5

* Fix it harder

* If at first you don't succeed.

56f17a36b69bf3ab46afef7a30b35932ffafccbf authored over 7 years ago by Pieter-Jan Briers <[email protected]>
x64 unit test platform target. (#418)

07bbcef05274c26d31f7f50a8e9a17eea2b05d02 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Makes Coordinates more Structy (#417)

More readonly-ish and less write-ish

054fcd931d165889c0979c4c1f849f38719883b5 authored over 7 years ago by clusterfack <[email protected]>
Fix solution file. (#416)

I n S t A m E r G e

bfd76c6577273765d6fd6caae74cc2b6cdc5f02b authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Attempt to fix Python on Travis being too old. (#415)

* Attempt to fix Python on Travis being too old.

* Fix RUN_THIS.py too.

* Fix CI builds bl...

5dd2897649d62311ef735663fe2f028396302b72 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Multiple Map System (#414)

* The million error march

This commit replaces many of the vector2's with their appropriate v...

566922a235dc20fa9711736ca768eabd6fb1c0f6 authored over 7 years ago by clusterfack <[email protected]>
Sprite Clicking Rework (#413)

* Fixed AnimatedSpriteComponent clicking, SpriteComponent is still bugged.

* Added Box2.Scale...

a663aebc5f3dd834033fd6871c949ff1c6864121 authored over 7 years ago by Acruid <[email protected]>
Fixed Movement; Edited OSX error message; Fixed some Sonar complaints (#410)

* * CluwneLib.cs: Make _window a local variable

* BaseCollection.cs: Formatting issue

* Ba...

c8089812aa4ebfe5bbcd15166e90de5d851878d0 authored over 7 years ago by Dumplin <[email protected]>
Make Sonar only run on master. (#409)

a436c36cb3d492d40dca473e923af4cbb22fe172 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Add our own Vector2 type. (#407)

* Add our own Vector2 type.

* Fix Clamp() typo.

* I shouldn't code when tired.

* Some u...

98604d425c32f92c970610dc4cfdce641f1aa24c authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Update Mac Natives error message. (#406)

Now looks for 2.4 instead of 2.2 and suggests simply copying files instead of doing complicated ...

b18ce93b395b156d0f3b534a4dd74465b64eec0f authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Adds x64 platform targets. (#405)

Note that these won't work on Windows as that's still x86 SFML natives.

d5783b4369d02f96d2cd91207d9515e500d1a11a authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Texture Loading Performance (#404)

* ~20% speed increase for loading textures.

* clickmap was useless, it is completely removed.

34ea7c6461e315723adaa5733141933c6b01fd2e authored over 7 years ago by Acruid <[email protected]>
CluwneLib Static Variables Removal (#403)

* Changed Cluwnelib.TileSize name to CluwneLib.PixelsPerMeter. I think its more descriptive of w...

1f80e0134eeba42727f96f2f01cb7d6d457b0db4 authored over 7 years ago by Acruid <[email protected]>
Allow deletion of entities and components during iteration. (#401)

* Allow deletion of entities and components during iteration.

* Remove some cases of _entitie...

a62cdace9920ce7f8c73a0e7e27b7ec5fd4ac12f authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Move Lighting to SS14.Client.Graphics (#400)

* Interface to Interfaces.

* Lighting moved to SS14.Client.Graphics.

* Remove more dead code.

e1bc28d0e686ed3d0b4003810e8d90455e466c86 authored over 7 years ago by Acruid <[email protected]>
Fixes Bounding/Clicking Bugs (#396)

* Fixes Bounding/Clicking Bugs

This fixes a number of bugs with the clicking system.

- Wea...

9f630ad02c97d2803375a87b71e9bc7d69c27645 authored over 7 years ago by clusterfack <[email protected]>
Creates a Snap Checking System (#389)

* Creates a Snap Checking System

Creates a system that attempts to sanitize placement of obje...

72f185b1626164d67956acf0c5f895b6e9fe70a5 authored over 7 years ago by clusterfack <[email protected]>
Changes CloseTo again slightly (#399)

8bd0088abeb913a639a1ebc8aa7349cf39e586e2 authored over 7 years ago by clusterfack <[email protected]>
Adds closeto function for checking floating point equality (#398)

60e9f61ec63530ebbb089d12c185dbb214d4f47e authored over 7 years ago by clusterfack <[email protected]>
Prototypes now use ResourceManager. (#394)

* "./Resources/" folder is now mounted instead of "./" in the ResourceManager.
Prototypes now u...

ed40c9b7186a2dffbd4e3d39793f953ba095532f authored over 7 years ago by Acruid <[email protected]>
Add required registrations in whitelist for temperature, damageable, destructible. (#393)

241196ccaba108b58ad3c801ef0c70215db982cf authored over 7 years ago by UristMcDorf <[email protected]>
Adds rendering color parameter to sprite components (#388)

* Adds rendering color parameter to sprite components

* Forgot to remove this

* Sets defau...

f9e59290f12975997faea017a46c546987d18972 authored over 7 years ago by clusterfack <[email protected]>
Entity Component Shutdown Fix. (#387)

Moved various component cleanup code from OnRemove to Shutdown.

db5e34ffad0957e52b327e19e3c79bd8313dfd88 authored over 7 years ago by Acruid <[email protected]>
Turns INetSerializableType into NetSerializableAttribute (#386)

Turns INetSerializableType into NetSerializableAttribute.

bd4b1f82eee8101a18c1c119a1f26dd6885d47f3 authored over 7 years ago by Acruid <[email protected]>
NetGrapher Cleanup (#385)

Fixed bug in NetManager.

453f5a073756361234aaed4a77b59895dc754332 authored over 7 years ago by Acruid <[email protected]>
Adds grid to snap grid placement manager (#384)

* Adds grid to snap grid placement manager
Fixes drawline

* Done

026db18fc367aba1a96f86e94f53da9961493e3e authored over 7 years ago by clusterfack <[email protected]>
Fixes moonwalk bug and inverted up/down controls. (#380)

950a6062e34e2ced249bb42a089383e3ce2e1aa5 authored over 7 years ago by Acruid <[email protected]>
Snapgrid placement (#377)

* Snapgrid placement

* REEEEEEEEEEEE world space

d2333d0e69a6968c8ecb73234f5989e03c870712 authored over 7 years ago by clusterfack <[email protected]>
Fixes scrollable containers (#381)

0546d18e761ce8c222c253bc963e1279c7e62221 authored over 7 years ago by clusterfack <[email protected]>
Ignore outdated state update messages (#383)

674ee3f5c74dd1f3b25d90c80208e7ad2993b5ed authored over 7 years ago by wixoaGit <[email protected]>
Move client GameState management (#375)

* Move client GameState management

* Remove unnecessary sequence sending

* Move resolves t...

9f21d0390ffa430875e6dae3baa681f98945d6fe authored over 7 years ago by wixoaGit <[email protected]>
Removes bad shutdown (#376)

* Undoes this

* Move it to the entity manager shutdown

26a18dfa33a9fc60c224b8dc34f6904713475d65 authored over 7 years ago by clusterfack <[email protected]>
Makes Walls Entities, removes tile walls (#373)

* Makes walls into entities

* Fix the align tile empty placement mode, holy shit collision bo...

aa080f468394cc5e578bec1e9e8d6848d5cbb911 authored over 7 years ago by clusterfack <[email protected]>
Shifts down the mobs bounding box by 0.6 tiles. (#374)

06314969de3e9219d9efb614fb983ef6dc050c9f authored over 7 years ago by clusterfack <[email protected]>
Made the git hooks history tolerant. (#372)

If its python file doesn't exist the hooks don't run.

345079f5fe4ecba4d8dff477c727ab08f1268e76 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Fix UnknowPrototypeException typo. (#371)

cabcf09dc35f8d34439524d8b22a582e5a2c0abd authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Tiles Helper Functions (#370)

* Creates a helper function for making tile indices into tile refs, and a function to get a tile...

a25b7849dd71e415656615ef47f0e855b1befaf1 authored over 7 years ago by clusterfack <[email protected]>
Make null data nodes on prototypes not call LoadData() on spawned entities. (#368)

65637522657a50c9eb55946990ea1d34272a801a authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Update NUnit package version. (#367)

* Update NUnit package version.

* Let's not have Travis blow up.

* And I still messed the ...

4e70b8135622ec6225e806a1abc1cf3a13f79fc6 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Content prefixes for the reflection manager. (#369)

Allows doing class: Prototypes.DiscoBall instead of Content.Client.Prototypes.DiscoBall

6336c2d6f21b52e44bed7b5dc01d3871234e6ac3 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Lighting API cleanup. (#366)

51856de15e82c59771e6498b9b4e3bfc0637a29c authored over 7 years ago by Pieter-Jan Briers <[email protected]>
ColorUtils extensions, fixes and tests. (#365)

* Color4 extensions for byte color parts, fix WithAlpha with byte.

* Unit tests and bug fix f...

a9db7d4d827a8855aafa4dd7b5008055b2d9b350 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Fix the entity spawn panel throwing NotImplementedException, Color -> Color4 (#364)

* Fix the entity spawn panel throwing NotImplementedException.

* More rabbit hole Color conve...

28e30bee3c9bf0423bc6326e54038b9d011790bd authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Fix entity initialization. (#363)

3fb18155edbdb9ee98d3d42d6c8bc03ab09efc5a authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Fix prototype class inheritance. (#362)

57578f25d7009ba50231d8c54b47fa80518d2460 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Adds a per-frame virtual entity update method. (#361)

c21bf91e9d622e1d3ff6c4a19c7efa9873801c67 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Remove some IComponent type bounds, component shutdown event. (#360)

* Remove some IComponent type bounds, component shutdown event.

Methods like GetComponent<T> ...

e27bf7d7358dc3aa1bb91132932e372d7d17fd53 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Fixes a sonar bug. (#359)

e0e913934aea7a09a205ae02c48b83d6f62ad541 authored over 7 years ago by Gilles Coremans <[email protected]>
Implement MsgEntity (#358)

* Implement MsgEntity

* Move MsgEntity registration to GameController

* Fix serializer usage

58bd88896717ce4cf7a3ff26f149b8f181477fc3 authored over 7 years ago by wixoaGit <[email protected]>
Remove SFML from shared and server. (#355)

* Remove SFML from shared and server.

* Fix unit tests.

10ff2019f1e7625fd2d61283c6f0fe9c06ed0b89 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Update Linux Readme (#357)

2c116b9fe8d54338e3b6bbc77219658b2ffea0dc authored over 7 years ago by Silver <[email protected]>
Allows inputting the server port on the client. (#354)

0cd7b2fbd0b7d634a94befd82e86bb4158e148cd authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Fix a race condition in collidablecomponent.OnAdd (#353)

036745a25c32283932f654390a3138920e51241c authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Update submodule to hopefully disable SFML Sonar.

12b47caee886e244111fb6996e50ab710b6e8388 authored over 7 years ago by PJB3005 <[email protected]>
Attempt two.

7810d5c418f879722b921363e6d687f20902880a authored over 7 years ago by PJB3005 <[email protected]>
Attempt to ignore SFML on Sonar

48cf6a49b90b7e74846629a0e084408685718650 authored over 7 years ago by PJB3005 <[email protected]>
Fix resource copying on the client. (#352)

adace9f7b4ecef0d4a2a74dae7656b7480601e09 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Move to our own SFML.NET fork with a submodule. (#351)

* Remove SFML binaries in repo.

* Add SFML.NET submodule from our fork.

* Get build checke...

dfdbe904c5ca56fe79389f2d56f6fc8da9ac4cdb authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Fix accidental integer division. (#349)

AnimatedSpriteComponent.AABB used integer division, fixed now.

3eac26a9a2837c2c911beb8ac13753d2a4358dca authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Refactor entity initialization and fix doc comments. (#346)

Entities now initialize in a few stages. First all their components are added, then entity.PreIn...

d1bae559daa63c0879c66dc63c923f9c618adf90 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Fixing the current placement system (#347)

* WIP: Fixing the current placement system

* Placement system sprites come back pls

* HE T...

5093cd3fe1ef9a16a25d78a471e5fb30c9637a9d authored over 7 years ago by clusterfack <[email protected]>
Containers (#339)

* #Part 1

Created basic container dictionary and framework for transform parenting

##Work ...

1eb42b70c8dad745f29903a5dd594c386852d592 authored over 7 years ago by clusterfack <[email protected]>
Fix F2 on Unix, collision bug and join crash. (#348)

* Make F2 not crash on Unix, fix join crash.

* Fix collision when moving to the bottom or rig...

ab468b288796e0c19589ca720d0089cbcdda9435 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Reduce code complexity (#345)

6bb8207cceaa61da4867786727b4a306de626826 authored over 7 years ago by Matt Smith <[email protected]>
Grid Placement Fix (#344)

* Physics works again.

* forgot some SFML stuff.

* Cluwnelib does not depend on 1.0m = 1 t...

1abb804f754860b2c9884d451af9b36c450ac327 authored over 7 years ago by Acruid <[email protected]>
Collision Fix (#340)

* Physics works again.

* forgot some SFML stuff.

760da7381783d3432412e9d5ff5b73ee1e2a500a authored over 7 years ago by Acruid <[email protected]>
Removes commented-out code (#343)

Removes most of the commented-out code from sonarqube. There's
definitely more hiding throughou...

b32af0db4950364c84cc1dd83d0237ce5f00c2cf authored over 7 years ago by h3half <[email protected]>
Make the lighting toggle properly disable all lighting rendering. (#342)

c7a64081fb37ab784e7a0e02c8ba40a38e34f343 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Replace SFML math types with OpenTK and custom ones. (#341)

* Attempt to messily convert the codebase to use OpenTK math.

* Vector2f is gone. It compiles...

134957aae31a8ccee0863962c147271154581723 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Rename LICENSE.TXT to LICENSE-CODE.TXT

2a7259489661415fe8b8bdd536a0a58fc5ce20dd authored over 7 years ago by Silver <[email protected]>
Fix issues with Menu Window (#336)

* Fix issues with Menu Window

* Requested changes

9c71c460d4554434308c73db862709f02e5b382a authored over 7 years ago by dylanstrategie <[email protected]>
Map Manager Refactor (#338)

* Merged Client and Server Map interfaces into a Shared version.
Merged Client and Server MapMa...

16f6670f2e65ea42cbbca46e82695f5f9cbf5efc authored over 7 years ago by Acruid <[email protected]>
MSBuild MacOS handling. (#337)

* Makes MSBuild distinguish Linux and MacOS.

* Fix TargetOS

* Copy mac natives during buil...

ff7e1160be4a464d2f6aca78f43552049fe81c42 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Give content access to OpenTK Math and Color types. (#335)

80969d9cfbf3b022c9f88d5c341b562483bdd099 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Revert "Gives content access to OpenTK math and color types. (#332)" (#334)

This reverts commit ee709f32268967e714076ca3da6d4b311392766a.

490830966c766cba13f7196764d75355158632b7 authored over 7 years ago by Silver <[email protected]>
Gives content access to OpenTK math and color types. (#332)

ee709f32268967e714076ca3da6d4b311392766a authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Fixing some compile warnings. (#331)

All the obsoletions from netmessages will be for another PR.

4442ab64614bf85c9e93e99f4c9ee5a70ba9af8d authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Refactor align modes (#330)

* Refactor align modes

* Remove some unnessecary lines

53f497d4cce84538044f51b6b42a5fa1d23c8d74 authored over 7 years ago by Dan <[email protected]>
Remove component instantiation messages. (#324)

054e9acc5f7ac35bcf86488e1468e1bdce94651d authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Inverse entity queries. (#322)

* Inverse entity queries.

They now effectively behave like Func<IEntity, bool>.
The actual m...

c1c66cadac8018eb98e89aced047aa742406a8c5 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Component Rework (#325)

* Cleans up base Component.

* Clean up PhysicsComponent.
Merge VelocityComponent with Physic...

7585345b94ae64850438d913119106258f89edeb authored over 7 years ago by Acruid <[email protected]>
Bit of unit test stuff. (#326)

* Unit test for #294

* Remove empty warning tests.

f4ad1794da6956134d1cd55398381f8612596c43 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Fixes Exceptions on Rejoining (#327)

* Fix server crash on rejoin

* Makes it possible to rejoin without exception

* Proper fix ...

2b4c69b9bdc19b32a2cbeddbd873b93184e2ee77 authored over 7 years ago by clusterfack <[email protected]>
Content repo can now define console commands. (#321)

1ba02e4b7c6b41b6ad921c190fe7520affa87a2b authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Makes the main menu pretty. (#320)

>duct tape logo

INSTAMERGE

52ac2fb67afb88c027291f80831e6bc1468c4eaa authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Load unatlassed images from disk as sprites (#319)

This'll allow content to add sprites.

d8b386408e191d40bd3118e004e983cb0b0254ca authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Fix content entry invocations, whitelist types. (#317)

00dac2c3bd55b7aa2fb5ca46ee64af8df27e45d0 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Adds OS targeting to the build setup (#316)

* Adds OS targeting to the build setup

Will make cross platform builds (Linux -> Windows) eas...

6b4cfb56e7542a008372f9f6accc34b3e35eb34b authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Returns runclient and runserver

87ba54cd2739aa5dbd55f3ec980b3e1474b62124 authored over 7 years ago by clusterfack <[email protected]>
Fix SFML memory leak. (#315)

25fedbb553ce3e8f9fb795621c31ce923b83da5a authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Removes support for resource pack passwords (#314)

81d4c475e863be61a640efca4e2b0dfa19ce229d authored over 7 years ago by Jordan Brown <[email protected]>
Deprecate resource pack temporarily. (#312)

* Deprecate resource pack temporarily.

Temporarily being until we actually need content downl...

f816124803b42aefe1a769d0d8809e3918130693 authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Repo cleanup (#310)

* Reduce build size by removing redundant files.

22 MB of the build output was OpenTK.xml, th...

fab9b374777b933584bfc2b1be90c0ea5a87c45f authored over 7 years ago by Pieter-Jan Briers <[email protected]>
Update NetSerializer, move to NuGet with it. (#311)

NetSerializer has been updated and moved to the latest version. This
means that the static nons...

6b8293d8950a6029be9085f824fa1edb1d141f16 authored over 7 years ago by Pieter-Jan Briers <[email protected]>