* Replace tank vents with scrubbers
* Update emeraldstation.dmm
* take care of stray autolink ids
* fix some maps
* Update boxstation.dmm
* Update boxstation.dmm
* change injectors vents and scrubber to be off by default when added to a controller.
* makes refresh work properly if one of the devices is deleted
* kills off heaps
* turf reservations
* lazy loading map templates
* atmos + a comment
* port LISTASSERTLEN and rename a proc
* CI happy
* yes
* oops
* removes blocks air and adds comments
* Fix unmoving video cam feeds.
This change refactor the screen-setting logic in camera consoles to its
own method, and additionally calls that method whenever a video camera
is moved, if that video camera's feed is being watched by a camera
console.
* Reduce follow lag and add stabilization to vidcams
Extracts camera follow lag into a variable on video cameras called
`update_viewer_cooldown_rate` and reduces it from 3 to 2 seconds.
Additionally, adds another variable on video cameras called
`update_viewer_stabilization_rate`, which updates all tuned-in camera
consoles with the new position of the video camera a final time, so the
feed remains centered on the camera.
* Change video camera feed follow to use signals
* Fix unmoving camera console feeds
Makes camera consoles refresh their feeds every 2 seconds as long as
they have active watchers. This fixes camera bugs, ERT cameras, video
cameras (including the journalist's advanced video camera), and any
other mobile cameras on a console's camera network.
* Replace manual camera feed cooldown with process()
Co-authored-by: Charlie Nolan <funnyman3595@gmail.com>
* Update Camera Console autodoc to reflect process() implementation
---------
Co-authored-by: Charlie Nolan <funnyman3595@gmail.com>
* virus analyzer and WIP virology goals
* bug fixes but not all
* tgui update
* fixed bug
* runtime fix
* small fix
* misc
* virology goals not showing required symptoms fix
* virus analyzer code polish + animation tweak
* removes virus analyzer + tweaks
* adds the health analyzer back
* code polish
* comment edit
* oops, this time resolves merge conflicts
* bigger payout and more goals upon completion
* adds the until now unused vial lockbox
* more code tweaks
* also code tweaks
* yet another code polish
* merge conflict resolve
* virology job_objective
* merge conflict resolve
* grammar
* code polish
* another polish
* forgot these
* oops, how did i do this mapping error
* some but not all code polish and moves vials to fridge because i forgot on map queue, sorry
* finally merging some of the requested changes
* forgot this
* one reguested change left
* merges last reguested change
* failed check asks to rebuild tgui
* most of the reviews
* removes lazyremove, no idea why i used it there
* reviews
* grammar
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
* more reviews
* forgot to undef
* deletes old tgui file
* Contrabang reviews
* some of DGamerL´s reviews
* oops
* DGamerL´s reviews
* Update tgui.bundle.js
* stealth virus virology goal now requires 4 symptoms instead of 5
---------
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
* I AM NOT A KING. I AM NOT A GOD. I AM LUNACY.
* THE SCOPE CREEP
* This was done in vi. No langserver. Send help.
* Progress
* Some issues fixed
* The code builds, but the maps dont
* CC builds, I doubt anything else does
* Do this now
* Safety
* The map compiles
* THE MAPPING HELL
* Airlock controllers dont work
* Fixed bombs
* AND THATS FIXED
* Phantom edit
* Restores LL I think
* The mapmerge hooks are actually retarded
* Fixes spawners
* Half working air control
* Picky
* Hyper efficient tank monitor
* Sanity
* Laying the framework
* Improved alert console
* Dont think this is actually done anywhere
* Metering
* ONE HUNDRED AND ~~EIGHTY~~ TWENTY SEVEN
* WE ARE READY FOR BOX TO BUILD
* One map done
* Well that was easy
* Another one
* I think this is done
* I should have removed this
* I would make a russian joke but <current event>
* Delta WIP
* Makes delta work
* Early review
* TM safeguard
* oops
* METAAAAAAAAAAAAAAAAAAAAAAAAA
* Fix#4213
* Trailing
* oh for piss sake
* Shutter fix
* Roundstart ATs can go away
* Review pass 1
* What could go wrong
* BOOM BOOM BOOM
* Not needed
* Fix seed vault
* Oops
* Review changes
* startup, expect like 50 unneeded icons, not bug free™️
* Hope works. Cloak works. Buffs for AI controlled. Faction fix.
* map speed buffs, fixes resummon health decay
* Adds roles. Adds Mirror walk. Nerfs revival, especialy for non antag summoned.
* I am denser than bluespace ore
* x2 antag cooldown, update desc for cloak
* removes 66% burn damage resist from elites
* honestly just knock that down
* herald not speaking right, fuckup with max hp fix
* Thanks hal!
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>
* changes, changes, and more changes, oh my!
* Update code/datums/status_effects/buffs.dm
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>
* GC stuff
* oh, and just one more thing
* no gibtonite gaming
* Huston we have a FUCKING PROBLEM
* oopsy doopsy
* but just one more thing (again, gc stuff)
* Lets all elites speak their mind
* NO LAVA
* grab ghost, legion charge red.
* dust the dusting from the code
* no mirror cargo shuttle crossing
* need to stop making small changes, x2 broodmother
* herald no longer crashes the MC
* Lower broodmother cooldown, herald down 5 brute and , legionare gets more smoke and thermals, pandora gets chasers
* remove extra brackets, x 2 on aoe squares
* pandora now respects factions
* fixes teleporting to tumor if reactivated by someone else. Herald has light, boost elites make message
* requested changes
* mirroring a wanted change
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
Various admin outfits changes
Add internal box to honk brand infiltration kit
Add fifty TC stack buyable by nukies
Add subtypes of uplinks : Traitor, Nuclear, SIT, SST, Admin, only
checked by auto sharing for now
This converts the machine and mob processes to the SMC. Additionally, it
adds the Atom subsystem, which handles all Initialize() calls in place
of the old gameticker. Due to incompatibility with our atmospherics
(FUCK OUR ATMOSPHERICS FOR FUCKING EVER JESUS CHRIST WHO THE FUCK MADE
THIS PIECE OF GODDAMN SHIT) atmospherics machines do not use
Initialize() as they should, instead opting for a custom atmos_init
proc that the air controller handles.