-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
January 2024 Upstream Merge #863
Commits on Jan 6, 2024
-
Fix iron naming, add specific materials for ores (#23590)
add materials for ores, fix iron naming
Configuration menu - View commit details
-
Copy full SHA for 86c1e36 - Browse repository at this point
Copy the full SHA 86c1e36View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2fdad3 - Browse repository at this point
Copy the full SHA a2fdad3View commit details -
Fix Round Restarted Announcements not playing (#23387)
* Fix Round Restarted Announcements not playing Just make the RoundFlow manager play the funny announcement sound effect, rather than pass it through to players in an event that doesn't work. Only three round end announcements probably isn't enough. Maybe it is time for fresh memes. * Remove the handling in ClientGameTicker. * Pass in a specific filepass to broadcast. * you make one line change in vscode and the linter goes AH-HAH I CAN HELP YOU LET ME CLEAN THIS UP and I'm like 😔 and have to revert
Configuration menu - View commit details
-
Copy full SHA for a9075e5 - Browse repository at this point
Copy the full SHA a9075e5View commit details -
Allow storage to specify a default orientation for stored items. (#23…
…594) Co-authored-by: metalgearsloth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a448e5f - Browse repository at this point
Copy the full SHA a448e5fView commit details -
Fix player rolling agent and operative at the same time (#23568)
Update NukeopsRuleSystem.cs Probably fix the double pick bug by removing the picked agent from the Operative list
Configuration menu - View commit details
-
Copy full SHA for 7ff348f - Browse repository at this point
Copy the full SHA 7ff348fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20a1b4a - Browse repository at this point
Copy the full SHA 20a1b4aView commit details -
Remove dummy gameticker cvars (#23596)
At some point they got moved to stationsystem it seems
Configuration menu - View commit details
-
Copy full SHA for ff965b9 - Browse repository at this point
Copy the full SHA ff965b9View commit details -
Lizzer axolotl frills no longer look bad (it had messed up offset) (#…
…23595) FIXES THE 2 PIXEL OFFSET AHHHHHHHHH
Configuration menu - View commit details
-
Copy full SHA for 05866a2 - Browse repository at this point
Copy the full SHA 05866a2View commit details -
* Init coomit * meh * okay * Revert "okay" This reverts commit bb638aa4baa8dbd0e285c3435aabf83171a4806a. * enable-d * Update Content.Client/Launcher/LauncherConnectingGui.xaml.cs Co-authored-by: Kara <[email protected]> * review --------- Co-authored-by: Kara <[email protected]> Co-authored-by: metalgearsloth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5492cc5 - Browse repository at this point
Copy the full SHA 5492cc5View commit details -
Added more pride cloaks and made them craftable at the uniform printe…
…r (#21077) * added more pride capes * made the capes craftable * fixed sprite names and coding errors * renamed capes to cloaks to be in line with other cloaks --------- Co-authored-by: metalgearsloth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c94189d - Browse repository at this point
Copy the full SHA c94189dView commit details -
Add input port of the network system in timer (#20026)
* Add port link sink in timer * Update SignalTimerSystem.cs Moving the trigger so that everything works correctly and does not conflict. Correction of remarks. * Update SignalTimerSystem.cs * a * review --------- Co-authored-by: metalgearsloth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 731cfc2 - Browse repository at this point
Copy the full SHA 731cfc2View commit details -
* Initial prediction * new group handling * groups for all examines that use multiple rn * compile * why was it doing this?? * handle newlines with sorting properly
Configuration menu - View commit details
-
Copy full SHA for 0ae3858 - Browse repository at this point
Copy the full SHA 0ae3858View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14e15b4 - Browse repository at this point
Copy the full SHA 14e15b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed7a787 - Browse repository at this point
Copy the full SHA ed7a787View commit details -
Fixed lighters exeption with missing component (#23589)
Update lighters.yml
Configuration menu - View commit details
-
Copy full SHA for 6a49144 - Browse repository at this point
Copy the full SHA 6a49144View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45be12b - Browse repository at this point
Copy the full SHA 45be12bView commit details -
* add content * u cant pickup lightning * -5 heat damage * Update battery_guns.yml
Configuration menu - View commit details
-
Copy full SHA for 7d30b5a - Browse repository at this point
Copy the full SHA 7d30b5aView commit details -
Added Black Jumpsuit and various colorful gloves to the Clothesmate (…
…#23489) * Added the Black Jumpsuit and various colorful gloves to the Clothesmate Considering that Black Gloves are available in the Clothesmate, it makes sense to add the various colorful gloves that are almost entirely unused currently. * Update cargo_vending.yml
Configuration menu - View commit details
-
Copy full SHA for 46ea3b6 - Browse repository at this point
Copy the full SHA 46ea3b6View commit details -
Set pAI up with a static map the pAI can use (#23499)
* Set pAI up with a trackless map * Added a untracked map user interface class to support gps-less mapping * Added to pAI by default, expect it to be given to borgs as well in time. As the personal AI is literally immobile as a ghost, it is useful to ensure that people carry one. With that idea in mind, it is worth giving the pAI a reason to be carried that doesn't depend on the player having a cracking selection of midi files on hand. * Tried to use new ProtoId and have EntityUid on the client as commented by metalgearsloth * Review --------- Co-authored-by: metalgearsloth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 412f3f4 - Browse repository at this point
Copy the full SHA 412f3f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for da0b502 - Browse repository at this point
Copy the full SHA da0b502View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea7428c - Browse repository at this point
Copy the full SHA ea7428cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b4325b - Browse repository at this point
Copy the full SHA 9b4325bView commit details -
Provide non-flake hermetic shell by pinning nixpkgs (#23368)
Provide non-flake solution by pinning in shell.nix Invoking `nix-shell` makes shell.nix not consume the flake. Importing `<nixpkgs>` is dependent on the user's current nixpkgs channel. This is not reproducible. Fix this by pinning nixpkgs to the same revision of the flake input.
Configuration menu - View commit details
-
Copy full SHA for 2629a8d - Browse repository at this point
Copy the full SHA 2629a8dView commit details -
add syndicate singularity beacon (#18486)
* implement singulo attraction * add attractor syndie item * cleanup * fix name/desc * actually fix name * singulo toolbox no longer whitelisted * add custom sprite, overhaul prototype * address review * beacon real * webedit 1 * webedit 2 * webedit 3 * permalink to copyright --------- Co-authored-by: deltanedas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1544167 - Browse repository at this point
Copy the full SHA 1544167View commit details -
more balanced constructing and unscrewing for metal objects (#21051)
* more balanced constructing and unscrewing for metal objects - computer frame, machine frame, rack and meatspike can be deconstructed while anchored by screwing - Computer frames now need time to be constructed. - it now takes a reasonable time to make a meatspike. If you can construct a machine frame in 2.5, surely you can make a meatspike in 2. * Fixes test
Configuration menu - View commit details
-
Copy full SHA for d73c7e9 - Browse repository at this point
Copy the full SHA d73c7e9View commit details -
Add Diphenhydramine Recipe (#23006)
Add Diphenhydramine Co-authored-by: Jeff <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52aac0e - Browse repository at this point
Copy the full SHA 52aac0eView commit details -
* barber! * 5% change to maintenance * some fixes * refactor some * ElectroJR fix merge * aoa * remvoe humanoid * Magic mirror cleanup * Cleanup * Bunch more fixes * Fix nohair + range bugs * Fixes --------- Co-authored-by: metalgearsloth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0097d4 - Browse repository at this point
Copy the full SHA f0097d4View commit details -
Add whitelist to centrifuge, only allowing vials. (#23538)
* Add whitelist to centrifuge, only allowing vials. * Better Tag Name * review --------- Co-authored-by: metalgearsloth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57f245e - Browse repository at this point
Copy the full SHA 57f245eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 347655f - Browse repository at this point
Copy the full SHA 347655fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 993793f - Browse repository at this point
Copy the full SHA 993793fView commit details -
* Fix tags - Boots is redundant and people keep dumping at end of list. * weh
Configuration menu - View commit details
-
Copy full SHA for 434206c - Browse repository at this point
Copy the full SHA 434206cView commit details -
Limits the minimum base skin color brightness for species with Hue co…
…loration (#23605) adds a minimum skin tone for hue skin colors
Configuration menu - View commit details
-
Copy full SHA for 43d1be5 - Browse repository at this point
Copy the full SHA 43d1be5View commit details -
* Snout Fitting Masks * Line Fix * Happy Clown
Configuration menu - View commit details
-
Copy full SHA for d9eaf9f - Browse repository at this point
Copy the full SHA d9eaf9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d79ead6 - Browse repository at this point
Copy the full SHA d79ead6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17da2f0 - Browse repository at this point
Copy the full SHA 17da2f0View commit details -
Add hats and berets to the uniform printer (take 2) (#23556)
* hates and beretes welcome to team 4tress, after eighteen millennia in development, hopefully it will have been worth the wait * EEYIKES!! How will I ever "fix" these "typos"??? * SPELL WARS 2: ATTACK OF THE TYPOS hlep me i catn' stop speeling bad * put hats above associated uniforms
Configuration menu - View commit details
-
Copy full SHA for 04cf1c3 - Browse repository at this point
Copy the full SHA 04cf1c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1299c81 - Browse repository at this point
Copy the full SHA 1299c81View commit details -
Fix bad sawmill IPostInjectInit (#23626)
Same issue as space-wizards/RobustToolbox@359811f
Pieter-Jan Briers authoredJan 6, 2024 Configuration menu - View commit details
-
Copy full SHA for d8cbddf - Browse repository at this point
Copy the full SHA d8cbddfView commit details -
Rename Goldschläger to Gildlager (#23223)
* add * fix * catalog * migration * conflicts.. * uh * test * m * fix fr * line? * beg * suffering * um * fix --------- Co-authored-by: metalgearsloth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 172fcaf - Browse repository at this point
Copy the full SHA 172fcafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7858dad - Browse repository at this point
Copy the full SHA 7858dadView commit details -
* Revert "New moth antennae and wing pair, Underwing (#23559)" This reverts commit 1b4f1ac. * Revert "Revert "New moth antennae and wing pair, Underwing (#23559)"" This reverts commit d2543d566cb398b4d7496e3f189cb638f826bf27. * ore * banona * glo * shadwe
Configuration menu - View commit details
-
Copy full SHA for a3f40c2 - Browse repository at this point
Copy the full SHA a3f40c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5909f6 - Browse repository at this point
Copy the full SHA f5909f6View commit details -
Fixes NPCs that lack a UseDelay component failing to interact with ob…
…jects (#23638) fixes NPCs failing to interact with objects
Configuration menu - View commit details
-
Copy full SHA for abfa9ff - Browse repository at this point
Copy the full SHA abfa9ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb46918 - Browse repository at this point
Copy the full SHA eb46918View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ddb3db - Browse repository at this point
Copy the full SHA 4ddb3dbView commit details
Commits on Jan 7, 2024
-
Fixing performance issue with Proximity Detector (#23557)
* fixing access levels and removed strings from data defs * Fixing proximity detector performance - Re-added component filtering for the close entity search. - Changed criteria functionality to only allow for searching for entities with all specified comps (matching any would be too unperformant)
Configuration menu - View commit details
-
Copy full SHA for 3261962 - Browse repository at this point
Copy the full SHA 3261962View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94d4d22 - Browse repository at this point
Copy the full SHA 94d4d22View commit details -
Kobold noises! Gently the kobolds (and monkeys)! Monkey YAML cleanup!
* modular monkeys - you can now gently the monkeys and kobolds * kobolds are clumsy critters!! * that's baseline now
Configuration menu - View commit details
-
Copy full SHA for e57b472 - Browse repository at this point
Copy the full SHA e57b472View commit details -
Microwaves no longer instantly gib living creatures Microwaves now he…
…at in real-time * Animal cruelty nerf - microwaves no longer instantly gib, and now heat in realtime * While we're at it there's honestly no need for this shit to be hardcoded
Configuration menu - View commit details
-
Copy full SHA for 21ec29b - Browse repository at this point
Copy the full SHA 21ec29bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b107b5 - Browse repository at this point
Copy the full SHA 8b107b5View commit details -
Update dice state handling (#23643)
* Auto generate dice component state handling, and update data field annotations * Missed one.
Configuration menu - View commit details
-
Copy full SHA for 39e59cb - Browse repository at this point
Copy the full SHA 39e59cbView commit details -
Co-authored-by: PJBot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f8eab7 - Browse repository at this point
Copy the full SHA 5f8eab7View commit details -
* Stuff * Fix RoundStatus Action * Rename stuff * Also needs to run on the main thread * minor stuff * Move to not be an EntitySystem * Part 1 of making this less shit * Make some more stuff run on main thread * Actor check, logging and remove token from log. * Better log * Change ActionKick to use Guid instead of username * Fix build * Bandaid fix for test fails
Configuration menu - View commit details
-
Copy full SHA for dfc8ea6 - Browse repository at this point
Copy the full SHA dfc8ea6View commit details -
* add content * 4 tk to 8 tk * replace to autoinject, now cat can explode in any moment. increase cost to 10tk * Update animals.yml
Configuration menu - View commit details
-
Copy full SHA for d22fe3f - Browse repository at this point
Copy the full SHA d22fe3fView commit details -
Bullet Type Visual Indicator (#21068)
* Bullet Class indicators * New Practice Sprite * Removed re-specified values * fixes up whitespace to get this merged --------- Co-authored-by: deathride58 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b85a9d7 - Browse repository at this point
Copy the full SHA b85a9d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40e4d43 - Browse repository at this point
Copy the full SHA 40e4d43View commit details -
Configuration menu - View commit details
-
Copy full SHA for fed15b0 - Browse repository at this point
Copy the full SHA fed15b0View commit details -
Fix salvage magnet determinism (#23655)
Machine-specific moment, you'd think I'd remember from expeditions.
Configuration menu - View commit details
-
Copy full SHA for fb24f9a - Browse repository at this point
Copy the full SHA fb24f9aView commit details -
mapBounds was null after one of my last changes. I changed the transform so it's just passed in directly as I don't think there was an easy way around it. I checked magnet + roomfills still work.
Configuration menu - View commit details
-
Copy full SHA for 3452521 - Browse repository at this point
Copy the full SHA 3452521View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0f51de - Browse repository at this point
Copy the full SHA d0f51deView commit details -
Bump blob asteroid iterations (#23660)
Occasionally the big blob is too small.
Configuration menu - View commit details
-
Copy full SHA for fe91132 - Browse repository at this point
Copy the full SHA fe91132View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a2c3ba - Browse repository at this point
Copy the full SHA 1a2c3baView commit details -
Disable magnet wrecks (#23664)
Until we can manage these code-wise better and not rely upon people who aren't even around anymore to balance them.
Configuration menu - View commit details
-
Copy full SHA for 3c8d78c - Browse repository at this point
Copy the full SHA 3c8d78cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fd8ca6 - Browse repository at this point
Copy the full SHA 8fd8ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23ec7d8 - Browse repository at this point
Copy the full SHA 23ec7d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fc5bf5 - Browse repository at this point
Copy the full SHA 0fc5bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb294a7 - Browse repository at this point
Copy the full SHA bb294a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93a77e8 - Browse repository at this point
Copy the full SHA 93a77e8View commit details -
Adds the central commanders cloak. (#23666)
* Adds the central commanders cloak. * Adds it to CentDrobe, and also matches it to other naming schemes * oops fucked up a capital letter. fixed
Configuration menu - View commit details
-
Copy full SHA for f724291 - Browse repository at this point
Copy the full SHA f724291View commit details -
Configuration menu - View commit details
-
Copy full SHA for 627aa56 - Browse repository at this point
Copy the full SHA 627aa56View commit details -
Onion Rings can now be dipped (#23582)
Updated onion rings Changed maxVol of onion rings to 4 in order to allow dip
Configuration menu - View commit details
-
Copy full SHA for 3e3ff02 - Browse repository at this point
Copy the full SHA 3e3ff02View commit details -
Revert "Game server api (#23129)" (#23672)
This reverts commit dfc8ea6.
Configuration menu - View commit details
-
Copy full SHA for c05a458 - Browse repository at this point
Copy the full SHA c05a458View commit details -
Fix magnet re-parenting (#23680)
Me when I test at default position and forgor to store localposition.
Configuration menu - View commit details
-
Copy full SHA for 5d1fcf9 - Browse repository at this point
Copy the full SHA 5d1fcf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc07cbc - Browse repository at this point
Copy the full SHA bc07cbcView commit details -
Hellfire Thermomachines (#23543)
* hellfire thermomachines * slight nerf? idk * ilya review * Improve clarity * Update Content.Server/Atmos/Piping/Unary/EntitySystems/GasThermoMachineSystem.cs Co-authored-by: Kevin Zheng <[email protected]> --------- Co-authored-by: Kevin Zheng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a78e9a8 - Browse repository at this point
Copy the full SHA a78e9a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9d2862 - Browse repository at this point
Copy the full SHA d9d2862View commit details -
Ninja and Syndie reinforcement ghost role locale (#23691)
ghost role locale
Configuration menu - View commit details
-
Copy full SHA for c6e829c - Browse repository at this point
Copy the full SHA c6e829cView commit details -
Update ChemicalReaction and ReagentEffect logs. (#23649)
* Update ChemicalReaction and ReagentEffect logs. * Updated explosion log as well, and small cleanup.
Configuration menu - View commit details
-
Copy full SHA for aa7fcb1 - Browse repository at this point
Copy the full SHA aa7fcb1View commit details -
Adds ties to the uniform printer. (#23686)
To not bloat the vendors but to still allow one to be fancy if they bother head of personel enough.
Configuration menu - View commit details
-
Copy full SHA for 7c87ba3 - Browse repository at this point
Copy the full SHA 7c87ba3View commit details -
Pies and tarts categorized in meal_recipes.yml, added their recipes w…
…here possible (#23266) pies and tarts categorized, added recipes where possible
Configuration menu - View commit details
-
Copy full SHA for 19e4101 - Browse repository at this point
Copy the full SHA 19e4101View commit details -
* comit * 🚯 🐼 * stupid * stupid x2 * fix tests * Update cargo_vending.yml
Configuration menu - View commit details
-
Copy full SHA for ee21939 - Browse repository at this point
Copy the full SHA ee21939View commit details -
Configuration menu - View commit details
-
Copy full SHA for 875f24b - Browse repository at this point
Copy the full SHA 875f24bView commit details -
* Update borg_modules.yml * Update uplink_catalog.yml * Update uplink-catalog.ftl * Add files via upload * Update meta.json * Update uplink-catalog.ftl --------- Co-authored-by: Ed <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c2fd55 - Browse repository at this point
Copy the full SHA 4c2fd55View commit details -
Prevent ejection of cleaning module's holofan powercell (#23696)
prevent battery ejection janitor cyborg holofan and make it recharge
Configuration menu - View commit details
-
Copy full SHA for ac1990f - Browse repository at this point
Copy the full SHA ac1990fView commit details -
Adds syndicate cyborgs. Adds Assault cyborgs to nukie uplink (#19733)
* added syndicate cyborgs * add assault cyborg to uplink * updated tags.yml * changed syndicate cyborgs' hitpoints to 200 fixed NPCfaction * added noslip and MovementAlwaysTouching component to syndicate cyborgs akin to carps, as a stop gap for no magboots or jetpack. Access component fix. * fixes nodes * fixes construction * fixed typo and intergrationtests * adds back ammocounter for l6c * fix lawset * fix item size * nono, fix again --------- Co-authored-by: Ed <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b93243 - Browse repository at this point
Copy the full SHA 1b93243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1638d52 - Browse repository at this point
Copy the full SHA 1638d52View commit details -
Adds .001 chance for vending spawners to spawn mimic (#21997)
Co-authored-by: Jeff <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd3c529 - Browse repository at this point
Copy the full SHA fd3c529View commit details -
Update VoteCommands.cs Pretty sure this is it.
Configuration menu - View commit details
-
Copy full SHA for 2f4204c - Browse repository at this point
Copy the full SHA 2f4204cView commit details -
Fix duplicate popups in ripley (#23692)
Fix duplicate popups on switching selected equipment
Configuration menu - View commit details
-
Copy full SHA for e1e99e1 - Browse repository at this point
Copy the full SHA e1e99e1View commit details -
Patch Cargo Lathe Abuse (#23698)
* Reduce Several Prices * Several Fixes
Configuration menu - View commit details
-
Copy full SHA for 6c9c8ab - Browse repository at this point
Copy the full SHA 6c9c8abView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4a99c1 - Browse repository at this point
Copy the full SHA c4a99c1View commit details
Commits on Jan 8, 2024
-
Fix RoundStartTimeSpan not being networked on client-side after recon…
…necting (#23707) Fix RoundStartTimeSpan state not being networked on reconnections
Configuration menu - View commit details
-
Copy full SHA for 31133ef - Browse repository at this point
Copy the full SHA 31133efView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9b700a - Browse repository at this point
Copy the full SHA c9b700aView commit details -
Fix changelog RSS being broken (#23712)
Pieter-Jan Briers authoredJan 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 75df580 - Browse repository at this point
Copy the full SHA 75df580View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e7ee0c - Browse repository at this point
Copy the full SHA 3e7ee0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81aa5d3 - Browse repository at this point
Copy the full SHA 81aa5d3View commit details -
Incendiary projectiles and lava firestack reduction (#23479)
* Firestack reduction and FireStackOnHit added * Slight lava tweak * Remove component and tweaked incendiary pellets * Incendiary grenade tweak * Now ignites on projectile fixture or ignition fixture + incendiary grenade tweak * flare shells now ignite entities again * Comment * undo flare gun ignite
Configuration menu - View commit details
-
Copy full SHA for 6bf6994 - Browse repository at this point
Copy the full SHA 6bf6994View commit details -
Configuration menu - View commit details
-
Copy full SHA for aea68b9 - Browse repository at this point
Copy the full SHA aea68b9View commit details -
Increase minimum requirement for lowpop maps (#23718)
* add * add * yes
Configuration menu - View commit details
-
Copy full SHA for 7652cfa - Browse repository at this point
Copy the full SHA 7652cfaView commit details -
Improve visibility of gun bolts (#23711)
* add overlay * ??????
Configuration menu - View commit details
-
Copy full SHA for dc994f9 - Browse repository at this point
Copy the full SHA dc994f9View commit details -
* Cleanup mimic event Now it won't be forced on dev map or mapping mode. * Minor cleanup
Configuration menu - View commit details
-
Copy full SHA for f0d9782 - Browse repository at this point
Copy the full SHA f0d9782View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cf4ba8 - Browse repository at this point
Copy the full SHA 2cf4ba8View commit details -
Cryoxadone and doxarubixadone now work on the dead (#23558)
cryox variable add
Configuration menu - View commit details
-
Copy full SHA for 00ee48e - Browse repository at this point
Copy the full SHA 00ee48eView commit details -
Mothroach gib threshold and resilience increase (#23722)
* mothroach resilience tweak * Increased mass * lower gib threshold
Configuration menu - View commit details
-
Copy full SHA for b3e695c - Browse repository at this point
Copy the full SHA b3e695cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c861b66 - Browse repository at this point
Copy the full SHA c861b66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 945a402 - Browse repository at this point
Copy the full SHA 945a402View commit details -
Add ability to copy data from pda (#23533)
* This commit add ability to copy station name and time to clipboard * Add ability to copy name and profession. Fix style of code. * fix * Make copy by pressing on label * Fix style code --------- Co-authored-by: Ivan Rubinov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6913ebc - Browse repository at this point
Copy the full SHA 6913ebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cce9bde - Browse repository at this point
Copy the full SHA cce9bdeView commit details -
Add Initial Cooldown To Communications Computers (#21681)
* Add initial delay variable * Add cooldown to console on spawn * shock --------- Co-authored-by: metalgearsloth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36fe294 - Browse repository at this point
Copy the full SHA 36fe294View commit details -
* fland beacon update wip * small adjustments
Configuration menu - View commit details
-
Copy full SHA for ad8927b - Browse repository at this point
Copy the full SHA ad8927bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cba5b4 - Browse repository at this point
Copy the full SHA 6cba5b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08b3263 - Browse repository at this point
Copy the full SHA 08b3263View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cb9797 - Browse repository at this point
Copy the full SHA 5cb9797View commit details -
Round mixing temperature entries in the guidebook (#23751)
Thanks for the help, Fluent.
Configuration menu - View commit details
-
Copy full SHA for 4972e25 - Browse repository at this point
Copy the full SHA 4972e25View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee9e37d - Browse repository at this point
Copy the full SHA ee9e37dView commit details -
Fix stray pixel in white monkey jumpsuit (#23750)
Blast that smug little pixel
Configuration menu - View commit details
-
Copy full SHA for 1e32400 - Browse repository at this point
Copy the full SHA 1e32400View commit details -
* help * Update SalvageMagnetDataComponent.cs * Update SalvageSystem.Magnet.cs * my eyes
Configuration menu - View commit details
-
Copy full SHA for e0e4d76 - Browse repository at this point
Copy the full SHA e0e4d76View commit details -
kill machine parts + migrate machine part spawners to salvage loot sp…
…awner (#23752) * kill machine parts * guidebook and artifact effect * worst test ive ever seen in my life * nuke test
Configuration menu - View commit details
-
Copy full SHA for df1d8c3 - Browse repository at this point
Copy the full SHA df1d8c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20ae57a - Browse repository at this point
Copy the full SHA 20ae57aView commit details
Commits on Jan 9, 2024
-
Fixes ninja not being able to use abilities (#23748)
* Fixes ninja not being able to use abilities * This was for testing
Configuration menu - View commit details
-
Copy full SHA for a312774 - Browse repository at this point
Copy the full SHA a312774View commit details -
* unique satchel grid * small tweaksies
Configuration menu - View commit details
-
Copy full SHA for efb1c58 - Browse repository at this point
Copy the full SHA efb1c58View commit details -
Reduce vendor thank you message spam and add variety (#23746)
* Moved vendor thank you messages into AdvertisementPack, making them vendor-specific. Wrote a few example messages. * Only display thank yous when closing the UI after a purchase. * Tweaked a few messages * More custom messages * Missed one
Configuration menu - View commit details
-
Copy full SHA for eb9770e - Browse repository at this point
Copy the full SHA eb9770eView commit details -
syndicate monkey changes, new nukeop monkey (#23744)
* fix * fix uplink * add suffix
Configuration menu - View commit details
-
Copy full SHA for b1c7179 - Browse repository at this point
Copy the full SHA b1c7179View commit details -
Add delicious mopwata (#23740)
* added delicious mopwata * added mopwata, the reagent * fixed issues, changed color, added more possible fills
Configuration menu - View commit details
-
Copy full SHA for a34ee7c - Browse repository at this point
Copy the full SHA a34ee7cView commit details -
Appraisal tools check for cargo bounty completion (#23760)
Co-authored-by: ike709 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8e8e61 - Browse repository at this point
Copy the full SHA b8e8e61View commit details -
Mining rebalance + seismic charges (#23757)
* push * PUSH * reuse cryo explosion * minus loud * ore band + pka * idk dawg
Configuration menu - View commit details
-
Copy full SHA for 78442ce - Browse repository at this point
Copy the full SHA 78442ceView commit details -
Revert "Cryoxadone and doxarubixadone now work on the dead" (#23763)
Revert "Cryoxadone and doxarubixadone now work on the dead (#23558)" This reverts commit 00ee48e.
Configuration menu - View commit details
-
Copy full SHA for fd024cf - Browse repository at this point
Copy the full SHA fd024cfView commit details -
Powered stasis bed prevents body decay (#23520)
* Powered stasis bed prevents body decay * Update following CR comments * Remove unused import * Simplify if-statements * Change implementation following CR suggestions * Add comment & remove explicit get/set
Configuration menu - View commit details
-
Copy full SHA for e97fd47 - Browse repository at this point
Copy the full SHA e97fd47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db615a - Browse repository at this point
Copy the full SHA 5db615aView commit details -
Checking for used utensils actually happens now (#23766)
checking for utensils actually happens now
Configuration menu - View commit details
-
Copy full SHA for f2647ac - Browse repository at this point
Copy the full SHA f2647acView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdd18c9 - Browse repository at this point
Copy the full SHA fdd18c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05d42dc - Browse repository at this point
Copy the full SHA 05d42dcView commit details -
Skeleton species locale (#23770)
* Update species.ftl * Update skeleton.yml
Configuration menu - View commit details
-
Copy full SHA for 6c0467c - Browse repository at this point
Copy the full SHA 6c0467cView commit details -
L shape drill + Surgical Tool Rotation fixes (#23773)
L shape drill + surgical tool rotation
Configuration menu - View commit details
-
Copy full SHA for 670db09 - Browse repository at this point
Copy the full SHA 670db09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74a0f47 - Browse repository at this point
Copy the full SHA 74a0f47View commit details -
Configuration menu - View commit details
-
Copy full SHA for f39fbd4 - Browse repository at this point
Copy the full SHA f39fbd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7c94c5 - Browse repository at this point
Copy the full SHA e7c94c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a014876 - Browse repository at this point
Copy the full SHA a014876View commit details -
Fix storagecomp serialization (#23780)
* Fix storagecomp serialization * Fix state
Configuration menu - View commit details
-
Copy full SHA for b22c9aa - Browse repository at this point
Copy the full SHA b22c9aaView commit details -
* Delete Resources/Maps/barratry.yml * Delete Resources/Prototypes/Maps/barratry.yml * Update default.yml * Update PostMapInitTest.cs
Configuration menu - View commit details
-
Copy full SHA for 7f02c0f - Browse repository at this point
Copy the full SHA 7f02c0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57c607b - Browse repository at this point
Copy the full SHA 57c607bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd7c641 - Browse repository at this point
Copy the full SHA fd7c641View commit details -
Configuration menu - View commit details
-
Copy full SHA for 122611c - Browse repository at this point
Copy the full SHA 122611cView commit details -
Biome marker layer tweaks (#23663)
* Biome marker layer tweaks - Ensure veins get spawned at great perf cost (it's time-sliced anyway). - Bump asteroids from 6 nodes to 10 nodes. * Fixes * magnet * Magnet dictates wreck spawn * Update Content.Shared/Procedural/PostGeneration/BiomeMarkerLayerPostGen.cs * mraow
Configuration menu - View commit details
-
Copy full SHA for d7eb7b7 - Browse repository at this point
Copy the full SHA d7eb7b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d59e285 - Browse repository at this point
Copy the full SHA d59e285View commit details -
More pirate weapon content(two new cannon ammo types, a musket and fl…
…intlock resprite and rebalance) (#23408) * tally ho * yarg * forgot some shit * Update projectiles.yml * fucl * glass ball * Update snipers.yml --------- Co-authored-by: Ed <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5fd3d45 - Browse repository at this point
Copy the full SHA 5fd3d45View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfbf47c - Browse repository at this point
Copy the full SHA dfbf47cView commit details
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6469ebd - Browse repository at this point
Copy the full SHA 6469ebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d708216 - Browse repository at this point
Copy the full SHA d708216View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25f97bf - Browse repository at this point
Copy the full SHA 25f97bfView commit details -
Merge remote-tracking branch 'origin/january-vanilla-upstream-merge' …
…into january-vanilla-upstream-merge
Configuration menu - View commit details
-
Copy full SHA for dee39f1 - Browse repository at this point
Copy the full SHA dee39f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32ce3c3 - Browse repository at this point
Copy the full SHA 32ce3c3View commit details
Commits on Jan 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7327d6d - Browse repository at this point
Copy the full SHA 7327d6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c61f592 - Browse repository at this point
Copy the full SHA c61f592View commit details -
Configuration menu - View commit details
-
Copy full SHA for fefb42f - Browse repository at this point
Copy the full SHA fefb42fView commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7ee550 - Browse repository at this point
Copy the full SHA a7ee550View commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d895d81 - Browse repository at this point
Copy the full SHA d895d81View commit details
Commits on Jan 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c96403 - Browse repository at this point
Copy the full SHA 8c96403View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6258084 - Browse repository at this point
Copy the full SHA 6258084View commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eeced1a - Browse repository at this point
Copy the full SHA eeced1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4925c1 - Browse repository at this point
Copy the full SHA c4925c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6590299 - Browse repository at this point
Copy the full SHA 6590299View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd56c9 - Browse repository at this point
Copy the full SHA 3bd56c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 972d552 - Browse repository at this point
Copy the full SHA 972d552View commit details -
Merge remote-tracking branch 'origin/january-vanilla-upstream-merge' …
…into january-vanilla-upstream-merge
Configuration menu - View commit details
-
Copy full SHA for d508583 - Browse repository at this point
Copy the full SHA d508583View commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c969b30 - Browse repository at this point
Copy the full SHA c969b30View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbf82e3 - Browse repository at this point
Copy the full SHA fbf82e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ec6eed - Browse repository at this point
Copy the full SHA 3ec6eedView commit details -
Revert "kill machine parts + migrate machine part spawners to salvage…
… loot spawner (#23752)" This reverts commit df1d8c3
Configuration menu - View commit details
-
Copy full SHA for b55fa9e - Browse repository at this point
Copy the full SHA b55fa9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70f514a - Browse repository at this point
Copy the full SHA 70f514aView commit details
Commits on Feb 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eeced0a - Browse repository at this point
Copy the full SHA eeced0aView commit details -
Merge branch 'january-vanilla-upstream-merge' of https://github.com/n…
…ew-frontiers-14/frontier-station-14 into pr/863
Configuration menu - View commit details
-
Copy full SHA for 232f70b - Browse repository at this point
Copy the full SHA 232f70bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 606a65d - Browse repository at this point
Copy the full SHA 606a65dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb8e1b1 - Browse repository at this point
Copy the full SHA cb8e1b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fd16f8 - Browse repository at this point
Copy the full SHA 3fd16f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d0c428 - Browse repository at this point
Copy the full SHA 7d0c428View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf19480 - Browse repository at this point
Copy the full SHA cf19480View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6921710 - Browse repository at this point
Copy the full SHA 6921710View commit details -
Configuration menu - View commit details
-
Copy full SHA for d149751 - Browse repository at this point
Copy the full SHA d149751View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6fae8e - Browse repository at this point
Copy the full SHA b6fae8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for da83d1a - Browse repository at this point
Copy the full SHA da83d1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11b7784 - Browse repository at this point
Copy the full SHA 11b7784View commit details -
Configuration menu - View commit details
-
Copy full SHA for 263bdb6 - Browse repository at this point
Copy the full SHA 263bdb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c62999 - Browse repository at this point
Copy the full SHA 4c62999View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bb9fe4 - Browse repository at this point
Copy the full SHA 6bb9fe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67ade90 - Browse repository at this point
Copy the full SHA 67ade90View commit details
Commits on Feb 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a156129 - Browse repository at this point
Copy the full SHA a156129View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5568e1 - Browse repository at this point
Copy the full SHA f5568e1View commit details -
Merge remote-tracking branch 'origin/january-vanilla-upstream-merge' …
…into january-vanilla-upstream-merge
Configuration menu - View commit details
-
Copy full SHA for bc5e23f - Browse repository at this point
Copy the full SHA bc5e23fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 800b626 - Browse repository at this point
Copy the full SHA 800b626View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c2f3c6 - Browse repository at this point
Copy the full SHA 5c2f3c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2cfff6 - Browse repository at this point
Copy the full SHA c2cfff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd072de - Browse repository at this point
Copy the full SHA fd072deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f03f26 - Browse repository at this point
Copy the full SHA 2f03f26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 524d730 - Browse repository at this point
Copy the full SHA 524d730View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c2f720 - Browse repository at this point
Copy the full SHA 9c2f720View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dfad6d - Browse repository at this point
Copy the full SHA 5dfad6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e811fc - Browse repository at this point
Copy the full SHA 2e811fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3caa2b6 - Browse repository at this point
Copy the full SHA 3caa2b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1337ebe - Browse repository at this point
Copy the full SHA 1337ebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16bcac9 - Browse repository at this point
Copy the full SHA 16bcac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a2b2d3 - Browse repository at this point
Copy the full SHA 9a2b2d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dac0a82 - Browse repository at this point
Copy the full SHA dac0a82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73b2914 - Browse repository at this point
Copy the full SHA 73b2914View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4c2ae1 - Browse repository at this point
Copy the full SHA a4c2ae1View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74fe55e - Browse repository at this point
Copy the full SHA 74fe55eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3541370 - Browse repository at this point
Copy the full SHA 3541370View commit details -
Revert "Remove "uncloneable" trait (#23229)"
This reverts commit aa50f2d.
Configuration menu - View commit details
-
Copy full SHA for 3963e45 - Browse repository at this point
Copy the full SHA 3963e45View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7a5dd7 - Browse repository at this point
Copy the full SHA f7a5dd7View commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 58530f8 - Browse repository at this point
Copy the full SHA 58530f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5a4115 - Browse repository at this point
Copy the full SHA d5a4115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 680e1d7 - Browse repository at this point
Copy the full SHA 680e1d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62d4b94 - Browse repository at this point
Copy the full SHA 62d4b94View commit details -
Configuration menu - View commit details
-
Copy full SHA for fef49f4 - Browse repository at this point
Copy the full SHA fef49f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63833bf - Browse repository at this point
Copy the full SHA 63833bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8a45ee - Browse repository at this point
Copy the full SHA a8a45eeView commit details -
Update clientCommandPerms.yml Signed-off-by: Debug <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d00eba - Browse repository at this point
Copy the full SHA 3d00ebaView commit details -
Increase barber scissors' doafter time (#627)
* Update barber.yml Signed-off-by: Debug <[email protected]> * Update barber.yml Signed-off-by: Debug <[email protected]> --------- Signed-off-by: Debug <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb29c99 - Browse repository at this point
Copy the full SHA eb29c99View commit details -
* Update pride.yml Necessary change. * Update pride.yml added bee socks. very important * Update cargo_vending.yml the price of freedom Signed-off-by: Tad "Taddy" Johnson <[email protected]> --------- Signed-off-by: Tad "Taddy" Johnson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c38cf7 - Browse repository at this point
Copy the full SHA 2c38cf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdaf268 - Browse repository at this point
Copy the full SHA bdaf268View commit details -
No more "HONK mimimimimi" for the clown (#574)
Update clown.yml
Configuration menu - View commit details
-
Copy full SHA for 85519a5 - Browse repository at this point
Copy the full SHA 85519a5View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0f37d5 - Browse repository at this point
Copy the full SHA e0f37d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e3025b - Browse repository at this point
Copy the full SHA 2e3025bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84050e7 - Browse repository at this point
Copy the full SHA 84050e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05d37b3 - Browse repository at this point
Copy the full SHA 05d37b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8afdad7 - Browse repository at this point
Copy the full SHA 8afdad7View commit details -
* Add BB gun * Clean up back sprite * Replace old code * Case? * Guess I didn't need that * Proper attribution --------- Co-authored-by: Jeff <>
Configuration menu - View commit details
-
Copy full SHA for a7cb48b - Browse repository at this point
Copy the full SHA a7cb48bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49aa50b - Browse repository at this point
Copy the full SHA 49aa50bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 271d9d9 - Browse repository at this point
Copy the full SHA 271d9d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2578821 - Browse repository at this point
Copy the full SHA 2578821View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7d0ec4 - Browse repository at this point
Copy the full SHA a7d0ec4View commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c3b0b0 - Browse repository at this point
Copy the full SHA 7c3b0b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83a047f - Browse repository at this point
Copy the full SHA 83a047fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2361068 - Browse repository at this point
Copy the full SHA 2361068View commit details -
Merge remote-tracking branch 'origin/january-vanilla-upstream-merge' …
…into january-vanilla-upstream-merge
Configuration menu - View commit details
-
Copy full SHA for 67e513f - Browse repository at this point
Copy the full SHA 67e513fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93391b1 - Browse repository at this point
Copy the full SHA 93391b1View commit details -
Merge branch 'january-vanilla-upstream-merge' of https://github.com/n…
…ew-frontiers-14/frontier-station-14 into january-vanilla-upstream-merge
Configuration menu - View commit details
-
Copy full SHA for 11a406c - Browse repository at this point
Copy the full SHA 11a406cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1bbf8c - Browse repository at this point
Copy the full SHA f1bbf8cView commit details -
Merge branch 'january-vanilla-upstream-merge' of https://github.com/n…
…ew-frontiers-14/frontier-station-14 into pr/863
Configuration menu - View commit details
-
Copy full SHA for 7dcdbd6 - Browse repository at this point
Copy the full SHA 7dcdbd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 385eadb - Browse repository at this point
Copy the full SHA 385eadbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73493d3 - Browse repository at this point
Copy the full SHA 73493d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fcf48f - Browse repository at this point
Copy the full SHA 9fcf48fView commit details -
* Scottish Accent Draft * Add Accent Component and Accent System * Fix System and Component Slightly * Fixed Accent and Component * Fixed capitalization * Added Plural Words * God given right to own bag pipes * Added Kilts * Added Scottish Clothes to Theater Vend * Updated Pricing * Fixed Pricing
Configuration menu - View commit details
-
Copy full SHA for 09eee81 - Browse repository at this point
Copy the full SHA 09eee81View commit details -
Updates ships with new chem devices
Crescent, helix, and caduceus. Also moves caduceus to the NF folders.
Configuration menu - View commit details
-
Copy full SHA for ca45c53 - Browse repository at this point
Copy the full SHA ca45c53View commit details -
Merge branch 'january-vanilla-upstream-merge' of https://github.com/n…
…ew-frontiers-14/frontier-station-14 into january-vanilla-upstream-merge
Configuration menu - View commit details
-
Copy full SHA for e6e83be - Browse repository at this point
Copy the full SHA e6e83beView commit details -
Configuration menu - View commit details
-
Copy full SHA for c27c33d - Browse repository at this point
Copy the full SHA c27c33dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe65c35 - Browse repository at this point
Copy the full SHA fe65c35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16e0090 - Browse repository at this point
Copy the full SHA 16e0090View commit details -
Configuration menu - View commit details
-
Copy full SHA for bac45ed - Browse repository at this point
Copy the full SHA bac45edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e171c9 - Browse repository at this point
Copy the full SHA 0e171c9View commit details