Commit Graph
16 Commits
Author SHA1 Message Date
Cyberboss 506c98c592 Breaks up ITGSService into itself, ITGLanding, and ITGInstanceManager 2017-11-07 16:59:56 -05:00
Cyberboss 1a1f62e3a9 Adds IInstanceConfig 2017-11-06 15:52:56 -05:00
Cyberboss 40859b4fbe Fixes offlining an instance not changing the config 2017-11-01 16:46:08 -04:00
Cyberboss 328731c962 Rename InstanceConfig.InstanceDirectory to just Directory 2017-11-01 16:28:51 -04:00
Cyberboss 8672a9d5c6 Modify Interface to accept instance switching. Add ITGInstance 2017-10-31 13:14:28 -04:00
Cyberboss 26bf35bc4b Porting the old instance complete. Added DD necessities 2017-10-26 14:01:28 -04:00
Cyberboss d769212f95 Make all instance file ops use RelativePath(). Move Python stuff to Service 2017-10-24 17:15:38 -04:00
Cyberboss 42a98df47b Logging and more Service setup 2017-10-24 16:07:44 -04:00
Cyberboss c67b597d08 Merge upstream (wew, thats a big one) 2017-10-24 13:53:22 -04:00
Cyberboss ffdaf431be Document Config 2017-10-20 19:40:31 -04:00
Cyberboss 9c2d7cf9cd Document PreactionHandlers 2017-10-20 19:36:46 -04:00
Cyberboss 196a01d527 Sets sealed on service classes 2017-10-20 16:13:29 -04:00
Cyberboss 021dfa788c Documents ServerInstance.cs 2017-10-20 15:46:47 -04:00
Cyberboss 125b1babbc Replace all "public api" with proper inheritdoc comments 2017-10-20 15:42:23 -04:00
Cyberboss 81adbb454a ChatMessageType => MessageType 2017-10-20 14:11:38 -04:00
Cyberboss 3137be7abb Massive sanity reorganization of project structure
Overall:
- Removed all 'TG' prefixes on classes and enums
Service:
- TGStationServer => ServerInstance
- TGServerService => Service
- Moved all ServerInstance partial classes to a subfolder
- Moved ChatProvider classes, delegate, and interface to a namespace
- Moved EventID and ChatMessageType to their own .cs files
- Moved SanitizeTopicString to Program
- ServerService.cs => Service.cs
- Fixed ProjectInstaller being in it's own namespace instead of
TGServerService
Interface:
- Moved ExitCode enum to Command class
- Moved all components to a namespace
- Moved all component enums to Enumerations.cs
- DDInteropCallHolder => DreamDaemonBridge
- Move PullRequestInfo and DreamDaemonBridge to their own .cs files
- Changes the type of ChannelFactory cache from Dictionary<Type,
ChannelFactory> to IDictionary<Type, ChannelFactory>
2017-10-20 14:00:09 -04:00