* ports the chat settings update
* .
* .
* follow up changes
* zod
* migration changes from jl
* this will blow up badly
* yuck
* .
* .
* order
* .
* :
* be gone
* .
* .
* logging
* dix logging
* move to its own atom
* fix settings import
* .
* fix audio
* tgui fix
* .
* archiving as atom
* more changes from JL
* bring back default archive all
* no stale state
* no need to run twice
* -
* we need both anyway
* dep up
* .
* build fixes port
* Fix file path replacement in build script
* backend update
* .
* .
* use the tg method
* only use as unchunked fallback for say etc
* .
* linter errors
* tg's chunking methód should be sane enough
* sadly still not
* update for tg chunking
* force those
* jl suggestion
* .
* needs game atom
* push
* have this
* we only want to store if a page was changed or added
* only store what we really care about
* fixes import port
* we need settings first
* recoloring shouldn't be a pain
* partial
* .
* some type fixing
* .
* no throw of events
* ree map might not be there yet
* .
* always store our settings
* this is a valid crash
* ss early assets
* saver image access
* missed unsafe access
* .
* move chat loading order
* .
* .
* .
* .
* missing unregs
* keep the ref map name, just don't bother
* await the asset like redux did before
* try that?
* .
* use await
* biome up
* better handling as JL did on tg
* rename
* last dep up
* major bump here
* major bump
---------
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
* Port of the iframe storage for settings
* Update resources.txt
* re add keying
* fix byond storage
* port the adjustments
---------
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
* Chat history prototype
* changes
* static defines
* bunch of fixes (#17207)
* bunch of fixes
* multi round export
* allow to export 1 specific round
* prepare for databse load
* Update code/__defines/vchatlog.dm
---------
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
* fixed typo
* beginning of loading
* frontend
* data/chatlogs
* loading lines
* lint fix
* more fixes
* new define
* less spam
* timeout the loading (#17214)
* more frontend fixes
* ckey
* some comments and reverts (#17220)
* some comments and reverts
* we should fix that too
* .
* api
* cleanup (#17232)
* Button.Confirm
* API
* Up to date binaries
* Default set for chatlog backend
* Removed unused verbs
* fix that
* Update misc.dm
* .
* .
---------
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
* Load Prefs From Slot
Added a new button to the vore panel preferences tab, "Load Prefs From Slot". This button allows you to simply load another bellies slots onto your current character, but does not automatically save them.
My implementation is just a couple of new procs to load a new slot, save the number of the slot you started on, apply the bellies, then load the original slot again without applying the bellies. Probably needs a keen eye to look at it, but it didn't seem to cause any problems or runtimes in testing.
* Fixed inconsistent capitalisation
Load prefs From Slot -> Load Prefs From Slot
* Resolves conflicts
Rebundled TGUI
* tgui update
* some more
* more uis
* move those to tsx
* chat and iconrefmap
* fix flows
* rever number Input to the old implementation
* keycodes
* alow disabling
* disable autoscroll on our dropdowns
* add bundles