mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
34dd7bdcba0467327c00bd4a8de8cf180869276a
4 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
9a89bb674f |
Adds update_appearance (this is friggin big news) (#19643)
* update icon and update appearance * update name * fixes * Removes double parent calls from many things * More fixes * minor fixes * fuck * A! * general annoyances in this PR * going in specific fixes * remove remaining update icons and hud fixes * Mass replace update icon with update icon state/overlays * compile * push my work so far * goes back on things I broke * a * goes through like 80 more cases * going through more update icons * compile again * thank you tattax * Goes through the remaining update icon * fix CI cries * Fixes cigs, canisters and guncases * Fixes airlock unres sides * Fixes the flash * Fixes cryo cells * gun fix * Egun fixes * fixes mini eguns * Update energy.dm * Fixes MMIs * Fixes security level interface * Fixes cigar cases * Bow & Critter crate fixes * Fixes signalers * Fix canisters again * re-adds blinking red * Fixes solar panels * Fixes cryogenics (and forced standing) * Update cryo.dm * sechailer fix * Maybe fixes pitch black roundstart APCs * Update apc.dm * yet another egun fix * Fixes plasmamen helmets among other stuff * Fixes canisters for good * Fixes booze dispensers * Fixes new icon updates people added * Probably fixes ballistic guns * i give up lol |
||
|
|
ca57f72a78 |
jamie stinks (#16349)
* Modernizes TGUI (#4219) * Ports the first two PRs. CBT works local * tchussi oops * linttobuild * Update Dockerfile for CBT (#56175) Follow-up to fix the failing Docker CI on master. - Reorganize the entire Dockerfile to be more readable - Inline the tgstation/byond Dockerfile into our own, so we can change the base distro at will - Also allows us to trash the dependencies.sh<->Dockerfile hack - Use 32-bit libs on a 64-bit distro so that we can download and run recent 64-bit Node binaries - Call tools/build/build rather than DreamMaker directly * TGUI 43 plus hotfix 1 * https://github.com/tgstation/tgstation/pull/58701 * https://github.com/tgstation/tgstation/pull/56223 * https://github.com/tgstation/tgstation/pull/56229 * https://github.com/tgstation/tgstation/pull/56713 * https://github.com/tgstation/tgstation/pull/56797 * https://github.com/tgstation/tgstation/pull/57081/ * https://github.com/tgstation/tgstation/pull/57154 * https://github.com/tgstation/tgstation/pull/57251 * https://github.com/tgstation/tgstation/pull/56269 * https://github.com/tgstation/tgstation/pull/57277 * https://github.com/tgstation/tgstation/pull/57287 * https://github.com/tgstation/tgstation/pull/57326 * QF * GimmeHopeUpdateExtra_Pr_Labels * Flush queue in preloading part of tgui_panel (#57432) * Flush queue in preloading part of tgui_panel * Update tgui_panel.dm * Compiles * https://github.com/tgstation/tgstation/pull/57461 * tgui: Upgrade to Yarn 2.4.1 and TypeScript 4.2 (#57465) * Fix tgui reloading (#57499) * Add note about rust-g for building on Linux (#57622) This PR adds a minor note about needing to compile rust-g to Linux building instructions. I'm not sure if this is the appropriate place for it, but I don't see a better place to put it. * Fixes build script failing properly on windows. (#57623) * Adds easy to extend custom svg font. (#57717) Just throw in svgs into tgui/packages/tgfont/icons directory and you can use them in tgui with tg- prefix. Co-authored-by: Style Mistake <stylemistake@gmail.com> Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> * Typescript fixups. (#57746) * Improve tgui routing to allow interface subdirectories (#57825) * Improve tgui routing to allow interface subdirectories * Reverse order of interface file resolution, to be consistent with common expectation (top-level .tsx, top-level .js, directory .tsx, directory.js) and the way Webpack checks * Fixes TGS compiles on windows. (#57834) Batch quotes strike again. * tgui: ESLint and VSCode settings improvements (#57905) Added column 80 rulers to all javascript and scss files. Added a "prettier" config to have sensible defaults for those who prefer to use it. Added RadarJS (fork of SonarQube's SonarJS). Launchable only via bin/tgui --lint-harder for now. Disabled ESLint rule for parens around arrow function arguments, because in TypeScript they're pretty much always required, and I don't want to replace it throughout the codebase. Removed unused javascript extensions from tooling (jsx, mjs). * https://github.com/tgstation/tgstation/pull/57931 * https://github.com/tgstation/tgstation/pull/58061 * https://github.com/tgstation/tgstation/pull/58081 * https://github.com/tgstation/tgstation/pull/58212 * https://github.com/tgstation/tgstation/pull/58215 * https://github.com/tgstation/tgstation/pull/58219 * Add "Except DM" build mode to build.js (#58245) * https://github.com/tgstation/tgstation/pull/58484 * FixBaconFabandPodLauncher * haharunlintmanuallyfirstkids * One last fab change then its perf * f5willwork * This May Do it * prune * Fix Docker build failing on a clean checkout (#56190) Follow-up to #56175 which turned out to be accidentally relying on Node already being downloaded. * Huh? Rebuild you better be a fluke * getinthere * Syncretize * Revert "Syncretize" This reverts commit 41749b68868d2af1b82de9ba6de39cf8052dd1ee. * zzzz * quick path change * another quick * Correct Dockerfile, bloats it with GCC lol. * small * back2oldfile I HATE DOCKER I HATE EXTOOLS * firstthingnotdonelol * yuabzn * v * reverttoclassic * Difffffffffff * prec1s * ccc * ok * bitte * jesus im dum * z * Nuke Window resizable and improve drag code (#56727) * comp Co-authored-by: Tad Hardesty <tad@platymuus.com> Co-authored-by: Aleksej Komarov <stylemistake@gmail.com> Co-authored-by: Cyprex <35031555+Cyprex@users.noreply.github.com> Co-authored-by: AnturK <AnturK@users.noreply.github.com> Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Co-authored-by: Mordent <62817778+mordent-goonstation@users.noreply.github.com> Co-authored-by: Jonathan Rubenstein <jrubcop@gmail.com> * thanks yarn! * Update Panel.js * compiles * restores exosuit * chmod * Update travis_config.txt * honk * honk2 * Update turdis.yml * Update ExosuitFabricator.js * Revert "Update turdis.yml" This reverts commit |
||
|
|
fb8eeb5a1f |
Tgui 4.0 - IN PROGRESS (#10116)
* Night 1 * Bit more * MORE * JS AND SHIT * MORE * IT COMPILES MOSTLY * More and prepare for tgchat * Woah there captain, TGUI 4.1 first. * Shoo * Copyshites * Hmm * Hmm * Fixxxxx * Fucking Apcs * Fuck off autoupdate * Rename DropDown.js to Dropdown.js * Vending * Few Fixes * More Fixes * Stand HO * fixes sleepers without breaking anything else I think * Oops * Fixerinos * Oopsie * BUNDLE Co-authored-by: Theos <theubernyan@gmail.com> |
||
|
|
5e514f81e7 |
Ports tgui-next 3.0, removes tgui 1.0 + Smart Asset Cache (#8291)
* Update Smes.js * teleporter * timer * mining * infra + prox * uplink * apc * laser * compile * ui_x and ui_y and custom_materials * 512 * smart asset cache * vending machines * Fixes missing icons. Removes rasta beanie * cargo * MULE + Intelli + Shuttle + Preferences * AI fixer * robot * thing * thing x2 * mecha * compile * oops * Mining Vendor Fix * Update traitordevices.dm * Update proximity.dm * Update EmergencyShuttleConsole.js * rebuild * uwu * Revert "uwu" This reverts commit |