Commit graph

55 commits

Author SHA1 Message Date
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
9636b90a83
Merge pull request #4 from Bonyoze/main
SprayMesh Extended - Fix sprays drawing twice and over translucent renderables
2024-10-29 19:02:41 +00:00
Bonyoze
60ce9a445d
fix sprays drawing for skybox + use PreDrawTranslucentRenderables instead 2024-07-12 22:26:51 -04:00
9f79677da4
Screenshot Editor: Add missing addon.json 2024-04-23 19:09:47 -07:00
1938adbf7e
Screenshot Editor: Fix alphanumeric filenames not being detected
If a file started with a name with numbers in it, like "c1m3_mall", the screenshot would not be loaded for the player to select. This has been fixed.
2024-04-23 19:01:59 -07:00
851b5f71c1
SprayMesh Extended: Add another screenshot 2024-03-27 12:10:51 -07: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
a87f70580c
Merge branch 'main' of https://github.com/chev2/gmod-addons 2024-01-12 11:06:05 -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
33b0c42f5f
Update issue templates
- Added bug report template
- Added feature request template
2023-11-08 21:53:21 +00: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
4d3c2bf17e
Fix some README typos 2023-11-04 13:41:07 -07:00
4d57449766
New addon: SprayMesh Extended 2023-11-04 13:40:49 -07:00
6f29f9e3a4
Add more icons for some more of my existing workshop addons 2023-10-30 14:45:43 -07:00
2e206c45ff
Add icons for some more of my existing workshop addons
gm_construct_flipped, Lethal League Blaze Ball Entity, Risk of Rain 2 HUD
2023-10-30 14:31:38 -07:00
aff7379379
Add "kiddie pool model" icon & images 2023-10-30 13:14:36 -07:00
1868cfa022
Add "crystal cluster props fixed" icon & images 2023-10-30 13:12:22 -07:00
30b1518c9e
Move workshop icons into their own subdirectory
Moves them from images/ to images/icons/
2023-10-30 13:11:49 -07:00
5b9f441d4d
Add README for each of the addons 2023-10-21 15:49:42 -07:00
8642bfcef4
Auto-Flashlight: Add ability to customize checking frequency 2023-09-21 13:16:41 -07:00
6a6db8fa01
LLB Baseball: Support new AirShake parameter in util.ScreenShake
(cherry picked from commit 7ebd38618b2116a98291037137d73d962cb75e3b)
2023-09-18 20:38:04 -07:00
65135fc10e
New addon: Auto-Flashlight
(cherry picked from commit a38070a92f130cdeb941ded70e34ff38e322f107)
2023-09-18 20:37:52 -07:00
ac965eb885
Add map .vmf files 2023-07-17 13:47:12 -07:00
39a6af1806
Add map addons: cinema_construct, gm_krustykrab_night, gm_construct_flipped 2023-07-17 13:38:55 -07:00
fa60e3be1c
LLB Baseball: Code organization & improvements
- Split entity code Lua files by realm (server, client, shared)
- Use $pp_colour_inv for color inversion
- Remove pp/texturize/invert.png as we now use $pp_colour_inv in its place
- Fixed an issue where hitting the ball perpendicular to an axis it's locked to would massively slow the ball down
- Fixed a bug where ball damage events may have accidentally been applied twice
- Use util.AddNetworkString in entity Lua file initialization instead of every time an instance of the entity is initialized
- Use better hook initialization and removal (ent identifier which uses IsValid check)
- Color invert now only applies to players within the entity's PVS instead of all players on the server
- Added some additional IsValid checks to prevent errors
- Add small screen shake effect whenever the ball collides with a wall
- Hitting the ball now 'locks' the player (freezes them & gives them temporary godmode) until the ball is unfrozen
2023-07-16 21:07:08 -07:00
343dd16c31
Screenshot Editor: Improve initialization; proper reload on autorefresh 2023-07-16 21:03:27 -07:00
Chev
552727db3c Add missing Screenshot Editor frames 2023-02-07 17:24:21 -08:00
Chev
debaed380e Fix Screenshot Editor initialization hook being run twice 2023-01-02 15:08:23 -08:00
Chev
70d5afa6e0 Add more Comic Book filters 2023-01-02 15:08:05 -08:00
Chev
8eb2af352e Fix missing parameters in DrawColorModify functions 2023-01-02 15:07:50 -08:00
Chev
6ac701451b Add Sepia filter 2023-01-02 15:07:29 -08:00
Chev
765b1e4725 Add more texturize filters 2023-01-02 15:07:06 -08:00
Chev
88ef459be0 Add "Black Bars" frame 2023-01-02 15:06:10 -08:00
Chev
7fe95e3d62 Add "To Be Continued" frame 2023-01-02 15:06:01 -08:00
Chev
80e17fd32c Add drop-down menus to DScreenshotEditor 2023-01-02 15:05:46 -08:00
Chev
1ccbab200f Initialize Screenshot Editor addon 2023-01-01 11:58:19 -08:00
Chev
d41cd5d11a Add "other" category to chevbhop 2021-04-18 19:28:57 -07:00
Chev
b2da8bd22e Fix nokia phone IED infinite explosion bug 2021-04-18 19:28:44 -07:00
Chev
c5dfdbc9fd Update README 2021-01-03 16:24:54 -08:00