Commit Graph

634 Commits

Author SHA1 Message Date
Killian
8d682815a2 time: stamped 2023-09-16 10:26:23 +01:00
Runa Dacino
2b955ceff4 refactor(Quit round): Changes message to be more clear
Previously, the message implied that saying no/cancelling acts as a double-check for leaving the round. Now, it's clear that pressing No will still kick you out.
2023-09-03 22:31:30 +02:00
Runa Dacino
740f23bf0e tweak(MOTD): Makes RESPAWN MESSAGE appear AFTER MOTD
Creates a new var on new player mob that tracks if we have quit the round/abandoned our ghost mob to return to lobby or if we have done our first login.

On leaving a previously occupied mob, regardless if we clear manifest or not (previous functionality), the respawn message is sent.

However, this is no longer done by the abandon_mob() procedure as that causes the MOTD to cover it up. Instead, by setting the has_respawned var to true, we request Login() for new_player mobs (aka lobby joiners) to see it.
2023-09-03 22:29:12 +02:00
Heroman3003
93082debc0 Merge branch 'master' into dogborg-end 2023-08-07 20:05:05 +10:00
Heroman
67b14352af Borg module consolidation - initial commit 2023-08-06 20:55:34 +10:00
VerySoft
56b972c776 Add ability to adjust your layer/plane
If you push CTRL+SHIFT+ numpad +/-, your layer and plane will increase or decrease as appropriate, so you can shuffle yourself around in people stack.

There's 7 total options you can get to. Your layer and plane also return to normal when you move
2023-08-04 19:37:06 -04:00
Killian
6bf7f6953a changelog reroute 2023-03-11 23:36:03 +00:00
Seris02
dd1e58acc7 cleans up so many to_chats so they use vchat filters, unsorted chat filter for everything else 2023-03-08 23:26:14 -05:00
Casey
6eacab6772 Merge pull request #13926 from Very-Soft/attheend
Time for Seasons
2022-12-30 16:08:58 -05:00
VerySoft
cdca99b54e last one? 2022-12-30 15:58:48 -05:00
ItsSelis
63e800fb7e Ability for non-admin mentors to use stuff 2022-12-11 18:17:20 +01:00
ItsSelis
b3b64e49d6 Adds mentor panel 2022-12-11 17:51:21 +01:00
Heroman
1dba926831 Fixes runtime with ghost body messages 2022-09-04 05:45:28 +10:00
ItsSelis
fe3ad3b6ab Chaplain, multiline stuff and decimals 2022-06-20 18:39:09 +02:00
ItsSelis
af64bcf406 More Input Conversion 2022-06-19 12:21:51 +02:00
Heroman
72cb207912 Makes QTR prompt show up when attempting to respawn/return to menu after being in round 2021-12-05 15:28:08 +10:00
Aronai Sieyes
65629a26e1 Merge pull request #11591 from VOREStation/upstream-merge-8292
[MIRROR] Fixes stray bugs
2021-09-27 14:45:22 -04:00
MistakeNot4892
67efbfb247 Fixes stray bugs 2021-09-12 20:17:24 -04:00
MistakeNot4892
0126298625 Throw Mode QoL Tweaks 2021-09-03 01:38:06 -04:00
Aronai Sieyes
34982728cb Add 'as anything' to various for loops 2021-07-20 12:39:59 -04:00
MarinaGryphon
577b986ba6 Convert some bools to TRUE/FALSE instead of 1/0. (#11100)
Co-authored-by: Aronai Sieyes <arokha@arokha.com>
2021-07-16 13:43:25 -04:00
Leshana
0acd01049c Implement SSInput subsystem and Diagonal Movement
- SSInput subsystem for running movement inside the tick.
- Switch skin.dmf to use KeyUp/KeyDown procs for movement keys.
- Logic to do responsive diagonal movement.
2021-07-06 20:37:19 -04:00
Aronai Sieyes
b4387f251d /tg/ vis openspace 2021-06-30 15:39:07 -04:00
Aronai Sieyes
4c12504e3b Replace list inputs with tgui_input_list 2021-06-26 10:39:56 -04:00
Aronai Sieyes
0da0c54388 Convert almost all alert() to tgui_alert() 2021-06-25 17:03:35 -04:00
Aronai Sieyes
85c31e9fda WIP fix of this PR 2021-06-21 19:29:43 -04:00
MarinaGryphon
385fa640af Linter diagnostics + bans non-var relative pathing 2021-06-20 18:16:45 -04:00
Aronai Sieyes
44399bf7f5 Suggested changes, small opts 2021-05-30 17:20:09 -04:00
Aronai Sieyes
ea42ee2303 Port Runechat 2021-05-30 15:45:11 -04:00
Aronai Sieyes
7d725e740b VS: Implicit list abuse 2021-05-27 12:08:51 -04:00
Aronai Sieyes
00a42a96ea Finish polaris linter portions 2021-05-27 11:12:51 -04:00
Neerti
767e655310 Linter Introduction + Cleanup 2021-05-25 23:19:34 -04:00
Unknown
21d5da0f1b Manual port Polaris Fixes
Ports https://github.com/PolarisSS13/Polaris/pull/8099 and https://github.com/PolarisSS13/Polaris/pull/8101
2021-05-22 16:02:13 -04:00
Aronai Sieyes
f3d8c04216 Revert "Fixes SSMobs Shattering due to Proteans"
This reverts commit aa9c0c566c.
2021-05-11 13:27:43 -04:00
Unknown
aa9c0c566c Fixes SSMobs Shattering due to Proteans
Port of https://github.com/PolarisSS13/Polaris/pull/8073
2021-05-11 01:46:57 -04:00
Atermonera
8d4801b827 Ported the Bay/Nebula emote system. 2021-05-05 12:28:25 -04:00
Atermonera
3e3522f97d Merge pull request #7958 from Atermonera/examine_autoexpansion
Fixes context-menu examine expanding incorrect target
2021-03-10 14:37:06 -05:00
Verkister
e053b6f82c Makes pixel shifting work while resting
Every other method of incapacitation is handled by the other procs, leaving "canmove" to functionally only hinder conscious proning. Might send to polaris at some point, but they still lack the features this "fixes" and could probably use a proper de-spaghettification rework on the whole system
2020-12-27 13:31:56 +02:00
Novacat
3c7a9557dd Merge pull request #9374 from VOREStation/Verkister-patch-6
Makes pixel shifting work with custom offsets
2020-11-30 02:22:48 -05:00
Verkister
4d1112db49 Makes pixel shifting work with custom offsets
Pixel shifting now allows mobs with custom offsets to shift themselves 16 pixels from their default offsets instead of point zero. This means that a wide mob can now shift towards left without getting stopped due to being already at -16 at default offset.
2020-11-26 21:51:52 +02:00
Atermonera
7f9da4a7bc Merge pull request #7755 from BlackMajor/patch-2
Fixes pointing going under mobs.
2020-11-26 13:54:32 -05:00
Detective Google
e28286a4ab edit tags 2020-10-31 14:13:30 -05:00
Detective Google
953cdfb800 ports pixelshifting 2020-10-30 13:43:20 -05:00
ShadowLarkens
44c0c5b170 Animated pointing (#7700) 2020-10-15 05:34:17 -04:00
Atermonera
367a8501ac /atom/visible_message respects exclude_mobs (#7665) 2020-09-18 23:34:38 -04:00
Novacat
25058122bf Merge pull request #8826 from VOREStation/upstream-merge-7555
[MIRROR] Actually adds (and TESTS) exclude_mobs parameter to visible_message
2020-08-28 13:02:03 -04:00
Novacat
33b1eb1cdb Update mob.dm 2020-08-28 12:38:16 -04:00
ShadowLarkens
0c2c82fe5f TGUI Drag Inventory 2020-08-25 21:56:51 -07:00
Atermonera
fbf39daacf Actually adds (and TESTS) exclude_mobs parameter to visible_message 2020-08-25 00:31:12 -04:00
Atermonera
a1292af9c3 Merge pull request #7462 from listerla/pulling
Adds audio and visual feedback to pulling.
2020-08-12 14:47:32 -04:00