Andrew Welker
d00c8bed5f
fix:(EssentialsCore) Add ability for devjson command to handle overloads
...
The `devjson` command needs to ability to handle overloads. With this change, if a method is an overloaded method, the command will get all methods on an object that match the entered method name, then get the first entry in the list of methods that matches the length of the provided parameters list.
This won't work in all cases, as there may be situations where the parameters of the methods have the same length, but different types. In that situation, it's likely that the conversion from `Object` to the desired type will fail, in which case, the command will notify the user that something went wrong.
1.8.5-hotfix-1374
2021-05-20 10:52:12 -06:00
Andrew Welker
44c171c8f4
Merge pull request #692 from PepperDash/hotfix/console-response-crlf-fixes
...
Changes cr to crlf for some console command responses
2021-04-28 09:54:24 -06:00
Alex Johnson
ae9833ffaa
Changes cr to crlf for some console command responses
1.8.5-hotfix-1331
2021-04-23 08:58:43 -04:00
Andrew Welker
e12a5e95bf
Merge pull request #683 from PepperDash/release/v1.8.3
...
add flags on both ends to prevent input switching loop
1.8.4
2021-04-09 16:50:44 -06:00
Andrew Welker
3e7144f7ef
Merge branch 'main' into release/v1.8.3
1.8.3-rc-1313
2021-04-09 16:40:56 -06:00
Andrew Welker
19e070ed76
add flags on both ends to prevent input switching loop
1.8.3-rc-1311
2021-04-09 16:36:11 -06:00
Neil Dorin
b818c14713
Merge pull request #681 from PepperDash/release/v1.8.3
...
Release/v1.8.3
2021-04-09 15:31:02 -06:00
Andrew Welker
63e7866890
Merge pull request #680 from PepperDash/feature/imobilecontrolroombridge-upgrades
...
Feature/imobilecontrolroombridge upgrades
1.8.3-rc-1310
1.8.3-rc-1309
1.8.3-beta-1308
2021-04-08 16:26:47 -06:00
Neil Dorin
922d1d8133
Merge branch 'development' into feature/imobilecontrolroombridge-upgrades
1.8.3-alpha-1306
2021-04-08 16:17:02 -06:00
Andrew Welker
d26ea01ed9
Merge pull request #673 from PepperDash/hotfix/genericqueue-dispose-issue
...
Hotfix/genericqueue dispose issue
1.8.3-beta-1305
2021-04-08 16:15:31 -06:00
Andrew Welker
4ebd1b53b5
Merge branch 'development' into hotfix/genericqueue-dispose-issue
1.8.3-hotfix-1303
2021-04-08 15:37:15 -06:00
Andrew Welker
0226b58b1e
Merge pull request #672 from PepperDash/hotfix/genericqueue-dispose-issue
...
#671 switches to private Dispose() on program stop
2021-04-08 15:36:53 -06:00
Neil Dorin
be41922c54
Merge pull request #679 from PepperDash/feature/plugin-loading-issues
...
Clean up messaging
1.8.3-beta-1298
2021-04-08 14:43:43 -06:00
Andrew Welker
56f93c5491
Merge branch 'main' into hotfix/genericqueue-dispose-issue
1.8.3-hotfix-1292
1.8.3-hotfix-1301
2021-04-08 14:25:11 -06:00
Andrew Welker
8cfd58bb7e
Fix error printing for plugin loading
1.8.3-alpha-1291
2021-04-08 14:21:32 -06:00
Andrew Welker
6ddfdc4b38
Updating plugin loading mechanism to provide better feedback
1.8.3-alpha-1290
2021-04-08 13:54:06 -06:00
Neil Dorin
7640b95701
Clears camera mute mode when turning camera auto mode off
1.8.3-alpha-1287
2021-04-06 20:08:59 -06:00
Neil Dorin
6c2abc7abd
Adds missing space in video mute command
2021-04-06 19:54:01 -06:00
Neil Dorin
1849d118b4
gets rid of console print when queue items are processed.
1.8.3-alpha-1286
2021-04-06 18:15:37 -06:00
Neil Dorin
22e7f004a5
adds missing code parameter
1.8.3-alpha-1285
2021-04-06 18:06:15 -06:00
Neil Dorin
0dcaacb038
Merge branch 'feature/multi-display-adds' into feature/imobilecontrolroombridge-upgrades
1.8.3-alpha-1284
2021-04-06 16:37:17 -06:00
Neil Dorin
cf8e673677
Adds ClientJoined event
1.8.3-alpha-1283
2021-04-06 12:25:33 -06:00
Neil Dorin
200080247a
closes #671 and changes to aborting thread in Dispose instead of attempting to join
1.8.3-hotfix-1281
2021-04-06 10:38:39 -06:00
Neil Dorin
ba247ee8d6
removes commented code for clarity
1.8.3-alpha-1280
2021-04-06 10:36:03 -06:00
Neil Dorin
b3617d04c8
Merge pull request #677 from PepperDash/hotfix/stream-debug-console-issues
...
Hotfix/stream debug console issues
1.8.3-beta-1279
2021-04-06 10:30:08 -06:00
Neil Dorin
85cf51876a
Merge branch 'development' into hotfix/stream-debug-console-issues
1.8.3-hotfix-1277
2021-04-06 10:01:44 -06:00
Neil Dorin
b6f47168c0
Merge pull request #676 from PepperDash/hotfix/stream-debug-console-issues
...
Fix FormatException happening from fall-through
2021-04-06 10:01:07 -06:00
Neil Dorin
1e755df9bb
#675 Adds UserPromptedForCode event and method to show code on CiscoSparkCodec
1.8.3-alpha-1275
2021-04-05 17:01:34 -06:00
Neil Dorin
037f8ed043
#671 Updates to GenericQueue to resolve issues when stopping program
1.8.3-alpha-1274
2021-04-02 17:07:06 -06:00
Neil Dorin
e327d2d359
passes true when disposing of generic queue in deconstructor
2021-04-02 16:09:54 -06:00
Andrew Welker
e832566168
change to CrestronConsole.ConsoleCommandResponse for help text
1.8.3-hotfix-1273
2021-04-02 09:44:02 -06:00
Andrew Welker
252d037380
change to method signature instead of lambda
1.8.3-hotfix-1272
2021-04-02 09:09:13 -06:00
Andrew Welker
dd0f7a586e
fix Console statement and add help
2021-04-02 09:03:39 -06:00
Neil Dorin
2feec62052
Removes explicit call to dispose when program stops. Clears queue in dispose
1.8.3-hotfix-1270
2021-03-31 16:35:33 -06:00
Neil Dorin
33a1b1697a
Removes call to dispose on program stop event. Adds debug statement in Dispose()
1.8.3-alpha-1269
2021-03-31 15:29:55 -06:00
Neil Dorin
955d68b3f3
#671 switches to private Dispose() on program stop
1.8.3-hotfix-1267
2021-03-30 15:56:05 -06:00
Neil Dorin
0f28d46f34
#671 Calls the private dispose method on program stop
1.8.3-alpha-1266
2021-03-30 15:53:10 -06:00
Andrew Welker
275759143b
Merge branch 'development' into feature/multi-display-adds
1.8.3-alpha-1265
2021-03-29 13:31:10 -06:00
Andrew Welker
3a4737b6f6
Merge pull request #670 from PepperDash/hotfix/dm-routing-issues
...
Hotfix/dm routing issues
1.8.3-beta-1264
2021-03-29 13:29:46 -06:00
Andrew Welker
2b2308d5c2
Merge branch 'development' into hotfix/dm-routing-issues
1.8.3-hotfix-1262
2021-03-29 13:18:00 -06:00
Andrew Welker
185f03065e
Merge pull request #669 from PepperDash/hotfix/dm-routing-issues
...
Fix LinkToApi methods for chassis to use ExecuteNumericSwitch
2021-03-29 13:17:51 -06:00
Andrew Welker
3803263598
Merge branch 'development' into feature/multi-display-adds
2021-03-29 12:54:54 -06:00
Andrew Welker
358fa1a9c0
Merge pull request #667 from PepperDash/hotfix/generic-queue-disposed-check
...
Hotfix/generic queue disposed check
1.8.3-beta-1260
2021-03-29 12:53:43 -06:00
Andrew Welker
7fbbc9f2b8
Fix LinkToApi methods for chassis to use ExecuteNumericSwitch
1.8.3-hotfix-1259
2021-03-29 12:50:43 -06:00
Andrew Welker
f4f400f9b6
Merge branch 'development' into hotfix/generic-queue-disposed-check
1.8.2-hotfix-1257
2021-03-29 09:55:40 -06:00
Andrew Welker
d3383db890
Merge pull request #666 from PepperDash/hotfix/generic-queue-disposed-check
...
added a Disposed check and Debug Message to prevent enqueing messages…
1.8.2
2021-03-29 07:55:29 -06:00
Nick Genovese
139e5370ea
added a Disposed check and Debug Message to prevent enqueing messages after the Generic Queue has been disposed; typically happens at program stop
1.8.2-hotfix-1255
2021-03-29 09:42:31 -04:00
Andrew Welker
4f9fa05e3f
Merge branch 'development' into feature/multi-display-adds
1.8.2-alpha-1254
2021-03-25 16:06:48 -06:00
Andrew Welker
7ab2574912
Merge pull request #662 from PepperDash/hotfix/scheduler-fixes
...
Hotfix/scheduler fixes
1.8.2-beta-1253
2021-03-25 16:05:25 -06:00
Andrew Welker
35167d77f9
Merge branch 'development' into hotfix/scheduler-fixes
1.8.2-hotfix-1251
2021-03-25 15:48:59 -06:00