139,705 Commits over 4,352 Days - 1.34cph!
merge from reapply_136367
Minor cleanups
Remove duplicate voice_scale from the blocked list
Apply some clientleafsystem index checks from TF2 SDK
Remove explosion sound from Emitter's underwater explosion
Minor changes to util.SpriteTrail
* No entity leakage on Lua error
Fixed some compile warnings
Fix a NPE crash with network transmission check
Change Hammers ???? spawn flag to a more descriptive text
Restore gmod_language cvar for dedicated servers
* Kinda lame that I have to do this, but in order to not break stuff
Apply some validations to shader API
Use actual model scale for jiggle bone scaling
* It was calculating the scale from bone orientation before (??) which was causing oscillations on some models when unscaled
Make joystick input add to mouse delta, not replace it
* Since the player can still use both at the same time, both affecting mouse delta at the same time makes sense, no? This is also consistent with how viewangles are handled I think
Merged Pull Requests
* TTT: translatability improvements
* TTT: use GMod language setting by default
* TTT: Equipment menu sorting options
* Menu: Optimise digest scheduling
* Pass along GM:AdjustMouseSensitivity's arguments to weapons
Make BuildFromTriangles read weights from util.GetModelMeshes
* It will only read 2 weights max naturally, while util.GetModelMeshes will return up to 3!
More ent_create NPE crash fixes
vgui_slideshow_display refuses to scan invalid folders for slides
Delete a few more "test" concommands
* This includes collision_test, kdtree_test, voxeltree_view, voxeltree_playerview, voxeltree_box, voxeltree_sphere
Add 2 new parameters to VRAD
* `-LeafAmbientSampleReduction` and `-AmbientFromLeafCenters`
Lets try rebuilding ambient cube indexes for when there are >65536 of em
Lets try making singleplayer always select first spawnpoint
* This mimics Half-LIfe 2/Portal 1 behavior. so you don't spawn on spawnpoints meant for testing during map development
Fixed crashes with SavePresets
Fixed decal related crashes with static props
* For "clipped vertices" (whatever that means) it would crash, so we prevent that
Make template spawned entities be removed if they are not NPCs
* This is for NPCMaker entities, when given invalid entity classes to spawn (i.e. not NPC classes), it will now also remove the non NPC entity after spawning it, so they don't fill up the server
Do not assign client-only color_correction entities serverside
* This fixes map cleanups applying color correction that is not applied when just starting the map
Undo some changes to clientside game.CleanupMap()
Revert "Lets try making singleplayer always select first spawnpoint"
This reverts commit 793dfc845bc7a0523c23224be83629b4303771ea.
merge from new_console-ui
merge from iocounter_resetvalue
Auto clamp the counter reset value when typing in the input field
adding wall_tiles_mosaic tileable textures
mapped it on the apartment building facade
setting up m16a2 prefbabs
merge from iocounter_resetvalue
Add non-halting error when tables have wrong data type
* This relates to C functions that expect table inputs. Instead of failing silently, we let the developer know they are doing something wrong
Delete particle_test* convars/concommands
* Seem useless?
Delete simple_bot (simple_bot_add concmd)
* Nextbot test entity or something?
Delete hunter_shoot_flechette concmd
Delete fadein and fadeout console commands
* I think that this is never used?
Fixed a number of concommands crashing when using on srcds
* For example `prop_physics_create`
Give weapon_cubemap a unique bucket position
* So it doesn't conflict with other built-in weapons. really should update the weapon selector so this isn't even necessary
Disable most impulse commands
* This includes 76, 81, 82, 83, 102, 106, 107, 108, 195-197, 202 and 203
* All of these are either useless or do nothing, or are replaced by Sandbox. (jeep spawning)
Remove some CAI_BaseNPC debug stuff
Removes CAI_BaseNPC::m_pDebugNPC, SetDebugNPC, IsDebugNPC which are never used
Remove CBasePlayer::m_rgItems (unused)
Enable default weapon selector to render weapon slots 7-10
* They will not appear by default (as empty boxes), but if you have a weapon in slot above 6, you can now actually see it
Move where model scale limits are enforced
* Also delete duplicate m_flModelScale definition in the data table
Rework weapon selector weapon positioning
* It kinda took too long, but it is no longer possible for weapons to be invisible within the first 10 slots. Everything else should be the same
* Removes a few SlotPos related hacks
* Fixed slot 10 (bound to 0 by default) having wrong number in the selector, and not being selectable via the bind
Minor cleanup
Fix a crash with improper usage of prop_ragdoll
Fix physgun glow rendering in buildcubemaps
* Just a dumb fix. Applied some more changes like not drawing physgun glow if player is invisible
Fix potential crashing issues with GetModelMeshes
Reset firing delay on weapon holster while in reload animation
* So pulling out 357 or crossbow after starting reload doesn't lock you out of doing anything with the weapon for the duration of reload
Fix animation canceling with the RPG reload
* You can no longer holster and redeploy to bypass the reload animation after firing
More IO counter code cleanup
Revert "Lets try making singleplayer always select first spawnpoint"
This reverts commit 793dfc845bc7a0523c23224be83629b4303771ea.
Undo some changes to clientside game.CleanupMap()
Phrases, fixed conflict in PressButton.cs
Can now change the reset value of IO counters
Cleaned up some old code
Various final fixes with console input and autocomplete fuckery
Added salvaged axe, bunny costume and new egg to the skin viewer
Updating female bunny costume prefab with burst cloth and correct mesh
Industrial Auto Turret - Initial prefab setup, added blockout model and materials, added skin support for autoturret, manifest, localization
merge from Armored_ladder_hatch
Re-made armored ladder hatch icons
Ladder hatch crafting pass and techtree
Fix a bunch of borked server compiles
Fix UI_DeveloperTools and UI_ServerAdminUGCEntryPattern.OnVisible not compiling on SERVER builds
Gracefully close the autocomplete window if we click off the search input field
- Dont use selection colour inside the command list input window
- Cleanup various autocomplete bugs (0 result searches, not selecting input field etc
- Swap dropdown to Show Client/Show server buttons
- Minor code cleanup
- Add Claude/Network profiles to ignore.conf
- Add same darken logic to the toplevel console
- Swap autocomplete tooltips to the new menu ones
- Fix bug where the new console input could be blank sometimes
- Stop text wrapping on autocomplete suggestions
- Darken background of command list when typing in command list input
- Hide commandlist when pressing escape
- Fix description text wrapping
- Add tooltip to default values for autocomplete list
set avatar on v_M16a2 rig and setup v_M16a2 animation clips
Applied metal material to all the ladder colliders on both the triangle and square armored hatch.
merge from coloured_buttons
Fix big button mat not being pushed in the last commit,
Add more colors
Mortar idle and attack anim block out + vm camera files and animators
Fixed memory cell short circuiting when it has more than 8 components connected to one of its outputs
▌ ▌▊▄▍▋█ ▇▆▋▅▋ ▄▉██▌▌▍▅██▉█▌▋▉▋▍▋▅▆▆▆
Implement being able to set colors for buttons.
Fix not being able to chain context menus.
Setup material with button detail mask.
Applied metal material to square ladder hatch
bulky sofa, lods and prefab
- Fix misaligned header spacing
- Update culling groups
salvaged axe skinnable correct setup
Improved contrast and subtracted edges in trim blend mask
Clear out a huge amount of bloat
Mark TMP text as dynamic for command list entries
Fix broken text scaling after animating the command list
merge from store_dashboard