Commit Graph
662 Commits
Author SHA1 Message Date
izac112 eddb283c11 Merge branch 'release' of https://github.com/VOREStation/VOREStation into upstream-update 2023-12-18 03:17:20 +01:00
KashargulandGitHub 727ed8f024 continue pulling on map edges / map portals 2023-12-17 01:03:43 +01:00
izac112 adab0386d2 Fixes Tickets for mods 2023-12-07 23:36:07 +01:00
izac112 5052f6f672 Merge branch 'release' of https://github.com/VOREStation/VOREStation; branch 'izac' of https://github.com/Yawn-Wider/YWPolarisVore into izac 2023-11-28 16:48:53 +01:00
Repede 7c47956ec5 Add missing comments 2023-11-27 19:57:19 -05:00
Repede bfc04fdeb8 fix any admin role being able to see mod chat, and remove tickets permissions from non admins 2023-11-27 19:34:08 -05:00
KashargulandGitHub 21d9b37f45 Follow UP fixes for #15454 + silicon set_flavor change to multiline input
-> removed the last _ in emote_subtle
-> changed the regex as it was causing issues with multiline subtle / emote
-> small change to the flavor input verb for robots to allow multiline flavor texts to be added directly
2023-11-14 21:18:04 +01:00
izac112 a17d96cb92 Merge branch 'release' of https://github.com/VOREStation/VOREStation into izac 2023-10-30 11:24:00 +01:00
Heroman 6072b06205 Fixes constant runtimes in mob.dm 2023-10-29 10:20:15 +10:00
KashargulandGitHub 79c1139ce0 Update mob.dm
Hopefully makes CI happy. All parsed messages should be properly closed anyway.
2023-10-12 01:17:06 +02:00
KashargulandGitHub d10d0d7953 Fixes timestamp sorting incompatibility.
-> Timestamps have been simple added as prefix in front of the entire message, having the classifying <span class="..."> behind it what prevented message filtering. So instead of adding it in front, we are inserting it with a regex replace after the first <span...>

-> Underlining breaks fromatting. This issue happens as _ is used as a character in labels. It never should be used in labels as it's a marking character being parsed. Using it in a label causes the label to partially be parsed and therefore the message breaks. I've removed the underline in "emote_sublte" to at least have that working again. But likely all labels should be reworked to no longer use underlines.

-> Known issue: Absorb messages are not having timestamps. The way absorb messages are implemented prevents the current "client.prefs.chat_timestamp" from being used as it would rely to the speaking client to have it enabled. I haven't looked enough into to code, but if there's a way, it might be best to move the entire timestapmping to the code/modules/vchat/vchat_client.dm using a regex to insert them behing the classifying span.
2023-10-12 00:27:21 +02:00
Killian fda4d7ce24 Update mob.dm 2023-10-09 21:23:00 +01:00
Killian cf6ea3434c convert throwmode messages to prefbased 2023-09-20 12:35:19 +01:00
Killian 9744cd0f74 Update mob.dm 2023-09-20 00:37:01 +01:00
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
izac112 4088f40cc9 Merge branch 'release' of https://github.com/VOREStation/VOREStation into izac 2023-08-24 18:27:07 +02:00
Heroman3003andGitHub 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
izac112 4cc81d7c73 Merge branch 'release' of https://github.com/VOREStation/VOREStation into izac 2023-03-19 22:24:48 +01:00
Killian 6bf7f6953a changelog reroute 2023-03-11 23:36:03 +00:00
Seris02andVirgoBot 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
izac112 53f54d78e6 Merge branch 'release' of https://github.com/VOREStation/VOREStation into izac 2023-01-03 21:12:41 +01:00
CaseyandGitHub 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
izac112 00994205e0 Merge branch 'release' of https://github.com/VOREStation/VOREStation into izac 2022-09-05 13:47:14 +02:00
Heroman 1dba926831 Fixes runtime with ghost body messages 2022-09-04 05:45:28 +10:00
izac112 71d069887c Merge branch 'release' of https://github.com/VOREStation/VOREStation into izac 2022-07-08 15:49:48 +02: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
izac112 537a4fac8b Merge branch 'release' of https://github.com/VOREStation/VOREStation into izac 2021-12-08 13:59:15 +01: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
izac112 84b075457b Merge branch 'release' of https://github.com/VOREStation/VOREStation into izac 2021-09-29 23:09:10 +02:00
Aronai SieyesandGitHub 65629a26e1 Merge pull request #11591 from VOREStation/upstream-merge-8292
[MIRROR] Fixes stray bugs
2021-09-27 14:45:22 -04:00
MistakeNot4892andVirgoBot 67efbfb247 Fixes stray bugs 2021-09-12 20:17:24 -04:00
MistakeNot4892andVirgoBot 0126298625 Throw Mode QoL Tweaks 2021-09-03 01:38:06 -04:00
izac112 4e14241cb8 Voreupdate 2021-07-21 15:16:48 +02:00
Aronai Sieyes 34982728cb Add 'as anything' to various for loops 2021-07-20 12:39:59 -04:00
izac112 897cf4b57e Merge branch 'release' of https://github.com/VOREStation/VOREStation into izac 2021-07-17 10:36:29 +02:00
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
izac112 dd8893112f Merge branch 'release' of https://github.com/VOREStation/VOREStation into izac 2021-07-08 09:40:23 +02: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
izac112 f6878064b3 Merge branches 'izac' and 'izac' of https://github.com/Yawn-Wider/YWPolarisVore; branch 'release' of https://github.com/VOREStation/VOREStation into izac 2021-07-04 22:09:57 +02: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