Commit Graph
15 Commits
Author SHA1 Message Date
Cyberboss 3301b7cc69 Merge upstream 2017-11-06 10:29:18 -05:00
Cyberboss da7814e3d9 Merge upstream 2017-10-31 12:44:53 -04:00
Cyberboss fb0a128268 Makes Interface an instantiable class 2017-10-31 12:12:45 -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 2fba289804 Server => Interface 2017-10-20 14:12:46 -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
Cyberboss 601f39b269 Fix remaining documentation errors 2017-10-19 12:32:39 -04:00
Cyberboss a2c71ef16f Config option and cli command 2017-10-16 13:26:33 -04:00
Cyberboss edffc6be3e Compilation is blocked if TGS3.json changes. Adds command/button to update it 2017-09-27 11:05:41 -04:00
Cyberboss 26d71d1a75 Adds a CLI command to actually push changelogs 2017-09-23 13:03:23 -04:00
Cyberboss df40a38217 Tabs 2017-09-23 12:57:26 -04:00
Cyberboss d153501049 repo status now shows the committer identity 2017-09-23 12:56:42 -04:00
Cyberboss 494aa41f2e Revision command now shows the tracked remote commit if it exists 2017-09-13 10:39:01 -04:00
Jordan BrownandGitHub ed594134b4 Chat command refactor (#91)
* Generalize Commands

* Generalization

* Compiling

* Finishing touched
2017-06-30 16:13:15 -04:00
Jordan Brownandoranges 8c6d31f394 TGS3 (#3)
Let's just get this merged instead of having a massive PR

Original PR: tgstation/tgstation#26534
2017-06-01 13:06:42 +12:00