1
0
mirror of https://github.com/Earu/EasyChat.git synced 2025-03-04 03:13:20 -05:00
Commit Graph

1040 Commits

Author SHA1 Message Date
Ryan
4f8e8564f1 slight fix 2024-03-27 18:58:31 +01:00
Ryan
58631671a5 fix errors caused by font part 2024-03-25 23:46:03 +01:00
Ryan
50ca685649
hook for indications serverside 2024-03-05 22:24:57 +01:00
Ryan
5860927ab1
Update README.md 2024-02-20 09:58:54 +01:00
Python1320
54d2bce684
Use engine.ActiveGamemode() instead of Name (#114) 2023-10-05 11:23:43 +02:00
Ryan
ddd59791af fullproof bad addons 2023-10-03 18:50:59 +02:00
Ryan
893fc5d754 make it clear the warning can be ignored 2023-09-27 17:46:00 +02:00
Ryan
becbf59de5 improve fallback module detection 2023-09-27 17:38:51 +02:00
Python1320
8a46cc363d
Fix TTT traitor voice (#112) 2023-09-25 10:48:22 +02:00
Ryan
929ee26705 remove empty lines 2023-06-10 10:44:48 +02:00
Python1320
5b8601ab82
Fix █ (#107)
* Fix █

* Make IsFilteringBroken actually work
2023-04-07 12:16:05 +02:00
Ryan
8bf8978e2c
remove donation button 2023-04-01 23:50:28 +02:00
Ryan
960bb6aceb
remove donation button 2023-04-01 23:49:42 +02:00
Python1320
5baff34109
Update voice_hud.lua (#105) 2023-04-01 23:48:11 +02:00
Ryan
0090d82aad typo 2023-01-27 10:35:26 +01:00
Earu
00df91dc09 fix a rare bug with mentions 2022-12-17 13:35:49 +01:00
Sony-dev
1565609995
Fix for odd errors with other text modifiers (#99)
Sometimes other addons that hook PlayerSay and return modified strings break this easychat module.
Replacing 'if prefix then' with a string type check fixes this. (At least in my testing)
2022-11-24 07:43:32 +01:00
Earu
05d41328ca typo 2022-11-23 23:22:08 +01:00
Earu
1dd0514b12 some optimization 2022-11-23 22:26:44 +01:00
Earu
e14b7cfaed use util.IsBinaryModuleInstalled if it exists 2022-11-22 19:45:22 +01:00
Earu
b9b38eb59b check if a command is blocked for the command mode + rare error fix 2022-11-13 15:21:02 +01:00
Earu
9e2cd7ef5a fix the minecraft pattern break french ç char 2022-10-27 12:40:18 +02:00
Earu
8b8764c5a5 steam block list syncing convar 2022-10-08 19:01:20 +02:00
Earu
dc3f796b51 idiot-proofs 2022-09-30 12:28:52 +02:00
Ryan
44c84c9682
put comment back 2022-09-11 10:13:26 +02:00
SendLua
c5a2b9177c
fix ISteamHTTP (#94) 2022-09-11 10:12:22 +02:00
Ryan
d9f20de286
tweak retry mechanism 2022-09-11 10:11:50 +02:00
Earu
e6bbe8570d fix a typo 2022-09-05 03:16:25 +02:00
Earu
1c691962f5 fix a bug where indication would error if the player doesnt exist on the client 2022-08-28 19:58:09 +02:00
Earu
cf0779c376 some fixes for serverside markup 2022-08-21 20:59:12 +02:00
Earu
3f88eb3972 clean that up a bit 2022-07-31 13:05:53 +02:00
Earu
2278cc69f1 I swear, this should work 2022-07-31 12:47:48 +02:00
Earu
5209a9213f cursed code for a cursed problem 2022-07-31 12:30:25 +02:00
Earu
45e2e0ff44 tweaks 2022-07-18 19:22:04 +02:00
Earu
8ac9c8ebac richnick here 2022-07-03 20:46:38 +02:00
Earu
66f052a635 cache GetText 2022-07-01 16:52:19 +02:00
Earu
271d5c9379 cache the markup obj 2022-07-01 16:51:26 +02:00
Earu
46ad28d763 use ec_markup.GetText here instead 2022-07-01 12:01:01 +02:00
Earu
e7775be0e0 okay lets not do that actuall 2022-06-30 14:22:49 +02:00
Earu
75379e43ef this isnt particularly helpful 2022-06-30 14:15:58 +02:00
Earu
bb6c2facc1 sorry metastruct, no takebacks 2022-06-30 14:10:51 +02:00
Earu
e80bf9f3c6 by default remove all tags from player names, add :RichNick 2022-06-30 12:15:08 +02:00
Niccep
af7b32835f
Make the color picker text update realtime to see how it would look like (#90)
* Update color_picker.lua

sets the text color in the little box to demonstrate how text would look like

* Update color_picker.lua

https://i.imgur.com/dW3n7Mf.png

god i hate github
2022-06-25 12:09:01 +02:00
Bell
ef0eb39606
avoid having to concat lua values directly in js (#89)
disable SetAllowLua since it only causes trouble
idk if this is any slower but it seems to work perfectly fine, found out about a new way to use DHTML.AddFunction with this, lol
-> you can pass a JS callback as the last arg of an AddFunction function and use the return values of the Lua function called as its arguments
i hope i haven't missed anything, really
2022-06-24 22:23:24 +02:00
Earu
27a8637800 combine that ig 2022-06-24 19:45:18 +02:00
Earu
bb0471fcdc WORKING_JS_SAFE 2022-06-24 19:30:29 +02:00
Earu
efe19309c6 Im tired of patching HOLES because GARRY cant FIGURE OUT SHIT 2022-06-24 19:18:53 +02:00
Earu
4c268a02f3 pass the name as part of the macro table in the macro hook 2022-06-24 15:53:24 +02:00
Earu
1786d5922e I did not expect to have so much trouble adding this hook 2022-06-14 11:37:59 +02:00
Earu
c69cc3b2e9 forgot this case 2022-06-14 00:06:53 +02:00