Westin Miller
0810e76474
Once the game is created we can patch it with impunity.
2017-09-11 18:55:09 -07:00
Westin Miller
57acb274c6
Don't crash when modifying constructor
...
Tweak log level of assembly resolver.
Events relating to game initialization and shutdown.
Plugin manager loads plugins right before the dependency manager is attached.
2017-09-11 18:28:53 -07:00
Westin Miller
e57f885d3b
Log errors in ReflectedManager
2017-09-11 05:19:02 -07:00
Westin Miller
0073e101dd
Fixed issues with operand replacing, and branch instructions.
2017-09-11 05:18:07 -07:00
Westin Miller
b42d43c0e1
Redirect Keen console to Info, all else to trace.
2017-09-11 05:17:21 -07:00
Westin Miller
9d8988a2ec
MyLog logs to the Torch logging system
...
Fixed issue with labels not being transferred correctly when transpiling.
2017-09-10 17:40:43 -07:00
Westin Miller
aa784c121b
Null protection in multiplayer manager detach
2017-09-10 15:17:50 -07:00
Westin Miller
a36e8a4065
Merge branch 'staging' into session-mgr-cmp
2017-09-10 15:11:08 -07:00
John Gross
3fd7b66905
Rewrite plugin loader/updater to support loading from .zip and more complex versions.
2017-09-10 01:44:15 -07:00
John Gross
44ebcc5d25
Merge pull request #110 from TorchAPI/patching
...
Patch Manager
2017-09-10 04:05:50 -04:00
Westin Miller
9a68ed6bd0
Added patching tests
...
Fixed error when reverting patches
Made the LoggingILGenerator not break without a logger
2017-09-09 23:30:49 -07:00
Westin Miller
4f84cd8963
Normal logging for patch manager
...
Fix: RE treating constructors as normal methods
2017-09-09 22:15:42 -07:00
Westin Miller
837b56462f
Use reflected manager for patch internals
2017-09-09 00:50:45 -07:00
Westin Miller
9c3a22c556
Method patching framework
2017-09-09 00:37:34 -07:00
Westin Miller
9471d83a45
Merge pull request #108 from TorchAPI/staging
...
Prepare Release v1.2.0
v1.2.0
2017-09-07 19:56:23 -07:00
Westin Miller
52b225d944
Merge branch 'master' into staging
2017-09-07 15:39:04 -07:00
Westin Miller
c8f0a61209
Provide DS config path to Save
...
This keeps MyFileSystem from getting initialized too early.
2017-09-07 14:54:57 -07:00
John Gross
59c3e9eb54
Merge pull request #107 from TorchAPI/patch-96
...
Proper scrolling and formatting for the ChatPanel.
2017-09-07 13:39:15 -04:00
Westin Miller
d20d68b831
Proper scrolling and formatting for the ChatPanel.
...
- Users are blue, server is dark blue.
- Autoscroll when it's scrolled to the bottom, else leave it alone.
2017-09-07 02:54:10 -07:00
Westin Miller
cfda1f8eef
Fixes issues with the assembly resolver getting disposed when launched in nogui mode.
...
This should solve #102 , #104 .
2017-09-07 02:03:48 -07:00
Westin Miller
2fb222125a
Merge pull request #106 from TorchAPI/reflected-internals
...
Specify internal types by Assembly Qualified Name for reflection
2017-09-06 20:58:29 -07:00
John Gross
c7c3c00783
Merge branch 'staging' into reflected-internals
2017-09-06 23:57:34 -04:00
Westin Miller
dcc130e2cf
Fixed bad exit code.
...
Fixed creds GUID
2017-09-06 20:33:37 -07:00
Westin Miller
491f3d3af4
Auto-release
2017-08-31 19:36:01 -07:00
Westin Miller
140000df55
Test-time reflected event checker
...
Server UI components work with new system
Events for loading and unloading TorchSessions
Commands report information again.
Catch, log, and rethrow errors that occur in Torch-handled SE events
2017-08-31 16:27:55 -07:00
Westin Miller
4b2fee7614
Offline mode fallbacks for the chat manager.
2017-08-31 16:27:54 -07:00
Westin Miller
2c7b522378
Proper delegate naming
2017-08-31 16:27:54 -07:00
Westin Miller
d9ef60d4e8
Client manager components
...
- ReflectedManager now supports MemberInfo and event replacement
- New chat manager interfaces for both client and server
- New multiplayer manager interfaces for both client and server
2017-08-31 16:27:54 -07:00
Westin Miller
178fcb8164
Specify internal types by Assembly Qualified Name for reflection
2017-08-31 16:22:38 -07:00
John Gross
3d6806b63a
Merge pull request #88 from szczepix/patch-1
...
When path contains spaces
2017-08-31 18:01:00 -04:00
Szczepan Zaskalski
22e3019610
Fixed batch mklink command argument
2017-08-31 22:25:10 +02:00
Szczepan Zaskalski
7937cbd122
When path contains spaces
2017-08-31 22:18:46 +02:00
John Gross
2bef34ee5b
Merge pull request #94 from TorchAPI/jenkins
...
Unified versions.
2017-08-31 01:37:24 -04:00
Westin Miller
efe7236d31
TorchVersion is read-only
2017-08-30 22:35:50 -07:00
Westin Miller
67dba9c820
PluginAttribute now lets you get the version from the loaded assembly
...
Documentation in PluginAttribute
2017-08-30 14:13:49 -07:00
Westin Miller
52c509aba0
Salt after revision.
2017-08-30 13:38:43 -07:00
Westin Miller
437c7d293e
Make local development versions clearly local dev
2017-08-30 11:19:13 -07:00
Westin Miller
2b6ce4f25b
Unified versions.
2017-08-29 19:54:06 -07:00
John Gross
64f123abe9
Specify PR base branch
2017-08-27 09:08:50 -07:00
John Gross
599a98bceb
Merge pull request #87 from TorchAPI/server-refactor
...
Server initialization refactor
2017-08-24 23:12:02 -04:00
John Gross
2cd1b8bd4e
Merge branch 'staging' into server-refactor
...
# Conflicts:
# Torch.Server/Torch.Server.csproj
# Torch/TorchBase.cs
2017-08-24 17:44:43 -07:00
John Gross
c0be9c25da
Refactor server initialization for service support
2017-08-24 17:30:38 -07:00
John Gross
5cea66374f
Merge pull request #84 from TorchAPI/jenkins
...
Generate Assembly Versions on Build
2017-08-23 16:44:29 -04:00
Westin Miller
ee1c270c68
Merge branch 'staging' into jenkins
2017-08-23 03:02:26 -07:00
Westin Miller
4ab08e2faf
Automatically create zip file
2017-08-23 01:17:19 -07:00
Westin Miller
dd094edb88
Using UTC time
2017-08-22 23:25:18 -07:00
Westin Miller
56e45236d8
Create empty generated files to MSBuild doesn't freak.
2017-08-22 23:03:44 -07:00
Westin Miller
be9a8c5839
Transform Templates on Build
...
Templates for all assemblies
2017-08-22 22:31:24 -07:00
John Gross
8c11baf3b9
Merge pull request #81 from TorchAPI/sessions-manager-71
...
Session Management System
2017-08-22 11:09:04 -04:00
Westin Miller
6ce679bd83
Proper delegate naming
2017-08-22 08:06:30 -07:00