Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
201 commits
Select commit Hold shift + click to select a range
b7de935
Make windows keep relative position when game re-sizes
metalgearsloth May 19, 2026
f1af4bb
Merge remote-tracking branch 'upstream/master' into 2026-05-20-window…
metalgearsloth May 23, 2026
72ae628
Optimise sprite sorts
metalgearsloth Jun 6, 2026
338825c
Add Pure attr to EntityLookup bounds methods (#6622)
metalgearsloth Jun 9, 2026
9d677d2
Reduce per-frame allocs for openGL logs
metalgearsloth Jun 11, 2026
8e98d54
Also this one
metalgearsloth Jun 11, 2026
e0496a3
Reduce TryParseEnum string allocs
metalgearsloth Jun 11, 2026
ee6e799
ResPath allocs fix
metalgearsloth Jun 12, 2026
ff67da3
Cleanup Robust integration test boilerplate (#8)
metalgearsloth Jun 16, 2026
ae38b3a
Update Lidgren submodule to fix DOS attack, fix by Darkrell from Star…
DrSmugleaf Jun 16, 2026
bae997f
Build and test against our own content repo (#2)
Tayrtahn Jun 16, 2026
b9e96ce
Fix wrong submodules being used in "Test content master against engin…
Tayrtahn Jun 16, 2026
3e72678
Release notes
Tayrtahn Jun 16, 2026
fe368d6
Version: 277.1.0
Tayrtahn Jun 16, 2026
e42f9f6
Remove broken GHAs
kontakt Jun 17, 2026
d09a9b8
Fix .gitmodules urls to use the new repositories
DrSmugleaf Jun 17, 2026
d3faec7
Merge pull request #19 from kontakt/20260616-cleanup
metalgearsloth Jun 17, 2026
2d8d5c3
fix not giving prototype class that wasnt registered
Jan 24, 2026
c9d5f31
add Proto field to EntitySystem for proxy and all systems to use
Jan 24, 2026
1be04a5
add HasComp methods to EntityPrototype
Jan 24, 2026
c12e4e7
add HasComp proxy methods for EntProtoId and EntityPrototype
Jan 24, 2026
0c4a40c
add tests for EntityPrototype.HasComp methods
Jan 24, 2026
a86e33c
a
deltanedas May 17, 2026
6522ff4
Apply suggestions from code review
deltanedas May 17, 2026
f928578
Update Robust.Shared.IntegrationTests/Prototypes/PrototypeHasCompTest.cs
Tayrtahn May 17, 2026
dc2cbd9
CompName gaming
May 17, 2026
9160f48
fix remark on no ignored components
May 17, 2026
cb768d2
Raise a BUI message on any input
metalgearsloth Jun 18, 2026
51cdfb6
Add "hidden" console commands
PJB3005 Jun 18, 2026
a008dda
add pure
Jun 18, 2026
e1ebbd0
!
Jun 18, 2026
325a1a4
Merge pull request #26 from deltanedas/proto-hascomp-ops
metalgearsloth Jun 18, 2026
dc7bb35
Make Box2.Contains faster
metalgearsloth Jun 19, 2026
bfaccfc
Test building content master against engine in release configuration …
Tayrtahn Jun 19, 2026
97b4e33
Merge remote-tracking branch 'upstream/master' into 2026-06-11-ogl-st…
metalgearsloth Jun 19, 2026
85c075d
Merge pull request #6 from Space-Wizards-Federation/2026-06-11-ogl-st…
metalgearsloth Jun 19, 2026
1173a30
Merge pull request #7 from Space-Wizards-Federation/2026-06-11-enum
metalgearsloth Jun 19, 2026
ab3217f
Merge pull request #9 from Space-Wizards-Federation/2026-06-13-res-path
metalgearsloth Jun 19, 2026
af82ba7
Merge remote-tracking branch 'upstream/master' into 2026-05-20-window…
metalgearsloth Jun 19, 2026
5600ae5
Fix relative window positions on display re-size
metalgearsloth Jun 19, 2026
faad909
Update release notes
metalgearsloth Jun 19, 2026
3000a76
Merge remote-tracking branch 'upstream/master' into 2026-06-07-sprite…
metalgearsloth Jun 19, 2026
75e3e75
Update release notes
metalgearsloth Jun 19, 2026
fa874bf
Merge remote-tracking branch 'upstream/master' into 2026-06-07-sprite…
metalgearsloth Jun 19, 2026
703cf32
RN
metalgearsloth Jun 19, 2026
c89ba52
Optimise sprite sorts
metalgearsloth Jun 19, 2026
61855de
Merge remote-tracking branch 'upstream/master' into 2026-06-19-box2-c…
metalgearsloth Jun 19, 2026
f48ac8c
RN
metalgearsloth Jun 19, 2026
ed8cc71
Make Box2.Contains faster
metalgearsloth Jun 19, 2026
751952a
Merge remote-tracking branch 'upstream/master' into 2026-06-18-bui-me…
metalgearsloth Jun 19, 2026
32237cf
RN
metalgearsloth Jun 19, 2026
75d1c9a
Raise a BUI message on any input
metalgearsloth Jun 19, 2026
8f6ebad
Reduce game memory usage a crumb (#30)
metalgearsloth Jun 19, 2026
fcf255e
Make Box2Rotated Transform faster (#34)
metalgearsloth Jun 19, 2026
ead6018
Add markup escaping Fluent functions
PJB3005 Jun 19, 2026
a1a03d9
Allow specifying tooltip in cmdlink tag
PJB3005 Jun 19, 2026
30cac6e
Add CommandParsing.EscapeCommand
PJB3005 Jun 19, 2026
a4f4275
Add IUserInterfaceManager.GetRootForMouse and Popup.OpenAtCursor
PJB3005 Jun 19, 2026
fbab678
Add `FormattedStringBuilder` for safely constructing markup with code.
PJB3005 Jun 20, 2026
1a09f17
Add HBox and VBox convenience types.
PJB3005 May 7, 2026
c191926
Track isLocal in user data (#6641)
Axionyxx Jun 20, 2026
f41b2d5
bump natives to 0.2.5
PJB3005 Jun 20, 2026
24da774
Release notes for c1919263f4604ad306a95a11f190d0e8ce3c7b4f
PJB3005 Jun 20, 2026
8af6068
Update release notes
PJB3005 Jun 20, 2026
7cfce43
Version: 277.1.0
PJB3005 Jun 20, 2026
4f15631
fix publish-client.yml
Simyon264 Jun 20, 2026
d0decda
fix it actually this time
Simyon264 Jun 20, 2026
a80e786
Replace default Auth as well as README and other links (#49)
Princess-Cheeseballs Jun 20, 2026
5718e9e
Release notes
Tayrtahn Jun 20, 2026
3c77bfd
Version: 277.2.0
Tayrtahn Jun 20, 2026
e568c7b
LocalRotation normalize + obsolete setter (#125)
metalgearsloth Jun 21, 2026
bec88c8
Add NotNullWhenTrue to EntityPrototype.TryComp factory overload (#132)
deltanedas Jun 21, 2026
931b2a0
Add trust scores for localhost@ and guest@ connections (#6642)
Axionyxx Jun 21, 2026
e164c94
Direction optimisations (#135)
metalgearsloth Jun 23, 2026
3105300
fix websocket no dispose (#6646)
Aidenkrz Jun 23, 2026
b8c946a
Release notes
PJB3005 Jun 24, 2026
f600a84
Version: 277.2.0
PJB3005 Jun 24, 2026
d07c1af
Early-out PVS updates on rotation (#133)
metalgearsloth Jun 24, 2026
27c2f34
Implement IList for ValueList (#32)
metalgearsloth Jun 24, 2026
b32ef31
Fix ValueList TryPop holding references (#31)
metalgearsloth Jun 24, 2026
ea2529e
Fix ValueList Peek (#145)
metalgearsloth Jun 25, 2026
6712c4f
fix publish
Simyon264 Jun 25, 2026
2b63bfd
Update Lidgren.Network
DrSmugleaf Jun 25, 2026
d71a1cc
Release notes
DrSmugleaf Jun 25, 2026
f47f6b0
Version: 277.2.1
DrSmugleaf Jun 25, 2026
dbaf8c4
Merge branch 'new_master' into master-merge
slarticodefast Jun 25, 2026
e519bcd
undo some changes specific to the new repo
slarticodefast Jun 25, 2026
f7b6a24
update release notes for merge from new to old repo
slarticodefast Jun 25, 2026
1b9de71
Remove obsolete TryIndex overloads (#6478)
slarticodefast Jun 26, 2026
f4e404a
(Try to) Fix a null reference exception in ComponentTreeSystem.Update…
DrSmugleaf Jun 26, 2026
8862e8d
Debug Console Autocompletes for Contains (#6418)
pcaessayrs Jun 26, 2026
03ef503
Add batch drawing methods (#6655)
metalgearsloth Jun 26, 2026
afd792c
Merge branch 'master' into master-merge
metalgearsloth Jun 26, 2026
9faee42
Merge Bouba RT into Kiki RT (#6649)
metalgearsloth Jun 27, 2026
c51009d
Allow foreach with EntityQueryEnumerator and AllEntityQueryEnumerator…
DrSmugleaf Jun 27, 2026
7b25f1e
Fix DataRecord serialization (#6619)
ElectroJr Jun 27, 2026
c0e29a3
Add PhysicsBodyStatusChangedEvent (#6614)
tiders-shore Jun 27, 2026
9c45f8c
Simplify generated code check in `AccessAnalyzer` (#6581)
Tayrtahn Jun 27, 2026
5dbf86f
IMapManager to hospice care (#6579)
TemporalOroboros Jun 27, 2026
7fcf49e
Add audio device switching API (#6661)
metalgearsloth Jun 27, 2026
13730c9
Version: 278.0.0
metalgearsloth Jun 27, 2026
c6cf803
Server & shared containerSystem clean up (#6564)
TheShuEd Jun 27, 2026
7e74ae7
Reduce `ReallyBeIdle` default ticks (#6675)
kontakt Jun 28, 2026
08dd77a
Fix OnClientRequestFull throwing an error when trying to log data abo…
DrSmugleaf Jun 28, 2026
6c017eb
Fix ApplyLinearImpulse treating the impulse as being both in world an…
SlamBamActionman Jun 28, 2026
dd2d4b1
Fix `Robust.Benchmarks` compile (#6679)
ArtisticRoomba Jun 28, 2026
c3f80b9
Change SpawnAtPoisition EntityCoordinates overload to use the rotatio…
Princess-Cheeseballs Jun 28, 2026
d9cd400
Optimise Box2i (#6662)
metalgearsloth Jun 28, 2026
7dbb2a2
Clean up Player manager (#6566)
TheShuEd Jun 28, 2026
2cbcb92
Add DictionaryEquals helper (#6682)
metalgearsloth Jun 28, 2026
8da4630
SharedPhysicsSystem.Fixture typo fix one line (#6687)
JohnKieser Jun 29, 2026
e128a7f
Partially Revert "More Cursor Usage in Controls" (#6654)
jessicamaybe Jun 29, 2026
39306df
feat: raise event on audio despawns (#6056)
perryprog Jun 29, 2026
d9330ec
Add test timeouts (#6695)
metalgearsloth Jun 30, 2026
dfe1d4e
Cleanup: ProtoMan Part 3 - remove redundant EntitySystem IPrototypeMa…
whatston3 Jun 30, 2026
58fd434
Remove QuadTree (#6664)
metalgearsloth Jun 30, 2026
9c010a1
Add .ftl file upload support (#6473)
Velken Jul 1, 2026
e458c13
Basic Tracy support (#6686)
HeyBanditoz Jul 1, 2026
1322177
IEntitySystem Event Subscription Code Generation (#6227)
Centronias Jul 1, 2026
aeadf07
Version: 279.0.0
metalgearsloth Jul 1, 2026
792f795
Sourcegen eventsub fixes (#6702)
metalgearsloth Jul 1, 2026
fb70123
Version: 279.0.1
metalgearsloth Jul 1, 2026
8056081
UiBox2i validation (#6665)
metalgearsloth Jul 1, 2026
e3851fa
Fix template (#6703)
HeyBanditoz Jul 2, 2026
f2625bf
Removes IMapManager (#6584)
TemporalOroboros Jul 2, 2026
3d1cbc6
Update Lidgren.Network (#6707)
ArtisticRoomba Jul 2, 2026
9b00e2d
Add lidgren rate-limited logging CVars (#6708)
metalgearsloth Jul 2, 2026
098508f
upd release notes
ArtisticRoomba Jul 2, 2026
0a6b4a6
Version: 280.0.0
ArtisticRoomba Jul 2, 2026
fbef478
Fix `EntitySystemSubscriptionsGeneratorAttributes` xmldocs (#6709)
Tayrtahn Jul 2, 2026
6a6cff2
Serialize EyeComponent.DrawLight (#6433)
Golubgik Jul 4, 2026
3801994
Add cvars for new lidgren stuff (#6658)
deltanedas Jul 4, 2026
38a8e32
Less restrictive box2iui validation (#6717)
ArtisticRoomba Jul 4, 2026
ece4f7d
add methods to support generating color palettes
mqole Jul 4, 2026
8027cbd
Fix DynamicTree Clear (#6651)
metalgearsloth Jul 4, 2026
aae482c
guess we doin arrays now
mqole Jul 4, 2026
d042eb0
robust random
mqole Jul 4, 2026
4a8ab7e
schmoovin
mqole Jul 5, 2026
249660b
angels
mqole Jul 6, 2026
622ecc6
Fix command ordering (#6729)
metalgearsloth Jul 6, 2026
8937501
tests
mqole Jul 6, 2026
e9b28d8
Update lidgren ee2e945 (#6736)
Errant-4 Jul 6, 2026
b35ef54
upd release notes
ArtisticRoomba Jul 6, 2026
b366e29
Version: 280.0.1
ArtisticRoomba Jul 6, 2026
4e69bf2
yeas
mqole Jul 6, 2026
a1d3d16
Update lidgren (#6737)
metalgearsloth Jul 6, 2026
332222b
Add missing EntitySystemSubscriptionsGenerator.targets into Server.cs…
whatston3 Jul 6, 2026
cd20266
Add new Lidgen CVars (#6742)
metalgearsloth Jul 7, 2026
1acad0a
upd release notes
ArtisticRoomba Jul 7, 2026
5191366
Version: 281.0.0
ArtisticRoomba Jul 7, 2026
83c5c8e
Fix UserDataDir accepting relative game names (#6745)
metalgearsloth Jul 7, 2026
471e92d
Update lidgren (#6750)
metalgearsloth Jul 7, 2026
47572c2
make TableContainer virtual and public
whatston3 Jul 7, 2026
ba96b63
Fix ShapeCast on sensors (#6588)
metalgearsloth Jul 7, 2026
34ce2ba
serv5 (#6496)
DrSmugleaf Jul 8, 2026
960edb3
Version: 282.0.0
metalgearsloth Jul 8, 2026
c2d0490
Add `EntitySystem.TryComp(EntityUid, Type, out IComponent?)` proxy me…
Roudenn Jul 8, 2026
dcadd34
Serv5 fixes (#6761)
metalgearsloth Jul 8, 2026
eb25a03
fuckit one more
mqole Jul 9, 2026
4d1e393
OOPS
mqole Jul 9, 2026
7ffe5fc
yeah ok
mqole Jul 9, 2026
167a93a
test edits
mqole Jul 10, 2026
b0b1fa3
FovRenderTarget (#6781)
Pok27 Jul 10, 2026
292dedc
Add methods to support generating color palettes (#6720)
AJCM-git Jul 11, 2026
5a83ab1
Try to make connection failure msg useful (#6743)
metalgearsloth Jul 11, 2026
2e07cfc
Add TestPair ID to GetPair logging (#6780)
Tayrtahn Jul 11, 2026
72d56f3
Remove unused GridEventHandler delegate (#6777)
TemporalOroboros Jul 11, 2026
89a0546
Move EventBus benchmarks to the Engine. (#6778)
Princess-Cheeseballs Jul 11, 2026
657e9bf
Reduce ImageSharp arraypool ballooning (#6768)
metalgearsloth Jul 12, 2026
1c84809
Make TableContainer virtual and public (#6753)
Princess-Cheeseballs Jul 12, 2026
b3daa0b
Fix BaseWindow jittering on resize (#6788)
eoineoineoin Jul 14, 2026
d314fe4
Avoid NetMessage copies for MsgState (#6744)
metalgearsloth Jul 14, 2026
6052c50
Dispose PVS session statestream on disconnect (#6663)
metalgearsloth Jul 14, 2026
07ddeaa
File Dialog: Expose file name of the selected file (#6755)
AJCM-git Jul 14, 2026
3211b43
Cache GetAllChildren (#6766)
metalgearsloth Jul 14, 2026
205a8a6
Pool PVS entity state collections (#6752)
metalgearsloth Jul 14, 2026
4e11a38
Add API for loading OwnedTexture with texture parameters (#6794)
B-Kirill Jul 15, 2026
62e3bdb
Replace overly restrictive (and sometimes wrong?) cast in serializati…
Centronias Jul 16, 2026
e6a7849
Skip log formatting if level not enabled (#6764)
metalgearsloth Jul 16, 2026
7454c6b
Fix serialization normalize performance (#6797)
metalgearsloth Jul 16, 2026
91f64a7
Add sundries + static sundries to grid traversal (#6653)
metalgearsloth Jul 16, 2026
423ca3b
Filter datadef types by attributes (#6798)
metalgearsloth Jul 16, 2026
681fa0b
Test fix (#6799)
metalgearsloth Jul 16, 2026
15a7ed2
Fix DistanceProxy.Set allocation spam (#6770)
metalgearsloth Jul 16, 2026
f44d7e0
Defer UI operations until UI system runs frame update (#6789)
eoineoineoin Jul 16, 2026
17b66c5
Fix SetUniformDirect allocation spam (#6769)
metalgearsloth Jul 16, 2026
9ceb7c5
Workflow standardisation + pruning (#6726)
metalgearsloth Jul 16, 2026
a60d2df
Cache datadef types (#6801)
metalgearsloth Jul 16, 2026
9e1c568
Allow content to read actual auxiliary off of `AudioAuxiliaryComponen…
mirrorcult Jul 16, 2026
651e903
Cache grafana histograms (#6767)
metalgearsloth Jul 16, 2026
a978e33
Cache entity system profile names (#6765)
metalgearsloth Jul 16, 2026
3696971
Fix physics hull allocs (#6802)
metalgearsloth Jul 16, 2026
ab4db16
Fix calling Dirty+DiryField on same tick (#6685)
Illiux Jul 16, 2026
7c7d1ae
Cleanup: Warning resolution/suppression (#6721)
whatston3 Jul 16, 2026
0e72d55
Add an AudioParams.AddVariation() function akin to AddVolume() (#5804)
JokeCam Jul 16, 2026
dfb3976
Omit .Collect() for sourcegen (#6803)
metalgearsloth Jul 16, 2026
faabd84
Fix componentnetworkgenerator not copying getstate on client (#6748)
metalgearsloth Jul 16, 2026
86464ca
Test building content master against engine in release configuration …
Tayrtahn Jul 16, 2026
7bfa10e
Version: 283.0.0
metalgearsloth Jul 16, 2026
9388f36
Change Lidgren.Network back to space-wizards
DrSmugleaf Jul 31, 2026
5f18bee
Merge tag 'v283.0.0' of https://github.com/space-wizards/RobustToolbo…
DrSmugleaf Jul 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
41 changes: 0 additions & 41 deletions .github/workflows/benchmarks.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/build-all-configurations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ on:
push:
branches: [master]
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]
branches: [master]

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name != 'merge_group' }}

jobs:
build:
strategy:
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/build-docfx.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,21 @@ on:
push:
branches: [master]
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]
branches: [master]

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name != 'merge_group' }}

jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]

runs-on: ${{ matrix.os }}
timeout-minutes: 30

steps:
- uses: actions/checkout@v4.2.2
Expand Down
71 changes: 0 additions & 71 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/publish-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
mkdir "release/${{ steps.parse_version.outputs.version }}"
mv release/*.zip "release/${{ steps.parse_version.outputs.version }}"

- name: Upload files to Suns
- name: Upload files to Dropwig
uses: appleboy/scp-action@master
with:
host: suns.spacestation14.com
host: dropwig.playss14.com
username: robust-build-push
key: ${{ secrets.CENTCOMM_ROBUST_BUILDS_PUSH_KEY }}
source: "release/${{ steps.parse_version.outputs.version }}"
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Update manifest JSON
uses: appleboy/ssh-action@master
with:
host: suns.spacestation14.com
host: dropwig.playss14.com
username: robust-build-push
key: ${{ secrets.CENTCOMM_ROBUST_BUILDS_PUSH_KEY }}
script: /home/robust-build-push/push.ps1 ${{ steps.parse_version.outputs.version }}
10 changes: 9 additions & 1 deletion .github/workflows/test-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ on:
push:
branches: [master]
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]
branches: [master]

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name != 'merge_group' }}

jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30

steps:
- name: Check out content
Expand All @@ -34,7 +40,9 @@ jobs:
run: cp RobustToolbox/global.json .
- name: Install dependencies
run: dotnet restore
- name: Build
- name: Build (Release)
run: dotnet build --configuration Release --no-restore /m
- name: Build (Debug)
run: dotnet build --configuration DebugOpt --no-restore /m
- name: Content.Tests
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
url = https://github.com/space-wizards/netserializer
[submodule "Lidgren.Network"]
path = Lidgren.Network/Lidgren.Network
url = https://github.com/ss14Starlight/SpaceWizards.Lidgren.Network.git
url = https://github.com/space-wizards/SpaceWizards.Lidgren.Network.git
[submodule "XamlX"]
path = XamlX
url = https://github.com/space-wizards/XamlX
Expand Down
6 changes: 6 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,10 @@
-->
<NoWarn>$(NoWarn);NU1510</NoWarn>
</PropertyGroup>

<!-- Robust.Benchmarks needs to see all of our dependencies,
so we need to disable transitive project reference disabling for it.-->
<PropertyGroup Condition="'$(MSBuildProjectName)' == 'BenchmarkDotNet.Autogenerated'">
<DisableTransitiveProjectReferences>false</DisableTransitiveProjectReferences>
</PropertyGroup>
</Project>
3 changes: 2 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<PackageVersion Include="OpenTK.Audio.OpenAL" Version="4.9.4" />
<PackageVersion Include="OpenToolkit.Graphics" Version="4.0.0-pre9.1" />
<PackageVersion Include="Pidgin" Version="3.5.1" />
<PackageVersion Include="Robust.Natives" Version="0.2.3" />
<PackageVersion Include="Robust.Natives" Version="0.2.5" />
<PackageVersion Include="Robust.Natives.Zstd" Version="0.1.1-zstd1.5.7" />
<PackageVersion Include="Robust.Natives.Cef.win-x64" Version="$(CefNativeVersion)" />
<PackageVersion Include="Robust.Natives.Cef.linux-x64" Version="$(CefNativeVersion)" />
Expand All @@ -69,6 +69,7 @@
<PackageVersion Include="System.Management" Version="10.0.0" />
<PackageVersion Include="TerraFX.Interop.Windows" Version="10.0.26100.5" />
<PackageVersion Include="TerraFX.Interop.Xlib" Version="6.4.0.2" />
<PackageVersion Include="Tracy-CSharp" Version="0.13.1" />
<!-- Intentionally kept back, there is a bug that breaks audio for systems without AVX instructions. And the fix is not yet published. -->
<PackageVersion Include="VorbisPizza" Version="1.3.0" />
<PackageVersion Include="YamlDotNet" Version="16.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion Lidgren.Network/Lidgren.Network
2 changes: 1 addition & 1 deletion MSBuild/Robust.Engine.Version.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<PropertyGroup><Version>277.0.0</Version></PropertyGroup>
<PropertyGroup><Version>283.0.0</Version></PropertyGroup>
</Project>
Expand Down
5 changes: 5 additions & 0 deletions MSBuild/Robust.EntitySystemSubscriptionsGenerator.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
<ItemGroup>
<ProjectReference Include="$(MSBuildThisFileDirectory)\..\Robust.Shared.EntitySystemSubscriptionsGenerator\Robust.Shared.EntitySystemSubscriptionsGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
</ItemGroup>
</Project>
Loading
Loading