This website requires JavaScript.
Explore
Help
Register
Sign In
Cinka
/
OldThink
Watch
1
Star
0
Fork
0
You've already forked OldThink
Code
Issues
Pull Requests
Actions
3
Packages
Projects
Releases
Wiki
Activity
Files
5d4ad5f1507f2ba7b8b7da16690e8c8faa6517cd
OldThink
/
Content.Server
/
GameObjects
/
Components
/
Movement
History
Exp
f0cb9f05ee
Fix server crashing when portal is deleted (
#2157
)
...
-Fix server crashing when using the teleporter
2020-10-01 13:48:42 +02:00
..
AiControllerComponent.cs
Replace every usage of GridCoordinates with EntityCoordinates (
#2021
)
2020-09-06 16:11:53 +02:00
ClimbableComponent.cs
Cleanup (
#2111
)
2020-09-20 17:29:11 +02:00
ClimbingComponent.cs
Typo, redundant string interpolation, namespaces and imports cleanup (
#2068
)
2020-09-13 14:23:52 +02:00
NoSlipComponent.cs
…
PlayerInputMoverComponent.cs
Replace every usage of GridCoordinates with EntityCoordinates (
#2021
)
2020-09-06 16:11:53 +02:00
PullableComponent.cs
…
ServerPortalComponent.cs
Fix server crashing when portal is deleted (
#2157
)
2020-10-01 13:48:42 +02:00
ServerTeleporterComponent.cs
Fix server crashing when portal is deleted (
#2157
)
2020-10-01 13:48:42 +02:00
ShuttleControllerComponent.cs
Replace every usage of GridCoordinates with EntityCoordinates (
#2021
)
2020-09-06 16:11:53 +02:00
SlipperyComponent.cs
Adds new different reaction types. (
#2114
)
2020-09-21 17:51:07 +02:00
TeleportableComponent.cs
…