Commit graph

20 commits

Author SHA1 Message Date
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
Chev
d7af6df94d Add addon.json to every addon 2021-01-03 16:21:23 -08:00
Chev
e304113d1d Update .gitignore 2021-01-03 16:20:41 -08:00
Chev
dfa9caec06 Add some addon preview images 2021-01-03 16:03:02 -08:00
Chev
c25dfbeb4c Initialize addons 2021-01-03 16:02:16 -08:00
Chev
76f9e702d9
Initial commit 2021-01-03 15:49:53 -08:00