Aronai Sieyes
b87f94d6fc
Make starlight static
2020-04-15 19:02:21 -04:00
Aronai Sieyes
8512c48b3d
Swap overlay cache for appearance cache in SSskybox
2020-04-15 18:37:13 -04:00
Aronai Sieyes
13b5238ca0
Merge pull request #7273 from VOREStation/sscleanup/remove-processScheduler
...
Remove the processScheduler
2020-04-15 15:25:46 -04:00
Aronai Sieyes
31f7f5b256
Fix shuttles not updating skybox
2020-04-14 17:31:32 -04:00
Leshana
3be0330db2
Remove the goonstation /datum/controller/processScheduler as it is no longer used.
2020-04-14 16:17:32 -04:00
Leshana
45c591e6f7
Revert "Debugging code to determine if Master failures actually happen while firing a subsystem."
...
This reverts commit 3e9c17c1c0 .
2020-04-14 13:21:20 -04:00
Aronai Sieyes
d9b3739669
Merge branch 'master' into vplk-shuttle-construction
2020-04-13 09:30:05 -04:00
Aronai Sieyes
0d39c5535e
Merge pull request #7200 from VOREStation/aro-offmap-rebase2
...
ITV Talon offmap spawn jobs
2020-04-13 09:28:19 -04:00
Aronai Sieyes
a8402f0df1
Merge pull request #7216 from VOREStation/upstream-merge-6966
...
[MIRROR] Refactor away area/New()
2020-04-12 22:56:50 -04:00
Aronai Sieyes
984415e9c9
Merge pull request #7177 from VOREStation/sscleanup/openspace
...
Refactor the Open Space controller into MC Subsystem
2020-04-12 21:55:20 -04:00
Leshana
262faa38e4
Replace global all_areas list with world.
...
It ends up having similar performance, so might as well not bother with all_areas.
2020-04-12 18:04:54 -04:00
Erik
eb9c3cd387
Merge branch 'master' of https://github.com/Yawn-Wider/YWPolarisVore into UpstreamMergeApril2020
2020-04-11 16:53:35 -07:00
Leshana
f23af78ae9
Setup auto-configuration of shuttle consoles.
...
- Its now possible to put shuttle consoles on a shuttle without a specific subtype or mapediting the shuttle_tag on them.
- After shtutle initialization, SSshuttles gives each initialized shuttle the chance to scan its areas for consoles it wants to claim and configure.
2020-04-11 18:13:19 -04:00
Aronai Sieyes
faacf88b5f
VS: ITV Talon offmap spawn map
2020-04-11 12:04:39 -04:00
Aronai Sieyes
942ed8d806
Adds an overmap helper to find what sector you're in
2020-04-11 12:03:10 -04:00
Leshana
5bf15efcbc
Refactor the Open Space controller into MC Subsystem
...
- Basically just refactor doWork() into fire() with the capablity to return in the middle with MC_TICK_CHECK.
- Move some vars around to be more organized.
- Only functional change is that when a turf is queued twice in one cycle, the second queue moves it to the end of the list instead of it being in the queue twice
2020-04-10 12:10:21 -04:00
Leshana
4c25dc91df
Commit move of open_space_controller.dm to subsystems folder to track history through rename.
2020-04-10 12:07:07 -04:00
Leshana
6555799119
Revamp Start Now admin verb to actually wait until init is done before starting.
2020-04-10 11:41:38 -04:00
Leshana
6dc9ecd1af
Fix: Only call autogamemode vote once.
2020-04-10 11:41:38 -04:00
Leshana
c4a8aa2b7b
Refactor the gameticker into SSticker
...
- Instead of independently spawn'd while/sleep loops, it stores its state and lets the MC fire it.
- Convert relative path indentation procs to absolute path as per modern style standards.
- Break apart the inner loops into separate procs so you can see what is actually going on.
- It now shows up in MC tab, along with stats about what phase it is in.
2020-04-10 11:41:38 -04:00
Leshana
a794fecea0
Move gameticker to subsystem folder before editing to track history thru rename.
2020-04-10 11:37:46 -04:00
Leshana
eac8efc96a
Suspend SSmachines subsystem while we are initializing map templates.
...
- Adds the capability to "suspend" a subsystem while we're loading something.
2020-04-08 22:42:00 -04:00
Leshana
ec82db3bc3
MC Statpanel now distinguishes between NO_FIRE subsystems and OFFLINE (can_fire <= 0) subsystems
2020-04-08 19:31:19 -04:00
Leshana
9a4b3f7c8b
Merge pull request #7159 from VOREStation/aro-fixes
...
2 fixes and Teshari maws
2020-04-08 19:30:35 -04:00
Leshana
81dfe61c7b
Merge pull request #7145 from VOREStation/aro-randomfixes
...
Fix 2 minor issues
2020-04-08 19:26:14 -04:00
Atermonera
19133df3bf
Merge pull request #6935 from VOREStation/vplk-escape-controller
...
Remove emergencyShuttle as a process controller
2020-04-07 02:09:22 -04:00
Novacat
9b73b67ddc
Merge branch 'master' into upstream-merge-6923
2020-04-07 00:59:54 -04:00
Neerti
e89fef965e
QoL: Stasis and Defibs
2020-04-07 00:39:35 -04:00
Leshana
08c2d2db6e
Remove non-global references to SSgameMaster and SSevent_ticker
...
- Best practice to avoid holding onto references to the subsystem instances aside from the global variables. (In case of restart/recover etc).
- The reference to GM was entirely unused by any event or meta-event. /datum/game_master would work fine using the global refs.
2020-04-06 17:28:11 -04:00
Atermonera
5c03273ce8
Merge pull request #6884 from Neerti/event_system_fix
...
Rewrites the Rewritten Event System
2020-04-06 16:23:39 -04:00
Aronai Sieyes
abd28b5d6d
Fix per-zlevel skyboxes not really allowing custom ones
...
It's not going to break the world to remove this 'assumption' cache
2020-04-06 12:08:33 -04:00
Aronai Sieyes
8b10676119
CHECK_TICK in xenoarch setup for the sake of largermaps
2020-04-05 12:10:03 -04:00
Aronai Sieyes
d880b61cfd
CHECK_TICK in xenoarch setup for the sake of largermaps
2020-04-05 11:58:14 -04:00
Atermonera
c467445cba
Adds confirmations message to cancel vote ( #6945 )
2020-04-04 22:29:43 -04:00
Repede
7f1a6d6cc7
Fuck this shit
...
Merge branch 'release' of https://github.com/VOREStation/VOREStation
# Conflicts:
# code/controllers/autotransfer.dm
# code/controllers/subsystems/inactivity.dm
# code/game/area/Away Mission areas.dm
# code/game/area/Space Station 13 areas.dm
# code/game/jobs/job/captain.dm
# code/game/jobs/job/civilian.dm
# code/game/jobs/job/security.dm
# code/game/jobs/jobs.dm
# code/game/machinery/air_alarm.dm
# code/game/machinery/suit_storage_unit.dm
# code/game/machinery/suit_storage_unit_vr.dm
# code/game/mecha/combat/gorilla.dm
# code/game/turfs/simulated/dungeon/wall.dm
# code/game/turfs/simulated/wall_types.dm
# code/modules/client/preference_setup/loadout/loadout_utility_vr.dm
# code/modules/clothing/glasses/glasses.dm
# code/modules/clothing/spacesuits/rig/rig_pieces_vr.dm
# code/modules/clothing/spacesuits/void/void_vr.dm
# code/modules/clothing/under/accessories/holster.dm
# code/modules/mob/language/station_vr.dm
# code/modules/mob/living/carbon/human/emote_vr.dm
# code/modules/mob/living/carbon/human/species/station/station_vr.dm
# code/modules/mob/living/carbon/human/species/station/traits_vr/positive.dm
# code/modules/mob/new_player/sprite_accessories_vr.dm
# code/modules/power/apc.dm
# code/modules/power/lighting.dm
# code/modules/resleeving/machines.dm
# config/jobwhitelist.txt
# icons/mob/species/seromi/head.dmi
# icons/mob/species/seromi/suit.dmi
# icons/mob/species/vulpkanin/helmet.dmi
# icons/mob/species/vulpkanin/suit.dmi
# maps/tether/submaps/_tether_submaps.dm
# maps/tether/tether_areas2.dm
# maps/tether/tether_defines.dm
# maps/tether/tether_shuttles.dm
# nano/templates/apc.tmpl
# vorestation.dme
2020-04-04 14:37:55 -04:00
Aronai Sieyes
1626df366c
Merge pull request #7102 from VOREStation/aro-fakez
...
Improves space edge-of-map behavior and add mapping tools
2020-04-02 10:58:13 -04:00
Aronai Sieyes
f080a4baf3
[PORT] Speed up map load significantly
2020-04-02 10:25:03 -04:00
Aronai Sieyes
09003a6c61
Improve space map edges
2020-04-02 01:08:07 -04:00
Novacat
1cdd572e6a
Merge pull request #7060 from VOREStation/upstream-merge-6902
...
[MIRROR] Convert alarm_manager into SSalarm subsystem.
2020-03-31 11:45:08 -04:00
Aronai Sieyes
35448c5b53
Merge pull request #7054 from VOREStation/aro-sscleanup
...
Clean up some subsystem things
2020-03-30 21:07:17 -04:00
Atermonera
8986eb7720
Merge pull request #6902 from VOREStation/vplk-ssalarm
...
Convert alarm_manager into SSalarm subsystem.
2020-03-30 20:41:10 -04:00
Leshana
3e9c17c1c0
Debugging code to determine if Master failures actually happen while firing a subsystem.
2020-03-30 20:30:37 -04:00
Leshana
118c669d6a
Enhanced logging of Master and Failsafe controllers.
2020-03-30 16:48:18 -04:00
Aronai Sieyes
92f21e7daa
Autotransfer uses wrong subsystem
2020-03-30 16:11:30 -04:00
Aronai Sieyes
cdb2336bf7
VS: Convert bellies to processing subsystem
2020-03-30 16:11:30 -04:00
Aronai Sieyes
85805e8ffe
Merge pull request #7050 from VOREStation/aro-procdebug
...
Add Recover() to processing subsystems
2020-03-30 13:15:55 -04:00
Aronai Sieyes
1205f01b0d
VS: Bellies should probably be a processing subsystem
2020-03-30 12:18:40 -04:00
Aronai Sieyes
b77334cb95
Tweak output and check SSobjs and SSturfs for types
2020-03-30 12:14:53 -04:00
Aronai Sieyes
a19021887f
Add Recover() to processing subsystems
2020-03-30 12:02:22 -04:00
Aronai Sieyes
cbc513314a
Update inactivity.dm
2020-03-29 18:18:44 -04:00