Commit Graph

28 Commits

Author SHA1 Message Date
CHOMPStation2StaffMirrorBot
a967fb3861 [MIRROR] Check for 516 byond:// hrefs (#9624)
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2024-12-13 00:55:48 +01:00
CHOMPStation2
7b54a9298d [MIRROR] some more small things (#9260)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
2024-10-19 15:44:48 +02:00
CHOMPStation2
7416cbea22 [MIRROR] next set of spans (#9247)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
2024-10-18 01:33:07 +02:00
CHOMPStation2
2986497a43 [MIRROR] Revert "Revert "/tg/ preference datums part 1: take two"" (#8929)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2024-09-14 12:30:15 +02:00
Raeschen
8d04b28ec2 Remove many incorrect uses of usr (#8296) 2024-04-25 16:33:15 +02:00
Raeschen
615004fb01 Oocpaneledit 2 (Copy of #7713) (#7763)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
2024-02-16 11:48:34 +01:00
Drathek
3995338290 Moar whitespace normalization [MDB IGNORE] (#7750)
Co-authored-by: Raeschen <rycoop29@gmail.com>
2024-02-16 10:54:47 +01:00
CHOMPStation2
4e2dc22f68 [MIRROR] Custom Link! (#6770)
Co-authored-by: Casey <a.roaming.shadow@gmail.com>
Co-authored-by: Raeschen <rycoop29@gmail.com>
2023-08-11 14:30:47 +02:00
CHOMPStation2
d658d29346 [MIRROR] OOC notes panel (#6767)
Co-authored-by: Casey <a.roaming.shadow@gmail.com>
Co-authored-by: Raeschen <rycoop29@gmail.com>
2023-08-11 14:25:41 +02:00
Heroman3003
bfd45cf2d0 Merge pull request #14750 from Cyantime/ftextreset
Stop 'cancel' button from wiping flavor text
2023-04-02 20:23:32 +00:00
Nadyr
d6048bd409 powder that makes you say yes 2023-03-17 02:12:55 -04:00
Heroman3003
b8ed862f96 Relaxes Sanitization 2023-03-13 04:11:26 +00:00
TheGreatKitsune
ded4b2f0cc Fix clearing flavor text when cancelling 2022-07-20 19:26:15 -05:00
Nadyr
189a9a8335 powder that makes you say yes 2022-06-23 00:09:29 -04:00
Casey
5788a26593 Input Fixes 2022-06-22 23:54:36 -04:00
Nadyr
6bd2ebdb93 powder that makes you say yes 2022-06-22 22:02:36 -04:00
Casey
928a321b5f TGUI Input Conversions 2022-06-19 03:59:14 +00:00
Casey
6e4bebaf2a Merge pull request #12152 from Heroman3003/flavor-not-literally
Adds extra advice to Flavor Text popup
2022-02-06 14:18:40 +00:00
BlackMajor
8305222642 Quick edit 2020-07-26 20:01:34 +12:00
Heroman
ff9e4f2e4a Makes Flavor Text properly required for joining 2019-05-02 14:40:13 +10:00
Arokha Sieyes
5b257f55e3 Make OOC notes persistant
Even when logged out, or body swapped, or new bodies are printed.
2017-02-19 17:48:17 -05:00
Leshana
fd265861bc Move preferences copy_to() new player mobs into the preference_setup datums.
* The /datum/category_item/player_setup_item datums did a good job of organizing the code for loading/saving/editing preferences data, but all of the code that applies preferences to newly created player mobs was still in a single function.
* This change adds a new proc to player_setup_item datums:  copy_to_mob()  which is called from the traditional copy_to() proc, allowing each preferences datum to apply its own character data to the mob.
* This allowes new preferences to easily compartmentalize their new code.
* I also moved all the code for existing preferences from copy_to()  into the copy_to_mob() on their respective preferences datums.
2016-06-11 23:33:48 -04:00
Jon
330c7c1cc8 Fixes the general flavour text field.
The field was blanking each time it was opened to edit.
2015-12-21 00:19:08 +00:00
Jon
14bc2afe43 Removes errant debug line. 2015-12-14 20:22:18 +00:00
Jon
af802266e4 Removes the else to properly for the switch statement, meaning that it no longer wipes your flavour text/thinks you're opening the general slot ever time. 2015-12-14 20:20:35 +00:00
PsiOmegaDelta
e715c16093 Character setup refactoring.
Begins breaking down the large character setup in more manageable modules, allowing for easier additions, edits, and removals.

(cherry picked from commit e116721977)

Conflicts:
	code/modules/client/preferences.dm
	code/modules/client/preferences_savefile.dm
	polaris.dme
2015-11-20 07:46:31 -05:00
Neerti
4f77afece1 Revert 58ef59734f 2015-11-08 10:09:14 -05:00
PsiOmegaDelta
e116721977 Character setup refactoring.
Begins breaking down the large character setup in more manageable modules, allowing for easier additions, edits, and removals.
2015-10-18 17:34:35 +02:00