Commit Graph
8653 Commits
Author SHA1 Message Date
Aronai Sieyes 577fc584bb Make human speech bubbles more accurate 2020-04-30 18:39:59 -04:00
Aronai SieyesandGitHub 351b3522bd Merge pull request #7534 from VOREStation/aro-moverework
Rewrite client/Move() for smoother movement ingame
2020-04-30 18:03:52 -04:00
Aronai Sieyes 62e5d5a413 Refactor client/Move 2020-04-30 15:46:51 -04:00
Aronai Sieyes 311c4e35df Clean up last_area garbo 2020-04-30 15:42:55 -04:00
Aronai Sieyes 1688e16d88 VS: Get your clicks out of my movement code 2020-04-30 15:41:26 -04:00
Aronai Sieyes 99fa98f437 Get your clicks out of my movement code 2020-04-30 15:40:41 -04:00
Leshana 10b0323d6f Use can_atmos_pass to reduce proc-calls in c_airblock()
- Add additional can_atmos_pass value ATMOS_PASS_PROC which indicates custom behavior requiring calling the CanZASPass proc.
  - The benefit being for the other three values we DON'T need to call CanZASPass at all!  We already know the behavior without the overhead of a proc call.
  - Obviously any atom with can_atmos_pass = ATMOS_PASS_PROC cannot now call ..() in CanZASPass() since the default behavior would be to (recursively) call CanZASPass()
  - This required re-numbering the constants, so I also fixed all code that assumed particular values for the constants.
- Switched all types which overrode CanZASPass with custom logic to be can_atmos_pass = ATMOS_PASS_PROC
- Changed /turf/c_airblock() to skip calling /atom/movable/c_airblock() for the three can_atmos_pass values that don't require calling the proc.
2020-04-30 14:50:57 -04:00
Leshana 4a2e8bb0c4 Fix return values of CanZASPass
- CanZASPass is supposed to return boolean.  Nobody noticed this bug because ATMOS_PASS_YES and ATMOS_PASS_NO happen to be defined as 1 and 0.  But thats not a good assumption to make, so lets fix it!
2020-04-30 14:50:57 -04:00
NovacatandGitHub 12c4a0df20 Merge pull request #7524 from Holdelta/HoundAdditions
Adding: Hound borg models to Eng/Sci/Cargo, and two small additions.
2020-04-30 09:43:35 -04:00
Unknown 49570f0d24 New Lore Oversights
- Loads banners_vr
- Properly sets time back to 2320
2020-04-30 09:11:08 -04:00
Holdelta 6b98b0bfa0 Adding: Hound borg models to Eng/Sci/Cargo, and two small additions.
Adding a total of 6 recolored hound models, light and dark versions of the Medihound across Engineering, Science and Cargo.

Also, adding in *bark functionality for the dogborgs as a whole, as well as adding the bite module for the KMine.
2020-04-29 20:01:37 -07:00
Aronai Sieyes ee40c8c1bd Fix movement slow due to nutrition change 2020-04-29 22:17:39 -04:00
Aronai SieyesandGitHub b3c1cfd29d Merge pull request #7516 from VOREStation/upstream-merge-7045
[MIRROR] Removes limits on eating, centralizes nutrition changing.
2020-04-29 19:23:55 -04:00
Aronai Sieyes 893130bdff Merge nutrition refactor for vorestation 2020-04-29 18:34:22 -04:00
Aronai Sieyes 874baa1d2d Merge examine refactor for vorestation 2020-04-29 17:49:54 -04:00
AtermoneraandVirgoBot f1cabd6742 Removes limits on eating, centralizes nutrition changing. 2020-04-29 17:15:15 -04:00
Aronai SieyesandVirgoBot 6ebd249748 Rewrite examine() to pass a list around 2020-04-29 16:42:50 -04:00
Aronai Sieyes 0c2f8cedb5 Add UAV, UAV software
Design placed in mechfab
2020-04-28 23:18:08 -04:00
Aronai SieyesandGitHub 3f6ce31f9a Merge pull request #7453 from InterroLouis/Hiss
Hiss, not His
2020-04-27 09:56:52 -04:00
Aronai Sieyes 8ec31c9aa4 Refactor AI into two subsystems and clean up targeting some 2020-04-26 23:32:45 -04:00
Aronai Sieyes 36022c95f1 VS: Refactor move code 2020-04-26 16:44:08 -04:00
Aronai Sieyes d3da6ae4a5 Refactor move code 2020-04-26 16:42:50 -04:00
Aronai Sieyes 3c6c4ece12 Add AR to borgs 2020-04-26 12:09:06 -04:00
InterroLouisandGitHub f69457f0f9 Update emote_vr.dm 2020-04-26 01:22:36 -04:00
NovacatandGitHub e37adba16e Removes cataloguer from sci borg 2020-04-25 16:00:22 -04:00
AtermoneraandVirgoBot 629b2711d1 Merge pull request #7034 from atlantiscze/2020_04_23_RobotXenoarch
Adds basic xenoarch & exploration equipment to research robot module
2020-04-25 15:59:04 -04:00
Aronai SieyesandGitHub d35cb8c184 Merge pull request #7417 from VOREStation/aro-proteanpanel
Flip proteans back to protean panel on blob
2020-04-24 21:09:47 -04:00
ShadowLarkens 6d59dbdfef Fixed multilingualism breaking ' and " in chat, and prevent html
injection
2020-04-24 16:10:31 -07:00
Aronai Sieyes 45f63c9cea Flip proteans back to protean panel on blob 2020-04-24 16:31:40 -04:00
NovacatandGitHub de5b875043 Merge pull request #7351 from VOREStation/upstream-merge-6956
[MIRROR] Saycode Overhaul -- Multilingualism
2020-04-23 22:48:51 -04:00
ShadowLarkens 1d655268a4 Fixed merge conflicts and errors, everything seems to work 2020-04-23 18:25:25 -07:00
Holdelta a60e3917ba Porting over Service Hounds and k92 animations 2020-04-22 17:51:40 -07:00
Aronai Sieyes f1e30a54fb Maybe prevent morphs from ending the world 2020-04-22 19:29:51 -04:00
Aronai Sieyes 7bdd68162b Frostfly init fix 2020-04-22 01:47:43 -04:00
VerkisterandGitHub 136697d051 Fixes morph TF overwriting its verbs
It's hard to do stuff like ventcrawling or eating or whatever when the transformation has irreversibly overwritten your mob abilities with the abilities of some whatever inanimate object.
2020-04-21 21:30:49 +03:00
ShadowLarkensandVirgoBot 139d5cd3c3 Saycode Overhaul -- Multilingualism 2020-04-20 04:12:53 -04:00
NovacatandGitHub 119d7736d4 Merge pull request #7314 from VOREStation/aro-whisubtle
Adjust ghosts hearing whispers/subtles
2020-04-19 23:44:19 -04:00
NovacatandGitHub 219c72dae3 Merge pull request #7322 from VOREStation/aro-someclothes
Port some random clothes
2020-04-19 23:17:29 -04:00
HoldeltaandGitHub ca561b1597 Adding the KMine: Mining dogborg (#7194)
* Add files via upload

* Update global_vr.dm

* Update dog_sleeper_vr.dm

* Update station_vr.dm

* Update station_vr.dm

* Update dog_sleeper_vr.dm
2020-04-19 23:13:39 -04:00
NovacatandGitHub c60c21becd Merge pull request #7296 from Novacat/nova-basicfixes
Nerfs Heat Damage
2020-04-19 23:12:53 -04:00
Aronai Sieyes 209eb0e017 Port some random clothes 2020-04-18 19:41:54 -04:00
Unknown 9b3290849b Nudges Husking threshhold 2020-04-18 09:41:08 -04:00
Unknown aa9a3ec294 Caps Burning human temperature 2020-04-18 01:21:37 -04:00
Verkister 8fa42e08c3 Re-fixes scaling offsets for tall sprites
Turns out fixing the busted update_transform proc revealed it lacked the thing that the previous scaling offset fix gave to the other size procs that did function back then.
2020-04-18 01:36:31 +03:00
Aronai Sieyes f7609c6aff Makes it a preference 2020-04-17 17:44:05 -04:00
Aronai Sieyes de41cd1fd1 Adjust ghosts hearing whispers/subtles 2020-04-17 17:11:24 -04:00
Unknown 125bbda5bf Slight tweak 2020-04-16 14:59:45 -04:00
Unknown e59a500113 Nerfs Heat Damage
Right now heat is super lethal super quickly, this is an attempt to fix that.
2020-04-16 14:42:44 -04:00
Aronai SieyesandGitHub 0d39c5535e Merge pull request #7200 from VOREStation/aro-offmap-rebase2
ITV Talon offmap spawn jobs
2020-04-13 09:28:19 -04:00
NovacatandGitHub ee4ca5aa52 Update spore.dm 2020-04-13 07:31:19 -04:00