Commit graph

21 commits

Author SHA1 Message Date
efb61d9672
SprayMesh Extended: Fix layout breaking if adding an existing spray
It used old code where the spray was inside a container panel.

The container panel isn't used anymore, calling GetParent would mistakenly remove the DIconLayout
2025-04-19 22:35:58 -07:00
f02d8e4ce7
SprayMesh Extended: Fix search being broken 2025-01-06 15:34:22 -08:00
d19db098a0
SprayMesh Extended: Add tooltip to sprays in spray viewer 2025-01-06 15:18:22 -08:00
6f49ca7e6b
SprayMesh Extended: Update "sprays are disabled" text
Inform the user how to re-enable sprays if they have them disabled
2025-01-06 15:12:47 -08:00
2e3cfce969
SprayMesh Extended: Rework preview panels to use a cache
Preview panels (such as the ones in the /spraymesh menu) will now attempt to cache DHTML panels, so they don't have to be redownloaded every time the user opens the panel.
2025-01-06 15:12:04 -08:00
a82e4387db
Move and expand a comment 2025-01-06 13:58:29 -08:00
e2759a20cb
SprayMesh Extended: Fixed missing closing bracket in HTML 2025-01-06 13:49:52 -08:00
Bonyoze
60ce9a445d
fix sprays drawing for skybox + use PreDrawTranslucentRenderables instead 2024-07-12 22:26:51 -04:00
7ec7b14b2f
SprayMesh Extended: Fix incorrect network data type
TraceNormal was being sent as a vector and read as a normal--now it is written & read as a normal.

Also changed HitNormal to be sent as a normal while I'm at it
2024-02-19 13:05:51 -08:00
9bed4dbd99
SprayMesh Extended: Fix a comment in the config displaying the wrong default 2024-01-12 11:02:29 -08:00
76f1ba6050
Change SprayMesh Extended tags
Changed "build" to "realism"
2024-01-12 11:01:48 -08:00
a76953ba02
SprayMesh Extended: Change disabled spray placeholder text
"sprays are disabled" is a little bit clearer than "spray disabled"--though it might need some work
2023-11-07 12:17:22 -08:00
2fca8094ba
SprayMesh Extended: Don't let player spray on skybox or clip brushes 2023-11-06 11:43:17 -08:00
3940c88a10
SprayMesh Extended: Simplify spray reload queue code
Removed unneeded for-loop for optimization
2023-11-06 10:41:49 -08:00
a5227bd0e7
SprayMesh Extended: Add concommand spraymesh_debug_place
Used to place fake player sprays for debugging purposes.

Only works when spraymesh.DEBUG_MODE is enabled.
2023-11-06 10:39:03 -08:00
995e20125a
SprayMesh Extended: Recreate panel if spray name is changed
If there is already a valid spray entry in the saved spray list, recreate it
2023-11-06 00:26:21 -08:00
45da650a08
SprayMesh Extended: Fix incorrect placeholder text 2023-11-06 00:25:21 -08:00
183e05fd92
SprayMesh Extended: Fix layout issue when first spray is added to saved sprays 2023-11-06 00:24:56 -08:00
df6717b0f1
SprayMesh Extended: Fix spray customizer empty spray list edge case 2023-11-06 00:03:08 -08:00
43f85068f7
SprayMesh Extended: Fix error with opening context menu 2023-11-04 14:06:16 -07:00
4d57449766
New addon: SprayMesh Extended 2023-11-04 13:40:49 -07:00