- separates the composition of cyborgs into modules, iconsets, chassis,
upgrades
- modules / chassis atm can provide items, so can upgrades; in the
future we will want to probably generalize the item API a bit so
components can work
- chassis now can (unimplemented) easily be made to give different stats
- reorganizes all the cyborg sprites
- adds generalized item mounts with redirection support and tears out
legacy cyborg items
- entirely rebalances modules & writes some new lawsets in for future
use
---------
Co-authored-by: silicons <silicons@silicons.dev>
<!-- 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
Gives people the option to be directed by someone buckled to them.
Offset gets handled nicer now, resize affects the riding offset, taurs
actually have their center set to it, and not their tail end if 200%, or
infront of them if 25% size.
The code to saddle up actual horses, shanks, and stormdrifter bulls is
fixed, too, as it didn't switch the riding handler, which didn't get
deleted, and such not switching to the controllable part.
A few typos got fixed, stumbled by typoing my own search for the 3 mobs
for their var.
Small rendering tweak to potentially draw bags ontop of tails (required
for saddlebags.)
Saddlebags now include the saddle option, and such makes it easier for
one to hold onto
## Why It's Good For The Game
People do look more like they are carried by the person they are buckled
to. The new option could allow some RP options, synth having a
controller or being just directed by holding some part of the body, or
maybe way to put the jousting compontent to use? The bucking gives an
option to remove someone riding one, as one otherwise has no control
over it. The saddlebag also even works as a saddle now, although that
can be removed if the freeded up hand is deemed too strong.
## Changelog
<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->
🆑
fix: taurs actually get their center calculated correctly, noticeable if
buckled sideways.
tweak: offsets get resized for riding.
fix: horse, shank, stomrdrifter bull saddeling
fix: taur bags actually get drawn over the taur body
add: ability to buck someone off your back
tweak: no riding hand needed if the taur is wearing a saddle.
/🆑
<!-- 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. -->
---------
Co-authored-by: MarsMond <no@email>
…l-Station-13-RP into opendream_branch<!-- 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
adjusts the repo to work with opendream
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->
## Why It's Good For The Game
a more modern, and hopefully more reliable engine!!!
<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->
## Changelog
<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->
🆑
code: changed the code to work with Opendream
/🆑
<!-- 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. -->
for future use in remote control indirection
Actions are now multiple owner single target
Adds a lot more handling for things
Generally, the HUD of a mob is going to be split into components.
- fix: 2ear slot item in 1 slot if equip first then equip 1-ear is no
longer a thing
- fix: anchored items can no longer be picked up by trashbags and
certain other things
- fixes deconstruction and reconstruction of mapspawn gas heaters /
freezers
- buffed turnstile armor
- all holsters now work with drop pouches
- fix: material doors couldn't be destroyed
- falling apart airlocks can now be decon'd
- airlocks are now able to be meleed
- restart controller no longer infects the MC with the caller's `usr`
- fix: you can no longer place multiple omni gas filters on one tile
- fix: assert rigsuit storage volume bug is gone by gathering last sheet
of metal from metal in storage as a test
## About The Pull Request
adds generic system for atom health / integrity / damage
everything that isn't flagged with not-bludgeonable can, well, now be
bludgeoned.
## Why It's Good For The Game
more interactive game world through the means of making people able to
break Everything.
## Changelog
🆑
add: atom damage - (almost) everything is now breakable.
refactor: new /atom level materials system
refactor: a lot of the combat system / click code
refactor: melee attack styles
/🆑
---------
Co-authored-by: silicons <no@you.cat>
for both protean and promethean
they no longer drop items but can be stripped
furthermore, radio works now
---------
Co-authored-by: silicons <no@you.cat>
~~so back when i did inventory slot refactor i added this thing called a
render state cache
it basically allows for lazy people to default when needed and don't
default when not needed~~
~~problem is
to facilitate this we need to icon_states
which seems to be using just an exorbitant amount of memory.~~
byond icon_states bad
replaced with rustg icon states
there's a massive footgun in that it's obviously going to be slow due to
the fcopy() but for the use case of inventory it should be fine.
frees about 400MB.
also fixes us just having bad shuttle paths
---------
Co-authored-by: silicons <no@you.cat>
## About The Pull Request
replaces our hyposprays with.. well, better hyposprays
adds hypospray kits to medical
sprites courtesy of @granodd and aurora 😊
furthermore, upgrades reagent system a bit (initial paths on recipes
instead of ids only) and buffs small beakers/bottles to be smaller to be
on par with large beakers, for volume efficiency.
## Why It's Good For The Game
syringes are boring and our hyposprays + their vials are shit, let's
make something cool and flashy to standardize on medical.
this is the future / sci fi, after all.
as for why to rebalance beakers/bottles:
we already have large beakers that store 2x. with the same space. it's
kind of silly to just lock this capability behind having an autolathe.
## Changelog
🆑
add: new hyposprays and hypospray vials
balance: beakers/bottles are now smaller.
add: injection port clothing flag
/🆑
---------
Co-authored-by: silicons <no@you.cat>
- removes geosample: no one ever used this and it needs a way better
system than this
- atom colours are only applied to obj and mobs by default now, there's
no point tracking for further up stuff, as they probably have their own
systems
- turns a bunch of lists into lazylists
---------
Co-authored-by: silicons <no@you.cat>
🆑
code: some tg movement stuff
add: holocalls
add: holocalls are rather advanced; enjoy. cross ship communication will
finally be a thing.
add: AI/pAI custom holoforms; enjoy, you can finally fuck around as your
own character
/🆑
---------
Co-authored-by: silicons <no@you.cat>
- debug worn assets makes text not an /icon that renders in proc return
- removes empty / default uniform state
---------
Co-authored-by: silicons <no@you.cat>
<!-- 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. -->
<!-- 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.
<!-- 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
Adds the old (unshaded) Baystation unathi sprites to the game, as a
subtype of the normal unathi. They are referred to as "Digitigrade
Unathi", the in-lore justification being that Moghes is a harsh place
and some unathi simply adapted to become digitigrade and more
"bestial"-looking. Mechanically they are the exact same as normal
unathi, and any changes to the latter should also impact these ones.
Currently, while these unathi are digitigrade, they are able to wear all
clothes (likely with some odd appearance). Depending on if people want
it I can add a rudimentary system for restricting digitigrade unathi to
specific, digitigrade-friendly shoes.
### While I have done a preliminary pass at making sure the
unathi-specific sprites play nice, I am not able to guarantee there
won't be some weirdness.
A period of testmerging where people post if any pieces of clothing look
off will probably be needed. And of course, any non-baystation clothing
sprites will not have any unathi-specific sprites anyway.
## Why It's Good For The Game
Adds cooler lizar.
## Changelog
🆑
add: Added a new subtype of unathi, Digitigrade Unathi.
/🆑
<!-- 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. -->