10690 Commits
Author SHA1 Message Date
KashargulandGitHub cd0cfd0dd7 borgs can walk, vtec overhaul, no more borg light and some glow flicker (#15901)
* borgs can walk, no more borg light flicker

* rework vtec

* small oversight on glow

* .
2024-04-07 10:34:06 +10:00
Heroman3003andGitHub f6d0f62622 Revert "Garbage collection, asset delivery, icon2html revolution, and general…" (#15815)
This reverts commit cc05d51b69.
2024-03-10 20:01:05 +10:00
RaeschenandGitHub 484ffed97a Up-port: Various runtimes (#15802)
* Various runtimes (#7873)

* Some more preferences setup runtimes (#7884)

* Bug in #7884 making markings not show (#7888)
2024-03-10 09:40:08 +10:00
cc05d51b69 Garbage collection, asset delivery, icon2html revolution, and general fixes (515) (#15739)
* Making it compileable

* Adds Tracy & Fixed missing compat in sorting code

* CI workflow using "Stable" beta version

* Tracy define

* Fixes

* Update GC from TGStation

* fixes

* Appease linter

* begone custom_items.txt

* Making it compileable

* Adds Tracy & Fixed missing compat in sorting code

* CI workflow using "Stable" beta version

* Tracy define

* Fixes

* Build dependencies at 514

* Asset delivery/GC/515 megapatch

* fix runtime

* Appease integration tests

* More runtime fixes

* Attempting to resolve runtime

* Update spacemanDMM

* icon2html revolution

* icon2html part 2

* fixes

* Attempt to appease linter

* More fixes

* Final fixes (hopefully)

* operator keyword moment

* minor fixes and additions

* undo extra tgui files

* switch to QDEL_IN_STOPPABLE where necessary

* Pain

* GPS runtime

* dropped(null) fix, + chompedit the fixes just incase.

* Fix chat tags

* Update _build_dependencies.sh

* runtime in orebag, duplicate in computer/ship/proc/look, runtime in zoom

* tweak zoom change

* another registersignal override runtime

* 1

* Revert "1"

This reverts commit 43f619ca6c216c2bc41b8f7a346069f99591261b.

* various qdel ref fixes

* newplayer and observer harddels

* disposalholder logging remove, gargoyle hard del + typo

* retouch atom/movable destroy to be TG-like

* potential edge case ref in manualfollow

* extra following potential ref

* global list refs tweak, new_player undo a thing

* /mob/new_player qdel fixes

* undo some things

* revert atoms/movable/destroy

* revert mind and new_player panel changes

* atoms and atom/movable reversions

* bring back datum/mind and panel fixes

* projectile optimisation

* Reverts useless edits, clothing hood runtime, projectile runtime

I tried a lot of things which do not help, and i reverted a lot of it here.

* a few more reversions of useless changes

* Begin getting rid of CHOMPedit comments

* Nuke remaining chompedit comments

* Revert "undo extra tgui files"

This reverts commit f3bdcde8cb.

* fixing oops

* line ending shenanigans

* More GC cleanup

* Optimisations to test/trace projectile, turrets. Tweaks.

Turrets now only trace when they are absolutely sure they want to shoot. disposalholder, effect master and artefact qdel refs changes.

* bad usage of the check_trajectory proc

check_trajectory returns a list of objects hit along it's path to it's target, not a boolean of the target being hittable. a couple places in code assume this, so here they are fixed.

* puts legacy globals into GLOB datum for debug use

* fix upport oopsie

* fix

* Move recursive listening to component

* Minor fixes and cleanup

* undo my temp solution

* tweaks + a missed thing

* recursive_move sanity checks and safety cases

* Catch null initialisation cases + fix borg creation

VV edit spawns the object in nullspace then directly sets it's loc, which means the movement is unregistered. The spawn(0) delay should hopefully mean that setup_parents happens AFTER any unregistered movement.

* circular inventory check, make checks better

* better handling of safety reset cases

* Add logging to safety checks

---------

Co-authored-by: Selis <selis@xynolabs.com>
Co-authored-by: Selis <sirlionfur@hotmail.de>
Co-authored-by: Raeschen <rycoop29@gmail.com>
2024-03-10 09:39:33 +10:00
SatinIsleandGitHub dc8dfc1094 Closet vore and Tents (#15808)
* Closet vore and Tents

Added a new verb to the ability tab when interacting with closets called "Vore Occupants". This allows you to eat another person when both of you are inside of the same closet.

Added tents as a subtype of closets.

* Crafting

Added the ability to craft tents with 10 cloth.

* Ghost check and change category

Added a check to make sure user is /mob/living.

Changed category from Abilities to Object because having no abilities means that your tab changes every time you move past a locker.
2024-03-07 05:19:53 +10:00
SatinIsle 8fc779254b Crafting and shipping
Added crafting recipes for pillows.

Added cargo crates of pillows to order.
2024-03-04 21:31:40 +00:00
SatinIsle 6b326160ac Pillows for the pillow throne
Added pillows, which can be placed my clicking themselves or combined with identical pillows to build a pillow pile. Pillow piles are in two parts, a front and back, which can be disassembled by clicking on each with an empty hand. You can buckle to either part of the pillow pile.

The sprites were ported from skyrat, with some additional colours added. Currently only the square pillows and large piles are being used. There isn't currently a way to acquire these normally, only admin spawn at the moment, but I intend to add one soon.
2024-03-04 20:19:40 +00:00
RaeschenandGitHub 744515e21e fix a bad icon_state, vscode use dmieditor (#15797) 2024-03-02 15:53:33 +01:00
DrathekandGitHub 7c8bb85de3 Whitespace Standardization [MDB IGNORE] (#15748)
* Update settings

* Whitespace changes

* Comment out merger hooks in gitattributes

Corrupt maps would have to be resolved in repo before hooks could be updated

* Revert "Whitespace changes"

This reverts commit afbdd1d844.

* Whitespace again minus example

* Gitignore example changelog

* Restore changelog merge setting

* Keep older dmi hook attribute until hooks can be updated

* update vscode settings too

* Renormalize remaining

* Revert "Gitignore example changelog"

This reverts commit de22ad375d.

* Attempt to normalize example.yml (and another file I guess)

* Try again
2024-02-20 11:28:51 +01:00
KashargulandGitHub 59d751a9f9 Round value adjustments for react (#15764)
* input adjustments

* .

* .
2024-02-16 14:18:54 +01:00
Heroman3003andGitHub cc7bf56ae5 Merge pull request #15744 from VOREStation/cleaned-defines
Cleaning up some defines
2024-02-12 06:12:25 +10:00
Heroman 55fe8e1657 Adds the Short Stacker 2024-02-11 19:08:49 +10:00
Selis d99321bfdf Cleaning up defines 2024-02-10 16:44:44 +01:00
SatinIsle 367e5a27bc Added 4 admin duckies
Added four new admin spawn rubber duckies with unique abilities.

Red Ducky: Plays the adminhelp sound, after a few uses, it explodes.

Blue Ducky: Spawns lube on the floor where you are standing.

White Ducky: Hits you with (fake) lightning.

Black Ducky: Literally just an anti-photon grenade, but it quacks.
2024-01-30 01:56:10 +00:00
KashargulandGitHub 691c3ca75f porting healthbars from RS + mat fixes 2024-01-29 00:00:25 +01:00
KashargulandGitHub d3b0c1ebe6 robot upgrade overhaul 2024-01-27 13:29:19 +01:00
Kashargul 1444a224a3 missed tags 2024-01-21 12:44:12 +01:00
Kashargul e4b62dfa35 remove static chat colour tags 2024-01-21 12:34:53 +01:00
Heroman3003andGitHub cd6823c7e0 Merge pull request #15689 from Darlantanis/krakenmynemesis
Many bug fixes, QoL, and PDA notes port (now with sensible diffs)
2024-01-19 14:53:19 +10:00
NadyrandGitHub 9347a99f5b Ports QoL, upgrades, and a lot of bug fixes 2024-01-18 21:04:36 -05:00
KashargulandGitHub 98b8589181 fix runtime and dupe 2024-01-18 23:58:59 +01:00
Heroman3003andGitHub cc48404f9c Merge pull request #15671 from Very-Soft/spider
Spider
2024-01-14 07:07:20 +10:00
VerySoft 9a383923e1 Put nurse back into the /varied spiderling type 2024-01-09 16:08:17 -05:00
VerySoft c32d33fad9 Spider
Makes it so that nurse spiders can't spawn from any random sources, such as spider egg clusters, spider spawners, and capture crystals.

GMs and map makers can still put nurse spiders out if they want to, but this should stop any UNEXPECTED nurse spiders from appearing, and stop spiders from snowballing quite so hard when the conditions are right.
2024-01-09 14:59:42 -05:00
Eli 4d61d0d1e7 SleeveMate Emag action 2024-01-08 18:51:41 +11:00
Heroman3003andGitHub 46f5717705 Merge pull request #15645 from Rick4242/map-stuff
Better Snowy Redgates!
2023-12-31 20:04:26 +10:00
KashargulandGitHub cf8d3dde40 we can't quite listen in without the encryption allowed 2023-12-31 08:46:43 +01:00
Rick4242 cd3f6ea342 Better Snowy Maps!
Modifies the eggnog town and hotspring redgates to add some likely needed elements and changes, and overall more detail.
2023-12-26 22:27:14 -06:00
Heroman3003andGitHub 0562ab1bac Merge pull request #15633 from Kashargul/furtherPullingFixes
further teleport pulling fixes
2023-12-22 04:48:46 +10:00
KashargulandGitHub 9b864c0f54 further pulling fixes 2023-12-21 09:41:32 +01:00
SatinIsle 51d46b2a51 Energy drinks
Added a set of new Nukie energy drinks, each with their own reagent that causes jitters after 30u.

Also added a Nukie vending machine to find these drinks in!
2023-12-18 16:34:50 +00:00
KashargulandGitHub 727ed8f024 continue pulling on map edges / map portals 2023-12-17 01:03:43 +01:00
Heroman3003andGitHub 0c18a049a6 Makes gift wrap display its warnings better (#15584) 2023-12-09 21:58:12 +01:00
KashargulandGitHub 8f1df9b616 pry was missing for firedoors 2023-12-09 05:40:18 +01:00
BlackMajorandGitHub b5a7cf59ea Update items.dm 2023-12-09 01:05:06 +13:00
KashargulandGitHub f48fa66cca robots can use melee weapon range
runtime fix in window.dm
2023-12-07 23:25:11 +01:00
Heroman3003andGitHub 22221abc31 Merge pull request #15557 from Heroman3003/poster-remove
Removes a few posters
2023-12-03 11:17:38 +10:00
Heroman 8f1979207a Removes a few posters 2023-12-03 11:10:29 +10:00
Heroman3003andGitHub f1f764f36f Merge pull request #15545 from KillianKirilenko/kk-mini1
Protean Reconstitutor
2023-12-03 11:08:56 +10:00
Heroman3003andGitHub 864248da9b Merge pull request #15424 from KillianKirilenko/kk-laserdome
Redgate Laserdome
2023-12-03 11:07:22 +10:00
Killian ce93d40c1c protean reconstitutor
construction, components, and upgrades
2023-12-01 10:54:19 +00:00
FartMaster69420 df1ca07ad6 Update l3closet.dm
Added the Xenobiology Bag to the standard Level 3 Science locker, previously it was only in the double locker which some maps didn't have.
2023-11-20 22:06:33 -05:00
Heroman3003andGitHub 500fc95e84 Adds altevian cake slice (#15525) 2023-11-19 00:29:47 +01:00
Heroman3003andGitHub 9e7fe393be Merge pull request #15524 from Kashargul/VorebellyRobotOverlayFixes
Vorebelly robot overlay fixes + VTEC toggle
2023-11-18 05:05:50 +10:00
KashargulandGitHub 7b17325809 Vorepanel fixes + VTEC toggle
fixed typo in the vorepanel tgui, resulting in Item Vorebelly Size Mult: not being changebale
fixed a wrong variable use which led to broken sprites in case the Mob Vorebelly Size Mult: was tset to 0.
added VTEC toggle.
2023-11-17 19:46:13 +01:00
KashargulandGitHub d6b2f4c3dd Added a module to allow medihounds and securityhounds to ingest items upon installation. Does not interfer with the maximum 1 person limit. Allows a maximum of 4 items to be ingested with both modules (capability and capacity) insalled. 2023-11-10 20:10:52 +01:00
Heroman cbd0307a0c Fixes some syndie borg items 2023-11-03 11:59:12 +10:00
Heroman cb9f552988 Adds confetti gun (unused for now) 2023-11-03 06:58:13 +10:00
SatinIsle 6e848bea8b Desatti vending machine
Added a vending machine that stocks all desatti foods. Included in random vending machine choices.

Added rhubarb and custard sweets.

Added pork pies.

Added a sweets crate to cargo hospitality orders.

Fixed desatti jaffa cake crate having only one box instead of ten.
2023-10-30 17:27:56 +00:00
Heroman3003andGitHub ad2636505d Merge pull request #15479 from SatinIsle/jaffa-cakes
Desatti Catering
2023-10-29 08:46:15 +10:00