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
Earu
4f0b096d04
Add a hook for macros being ran [ci skip]
2022-06-13 23:53:28 +02:00
Earu
3d910e118f
retries for the transliterator lookup, setting for background blur [ci skip]
2022-05-30 17:43:27 +02:00
Earu
85246fef53
add convar to control if images should be blured in the chatbox [ci skip]
2022-04-27 21:47:57 +02:00
Earu
80e893deac
dont enable by default images in chathud, blur images in chatbox unless hovered [ci skip]
2022-04-26 12:55:40 +02:00
Earu
0271ffc709
remove .patch
2022-04-24 13:31:24 +02:00
Earu
713b1e5dde
fix some crashes [ci skip]
2022-04-24 13:30:23 +02:00
Earu
ea0c4208f9
fix markup yet again [ci skip]
2022-04-23 20:30:18 +02:00
Earu
21cba2b397
fix text filtering messing with tag expressions [ci skip]
2022-04-23 14:32:29 +02:00
Earu
dc8241ad31
Add a way to block words in the chat
2022-04-17 17:55:50 +02:00
Earu
62418df935
make it more clear some settings are admin only [ci-skip]
2022-04-03 19:47:33 +02:00
Earu
bc901fffaa
dont allow debug textures in tags [ci skip]
2022-03-30 23:59:59 +02:00
Earu
813f478ead
Fix workshop publishing finally
2022-03-26 18:59:22 +01:00