Commit Graph

16677 Commits

Author SHA1 Message Date
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
4b514dcf17 Fix UAV cells again 2020-04-30 16:56:19 -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
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
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
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
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
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
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
Atermonera
c3537b01e9 Merge pull request #7046 from Neerti/system_3_fixes
Tweaks and fixes for the new new event system.
2020-04-29 17:27:57 -04:00
Atermonera
f1cabd6742 Removes limits on eating, centralizes nutrition changing. 2020-04-29 17:15:15 -04:00
Atermonera
84eb15f9cc Merge pull request #7041 from VOREStation/vplk-disposal-consts
Slightly clean disposal pipe construction code.
2020-04-29 16:52:26 -04:00
Aronai Sieyes
6ebd249748 Rewrite examine() to pass a list around 2020-04-29 16:42:50 -04:00
Unknown
1048a969d4 Admin discussion changes 2020-04-29 15:23:01 -04:00
Novacat
98574bf939 Merge branch 'master' into nova-ert 2020-04-29 14:29:09 -04:00
Aronai Sieyes
8c5c0a7cfb Merge pull request #7508 from VOREStation/aro-commquickfix
Quick fix for communicators
2020-04-29 14:15:41 -04:00
Aronai Sieyes
6cd52ff500 Merge pull request #7498 from VOREStation/aro-uav
Adds UAVs
2020-04-29 14:13:29 -04:00
Aronai Sieyes
bba13ac651 Quick fix for communicators 2020-04-29 14:04:31 -04:00
Aronai Sieyes
3daef7673f Merge pull request #7494 from VOREStation/upstream-merge-6990
[MIRROR] Refactor telecomms and consoles to operate on logical zlevels
2020-04-29 11:40:20 -04:00
Aronai Sieyes
6dfef88a3c Merge pull request #7488 from VOREStation/aro-hydroviro
Hydroponics and virology machine icons
2020-04-29 10:29:48 -04:00
Aronai Sieyes
c2ca984d18 Merge VS changes for telecomms 2020-04-29 10:24:37 -04:00
Aronai Sieyes
4ae42e52a2 Merge pull request #7485 from VOREStation/aro-bioprintsprite
Bioprinter sprite
2020-04-29 10:02:15 -04:00
Aronai Sieyes
0c2f8cedb5 Add UAV, UAV software
Design placed in mechfab
2020-04-28 23:18:08 -04:00
Atermonera
bdf186d16b Merge pull request #7024 from atlantiscze/2020_04_21_ValveProgram
Converts Shutoff valve monitoring into a MC program
2020-04-28 17:57:51 -04:00
Atermonera
eb6eb7bcd6 Refactor telecomms and consoles to operate on logical zlevels 2020-04-28 17:56:35 -04:00
Aronai Sieyes
ac33ebcdec Hydroponics and virology machine icons
There's crossover, I guess, for some reason!
2020-04-27 17:46:20 -04:00
Aronai Sieyes
5831f929b1 Bioprinter sprite
Perspective, less sideways
2020-04-27 17:09:27 -04:00
Aronai Sieyes
c5b0f74868 Merge pull request #7450 from Novacat/nova-pathfinder
Splits off Exploration and Science
2020-04-27 14:59:19 -04:00
Aronai Sieyes
8e9f51c133 Merge pull request #7481 from VOREStation/aro-prot
Prevent protean repairs using fire and cables
2020-04-27 14:58:28 -04:00
Unknown
a9812e82aa Some tweaks! 2020-04-27 13:49:11 -04:00
Aronai Sieyes
57f28af1fd Prevent protean repairs using fire and cables
Doesn't make much sense
2020-04-27 11:18:03 -04:00
Aronai Sieyes
992ae5a6ef Merge pull request #7247 from lbnesquik/master
Reduce job switch time from 15 to 10 minutes.
2020-04-27 10:55:53 -04:00
Aronai Sieyes
5d01b70234 Fix missing parens 2020-04-27 10:21:14 -04:00
Unknown
31fbcefac9 Additional tweaks 2020-04-27 00:52:08 -04:00
Aronai Sieyes
83b61cc183 Merge pull request #7466 from VOREStation/aro-move
Refactor move code
2020-04-26 18:36:23 -04:00
Unknown
afe4c7498f Tweaks 2020-04-26 17:44:33 -04:00
Unknown
cb558bf18a Derp 2020-04-26 17:00:50 -04:00
Aronai Sieyes
6910c87508 Only play messages for living mobs 2020-04-26 16:44:52 -04:00
Aronai Sieyes
d3da6ae4a5 Refactor move code 2020-04-26 16:42:50 -04:00
Unknown
f5f402c25e Some tweaks 2020-04-26 16:09:52 -04:00
Unknown
acdeda5c78 Wrong pill for assorted 2020-04-26 13:47:55 -04:00