A fork of Space Station 14, embracing a mixture of classic SS13 chaos and experimentation only possible with the new engine
Go to file
clusterfack 78fa747973
Adds click parsing entity system (#64)
* Adds click parsing entity system

Instead of every entity system receiving the message and deciding if it individually wants the message, and verifying player information. The click parser system receives the message and parses which system to send it to based on clicktype and sends it.

* Submodule update
2018-05-01 02:52:37 -05:00
.github Update Rejected Coders 2017-10-20 13:38:48 -06:00
BuildChecker Minor stuff: (#58) 2018-04-19 20:15:36 +02:00
BuildFiles The Wait Is Over. (#49) 2018-04-07 15:31:38 +02:00
Content.Client Inventories (#61) 2018-04-25 13:42:35 +02:00
Content.Server Adds click parsing entity system (#64) 2018-05-01 02:52:37 -05:00
Content.Shared Inventories (#61) 2018-04-25 13:42:35 +02:00
Resources Inventories (#61) 2018-04-25 13:42:35 +02:00
engine@9aed85b4c7 Adds click parsing entity system (#64) 2018-05-01 02:52:37 -05:00
.editorconfig Basic content repo outline. 2017-08-04 14:24:01 +02:00
.gitattributes Import engine as submodule 2017-05-30 22:50:10 -05:00
.gitignore Minor stuff: (#58) 2018-04-19 20:15:36 +02:00
.gitmodules InputSystem Messages (#37) 2018-03-04 03:07:09 +01:00
.travis.yml Travis CI. (#59) 2018-04-19 19:51:38 +02:00
Jenkinsfile The Wait Is Over. (#49) 2018-04-07 15:31:38 +02:00
LICENSE.TXT Create LICENSE.TXT 2017-08-02 12:27:55 -07:00
README.md Minor stuff: (#58) 2018-04-19 20:15:36 +02:00
RUN_THIS.py package_release_build mac support. 2017-08-14 15:05:39 +02:00
SS14.Content.targets Fix SFML references. 2017-08-19 11:24:49 +02:00
Setup.bat A QOL Thing (#11) 2017-10-22 23:57:08 +02:00
SpaceStation14Content.sln The Wait Is Over. (#49) 2018-04-07 15:31:38 +02:00
package_release_build.py The Wait Is Over. (#49) 2018-04-07 15:31:38 +02:00
runclient.bat Copied run{client,server}.bat to the content repo (#45) 2018-03-22 12:34:32 -05:00
runserver.bat Copied run{client,server}.bat to the content repo (#45) 2018-03-22 12:34:32 -05:00

README.md

space-station-14-content

This is the primary content repo for Space Station 14. To prevent people forking the engine, a "content" pack is loaded by the client and server. This content contains everything needed to play the game on one specific server.