255,104 Commits over 3,990 Days - 2.66cph!
Tweaked font settings (should prevent chat lag)
Delete balcony after deleting room, more room deletion fixes
Fix balconies deleting walls on lower floors
New transparent emissive clipped shader
Fixed some ship space issues when placing rooms
Don't show hire popups on different floors
Don't allow click/hover events to go to props on different floors
Also filter tooltips
Remove some client content we no longer need. Also added isServer param to hits and repairs, since not all hit receivers are NetworkEntities so checking server/not server wasn't always easy.
Get rid of the duplicated fonts
Update to 2019.1.5f1
Convert nav elevator system to use chunks
Can restrict room placement by floor
WIP balcony support
Horse sound import setting tweaks
horse eat sound tweaks
horse water footstep tweaks
Split ResourceRef into multiple files
- Seeding view punch to match with server.
- Ready to start re-arranging sorted bullet hits.
hooked up mount/dismount sounds
horse spawns
compile fixes
More horse water footstep work
Horse mount/dismount/eat loop sounds
Synched buoyancy with new waves
Increased ocean detail blend distance
Fixed cpu sampling and couple optimizations
Helicopter work. Can fly up and down.
horses don't like deep water
CHIPPY-368: Vignette around player when unpausing
Testing some bullet changes
Horse water footsteps
Horse saddle movement sounds
More horse vocaliaztions
horse network optimizations
Fixed hijack button overlapping when paused
Pause menu UI tweaks
compile issues
improved horse visuals
horse optimization
transformUtil.GetGroundInfo now non alloc
Fixed a few main menu problems - server settings "not saving" and a JS error
Add SF_LUA_RUN_ON_SPAWN
A few main menu fixes
Fixed server settings "not saving" and a JS error
fixed cargoship glass mat
Removed dodamage from hits
Added SF_LUA_RUN_ON_SPAWN global for addons
Restore MAX_DOWNLOADABLE_FILES to 8192, even if for nothing else but to figure out why this was reduced to 4096 by GMod (Hopefully doesn't break net compability)
separated pass for trajectory and cursor, tweaked render pass order
tweak trajectory shader and added unlit particle xray shader for the cursor
rerender some item icons
Forgot to include the .fgd
Community Contributions:
* Vector/AngleRand() now have optional min/max arguments
* nano optiosation for math.Clamp
* Added spawnflag 1 to lua_run - Run code on Spawn (added to .fgd, defaults to not set)
glitchy horse footstep fix
Spawnflags for lua_run entity
Modified version of the garrysmod/pull/1124 pull request.
Code is ran a bit later (on spawn) and uses self as activator/caller.
Co-Authored-By: superhighvoltage <superhighvoltage@users.noreply.github.com>
Cleaned up undo library
And increased UI limit for undos to 100
Small fix for DListBox
A fix for multiple items being displayed as selected when they got the same text, such as in the Undo menu
Cleaned up undo library file
Increased undo limit in UI from 32 to 100
DListBoxItem now properly checks its IsSelected() state for drawing selected state rather than relying on DListBox not having mutliple selections and testing whether the selected item has the same text as its own text
Community Contributions:
* math.Clamp nano optimisation
* VectorRand and AngleRand now have optional min and max arguments
Re-implemented hijack button
Fixed not being able to interact with pause menu leaderboards in some cases
fixed icon renderer for lwrp for all the customisation
set platform specific compression, improved unit render (uncompressing all the texture before rendering)
rerender all the customisation icons
removed old unused item definitions