Commit Graph

96 Commits

Author SHA1 Message Date
Herman Simensen
e324143b8c
Merge pull request #26 from rtldg/2025-02-18-gamedata
Some checks failed
Build and Create Release / build (push) Has been cancelled
Gamedata for CSS 2025-02-18 update
2025-03-02 21:26:30 +01:00
rtldg
7243badc37 Gamedata for CSS 2025-02-18 update 2025-02-23 01:54:17 +00:00
Herman Simensen
9fee420b5b
Merge pull request #25 from rtldg/born_to_flow__forced_to_work
Some checks failed
Build and Create Release / build (push) Has been cancelled
update workflow versions
2025-01-11 08:35:39 +01:00
rtldg
661a4cbcd9 update workflow versions 2025-01-11 01:03:46 +00:00
Herman Simensen
7744bf4b81
Merge pull request #24 from rtldg/youlosethegame
Handle Color32 variants
2025-01-10 20:33:19 +01:00
rtldg
1cacaf1f59 Handle Color32 variants
With entities like `math_colorblend`, a `color32` value can be passed in non-string form.
This shows up on `surf_classics` (CS:S) for example:
```
{
"origin" "-7872 14264 10048"
"targetname" "blend_1R"
"spawnflags" "1"
"inmax" "100"
"colormin" "255 255 255"
"colormax" "255 0 0 0"
"classname" "math_colorblend"
"hammerid" "37178"
"OutColor" "Brush_Color1,Color,,0,-1"
"OutColor" "Brush_Color2,Color,,0,-1"
"OutColor" "Brush_Color3,Color,,0,-1"
}
```
`Brush_Color` 1-3 are `func_brush` entities that receive the color.
You can go to the ramps at '-15122 15418 14992' to see the color changes (or the crash if you spawn in without using this PR).

I recall an unimportant map, with a sun entity, that crashed when using eventqueuefix, and it might also be color32 related.
(I don't remember the map's name to check though)
2025-01-08 06:52:47 +00:00
Herman Simensen
6e2257185f
Bump version number 2023-02-26 21:25:05 +01:00
Herman Simensen
94704e817a
Merge pull request #23 from rtldg/csgolinux-gd-up
C S G O S I G S
2023-02-05 21:16:32 +01:00
rtldg
5ea05b4c04
Update eventfix.games.txt 2023-02-05 18:19:29 +00:00
rtldg
e50ac30489
Update eventfix.games.txt 2023-02-05 18:18:29 +00:00
rtldg
d91a974589
maybe working csgo linux gamedata 2023-02-04 05:04:19 +00:00
Herman Simensen
1c844d8a8a
Merge pull request #21 from rtldg/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
bump to 1.3.1 with sm 1.11 fix
2022-10-01 15:30:15 +02:00
rtldg
a5e312c8c1 bump to 1.3.1 with sm 1.11 fix 2022-09-30 16:46:44 +00:00
Herman Simensen
ff6b07a5c2
Merge pull request #17 from GAMMACASE/improve_wait_handling_on_triggers
Replace OnTrigger hook with ActivateMultiTrigger
2022-03-31 14:25:33 +02:00
GAMMACASE
009b2da8e5 Bump version to 1.3.0 2022-03-22 23:24:17 +03:00
GAMMACASE
4f3223c17a Replace OnTrigger hook with ActivateMultiTrigger
This improves overall handling of wait on triggers and allows to refire OnTrigger when the delay for client has passed
2022-03-22 20:29:00 +03:00
Herman Simensen
01eff5cc5f
Update main.yml 2022-01-08 20:03:54 +01:00
Herman Simensen
ec6320e128
Merge pull request #14 from rtldg/remove-bhoptimer-integration
remove bhoptimer code so the timer can do it
2021-10-08 21:59:45 +02:00
rtldg
599d6d0ea9
remove bhoptimer code so the timer can do it 2021-10-04 12:14:16 +00:00
hermansimensen
75597a2638 version bump to 1.2 2021-09-08 04:04:55 +02:00
Herman Simensen
9b51d39a21
Update main.yml 2021-09-08 04:02:52 +02:00
Herman Simensen
f25c5d1dc9
Update main.yml 2021-09-08 03:59:14 +02:00
Herman Simensen
f235ee4ca2
Update main.yml 2021-09-08 03:58:10 +02:00
Herman Simensen
5038383a5e
Update main.yml 2021-09-08 03:51:22 +02:00
hermansimensen
12d726fc55 Merge branch 'main' of https://github.com/hermansimensen/eventqueue-fix into main 2021-09-08 03:34:25 +02:00
hermansimensen
1df57a0a29 Add DHooks include file. 2021-09-08 03:34:06 +02:00
Herman Simensen
77bd9ddc7f
Update main.yml 2021-09-08 03:31:15 +02:00
Herman Simensen
c930eef5f2
Update main.yml 2021-09-08 03:28:34 +02:00
Herman Simensen
3e1752bfdb
Create main.yml 2021-09-08 03:26:51 +02:00
hermansimensen
c1ce607fb0 Fix type recognition for logic entities 2021-09-04 18:42:25 +02:00
hermansimensen
de8fdf911b Fix unparsable data being sent to sourcemod.
This should fix the crashes that occoured in #10 and #8
2021-09-04 17:40:42 +02:00
hermansimensen
a41d2f9d86 Bump Version 2021-07-23 23:00:20 +02:00
hermansimensen
4b0562df50 Increase buffer size for longer VScripts
Fix for issue #9
2021-07-23 23:00:02 +02:00
hermansimensen
6b7c3d8cdd Fix persistant data issues. 2021-07-23 18:34:41 +02:00
hermansimensen
e8e0e11d5a Version Bump 2021-07-23 17:51:33 +02:00
hermansimensen
fb83970385 use client serials for persistent data. 2021-07-23 17:32:17 +02:00
hermansimensen
146a15d4e9 Store entity reference instead of index 2021-07-13 22:24:05 +02:00
Herman Simensen
21a6858e1d
Merge pull request #7 from rtldg/gamedata-for-csgowin
Use gamedata instead of CSGO_WIN
2021-05-09 15:37:13 +02:00
rtldg
2fab98b784
use gamedata instead of CSGO_WIN 2021-05-09 04:19:40 +00:00
rtldg
502592814d
Update eventfix.games.txt 2021-05-09 04:19:05 +00:00
hermansimensen
8da75d9189 oops 2021-05-09 06:02:55 +02:00
hermansimensen
0f286a13ef speculative bug fix. please don't break 2021-05-09 05:48:06 +02:00
hermansimensen
c6af8a5f16 Add support for pausing events. 2021-05-08 22:28:15 +02:00
Herman Simensen
34e3904b2a
Merge pull request #6 from rtldg/stuff
stop crashing on bhop_fps_max_sr and stuff
2021-04-20 20:51:11 +02:00
rtldg
fa3ac9a340
stop crashing on bhop_fps_max_sr & delete arraylists in OnClientDisconnect_Post so other plugins can grab events in OnClientDisconnect 2021-04-18 18:01:27 +00:00
Herman Simensen
389559806b
Merge pull request #5 from deadw1nter/nicer_code
beautify a little bit
2021-04-13 20:04:44 +02:00
deadw1nter
72c55f6fe3 it actually is 2.7 2021-04-12 07:09:44 +08:00
deadw1nter
9106cce5e7 a reminder to the user 2021-04-12 07:06:46 +08:00
deadw1nter
2a2f5b7cbf check if user is running with bhoptimer 2.6 or above 2021-04-12 07:03:20 +08:00
deadw1nter
66765f40ab
Update eventqueuefix.sp 2021-04-11 14:05:48 +08:00