* Initial
* Adds a drawdepth for hydroponics
* Maps 2 buckets in
* Moved the bucket into it's own yaml
* tg sprites for bucket and you can put it on your head now
* Cleanup timegit add . !
* Applied Reviews
* Attempts to revert the changes to Saltern
* Boxes
* Reorganizes the YAML
* Reverts to previous commit and fixes the icons.
* Readds the new CLRifle.rsi as it'll be used soon.
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
* reworks
* added the rest
* reworked the machete handle
* reworked the icon for the machete
* ok. last one
* .
* .
* replaced machete and knife sprites (again)
* the meta.json
* license
* ffs
* final
* bs
* .
* .
* got rid of the machete and bat
* fuck
Co-authored-by: and_a <and_a@DESKTOP-RJENGIR>
* Adds upgraded tools to surgery and construction tools list
* Adds cow tools entity list
* Adds admin multitool
* Removed cowtools entitylist
* Merge
* RSI Validator doesn't cry now
* Added barricades and textures for hidden doors
Constructable barricades and textures for square wall hidden doors
* Added solar assembly & tracker. Restructured power construction
Added solar tracker and assembly construction and textures. (Trackers don't work at present).
Moved APC and solar item sot construction/power.yml
Moved power based items to "Utility" in construction menu.
* Localisation changes
Added flammable to barricades.
Added localisation to barricades and all solar entities.
* Removed hidden doors
Removed .rsi for hidden doors as wasn't able to get non airlock doors working.
* Adds solar crate to cargo
* Fixed tests
* Removed glass from solar crate
Removing glass from solars crate until stacks can be specified.
* Added deconstruction to solar graphs
* Added deconstruction to barricade
And fixed nodes for solars.
* Fixed materials
* Fixed meta indent and solartracker type
* Fixed materials, physics & naming
Added new physics fixtures to barricade and solars
Changed solar tracker board to electronics.
Changed material ID for destruction of wooden barricades to new ID.
* Changed back to prototype from component step
Component step does not work for electronics only machine boards.
* Localisation fixes 1
* yaml linter fixes
Removed obsolete code
* Update meta.json
* Fix trailing comma
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
* Started working on beakers
* Working sprite change
* Fixed large beaker
* Add bluepsace beaker
* Add cryostasis beaker
* Removed old rsi
* Fixed dropper
* No dropper problems
* Working on syrigine
* Better syr visualizer
* Add dropper inhand
* Syringe in-hands
* Add base empty bottle for chemistry
* Deleted old fillings
* Simplified beaker in hand
* Moved chemical bottles to seperate .yml
* Fixed chem master
* Serv3 when
* Fixed grammar
* Removed delays
Co-authored-by: Alex Evgrashin <evgrashin.adl@gmail.com>
Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
* Validate RSIs
* Fix the JSON
* Example invalid RSI
* Revert "Example invalid RSI"
This reverts commit 1905bc9d2c275818db88cd8b643e2646f70b68a1.
* Fixes an invalid identifier to show that it works on valid RSIs
* Update .github/workflows/validate-rsis.yml
* Tile RSI/YAML cleanup
* Changes tile stack from 8 to 30
* Tiles actually damage when you throw them
* Removed bad tiles and rest actually fucking work now
* If I write one more line of yaml i'll cut my dick off
* fixed was very tired
* RSIs are now banging
* Sheets
* Hotfix
* Last before PR
* Ready
* Quick
* E
* Updates everything to new stack PR
* Finished off ore, set max stack size to 30 from 50.
* Most materials done
* Donezo
* Adds hides and custom sprited a corgi hide
* Should be good
* suffix
* Bugs
* Giff woodplank
* Profit?
* My first contribution in a while.Change AddAccent command to be case insensitive (#3112)
* got rid of the bottle of nothingness. thought it was an empty bottle.
* new correction
* Delete SpaceStation14.sln
I honestly don't know what happened here. I didn't code those lines.
* Revert "Delete SpaceStation14.sln"
This reverts commit 68876841dce9c6e2ce9d21996e4caef3512b1385.
* new attempt at fixing
* Revert "new attempt at fixing"
This reverts commit 780f66fda3d66b6d4d086871d0b2ea2f6d4ee004.
* Revert "My first contribution in a while.Change AddAccent command to be case insensitive (#3112)"
This reverts commit 08041a30365331b82309aedaf2136d7631459887.
* Revert "Revert "My first contribution in a while.Change AddAccent command to be case insensitive (#3112)""
This reverts commit b2dc76a6683e8df88188d37a836f9ab9a54287b5.
* Revert "Revert "Revert "My first contribution in a while.Change AddAccent command to be case insensitive (#3112)"""
This reverts commit 478d2bfe5daf6098d2f5665249ce0f161704dd73.
* Revert "Revert "Revert "Revert "My first contribution in a while.Change AddAccent command to be case insensitive (#3112)""""
This reverts commit 23c195143e1e3d05cb5f344329c01754432684a9.
* Revert "Revert "Revert "Revert "My first contribution in a while.Change AddAccent command to be case insensitive (#3112)""""
This reverts commit 23c195143e1e3d05cb5f344329c01754432684a9.
* still having figured what happened with the sln file
* please work
* -Added wood as a material.
-Made a few changes in the material requirements for some of the recipes.
* ok. added a small correction for wood at material_stacks.yml
* ok added another correction for misc.yml because for some reason a : just disappeared.
* -added plastic as a material, complete with a png (credits: tgstation)
-replaced glass with plastic for material requirements for some of the latherecipes
* for some reason the shovel was duplicate, being in both botany.yml and in tools.yml. deleted it from tools
* ok. one last try. noticed that the sprite path for shovel was weird even though it already has its own sprite at Objects/Tools/shovel.rsi . so I decided to fix the path then move the shovel back to tools.yml while deleting it from botany.yml. maybe that was the problem?
* corrected the extra space on the type: material for plastic discovered by Peptide90.
* noticed that wood also had a bad icon path.
* another attempt
* weird. I don't remember messing with the flashlight requirements.
* added plastic in the SharedStakedComponent and the meta.json from materials.rsi is back to how it was
* hopefully this icon is valid.
* small corrections concerning double space.
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
* Add Stack Visualizer
* Add cigarette pack resources
Adds transparent layers for visualizing cigarettes
* Add Bag Open/Close Visualizer
So storage opened in inventory can have different icons when opened
or closed.
* Create a component that only enumerates single item
Used for creating stuff like matchbox, or cigarettes. As a bonus.
It will only update stack visualizer for that particullar item.
* Refactoring stuff
* Fix other usage of stack in Resources
* Add docs
* Apply suggestions from code review
Apply metalgearsloth suggestions
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
* Applied suggestions from metalgearsloth
* Changed SingleItemStorageComponent to StorageCounterComponent
Difference. New component doesn't spawn items, merely counts them.
* Refactored StackVisualizer
* Fix breakage with master
* Update Resources/Prototypes/Entities/Objects/Consumable/fancy.yml
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
* Update with MGS suggestions
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
* Janitor trashbag upgrade + FANCY ANIMATIONS
* Review, Bug fixes and Sounds
- Fixed hand-pickup animation playing if the entity originated from inside a container (e.g. bag on the ground) or from inside ourselves (e.g. something in our own inventory)
* Fix/Change. Just log if AnimateEntityPickup is called with an entity that has no SpriteComponent.
* More explicit log message. Error log.
* Merge. Fix.
* Code is ready but item now spawning
* Prototype of SeveralExplosive component
* Remaked to FlashExplosiveComponent using
* Done. But i feel myself retarted
* Remaked. Looks good
* Full loaded prototype added
* Throwing in progress. Fatal error is here
* I forgot about shared
* Sloth refactor
* Delayed spawning and fix crashes
* Full clusterbang code.
* Removed useless variable and tuned delay
* Delete wrong in CreamPiedComponent
* Now yaml is code quality followed
* Reworked to GetLevel with bugs
* Never forget resources, guys
* RoundToLevels added. Now it works.
* New textures and sloth refactor is returned
* Now it's TryGetComponent
* Visualizer maximum fix and look fix
* Logging and no max and min check
* Removed max grenades sending
* vizualizer is better now
* GrenadesMax removed
* grammar, checks, NextFloat and no more try catch
* Unused using removed
Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>