Aronai Sieyes
577fc584bb
Make human speech bubbles more accurate
2020-04-30 18:39:59 -04:00
Aronai Sieyes
0e98891e42
Merge pull request #7531 from Natje0/Curashuttle
...
Adds the Curabitur Rescue Shuttle
2020-04-30 18:22:51 -04:00
Natje0
ff647a8e9f
Corrects names!
2020-05-01 00:14:12 +02: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
e8fa5768c3
Merge pull request #7536 from VOREStation/vplk-proper-atmos-canpass
...
Use can_atmos_pass to reduce proc-calls in c_airblock()
2020-04-30 17:22:06 -04:00
Novacat
1dfd3779f0
Merge pull request #7539 from VOREStation/aro-uavbug2
...
Fix UAV cells again
2020-04-30 17:10:28 -04:00
Aronai Sieyes
440a952e63
Merge pull request #7533 from Novacat/nova-shuttle
...
Adds Exploration Department Relay
2020-04-30 17:04:15 -04:00
Aronai Sieyes
4b514dcf17
Fix UAV cells again
2020-04-30 16:56:19 -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
8824fb02db
Set a default atom/movable glide size
2020-04-30 15:41:54 -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
Natje0
b76d3a4526
This should have mapmerger ran on it...
...
I think.
2020-04-30 21:30:57 +02:00
Unknown
55913ae701
Adds Exploration Department Relay
2020-04-30 15:25:55 -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
5c752e79f4
Remove /turf/var/can_atmos_pass as it is unused (and redundant with /turf/var/blocks_air anyway.
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
Natje0
a8e9989efb
Completely unnecesary exclamation mark
2020-04-30 20:22:11 +02:00
Novacat
2bf97ba35f
Merge pull request #7532 from Novacat/nova-shuttle
...
Fixes PF Loadout
2020-04-30 12:19:24 -04:00
Natje0
8e751e85b8
BEGONE, THOT
2020-04-30 18:16:13 +02:00
Natje0
7057bd0690
fixes pixel_w and z existing.
2020-04-30 18:12:23 +02:00
Unknown
a78c597ed8
Fixes PF Loadout
2020-04-30 12:08:01 -04:00
Natje0
1c3cfb6813
Quit that, map diffbot
2020-04-30 17:43:50 +02:00
Natje0
44517b231b
Updates fax location
2020-04-30 17:35:25 +02:00
Novacat
7ddab38c27
Merge pull request #7529 from Novacat/nova-basicfixes
...
Tweaks adminbus areas
2020-04-30 10:34:42 -04:00
Novacat
2f54ddc132
Merge pull request #7530 from H0lySquirr3l/master
...
Fix's bug with "Security Bomber Jacket" Not toggling
2020-04-30 10:34:29 -04:00
H0lySquirr3l
6691339d04
Add files via upload
2020-04-30 09:03:26 -05:00
Unknown
74d3b04ddf
Tweaks adminbus areas
2020-04-30 10:03:04 -04:00
Natje0
d5b4d09e1b
Curashuttle
2020-04-30 16:02:06 +02:00
Novacat
9ae5904e7a
Merge pull request #7528 from TheFurryFeline/TFF-Aaaaaaa
...
[Map] Aaaaaaaaa
2020-04-30 09:50:22 -04: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
Novacat
03e2c9b5a5
Merge pull request #7527 from Novacat/nova-basicfixes
...
New Lore Oversights
2020-04-30 09:37:18 -04:00
TheFurryFeline
dae891e3c2
[Map] Aaaaaaaaa
...
Missing lightbulbs added, minor shift of an air alarm
2020-04-30 09:34:19 -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
cf7b4b87a7
Merge pull request #7522 from VOREStation/aro-fixslow
...
Fix movement slow due to nutrition change
2020-04-29 22:33:28 -04: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
328034098e
Merge pull request #7520 from VOREStation/aro-uavbump
...
Allow UAVs to bump public access doors open
2020-04-29 19:48:59 -04:00
Aronai Sieyes
755391493e
Allow UAVs to bump public access doors open
2020-04-29 19:29:15 -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
Novacat
c70af70266
Merge pull request #7463 from Novacat/nova-ert
...
Overhauls First Aid Kits
2020-04-29 18:44:43 -04:00
Aronai Sieyes
b9c6107f26
Merge pull request #7513 from VOREStation/upstream-merge-7038
...
[MIRROR] Rewrite examine() to pass a list around
2020-04-29 18:38:26 -04:00
Aronai Sieyes
9d6082104d
Remove vorestation heterochromia since Polaris has it
2020-04-29 18:36:48 -04:00