Commit Graph

117 Commits

Author SHA1 Message Date
Vera Aguilera Puerto
1f72435263 Fix ghosts having empty names under certain conditions.
Fixes #4731
2021-10-06 11:56:16 +02:00
Vera Aguilera Puerto
94a29978b5 Fix being able to trap aghosts in lockers.
This ain't an ideal fix, I'll admit. But it's better than nothing.
Fixes #4767
2021-10-06 11:45:52 +02:00
PJBot
2910aa99f0 Automatic changelog update 2021-10-02 05:05:03 -04:00
Vera Aguilera Puerto
8fab6e7e0c Adds cooldown to dice rolling. 2021-10-02 11:03:54 +02:00
PJBot
cf82670e12 Automatic changelog update 2021-10-01 09:28:49 -04:00
Vera Aguilera Puerto
3b14c21396 Port all construction conditions to the new examine. 2021-10-01 15:27:42 +02:00
Vera Aguilera Puerto
f21c921c56 Fix being able to place cables on non-subfloor tiles
- Also performs an actionblocker check just in case.
2021-10-01 15:09:12 +02:00
PJBot
10254b5290 Automatic changelog update 2021-10-01 08:48:27 -04:00
Vera Aguilera Puerto
ac6bc743da Fix being able to uncuff yourself while incapacitated. 2021-10-01 14:47:19 +02:00
PJBot
6e2111ddfb Automatic changelog update 2021-10-01 07:48:45 -04:00
Vera Aguilera Puerto
883cbf40b2 Fix airlocks being opened by anything that bumps into them.
- Adds DoorBumpOpener component.
2021-10-01 13:47:38 +02:00
PJBot
e3139ef41b Automatic changelog update 2021-10-01 07:38:49 -04:00
Vera Aguilera Puerto
36514f4bbd Fix hand examine showing virtual items. 2021-10-01 13:37:43 +02:00
PJBot
0686e915a2 Automatic changelog update 2021-10-01 07:36:28 -04:00
Vera Aguilera Puerto
bbe79d91a7 Fix strippable showing virtual items. 2021-10-01 13:35:21 +02:00
PJBot
b4b6261894 Automatic changelog update 2021-10-01 06:29:58 -04:00
Vera Aguilera Puerto
26808d2e9a Fixes bar sign not changing due to wrong conditional. 2021-10-01 12:28:52 +02:00
Vera Aguilera Puerto
6451b339c2 Fix drinking glasses not fitting in reagent dispensers. 2021-09-30 14:21:56 +02:00
Vera Aguilera Puerto
1b44da19ae Fix drinking glasses not breaking when thrown.
Related: #4665
This is not a proper fix, this just makes it ignore resistances for now, when being damaged.
2021-09-30 14:12:42 +02:00
PJBot
c451524cb2 Automatic changelog update 2021-09-30 07:58:35 -04:00
Vera Aguilera Puerto
fcb23627eb Fixes ghost pointing.
- Ensures VisibilityComponent on entities with GhostComponent, sets visibility layer correctly.
- Fixes wrong bitflag operation comparison
2021-09-30 13:57:29 +02:00
PJBot
3e17a298b2 Automatic changelog update 2021-09-30 07:36:50 -04:00
Vera Aguilera Puerto
e194df9747 Fix GameTicker and StartingGear performing bad string checks.
- This prevented people from spawning as clown, etc if they had set the skirt option.
- Adds some custom type serializers to StartingGear for YAML linter support.
2021-09-30 13:35:35 +02:00
Vera Aguilera Puerto
ac81b207d7 Fix PDA uplink UI.
Just a quick fix for the playtest.
2021-09-30 13:24:45 +02:00
PJBot
43fde44d57 Automatic changelog update 2021-09-21 11:05:28 -04:00
Vera Aguilera Puerto
04ea6a66f6 Dice roll popup, some DiceSystem cleanup. 2021-09-21 17:04:16 +02:00
PJBot
4fffb3c582 Automatic changelog update 2021-09-16 06:18:08 -04:00
Vera Aguilera Puerto
ce746dde35 Fix not being able to put most things in your pockets. 2021-09-16 12:16:14 +02:00
PJBot
e938234e8c Automatic changelog update 2021-08-13 05:06:13 -04:00
Vera Aguilera Puerto
e66982161f Fix tool sounds.
Fixes #4465
2021-08-13 11:05:06 +02:00
PJBot
5c719a3376 Automatic changelog update 2021-08-06 12:28:44 -04:00
Vera Aguilera Puerto
6bd6b9789a Pointing coordinate fixes. 2021-08-06 18:27:37 +02:00
PJBot
91efe64a45 Automatic changelog update 2021-08-06 12:13:07 -04:00
Vera Aguilera Puerto
0501ae4b89 Fix pickup animation incorrect coordinate usage.
Animation finalPosition was world position, while initialPosition was local position.
2021-08-06 18:11:58 +02:00
PJBot
9927584d86 Automatic changelog update 2021-08-06 11:53:49 -04:00
Vera Aguilera Puerto
9882f46825 Fix PlaceableSurface incorrect coordinate usage.
It set world position to entity coordinate positions...
2021-08-06 17:52:42 +02:00
PJBot
5d60af2656 Automatic changelog update 2021-08-04 03:49:53 -04:00
Vera Aguilera Puerto
13ceae872b Fixes not taking pressure damage in space.
Fixes #4415
2021-08-04 09:48:49 +02:00
PJBot
8aed096fd2 Automatic changelog update 2021-07-15 03:45:12 -04:00
Vera Aguilera Puerto
a1088faa35 When the changelog is sus. 2021-06-28 14:09:46 +02:00
Vera Aguilera Puerto
6a4e0beacc Fix being able to play structure instruments while in crit/dead.
Fixes #4038
2021-06-28 13:45:23 +02:00
Vera Aguilera Puerto
ff6cd00438 Fix spray puff and fire extinguisher cloud not moving.
They were anchored and had the wrong body type...
2021-06-28 13:08:10 +02:00
Vera Aguilera Puerto
2307dcb675 Update submodule, fixes MIDI stop crash 2021-06-28 11:01:46 +02:00
Vera Aguilera Puerto
fcbe0baea4 Update submodule to v0.4.71 2021-06-24 21:44:07 +02:00
SweptWasTaken
e16c23a747 AME jars and parts now have inhand sprites 2021-06-23 00:39:35 -07:00
PJBot
af035847c4 Automatic changelog update 2021-06-17 18:35:37 -04:00
SweptWasTaken
e85a42ea29 Removes Warden from role-list 2021-06-17 14:54:06 -07:00
SweptWasTaken
d4abcc9671 PDA light is much weaker now compared to flashlight 2021-06-17 00:29:32 -07:00
PJBot
af1e6f85f3 Automatic changelog update 2021-05-30 02:54:39 -04:00
Vera Aguilera Puerto
1ec2f39291 Fix some things setting StackComponent count manually. 2021-05-30 08:53:02 +02:00