Commit Graph

36638 Commits

Author SHA1 Message Date
Víctor Aguilera Puerto 69ca8c2153
Some YAML cleanup (#840) 2020-04-22 17:50:55 +02:00
Pieter-Jan Briers b343f61268
Imports wooden flooring from Eris. 2020-04-22 17:49:42 +02:00
Pieter-Jan Briers ef4bde5399
Import a bunch of vending machines from Bay.
Not all, I got lazy.
2020-04-22 01:50:53 +02:00
metalgearsloth 60ce5b5089
Add puddles / reagent spills (#743) 2020-04-21 20:23:12 +02:00
Sam 1ba222142a
Created SharedInteractionSystem + Partial Fix #782 (#833) 2020-04-21 16:58:31 +02:00
Víctor Aguilera Puerto 3fc4725df7
Add IEquipped and IUnequipped interfaces (#837) 2020-04-21 14:38:35 +02:00
partyaddict d77dea6498
Adds windows image file caches to .gitignore (#836)
Shoutouts to Windows 7 Users
2020-04-21 12:32:46 +02:00
Sam d5d21e7079
Chat fix (#832) 2020-04-21 00:26:53 +02:00
Pieter-Jan Briers a448c4f75b
Merge pull request #835 from Zumorica/2020-04-21-reenable-instruments 2020-04-21 00:24:18 +02:00
zumorica 7fae16bdc8 Re-enable handheld instruments... 2020-04-21 00:21:08 +02:00
Pieter-Jan Briers b8803ffd33
Table, not worktop. 2020-04-20 18:20:36 +02:00
Pieter-Jan Briers 221882afa5
Tweak color gain factor to reduce disparity between walls and non-walls.
Also increases the brightness of *specifically* walls to make up for it, in content.
2020-04-20 18:16:32 +02:00
Pieter-Jan Briers 3c5228b978
Fix some wrong vending machine icons. 2020-04-20 17:46:27 +02:00
Pieter-Jan Briers 7aeb7d9cbc
Merge pull request #829 from Zumorica/2020-04-20-mind-examine-message 2020-04-20 16:21:10 +02:00
Pieter-Jan Briers 70161f35b6
Merge branches 'component-message-session' and 'message-submodule' 2020-04-20 16:02:09 +02:00
Pieter-Jan Briers d492aea905
Update submodule 2020-04-20 16:01:01 +02:00
Jackson Lewis 3c6cbecb12 Remove redundancy 2020-04-20 12:57:05 +01:00
zumorica 3f3b7ca969 Add examine info toggle 2020-04-20 11:37:05 +02:00
Jackson Lewis 6a22f2629b Update content repo and RobustToolbox 2020-04-20 10:36:02 +01:00
zumorica 7803bb87bc Add examine message for minds whose player disconnected or ghosted. 2020-04-20 11:14:04 +02:00
Pieter-Jan Briers f6579918d9
Fix crash when moving after deleting the grid you were previously on. 2020-04-20 10:09:58 +02:00
Pieter-Jan Briers dcd8070a08
Adds command to show wires. 2020-04-20 09:45:45 +02:00
Pieter-Jan Briers 65f5f71a39
Allow Supply of PowerGenerator to be VV'd 2020-04-20 09:45:40 +02:00
Pieter-Jan Briers bb9ee66db4
Merge pull request #824 from space-wizards/prediction 2020-04-18 17:41:11 +02:00
Pieter-Jan Briers 646608429d
Update submodule 2020-04-18 17:36:51 +02:00
Pieter-Jan Briers c4ba83bdf3
Remove mispredict testing code. 2020-04-18 17:18:08 +02:00
Pieter-Jan Briers 93c8007f5e
Merge branch 'master' into prediction 2020-04-18 14:07:02 +02:00
Pieter-Jan Briers dd6c919a32
Re-enable run bind. 2020-04-18 13:47:06 +02:00
Pieter-Jan Briers 20295723b2
Make ghosts twice as fast. 2020-04-18 13:46:56 +02:00
Pieter-Jan Briers 1578a32fa1
Put base movement in control of MovementSpeedModifierComponent.
PlayerInputMoverComponent was unsuitable because it gets added/removed dynamically and is specific to players (AIs don't use it).
2020-04-18 13:46:35 +02:00
Pieter-Jan Briers 028ca7a732
Remove hardcoded ghosting from MoverSystem. 2020-04-18 12:10:50 +02:00
Pieter-Jan Briers 8076ecfc2e
You can no longer see the solution contents of humans via examine. 2020-04-18 01:10:41 +02:00
Pieter-Jan Briers b137d4eaf0
Adds NoExamine SolutionCap. 2020-04-18 01:10:26 +02:00
Pieter-Jan Briers 4328d17994
Update submodule 2020-04-18 00:39:36 +02:00
Pieter-Jan Briers ce2d6175d2
Handle MindComponent deletion:
You now get turned into a ghost if it happens, or return to body gets disabled if you were already ghosted.
2020-04-18 00:39:22 +02:00
Pieter-Jan Briers 4125c36e8d
Allow mind transfer to entity if said entity is also the current visit target. 2020-04-18 00:38:43 +02:00
Pieter-Jan Briers c4f147bab4
Store original character name in mind. 2020-04-18 00:38:19 +02:00
Pieter-Jan Briers 9d130d98d3
Remove some bad style decisions. 2020-04-17 23:47:03 +02:00
Pieter-Jan Briers 13a6b3df7e
Update submodule. 2020-04-17 21:17:05 +02:00
Pieter-Jan Briers 2e57547ca2
Merge pull request #823 from Zumorica/2020-04-17-fix-my-shit 2020-04-17 21:01:37 +02:00
Pieter-Jan Briers 2d8085d52e
Merge pull request #821 from PrPleGoo/FixIssue719 2020-04-17 21:00:31 +02:00
zumorica 47e964a882 Deadchat now has color 2020-04-17 19:38:18 +02:00
zumorica a408cdad0a Fix ControlMob not deleting ghosts 2020-04-17 19:28:08 +02:00
zumorica a4110799b8 Merge branch 'master' into 2020-04-17-fix-my-stuff 2020-04-17 19:23:41 +02:00
zumorica c2e328e5ae Turns out we don't need to spawn a timer to delete ghosts anymore 2020-04-17 19:23:06 +02:00
zumorica 02ccc6dc45 Only delete ghosts on return to body or unghost 2020-04-17 19:19:37 +02:00
zumorica 01e8e4784b Joining round as observer greys out return to body button 2020-04-17 19:16:42 +02:00
Pieter-Jan Briers cdf47aab44
Fix ghosts not being hidden when you do-aghost. 2020-04-17 19:11:10 +02:00
zumorica 73d754e2d2 Observers now get correct name on observe from lobby 2020-04-17 18:51:51 +02:00
PrPleGoo 7d6e6edcd1 Disable collision for things inside EntityStorageComponents + enable putting mobs in lockers 2020-04-17 15:40:17 +02:00