284 Commits
Author SHA1 Message Date
a4e709d740 reworks gps (#4930)
Co-authored-by: silicons <no@you.cat>
2023-01-08 16:32:59 +01:00
46f745838d optimizing turf/Initialize(), ChangeTurf, and assemble_baseturfs (#4931)
i am in a world of pain

Co-authored-by: silicons <no@you.cat>
2023-01-05 19:13:13 -08:00
ZandarioandGitHub d6adc13865 Bitmask Smoothed Walls (#4907) 2023-01-04 17:28:46 +01:00
siliconsGitHubVM_USER <VM_USER>silicons
2293f6af45 zas fixes, movement fixes, tweaks, etc (#4887)
🆑
fix: pumps no longer overpressurize at low temps (hopefully)
fix: you can climb over stuff while piggybacking people
/🆑

Co-authored-by: VM_USER <VM_USER>
Co-authored-by: silicons <no@you.cat>
2023-01-03 16:01:13 -08:00
63d4ce1bd6 overmap no longer uses a list for movement speed (#4915)
Co-authored-by: silicons <no@you.cat>
2023-01-02 17:13:01 +01:00
1a524b77eb SSao, Z-Mimic, and O7 Lighting (#4846)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Z-Mimic is nice.

Currently just SSao atm, why SSao? Filter-based ao doesn't really work
with Z-Mimic

O7 Lighting cause I got tired of trying to make ours work with this. But
hey, we got directional lights now so that's cool.

🆑 @Zandario & @Lohikar
add: SSzmimic
add: O7 Lighting
add: SSao
del: SSopenspace
tweak: Lights now can shine in angles between 0 and 180
/🆑

Co-authored-by: Lohikar <lohikar@protonmail.com>
2023-01-01 05:04:11 -08:00
siliconsandGitHub c3683c1b76 fixes roundend transfer vote popping up after roundend (#4902) 2022-12-28 17:00:55 +01:00
siliconsGitHubVM_USER <VM_USER>
2a1ab43518 experimental performance fixes (#4870)
Co-authored-by: VM_USER <VM_USER>
2022-12-27 15:26:12 -06:00
siliconsGitHubVM_USER <VM_USER>
d557edacf3 overhauls radiation (#4708)
Co-authored-by: VM_USER <VM_USER>
2022-12-18 03:30:42 -06:00
siliconsGitHubVM_USER <VM_USER>
43378c5778 language translation contexts (#4713)
Co-authored-by: VM_USER <VM_USER>
2022-12-18 03:28:07 -06:00
siliconsGitHubVM_USER <VM_USER>
f13aa201e8 adds standard turfmakers (#4835)
Co-authored-by: VM_USER <VM_USER>
2022-12-16 20:04:43 -06:00
siliconsGitHubVM_USER <VM_USER>
30c15fd09e adds fast global sfx lookup for soundbytes (#4830)
Co-authored-by: VM_USER <VM_USER>
2022-12-16 19:55:38 -06:00
ZandarioandGitHub cde2bdeb59 [MDB IGNORE] Smoothing Bitfield Optimizations and Unit Test Upgrades (#4816)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Presorting smoothing lists to improve init time.

## Credits
Mostly just taken from tgstation PRs, here's the major ones:
https://github.com/tgstation/tgstation/pull/57408
https://github.com/tgstation/tgstation/pull/71719
https://github.com/tgstation/tgstation/pull/71989
And of course my haphazard ports of TG code when something breaks.
2022-12-16 11:48:23 -08:00
siliconsGitHubVM_USER <VM_USER>
fa3856bf7f renames flags to atom_flags for, well, atoms; transitions some reasonable atom flags to be more, well, obvious (#4837)
Co-authored-by: VM_USER <VM_USER>
2022-12-15 18:54:20 +01:00
siliconsGitHubVM_USER <VM_USER>
104dd3ba95 SSmaterials - lookup (#4839)
Co-authored-by: VM_USER <VM_USER>
2022-12-15 18:53:30 +01:00
ZandarioandGitHub 38f1b6af54 99% of Overlays now use SSoverlays (#4847)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Silicons asked me too and he knows very well I'll do this dumb shit in
one sitting.
2022-12-15 05:53:18 -08:00
ShadowandGitHub 9f1e7f3dfa Fix nightshift, add option to c&c console (#4805) 2022-12-07 20:16:48 +01:00
ZandarioandGitHub 8eed21e1cf Singletons and abstract_types! (#4760)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
I finally have the pleasure of killing decl by giving it a new name and
updated handling.
Also abstract_types now have universal support!

Based on:
Baystation12/Baystation12/pull/32114
Baystation12/Baystation12/pull/32687

## Changelog
🆑
code: /decl/ is now /singleton/
code: abstract_type is now on the /datum/ level
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
2022-11-27 23:24:30 -08:00
siliconsGitHubVM_USER <VM_USER>
079b315330 persistence - KV store (#4755)
adds a simple key-value store for persistence
use cases: anything involving server-wide JSON.
requires DBcore.

Co-authored-by: VM_USER <VM_USER>
2022-11-27 23:24:13 -08:00
siliconsGitHubVM_USER <VM_USER>
d2540cde78 fixes EAL (#4754)
Co-authored-by: VM_USER <VM_USER>
2022-11-27 23:23:54 -08:00
ZandarioandGitHub 150fdc0907 Tooltips Galore! (#4679) 2022-11-25 20:00:33 +01:00
siliconsGitHubVM_USER <VM_USER>
29fb1000e9 optimizes roundstart (#4739)
Co-authored-by: VM_USER <VM_USER>
2022-11-22 14:02:43 -06:00
ZandarioandGitHub 7bf4c2a34f Early Assets, Lateloaded Assets, and Debugging Tools (#4696)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Various asset systems I want in before more TGUI work. and also
byond-tracy support... and also light update debugging...
## Changelog
🆑
tweak: Chem Master UI has been reworked slightly.
2022-11-20 17:36:24 -07:00
siliconsGitHubVM_USER <VM_USER>
e6bd3a1296 fixes resleeving/scori languages (#4714)
Co-authored-by: VM_USER <VM_USER>
2022-11-16 21:38:42 -08:00
siliconsGitHubVM_USER <VM_USER>
94dd2baeb4 sorts file helpers; add directory walk helpers (#4703)
Co-authored-by: VM_USER <VM_USER>
2022-11-12 19:12:09 +01:00
siliconsGitHubVM_USER <VM_USER>
1d2f7ea70f fixes/improvements to species picking + fixes some cases where you can't see your inventory when joining as a ghostrole (#4701)
Co-authored-by: VM_USER <VM_USER>
2022-11-12 19:10:59 +01:00
28e11dee54 lore/contractor/background/character overhaul project (public branch edition) (#4488)
Co-authored-by: silicons <2003111+silicons@users.noreply.github.com>
Co-authored-by: Zandario <zandarioh@gmail.com>
Co-authored-by: VM_USER <VM_USER>
Co-authored-by: AlphaM01 <33434925+AlphaM01@users.noreply.github.com>
Co-authored-by: LordPapalus <54518057+LordPapalus@users.noreply.github.com>
2022-11-09 01:57:00 -06:00
KTandGitHub 7cf7811772 Fixing Active Edges on Class G (#4661) 2022-10-31 19:59:50 +01:00
siliconsGitHubVM_USER <VM_USER>
de4f5eb944 various fixes, improvements, etc (#4649)
Co-authored-by: VM_USER <VM_USER>
2022-10-30 21:03:20 -05:00
ZandarioandGitHub ed05e01a95 __HELPERS Cleaning and other things I decided to do. (#4584)
* Schizoposting

* The Crungly

* Tabbin' the JSON y'all

* Strings
2022-10-21 01:56:59 -07:00
siliconsandGitHub 95b9a3de39 Update _dbcore.dm (#4558) 2022-10-16 22:58:36 -07:00
ZandarioandGitHub 8798504cdc Fixing dumb revival bugs & renaming mutation stuff. (#4544)
* The actual fix

* Misc Cleaning

* cloner just in case

* I'm dumb
2022-10-16 17:36:43 -07:00
siliconsGitHubVM_USER <VM_USER>
310d821ab6 various fixes (#4500)
* s

* fixes

* more

* ay

* a

* a

* idiots

* retain semantic

* retain semantic

* awful

* hrm

* fix

* that

* maybe?

* Update movement.dm

* Update movement.dm

* Update movement.dm

* Update movement.dm

Co-authored-by: VM_USER <VM_USER>
2022-10-09 00:20:11 -07:00
siliconsGitHubVM_USER <VM_USER>
54f0eb4ee8 makes economy use managed globals for vv (#4501)
Co-authored-by: VM_USER <VM_USER>
2022-10-07 18:30:53 -05:00
ZandarioandGitHub 6c380c91ae Spooky Month Cleaning? Grep and stuff. (#4489)
* Painus

* Yep

* Moar

* Let the agony begin

* text.dm

* scramble.dm

* time.dm

* fix

* unsorted.dm

* job_controller.dm

* _legacy

* computerfiles.dm

* events.dm

* global_iterator.dm

* topic_input.dm

* underwear.dm

* uplink

* periodic_news.dm again

* areas

* genes

Also renamed midget to dwarfism as it's a slur.

* changeling

* Cult

* gamemodes

* machinery

* mecha

* effects

* objects part 1

* Fine I'll commit the YAML

* objects part 2

* moar

* atmos

* ooga

* ahrde

* You can tell my sanity is going down

* Second-To-Last Step

* Almost

* Poggers

* nvm we're not ready for that <.<

* Test

* minor
2022-10-05 06:16:42 -07:00
siliconsGitHubVM_USER <VM_USER>
bf62a62bab vehicle repath, piggybacking, firemanning, riding components, multiseat vehicles, buckling, probably other stuff (#4361)
* shit code goes in the comedy bin

* stubs

* move those

* w

* vehicle repath

* maybe that instead

* aouhgoawhuh3ho

* markers

* a

* fixes

* hell

* let the great refactoring begin

* a

* aouhg

* changes

* augh

* signals

* s

* offhand stuff

* wrappers

* stuff

* modifications

* a

* stuff

* base component

* Stuff

* a

* stuff

* ay

* Ay

* ?

* fix

* a

* augh

* aough

* mark those

* sigh

* correction

* that

* let the good times roll

* more

* more

* on god

* aoihgouh

* fixes

* done with that ifle

* sigh

* a

* s

* fuck off voremobs

* stuff

* pain

* some more

* changes

* changes

* f/r

* sigh

* impl

* out with the useless

* fix

* Fixes

* a

* fixes

* move that

* pain

* fix

* m

* pain

* WHY

* regex

* s

* just offsets to go

* reserve those words

* that

* stuff

* stuff

* not sure if list ops were a good ide abut whatever

* fix

* and once more with energy!

* and once more with energy!

* fixes

* offsets

* fix

* lmao!

* ay

* patch

* fixes

* propagate that shit through

* ayo

* bruh?

* e

* PLEASE END MY SUFFERING

* ah.

* that

* fix

* fix

* fixes

* e

* Fix

* fix

* fix

* Fix

* fix

* fix

Co-authored-by: VM_USER <VM_USER>
2022-09-29 22:13:03 -07:00
siliconsGitHubVM_USER <VM_USER>
7b23c31c84 vis contents gas overlays but they don't explode this time (#4442)
* changes hopefully this isn't a memory leak aha right haha

* fastboot

* oh the preprocessor sucks lol

* oops

* ay

Co-authored-by: VM_USER <VM_USER>
2022-09-24 23:48:49 -07:00
FreeStylaLTandGitHub 2f1f0c8642 this is a pretty shitty fix but it works so idk (#4437) 2022-09-23 16:59:21 -07:00
siliconsGitHubVM_USER <VM_USER>
a5cc8ee1ab ssoverlays (#4405)
* reworks reworks reworks

* s

* s

* e

* don't need that anymore right aha

* i'm lazy

* optimizations

* fix?

* aough

* fix

* fix

* fix

* better

* aough

* aough

* howmegalul

* epic

* optimizations

* augh

* ough

* sigh

* wow time for a fucking slowdown

* ough

* why

* why

* ough

* .

* sigh

* fix

Co-authored-by: VM_USER <VM_USER>
2022-09-12 17:14:58 -07:00
siliconsGitHubVM_USER <VM_USER>
6dec5d41e7 refactors pushing, movespeed, actionspeed, throwing, movement, pass flags, and probably things i forgot about; adds overhand throwing (#4360)
* initial

* wack

* changes

* insanity

* staging

* t

* note2self

* wild

* find replace

* changes

* pain

* fixes

* that's right out

* augh

* augh

* wild

* lol

* fuck this not refacotring all that in one day

* oopsy doopsy

* that goes away

* fixes

* pain!

* throwing stuff

* Fixes

* g

* eternal curse upon you, space indenter

* eternal curse upon you, space indenter x2

* real combat refactor energy

* refactors

* stuff

* subsystem logic

* a

* pain

* logic

* push logic

* logic

* i hate micros

* fixes

* a

* convert the rest

* let's finish this

* s

* fixes

* aah.

* augh

* AUGH

* stuff

* a

* more

* a
git pu

* fixes

* fixes

* fix

* fixes

* warnings

* more

* maybe don't have them throw past walls

* fixes

* ack

* f

* better ui

* fixes

* fixes

* a

* proximity monitors

* proximity monitors

* proximity monitors

* wack

* swap stuff

* a

* fix

* fix

* fix

* default

* Fix

* fixes

* ayy

* aoug

* aoug

* stuff

* fix

* fix

* ay

* ay

* ough

* ayo

* fix

* cannon

* wack

* i tested it

* fix

* why

Co-authored-by: VM_USER <VM_USER>
2022-09-08 01:43:03 -07:00
siliconsGitHubVM_USER <VM_USER>
01e07ef530 reworks defibs, cpr, brain decay, not so slight organ processing refactor (#4266)
* wild

* get rid of that

* cpr stuff

* framework

* stuffs

* more

* wild

* wild

* wild

* aah

* wack

* wack

* wild

* wild

* organ damage rework

* sigh

* oops

* Update human_attackhand.dm

* Update cpr.dm

* fix

* more replace

* fix

* LETS REFACOTR ORGANS SHLALL WE

* epic!

* markers

* conversions

* a

* augh

* in hindsight this was fucking stupid

* more later

* t

* ok maybe let's not do complex recursion

* fix

* config

* wild

* augh

* Update health.dm

Co-authored-by: VM_USER <VM_USER>
2022-08-14 17:25:47 -07:00
FelixandGitHub 18bd64da9f Fixes people in mechs not loading the z they're on (#4350) 2022-08-14 17:04:50 -07:00
deathride58andGitHub 6fbdd4df25 [S] Fixes a small vulnerability in fail2topic (#4343)
* fixes fail2topic vulnerabilities

* protects rule_name
2022-08-11 16:57:27 -07:00
siliconsGitHubVM_USER <VM_USER>
3229e34fce fix (#4309)
Co-authored-by: VM_USER <VM_USER>
2022-08-04 03:58:12 -07:00
FelixandGitHub fedcc34e87 Fixes joining issues for characters(hopefully) (#4319)
* Fixes joining issues for characters(hopefully)

* condenses the change in job_controller
2022-08-03 14:15:20 -07:00
siliconsGitHubVM_USER <VM_USER>
7dffc24138 DBCore (#4205)
* clown time

* let the shitfest begin

* wild

* kill me

* sad

* format

* regex

* erase manual dbcore connect procs

* fix async

* replacements, RunQuery()

* replacements

* more

* update

* epic

* fix

* a

* a

* more queries

* queries

* queries

* queries

* test

* 4

* conversions

* fix

* a

* that

* prefixed

* connection log

* schema

* prefixed

* wack

* oops

* fix

* Travis gaming

* rid that

* a

* prefix that

* prefix that

* OH THATS IMPORTANT

* bandaid

* fixes

* Update database_changelog.md

Co-authored-by: VM_USER <VM_USER>
2022-08-02 02:51:01 -07:00
siliconsGitHubfake_vm_user <fake_vm_user>VM_USER <VM_USER>
934ad25bfe refactors: inventory, mousedrag, stripping, species bodytypes, inventory HUD, and probably some unrelated things (#4092)
* start

* i hate people who pack shit into one file

* sigh

* regex

* inventory rework

* stubs

* regex

* this is insanity

* oh no

* backend moment

* a

* changes

* wild

* regexing

* changes

* put in hands

* more errorS

* attackby

* more helpers

* replacements

* wild

* fixes

* pain

* fxies

* fixes

* unneeded

* ape

* ape

* wild

* wild

* more

* wild

* there

* fixes

* fixes

* l

* wild

* more

* moer

* fixes

* enough for todayd

* regexing

* long time coming

* shaking and crying

* end me

* fixes

* fixes

* e

* fxies

* rig refactor moment

* fixes

* fixes

* fixes

* fixes

* out with the shitcode

* thanks git

* partial rig rewrite here we go

* more

* fixes

* WWWW

* ok

* wild

* bitfield defines

* nobludgeon

* pain

* pain

* fixes

* more

* wild

* wild

* fixes

* pain

* move behaviorsr

* fixes

* next up, finishing core procs

* y

* .

* time to finish this

* time to finish this

* propagate accessories

* hate this accursed engine

* hate this accursed engine

* pain

* more

* cancer

* epic

* genuinely hate

* wild

* that

* why

* circuitry is my bane

* y

* how

* sort

* logging

* logging

* im dying

* fixes

* next

* f

* more

* epic style

* fixes

* on meta

* fix

* wild

* uh

* quirky

* fixes

* agh

* pain

* fixes

* fix

* sigh

* a

* epic1

* fixes

* ugh

* epic

* fixes

* uhh.

* is this even a fix

* fix

* fixes

* fixes

* we love optimization

* wear over system

* correct

* worn over stuff

* just augments

* coggy

* implant magnetic catch

* implant magnetic catch

* fixe

* a

* g

* t

* fix

* fix

* wack!

* fix

* a

* semantics

* fix

* that

* fixes

* handle denesting

* w

* fixes

* e

* bugs

* fixes

* fixes

* unit tests

* absolutely wild

* fixes

* fix

* fix

* fixes

* on god this is bad

* fixes

* fixes

* fix

* fix

* wacky!

* fix

* wack

* manual

* fixes

* closets

* OOPS

* wack

* pain

* pain

* flags

* regex

* fixes

* wakc

* changes

* more

* augh

* more

* replaces

* more

* that

* acc

* acc

* fix

* fix

* fix

* oh woops that was important

* wack

* epic

Co-authored-by: fake_vm_user <fake_vm_user>
Co-authored-by: VM_USER <VM_USER>
2022-07-29 00:20:47 -07:00
ZandarioandGitHub 4e8cdb7659 wow (#4242) 2022-06-30 02:04:29 -07:00
siliconsandGitHub 54437f19fd Update planets.dm (#4218) 2022-06-21 01:09:49 -07:00
siliconsandGitHub ef707bf7b1 fixes some severe runtimes (#4214)
* real

* fix
2022-06-20 00:42:39 -07:00