Commit Graph

24667 Commits

Author SHA1 Message Date
Leshana
32a8f8a455 Fixed build_overmap() to actually work. 2020-05-02 22:24:03 -04:00
Leshana
4adfc00800 Transform overmap ship icons to exact angle of heading. 2020-05-02 22:23:51 -04:00
Atermonera
720d4d14e0 Fix Mob Examine 2020-05-02 16:30:46 -04:00
Aronai Sieyes
4ab32ab17f Fix grab upgrades being janky 2020-05-01 22:28:19 -04:00
Aronai Sieyes
099d26ce6a Fix #7577 2020-05-01 20:48:47 -04:00
Aronai Sieyes
99c163ec40 Merge pull request #7573 from VOREStation/upstream-merge-7056
[MIRROR] Adds some hyperlink functionality
2020-05-01 20:01:57 -04:00
Arokha Sieyes
255cc89f9b Fix a couple more click bugs with synth pals 2020-05-01 18:47:29 -04:00
Heroman
2ca19a3986 Forgot to add it into vhelp. 2020-05-02 07:11:57 +10:00
Heroman
82af30be97 Adds a *myarp emote. 2020-05-02 07:08:05 +10:00
Atermonera
7e50177049 Merge pull request #7056 from the-og-gear/vchatlinks
Adds some hyperlink functionality
2020-05-01 15:53:46 -04:00
Aronai Sieyes
3df736d571 Allow climbing up and falling through opened plated catwalks 2020-05-01 14:13:42 -04:00
Aronai Sieyes
d650dbe87a Port Bay's Catwalks
Allows for various new funtimes.
2020-05-01 13:00:39 -04:00
Novacat
515e753ba3 Merge pull request #7562 from Nepoox/Honeybun2
Adds new food item: Honeybun
2020-05-01 11:51:56 -04:00
Aronai Sieyes
750ecd6ee3 No wheelchair drifting 2020-05-01 10:14:41 -04:00
Nepox
9fe34ecece Adds new food item: Honeybun
Honeybun 2: Electrig Bogaloo

This time inside the right files- I hope.
2020-05-01 11:45:33 +02:00
Arokha Sieyes
3304bf9126 Let borgs see implant status in medhud mode
Fixes #7331
2020-04-30 23:58:56 -04:00
Atermonera
f4e155db8f Merge pull request #7051 from InterroLouis/master
Tweak to mining scanner
2020-04-30 23:17:19 -04:00
Novacat
4a24ade52b Merge pull request #7547 from serenekerosene/scyllaloadoutthing
Scylla Casmus' Fluff Item
2020-04-30 22:13:52 -04:00
Aronai Sieyes
e0b119affc Merge pull request #7551 from VOREStation/aro-div0
Further tweak move
2020-04-30 21:53:53 -04:00
Aronai Sieyes
e59aeb02b5 Avoid div/0 in this. I'm not sure when that would happen. 2020-04-30 21:44:10 -04:00
serenekerosene
9394d6561b Update custom_items_vr.dm 2020-04-30 21:39:26 -04:00
Aronai Sieyes
d922ae018f Merge pull request #7545 from VOREStation/aro-clicks
Fix some missed click check stuff
2020-04-30 21:03:06 -04:00
Unknown
9c22a1847e More Gunbuster Fixes 2020-04-30 20:32:39 -04:00
serenekerosene
b693f8e06c Scylla Fluff Item
I hope I did this right!!!!!!!! TY to Amaya for the guide

Fluff application was approved here: https://forum.vore-station.net/viewtopic.php?f=26&t=1744
2020-04-30 20:24:25 -04:00
Unknown
4dde4e4021 More Kisuke gun fixes 2020-04-30 20:12:11 -04:00
Aronai Sieyes
1eb7a7bc03 Fix some missed click check stuff 2020-04-30 19:33:23 -04:00
Aronai Sieyes
0afc02f4a3 Merge pull request #7541 from VOREStation/aro-talking
Make humans sound good
2020-04-30 18:42:39 -04:00
Aronai Sieyes
bed09d89b2 Merge pull request #7540 from ShadowLarkens/fix_emotes
Formatting & Fixes for emotes (vhelp doesn't 'break' anymore)
2020-04-30 18:42:01 -04:00
Aronai Sieyes
78e38a3b93 VS: protean blobs are synthetic bubbl 2020-04-30 18:40:13 -04:00
Aronai Sieyes
577fc584bb Make human speech bubbles more accurate 2020-04-30 18:39:59 -04:00
ShadowLarkens
46ba095d5a Formatting & Fixes for emotes (vhelp doesn't 'break' anymore) 2020-04-30 15:22:33 -07:00
Aronai Sieyes
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
a0a3971449 VS: Stop adjusting cooldown directly 2020-04-30 15:44:19 -04:00
Aronai Sieyes
f5cbd8c35e Stop adjusting cooldown directly 2020-04-30 15:43:58 -04:00
Aronai Sieyes
a280d35970 VS: Clean up lastarea garbo 2020-04-30 15:43:08 -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
H0lySquirr3l
6691339d04 Add files via upload 2020-04-30 09:03:26 -05:00
Novacat
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
Novacat
3eaa2ad9fa Lore Overhaul (#7493)
* Lore Overhaul

* Further Updates

* Changes the year

* Reverts unedited files adds Dragor's file

* Fixes compile error

* Spelling error

* Fixfix

* Comma fixes!

* Parenthesis fix

* Removes Virgov references

* Purges remnants of UC

* Recommended Change

* More consistent naming
2020-04-29 19:59:03 -04:00
Aronai Sieyes
8ab8e3494e Merge pull request #7519 from VOREStation/aro-hetr
Remove vorestation heterochromia since Polaris has it
2020-04-29 19:24:06 -04:00
Aronai Sieyes
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
Novacat
81900f5080 Merge pull request #7505 from AmayaWah/pleasestop
Adds Damon's bomber security jacket.
2020-04-29 18:45:51 -04:00