Commit Graph

539 Commits

Author SHA1 Message Date
MarinaGryphon
593246b595 Linter diagnostics + bans non-var relative pathing (#8150)
* Linter diagnostics + bans non-var relative pathing

* Enable DreamChecker Annotations

* make it executable

* update hashFiles

* oops

* tries to fix it... again

* trying again

* path

* repath

* fix perms

* fixes weird capitalisation issue
2021-06-20 13:14:29 -09:00
Verkister
379479a423 Fixes synthetic var not getting cleared on load (#8148)
Fixes synthetic var not getting cleared when loading character slots. Due to the char setup mannequin's nature of being a single same mob just getting its properties loaded from save slots, loading/making a synth character would permanently mess up the var for all non-synth chars on the roster and cause issues with synth-related settings because there was nothing in the code to clear the var.
2021-06-20 11:51:52 -09:00
Aronai Sieyes
1fd1d84deb Runechat (#8121)
* Message piece combiner returns a list

* Emote formatter returns a list

* Port Runechat

* Various onamonapoea

* Suggested changes, small opts

* Fix chat message on different size mobs

* Couple more runefixes

* Enable encoding chat emphasis in runechat

* Remove extra asterisks from rune audible messages

* Fix runedefines
2021-06-13 22:18:43 -09:00
Atermonera
cd50b5a4e7 Merge pull request #8099 from MistakeNot4892/chirp
Tweaks to emote system to avoid memory overhead and make runtime validation easier.
2021-06-06 02:13:39 -07:00
dwinters99
a23eccdfb4 Adds more winter coats + moves existing winter coats to the same file (#8086)
* code changes

* icon changes

* armor redefine fix
2021-06-05 22:51:39 -09:00
MistakeNot4892
3267ae47b7 Tweaks to emote system to avoid memory overhead and make runtime validation easier. 2021-05-30 23:08:24 +10:00
Neerti
fdabe51ee8 Linter Introduction + Cleanup (#8085)
* Adds linter defines to repo.

* Uncomments linter defines already in the code.

* Resolves unreachable code linter errors.

* Nukes decade+ old syndie specops code except for computer since that's mapped in?????

* Resolves procs has no parent linter error.

* Proc signature fixes

* Bad comments

* "In" danger

* Type safety

* Implied nested list abuse

* Top level ..() usage

* Sleepy coder typos

* Invalid kwargs calls

* Pointless returns

* Linter hacks (see full message)

Byond doesn't care and it has no effect but linter doesn't like var/proc
for holding references to procs, despite that it's valid byond code.

Also, the linter seems to have serious issues figuring out relative
proc names. This commit is a sort of take-it-or-leave-it thing. It's not
required, it just cuts down on warnings, but this code is valid DM code.

* WHATEVER THIS IS

* Trick dreamchecker linter into ignoring this file's sins in it's weird use of vars

* Fix list decoration syntax - Its a list, not list of lists

- To declare that a var is a list you can `var/list/blah = list()` syntax or the `var/blah[0]` syntax.  Both do exactly the same thing. But if you do `var/list/blah[0]` that is just like doing `var/list/list/blah = list()`

* Hopefully stops the ai holder subtype folder from going quantum and sometimes changes capitalization over time, and incidentally causing 20+ linter errors.

* Fixes unwrapped negated object in list linter error.

* Resolves colon-like list accessing linter error.

* Turns linter on in linter config.

* Fixes closet indentation properly and cleans up suit storage unit switch.

Co-authored-by: Aronai Sieyes <arokha@arokha.com>
Co-authored-by: Leshana <Leshana@users.noreply.github.com>
2021-05-25 18:17:26 -09:00
Novacat
d0e8fba365 Refactors IsSynthetic (#8078)
* Refactors IsSynthetic

Port of https://github.com/VOREStation/VOREStation/pull/10298 by Aronai

* Fixes emote refactor bug
2021-05-12 21:58:45 -09:00
MistakeNot4892
a647ca622a Fixes Virgo #10254. 2021-05-05 10:02:39 +10:00
MistakeNot4892
1265b8a5d6 Body style selection and sanitizing refactor. 2021-04-30 16:52:08 +10:00
Atermonera
a083c7a4b2 Sanitizes languages, ears/wings/tail prefs on login (#8030) 2021-04-27 13:46:02 -07:00
atermonera
94539328ec Adds config option to control loadout whitelist strictness 2021-04-26 16:37:48 -09:00
Verkister
76d2a40936 Makes xenowear species WL check species
Makes loadout xenowear species whitelists check the selected species of the character instead of whether or not the client key is whitelisted for the species.
2021-04-23 18:00:44 +03:00
MistakeNot4892
dc7c2a9bd1 Prevented Teshari from selecting drone or positronic brains. 2021-03-27 10:25:07 +11:00
MistakeNot4892
a9537638bf Repathed/renamed seromi to teshari. 2021-03-23 09:14:55 +11:00
Atermonera
ccbe38d42d Merge pull request #7966 from Schnayy/clothesagain
Yet another clothing PR
2021-03-10 10:30:16 -09:00
Atermonera
823d5567ba Merge pull request #7963 from MistakeNot4892/implants
Tweaked implant loadout, refactored implant detection.
2021-03-10 10:18:22 -09:00
Atermonera
d8c127a3ed Merge pull request #7936 from Novacat/nova-alerts
Ports Tertiary Colors
2021-03-10 09:49:05 -09:00
Schnayy
a81f2b0526 Merge pull request #7849 from Greenjoe12345/teshchair
Adds some new wheelchair types
2021-03-09 00:13:07 -06:00
Schnayy
284fd25b76 adds a bunch of clothes yet again 2021-03-09 00:04:12 -06:00
MistakeNot4892
0dcfcd90b8 Tweaked implant loadout, refactored implant detection. 2021-03-09 11:55:17 +11:00
Atermonera
e9971715c0 Merge pull request #7953 from MistakeNot4892/fixes2
Fixed/generalized loadout implants.
2021-03-07 23:03:40 -08:00
MistakeNot4892
47dc760585 Fixed/generalized loadout implants. 2021-03-06 22:29:00 +11:00
MistakeNot4892
abe54462ca Minor wheelchair refactor. 2021-03-04 08:16:20 +11:00
MistakeNot4892
34a11eac03 Added a GPS compass. 2021-03-04 07:03:19 +11:00
Unknown
ac0e292cbf Ports Tertiary Colors
May not be complete.
2021-02-28 18:50:12 -05:00
Greenjoe12345
fc3d59ced1 adds electric wheelchair, fixes wheelchair bug 2021-02-28 23:40:56 +00:00
Schnayy
031f8a7392 Merge pull request #7919 from Atermonera/point_defense_targeting
Hybridizes Point Defense Turrets with Bay's System
2021-02-26 09:04:43 -06:00
Aronai Sieyes
8b63a5a116 Merge pull request #7083 from VOREStation/vplk-pointdefense
Port Point Defense Batteries
# Conflicts:
#	code/_global_vars/lists/misc.dm
2021-02-22 14:00:43 -09:00
MistakeNot4892
b22a0568a3 Sideports a couple of init unit tests from Neb. (#7893)
* Sideports a couple of init unit tests from Neb.

* Trying to unfuck initialize logic.

* Removing del()s.

* Adjusting return values to Initialize().

* Moving some dangerous object logic from obj onto the two types that use it.

* Rolling back some init changes and commenting out initialized atom unit test.

* this comment formatting is a minor war crime

* Removed sleep() from signaler circuit Initialize().

* Additional Init fixes post-rebase.

* Uncomments subsystem test since that's passing.
2021-02-21 12:03:34 -09:00
Killian
d500f77747 +SAR 2021-02-11 20:18:14 +00:00
Killian
e7da0d333b ⚕️🧢 2021-02-11 20:06:49 +00:00
Greenjoe12345
4b4814523e Adds a small electric wheelchair 2021-02-04 03:07:40 +00:00
Greenjoe12345
a8b18cfb6d fixes some sprites, adds a thin blindfold 2021-01-14 01:36:29 +00:00
Cerebulon
04ded47fbd Excised Errant Bay Military Lore (#7810)
* Filth + Graffiti Fixes

* Excised Bad Lore

* Update filth.dm

why was this here oops i was on master
2020-12-31 21:40:40 -08:00
Atermonera
c58fb16bc1 Adds proc to properly update human icon gender (#7813) 2020-12-31 21:31:35 -08:00
KasparoVv
f4798b4113 Adds & Upgrades a Bunch of Teshari Clothing (#7760)
* Adds Orange Teshari-Goggles, Species-fits some sprites, Updates Undercoats

Backports orange Teshari goggles
Species-fits rings for Teshari
Fixes captain glove sprites for Teshari
Species-fits hudpatches & white blindfold for Teshari
Species-fits some jacket accessories for Teshari (tan, charcoal, navy, burgundy, checkered)
Updates all Teshari undercoats so the leg portion fits better (like smocks)

* Adds Goggles to Loadout & Changelog

Missed a spot

* Woops, forgot job undercoats

Fix fix fix.

* Alright Y'all Asked for it

Replaces undercoats & cloaks with upgraded downstream versions

Adds hooded & belted cloaks

Adds white/recolourable blindfold

* Adds Worksuits, Adjusts Blindfold Loadout, Reduces Icon Size

Makes _s (object) states unidirectional
Adds Teshari worksuits (the icons were already here wtf)
Renames the recolourable blindfold in loadout selection

* Update the CL Noob

* Sort out Restrictions & Fix Typo
2020-12-01 23:29:12 -08:00
Mechoid
576d0657ce Kaleidoscope 2: The Retabbening (#7697)
* Begins the Project

* Move things to where they belong, if viable.

* Merge and move those files.

* Finish filenames, fix Taj ears.

* Tweak to Ater's Requests

* The Great Mergening with 03_body.

* Per Requests

* Continue per request. Plot nefarious plans to make Saviks usable as battlemounts.

* Smarter Proc Use

* Tweaken
2020-11-19 10:04:09 -08:00
Greenjoe12345
84a03f9050 Ports some clothing from uristcode 2020-10-29 03:46:32 +00:00
Schnayy
8e50dc82be 5 new clothes & 1 headdress (#7733) 2020-10-17 03:14:34 -07:00
Atermonera
e1823e7f49 Merge pull request #7685 from Greenjoe12345/teshstuff-and-eyepatch
Teshari sprites and white eyepatch
2020-09-26 13:57:34 -07:00
atermonera
eadb08bf9f Revert "Kaleidoscope, Toolbox (#7608)"
This reverts commit a68014a9ae.
2020-09-26 11:57:34 -07:00
atermonera
444f793788 Revert "Sets the cosmetic tab's name to Genetics."
This reverts commit 9a0f81912c.
2020-09-26 11:56:24 -07:00
Mechoid
9a0f81912c Sets the cosmetic tab's name to Genetics. 2020-09-25 12:47:05 -07:00
Greenjoe12345
519442c642 Adds a few sprites for Teshari/fixes a few
adds a white eyepatch, recolorable in the loadout
2020-09-24 18:29:28 +01:00
Mechoid
a68014a9ae Kaleidoscope, Toolbox (#7608)
* Begins the Project

* Move things to where they belong, if viable.

* Merge and move those files.

* Finish filenames, fix Taj ears.

* Tweak to Ater's Requests
2020-09-21 09:10:09 -07:00
Atermonera
106ac35467 Merge pull request #7597 from Rykka-Stormheart/shep-dev-airlock-sound-prefs
Adds Toggles to Revert to Legacy Door Sounds and Enable Department Doors
2020-09-16 16:39:09 -07:00
listerla
90cfd5bd7a Changes default skin tone from 35 to 110 (#7622) 2020-09-05 08:08:12 -07:00
Greenjoe12345
efd09dd989 fix conflicts 2020-09-02 02:07:20 +01:00
Greenjoe12345
74538d383e adds the ability to give loadout items a custom name/description 2020-08-31 01:20:59 +01:00