* upporting syndicate pai pet
* tgui data
* don't emag cards without a pai
* aaugghh
* allow bingle pai, pai counts for lonely
* modular computers
* fix that
* .
* emag
* that'S fine
* pai card as antag tools
* .
* trashcatch
* that
* .
* only show emag chassis if we have a toolkit too
* .
* .
---------
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
* to subsystem
* wip subsystem pain
* some big recoding
* seperated
* oop
* fucking lua
* working on tgui foundation
* compile fixes
* nice and clean
* type
* inviting works
* unit testing
* agony
* test good
* typo
* that should be the basics
* Complete recode of pai saving
* restore fluff text
* migration
* pai notification automation
* swap
* length
* more fixes
* pai sprite datums
* type 13 uses all four directions
* eye handling
* use accessors
* working on icontests
* fix
* hologram eye test
* oop
* wait that doesn't work at all
* text
* eye colors and holo eyes
* lots of fixes
* fix those up
* organized
* belly cap
* that too
* death sprites
* resting eyes
* resting flag
* bad check here
* fixing icon files
* proper file
* garble
* fix some states
* pai death
* collapse pai files into single file
* allow some restricted pai interactions
* lamp
* block invites button
* collapse in remaining vr file
* this is actually needed
* documenting and organizing
* update to TGprefs
* remove gun toggle verb on pai
* forbid default name joins
* pai cable retraction
* various pai fixes
* icon forge pai
* pai eyes
* type 13 iconstate
* directionless
* small fix
* pai dir fix
* missing icon
* no fresh pais
* oops
* fixed pai join
* fixed change chassis
* pai UI
* .
* .
* reuse
* .
* .
* .
* push that
* Horro rmasks
* pai invite data change
* splitting
* use refs
* initial
* with PAI
* soem more
* .
* .
* .
* .
* ugh
* next
* pai invite
* only preview
* that
* use from char pref
* fixed pai invite not working
* small tgui fixes
* remove temp code
* .
* pai comments properly sent
* ooc
* horror
* need to use this for now
* .
* fix
* lol
* raw mob spawn fix
* pai software
* push
---------
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
* Prevents insta-actions
* Do_after sanity
NOTE: NUKE do_after_action
* Update bonfire.dm
* The rest of them
Also fixes a tpyo
* no minitest :)
* .
* .
* Gets rid of the slowdown for now
---------
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
* first adjustements
* few more
* construct
* next
* next set
* next
* next
* next
* next
* next
* .
* last non modular set
* make it compile
* .
* .
* change that
* synx
* teamush
* override fix
* TEAMUSH
* adds organ sell element
* adds pick color
* get rid of these chompcomments
* removes chomp comments
* Update gaslamp_vr.dm
* zipgun
* zip and synx
* fixes synx
* Update topic.dm
* move the trash verbs
* .
* .
* .
* port
* Update rakshasa_trap.dm
* Update slug.dm
---------
Co-authored-by: C.L. <killer65311@gmail.com>
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
* usr to user part two
* this can be null
* A few edits
- Gets rid of src. in a few places that were edited
- Gets rid of a few //VORESTATION comments
- Removes an unneeded sanity check in sizegun_vr
- Gets rid of a mind boggling !usr check in mob.dm
- Changes usr to user in sizegun_vr.dm
---------
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: C.L. <killer65311@gmail.com>
* Update settings
* Whitespace changes
* Comment out merger hooks in gitattributes
Corrupt maps would have to be resolved in repo before hooks could be updated
* Revert "Whitespace changes"
This reverts commit afbdd1d844.
* Whitespace again minus example
* Gitignore example changelog
* Restore changelog merge setting
* Keep older dmi hook attribute until hooks can be updated
* update vscode settings too
* Renormalize remaining
* Revert "Gitignore example changelog"
This reverts commit de22ad375d.
* Attempt to normalize example.yml (and another file I guess)
* Try again
Fixes a couple things that were missed with the recent tool refactor as well as porting being able to set conveyors to a faster speed from chompstation
Makes it possible to make one-way switches that are not limited to being mapper only, inspired by other codebases that do similar things (TG and Yogs I know do this.)
You can make a switch into a one-way (or make a one-way back into a two-way) by wrenching it with it's service panel open.
The original one-way lever is changed to use the new system as well, so maps dont need to remove the levers or anything. Aside one which for some reason was a var-edited one-way switch to be reverse only?? I commented out the var-edit so it wouldn't error.
Removes a very large amount of world loops.
Adds a macro to painlessly generate a global list, and the needed code to modify the list when an object is made or deleted automatically.
Cleans up some commented out code.
Adds toolspeed var, which is a multiplier on how 'fast' the tool works. 0.5 means it goes twice as fast.
Adds usesound var, which determines what sound is used when a tool is being used.
Changes a lot of code to use those two vars instead.
Adds 'ayyy' tools, which are ported from /tg/'s abductor gamemode. They're currently admin only but I might make them obtainable by xenoarch later.
Adds powertools, also from /tg/. CE starts with them in a new toolbelt that spawns in their locker, ported from (you guessed it) /tg/.
Changes welder sprites to look nicer, ported yet again from /tg/. Modified the blue welder slightly so it can be the electric welder sprite.
Adds various sounds from /tg/, for tools and welders.
* Removes text2path, adds constructability to a few things, adds a locker_painter.dm, and several fixes.
* Fixes Maps due to working on ancient versions.
* Path error.
* Adds a missing ..()
This should have little/no gameplay effect right now, just paving the
way for directional lights.
Replaced handle_rotation() on buckly things with this.
Signed-off-by: Mloc-Argent <colmohici@gmail.com>