Commit Graph
12 Commits
Author SHA1 Message Date
Cyberboss eb7decbf1a Merge upstream 2017-11-05 21:22:04 -05:00
Jordan BrownandGitHub 6bdd566a4e Merge branch 'master' into Revertx86 2017-11-05 20:50:19 -05:00
Jordan BrownandGitHub dc8fb21376 Moves topic formatting before socket is opened 2017-11-04 15:41:47 -04:00
Cyberboss 747b1139f3 Fixes bridge issues 2017-11-02 15:29:41 -04:00
Cyberboss 2a1aad5314 Just weave the dll and make everyones life easier 2017-11-02 12:35:25 -04:00
Cyberboss 3b098ddddc Fix interop 2017-10-30 17:04:08 -04:00
Cyberboss 8f67f0732d Minor refactoring + ban bad instance names 2017-10-30 15:04:48 -04:00
Cyberboss 42a98df47b Logging and more Service setup 2017-10-24 16:07:44 -04:00
Cyberboss a6a8fdf16e Improves API version handling 2017-10-24 12:16:53 -04:00
Cyberboss 196a01d527 Sets sealed on service classes 2017-10-20 16:13:29 -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