Commit Graph

15 Commits

Author SHA1 Message Date
Scott Anderson 9a7d6283f8 wip 2025-05-14 01:43:20 -04:00
Scott Anderson fd16b8f0e8 Merge commit 'd49272e17e6b162b9bf4a6934d0f89de3285316e' into HEAD 2025-05-13 03:40:58 -04:00
PilkeySEK ebc9e4877d Fix emoji exploit (#640)
## Description:
This should fix the exploit that allows players to send custom text as
an "emoji". It does this by introducing a emoji ID (index into the emoji
table) instead of sending the raw emoji as a string.

## Please complete the following:

- [ ] I have added screenshots for all UI updates
- [X] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
- [X] I understand that submitting code with bugs that could have been
caught through manual testing blocks releases and new features for all
contributors

## Please put your Discord username so you can be contacted if a bug or
regression is found:
PilkeySEK
2025-05-02 07:37:29 -07:00
Scott Anderson 5e9819a973 keep 2025-04-14 17:58:38 -04:00
Scott Anderson 3b07f78e97 strictNullChecks 2025-04-07 05:12:09 -04:00
Evan 8b6895d745 add prettier import plugin 2025-03-31 13:09:27 -07:00
Evan 5e6f8f5d91 validate all intent input 2025-02-18 16:26:49 -08:00
Evan 4ee37323f9 format codebase with prettier 2025-02-01 12:05:11 -08:00
evanpelle de1dbff570 combine Game & MutableGame 2025-02-01 12:05:11 -08:00
evanpelle 7d15c0c065 combine Player & MutablePlayer interfaces 2025-02-01 12:05:11 -08:00
Evan f4c98318b6 Show player relations in player info overlay 2024-12-30 09:40:16 -08:00
Evan a159c50160 bugfix: NPCs not reseting enemy correctly, don't flip off NPCs, NPCs send messages to enemy 2024-12-27 20:56:07 -08:00
evanpelle ff02d9d8b6 have core/ directory use consolex for remote logging 2024-12-18 12:00:00 -08:00
evanpelle df28ee169f send emojis working! 2024-10-04 20:17:27 -07:00
evanpelle e795b22220 send fire emoji to other players 2024-10-04 13:08:20 -07:00