* SHOULD_NOT_OVERRIDE
* SHOULD_BE_PURE
* PRIVATE_PROC
* PROTECTED_PROC
* VAR_FINAL
* i should test my shit before making a pr huh
Co-authored-by: alexkar598 <>
* Changes obj_break on machines to use parent calls (#46485)
The way stat |= BROKEN was done was a mess, this makes everywhere use obj_break with proper parent calls and adds a signal for when a machine enters the broken state.
Why It's Good For The Game
Better code quality, more signals.
* e
* Can pass refactor (#48659)
* Makes all CanPass procs call parent
* Makes CanPass more extendable and gives the mover a say in the matter
* Replace CanPass with CanAllowThrough to use the new system
Regex replace `(?<!proc)/CanPass\(` => `/CanAllowThrough(`
* Simple optimization pass
* Adds linting for equipped() pickup() dropped() (#46614)
* lint some inventory procs
* lineends
* f
* line end
* lineend
* fuck
* changes per review
* does more
* Changes power_change() to respect parent calls for toggling NOPOWER (#46486)
About The Pull Request
Similar to #46485
Now all relevant uses of power_change() call parent, theres a signal sent when a machine changes the NOPOWER flag, all remaining machines that were using power_change() instead of update_icon() have been fixed.
Why It's Good For The Game
code quality, eventually signal stuff. and signal stuff
* Fix Crossed/Entered/Exited/Bump/ui_act parameter casting (#49016)
About The Pull Request
Detected as part of my work on SpaceManiac/SpacemanDMM#167
* Makes Crossed and Moved should call parent (#49671)
* makes setDir shouldcallparent (#49692)
* owo
* hehe
* Update atoms.dm
* Update atoms.dm
* Update atoms_movable.dm
Co-authored-by: spookydonut <github@spooksoftware.com>
Co-authored-by: alexkar598 <>
Co-authored-by: Emmett Gaines <ninjanomnom@gmail.com>
* Cherry picks the unicode part 2 PR from TG
* Things
* drop 512 support
* TAN --> tan
* Manually does the things that was in renamed files
* CLAMP --> clamp
* ismovableatom -> ismovable
* bugfixes, tg is bad
* Ports sanitize_name
* Bumps checks
* Fixes new linter errors (#48126)
About The Pull Request
This fixes the errors raised by the new feature I'm adding to the linter: SpaceManiac/SpacemanDMM#119
* Update SpacemanDMM suite to 1.2 (#48785)
* Update SpacemanDMM suite to 1.2
* Fix new lint errors
* Removes unreachable code (#48143)
About The Pull Request
As detected by SpaceManiac/SpacemanDMM#123
* casually fixes 50 bugs
* stoopid evil dreamchecker
* stoopid evil dreamchecker
* stoopid evil dreamchecker
* almost the same thing
* Makes all UIs UTF-8
* Fixes bugs
* Fixes runtimes, some related to 513, some not
* Fixes agent ids
Co-authored-by: MrPerson <spamtaffic@gmail.com>
Co-authored-by: alexkar598 <>
Co-authored-by: spookydonut <github@spooksoftware.com>
* c++ monstermos
fuck
Fixes the server hemorrhaging memory due to extools not decrementing ref counts
Increases defauilt tank pressure
make space cold or some shit
floor tile rips
Fixes code assuming that the heat capacity is nonzero
🤦
Fixes crash
fixes some bugs
fuck *facepalm*
the fastening
removes Del() in favor of an internal c++ hook
Fixes vent-pump math
* Fix the invisible gases bug
* Linux support
* fix the deploy.sh
* Uses newer BYOND 513 because older one is probably missing an important pattern (it segfaulted on pattern search)
* Updates windows dll to match linux version and cleans up unused BYOND code
* Adds an achievement for surviving as a cargonian
* Adds an achievement for getting 1,000,000 credits
* Adds an achievement for claiming the 10th cargo bounty
* Adds an achievement for firing the BSA
* Fixes compiletime due to bad string
* Fixes BSA achievement not always firing when firing
* Fixes bad indentation in bsa.dm
* Attempts to fix the "achievements not reading nor writing to DB" problem
* Attempt #2 at fixing achievements wholesale not working
* Adds like a submicrosecond optimization
* Sanitizes ckeys that're input into achievement queries
The use of ckey() is actually enough to ensure an inability to do SQL injection.
* Makes unlock_achievement always check if client exists
* Removes the BSA achievement granting when firing thru artillerycontrol
* Makes the bourgeois achievement grant on all with same real_name as millionaire
* Update account.dm
Co-authored-by: alexkar598 <25136265+alexkar598@users.noreply.github.com>
* steal ice moon and some other assorted qol stuff
* shoe fix
* small fixes
* that is not what that is supposed t obe
* working on station ruins
* theos gives up
* fuck
* missed one
* removing airless tiles
* Wolf sinew
* fixes for map stuff
This is to make sure that quirks are already set up by the time we're setting up the mind with user preferences, as it now depends on if they have some quirks.
A lot of shit had to happen in order to make this work.
I had to add a new specification to powernets to mark what Z-level they exist on, to ensure that I only scan powernets that're on the station Z-level.
Additionally, SSachievements now is SS_BACKGROUND instead of SS_NO_FIRE, since I didn't want to have this CE achievement bullshit happen in the middle of the very important SSmachine tick.
* fix unicode stuff
* fucking hell this is what I get for copypasting from TG
* fucking hell this is what I get for forgetting to save before commiting