metalgearsloth and GitHub
9528d6dc8f
Remove ISpriteComponent ( #3692 )
2023-01-15 13:38:46 +11:00
metalgearsloth and GitHub
3c168f5a31
Replace GridEntityId with Owner ( #3530 )
2022-12-12 14:58:41 +11:00
1646297039
Remove most static IoCManager. accesses from engine. ( #3466 )
...
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
2022-11-15 22:00:28 +11:00
Ygg01 and GitHub
108e270f9e
Localize commands ( #3374 )
2022-11-06 03:00:57 +11:00
Vera Aguilera Puerto and GitHub
d404494018
ViewVariables Exorcism Part 1: Of paths and commands ( #3214 )
2022-10-14 19:03:44 +02:00
Leon Friedrich and GitHub
e534fcd800
Unrevert "Remove obsolete GridId and all references to it" ( #3279 )
2022-10-10 08:41:58 +11:00
metalgearsloth and GitHub
818ea1a629
Revert "Remove obsolete GridId and all references to it" ( #3308 )
2022-10-09 17:32:54 +11:00
SpaceManiac and GitHub
ebaa8d9ac3
Remove obsolete GridId and all references to it ( #3279 )
2022-10-09 16:23:40 +11:00
metalgearsloth
868320c513
Fix VV lineedit crash
2022-04-29 00:41:14 +10:00
ShadowCommander
102b31f83d
Add null check to VV string parsing
2022-04-24 02:16:42 -07:00
Pieter-Jan Briers
45d906ba7e
Deprecate CreateNetMessage<T>.
2022-04-15 18:47:42 +02:00
mirrorcult and GitHub
44cb135a1d
Even shorter pretty-print type abbreviations for VV ( #2735 )
2022-04-15 09:15:10 +02:00
metalgearsloth and GitHub
c8f2dab381
Don't crash on VV edit for angles ( #2517 )
2022-02-08 02:58:55 +11:00
de4d255841
Analyzer to enforce classes to be either [Virtual], abstract, or sealed. ( #2469 )
...
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
2022-02-05 19:31:58 +01:00
Moony and GitHub
fad4c20da2
VV for entity systems. ( #2447 )
2022-01-25 13:29:17 +01:00
Pieter-Jan Briers
c5899944a2
Uncomment stuff in manifest so it's not empty and won't break the launcher.
...
Whoops.
2021-12-30 17:48:22 +01:00
Vera Aguilera Puerto and GitHub
e7308efdd7
Botch VV to allow viewing remote entities that don't exist locally. ( #2346 )
2021-12-16 11:32:54 +01:00
Vera Aguilera Puerto and GitHub
c73077014b
EntityUid now shows a "View" button in VV. ( #2342 )
2021-12-14 09:57:46 +01:00
Vera Aguilera Puerto
26dcef4a11
Fix more useless resolves, makes entity system proxy "Deleted" not throw.
2021-12-08 11:10:11 +01:00
DrSmugleaf
163deff564
Fix 3000 errors
2021-12-05 18:13:33 +01:00
Vera Aguilera Puerto
bd6be35b4d
ForAll, Spawn, etc
2021-12-03 17:11:29 +01:00
Vera Aguilera Puerto
c39f6d09eb
Lots of manual fixing. More to come.
2021-12-03 17:01:46 +01:00
Vera Aguilera Puerto
7a06db60cf
Inline UID
2021-12-03 15:53:10 +01:00
Vera Aguilera Puerto
e93ae73e50
Inline TryGetComponent completely, for real
2021-12-03 14:17:01 +01:00
Vera Aguilera Puerto
ebca38b57a
Inline one HasComponent overload
2021-12-03 12:18:21 +01:00
Vera Aguilera Puerto
f44d797057
Inline GetAllComponents
2021-12-03 11:42:24 +01:00
Vera Aguilera Puerto
7769252109
Inline Deleted
2021-12-03 11:30:03 +01:00
Azzy and GitHub
679e07d9ea
Fixes ViewVariables sprite rotation bug ( #2202 )
2021-11-07 18:47:27 +11:00
Vera Aguilera Puerto and GitHub
fbcdd63988
Gets rid of most ComponentManager usages. ( #2076 )
...
- Obsoletes more `ComponentManager` fields/properties.
2021-09-28 13:36:18 +02:00
05827d01d0
Datafield now implies readonly VVAccess ( #1968 )
...
Co-authored-by: Paul <ritter.paul1+git@googlemail.com >
2021-08-23 20:32:25 +02:00
Visne and GitHub
a2398da324
Replace most VBox/HBoxContainers with BoxContainers ( #1867 )
2021-07-18 18:42:08 +02:00
Vera Aguilera Puerto
d216c3a1f6
VV command can now get IoC services that don't have an interface.
2021-07-07 18:03:20 +02:00
e1a199e060
Removed old Loc.GetString() use instances ( #1814 )
...
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com >
2021-06-21 02:12:53 +02:00
DrSmugleaf and GitHub
ac1705e41f
Make NetMessage name and group virtual to remove required boilerplate ( #1770 )
2021-05-31 08:53:46 +02:00
DrSmugleaf
68d9e13edf
Fix nullability in ViewVariablesInstance onValueChanged tuple action
2021-05-04 12:08:53 +02:00
Vera Aguilera Puerto
5b06391159
Fix objects of a server-only type not correctly showing up as such in VV.
2021-04-10 17:32:56 +02:00
Vera Aguilera Puerto and GitHub
37401c26c9
Adds a custom editor for Prototypes to ViewVariables. ( #1663 )
...
Also improves VV a bit.
2021-03-30 15:33:15 +02:00
Pieter-Jan Briers
fd406f7897
Selector-based VV windows have correct size.
...
Fixes #1594 .
2021-02-23 23:10:58 +01:00
Pieter-Jan Briers and GitHub
583b7ebf38
WPF layout ( #1581 )
2021-02-21 12:28:13 +01:00
Acruid
e0cdcd228e
Fixed Timer Namespace in unit tests.
2021-02-18 20:35:34 -08:00
Vera Aguilera Puerto and GitHub
e40feac1f1
Adds VV autorefresh when right-clicking the refresh button. ( #1558 )
...
* Adds VV autorefresh when right-clicking the refresh button.
* cancel token on close
* button tooltip
2021-02-18 00:14:11 -08:00
Acruid and GitHub
2183cd7ca1
Massive Namespace Cleanup ( #1544 )
...
* Removed the Interfaces folder.
* All objects inside the GameObjects subfolders are now in the GameObjects namespace.
* Added a Resharper DotSettings file to mark the GameObjects subfolders as not providing namespaces.
* Simplified Robust.client.Graphics namespace.
* Automated remove redundant using statements.
2021-02-10 23:27:19 -08:00
Vera Aguilera Puerto
5e99c6d04d
ViewVariables server-side "Add Component" button isn't hidden anymore when searching for components.
2021-02-02 13:28:56 +01:00
Vera Aguilera Puerto
606d232dbb
Update ViewVariables to use the new commands API
2021-02-02 13:26:41 +01:00
Vera Aguilera Puerto and GitHub
df877582a6
You can now add or remove components from the comfort of ViewVariables ( #1524 )
2021-02-02 12:01:54 +01:00
Acruid and GitHub
3eb6e067f9
Console Unify ( #1513 )
...
* Renamed shared ICommand to IConsoleCommand.
* Lots of refactoring into a shared context.
* Removed ICommonSession from server concmd Execute.
* Added argStr parameter to concmd execute.
* The execute function of client concmds now returns void, use the new shell.RemoteExecuteCommand function to forward commands.
# Conflicts:
# Robust.Client/Console/Commands/Debug.cs
* Finally move shells and commands into shared.
* Console commands can now be registered directly without a class in a shared context.
* Pulled up ConsoleHost and Console shell into a shared context.
* Pulled up half the functions of ConsoleHost into a shared context.
* Repair rebase damage.
* Make LoadConsoleCommands function not remove any previously registered commands.
2021-02-01 16:40:26 -08:00
Paul
c9f6a4e32a
fixes enum VV
2021-01-21 15:33:42 +01:00
kira-er and GitHub
988cbf9a87
VV Enum ( #1503 )
2021-01-17 01:50:26 +01:00
Paul
3ca686298e
Fixes ViewVariablesManager using the wrong VVPropEditor for Type in shared not annotated with [NetSerializable]
2021-01-16 20:05:15 +01:00
ad8b0b3c83
Add bytes or sbytes to enum where available ( #1430 )
...
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com >
2020-12-08 12:46:30 +01:00