Commit Graph
17 Commits
Author SHA1 Message Date
Cyberboss eb7decbf1a Merge upstream 2017-11-05 21:22:04 -05:00
Cyberboss 2a1aad5314 Just weave the dll and make everyones life easier 2017-11-02 12:35:25 -04:00
Cyberboss e1d9158f08 Merge upstream 2017-11-02 10:45:13 -04:00
Cyberboss 9d20358558 Merge upstream 2017-10-30 16:35:30 -04:00
Jordan BrownandGitHub 43219e6d3b Removes hardcoded reference to libmysql.dll 2017-10-30 15:19:37 -04:00
Cyberboss 7406480f48 Merge upstream 2017-10-30 12:45:47 -04:00
Cyberboss d769212f95 Make all instance file ops use RelativePath(). Move Python stuff to Service 2017-10-24 17:15:38 -04:00
Jordan BrownandGitHub d6e1cd0234 Removes old process priority compiler shennanigans 2017-10-24 16:52:29 -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 8b76a76a5b Reconverts the project to MSIL. Adds seperate bridge .dll 2017-10-24 12:47:08 -04:00
Cyberboss 5860ec9c4c Documents Repository.cs 2017-10-21 20:57:42 -04:00
Cyberboss c7cdf822e4 Document all event IDs, obsolete old ones, fix bugs and oversights 2017-10-20 17:25:37 -04:00
Cyberboss 196a01d527 Sets sealed on service classes 2017-10-20 16:13:29 -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