userRubatcancel

5,830 Commits over 3,592 Days - 0.07cph!

4 Years Ago
merge from main
4 Years Ago
Display a console warning during addon mounting when an addon contains a file already mounted from another addon Do not mount already mounted files when joining servers, etc.
4 Years Ago
Increased buffer sizes for certain chat gamevents so players with longer names can still fit and not cut off the message (disconnect, connect, team/name changes, achievements)
4 Years Ago
merge from main
4 Years Ago
Change drag'n'drop copy string to not conflict with copy to clipboard string
4 Years Ago
Updated language files
4 Years Ago
Updated language files Fixed Snarks not attacking sometimes Read only drag'n'drop stuff You can only copy from readonly drag'n'drop panels. Used for Weapons/NPCs/Entities tabs in the spawnmenu to prevent ability to delete icons and have to resort to restarting the map to get them back
4 Years Ago
Translated drag'n'drop rightclick drag dropdown menu You can no longer modify unmodifiable Spawnmenu tabs (NPCs, Weapons, etc), you can still copy from them to your spawnlists as usual Fixed HL1 snarks not attacking anything when spawned from spawnmenu on flat surfaces
4 Years Ago
Fixed an infinite loop with decal cleanup
4 Years Ago
Further improve func_breakable angle reset logic HL1 turrets start in retracted animation rather than in the firing? animation
4 Years Ago
Update usermessage.lua Formatting changes to match the rest of the files
4 Years Ago
Minor optimizations to player.GetBy* functions (Community) Fixed SendUserMessage erroring on client (Community) Minor changes to config_default.cfg - mp_decals & r_decals set to 2048 (from 5000), sensitivity set to 6 (from 8) and removed spawnmenu_icon_precache since it doesnt exist (Community) Converted umsg.Start error messages into ErrorNoHalts Not proving the first argument to umsg.Start won't create a new message and then just fail and do nothing with it
4 Years Ago
Fix SendUserMessage error when calling clientside (#1626) * Fix SendUserMessage error when calling clientside Though all this is deprecated, the function still shouldn't error when called from the client. I also removed the ``SERVER`` check inside ``usermessage.Hook`` since it never passed due to ``SERVER`` not being localised before the module call. * Update usermessage.lua
4 Years Ago
Made Menu Lua errors appear mostly like Client/Server errors appear (formatting) Made ErrorNoHalt w/ trace and menu errors trigger the "Something is creating script errors" message
4 Years Ago
Optimized player.GetBy* functions in player.lua (#1628) * Update player.lua * Update player.lua * Update player.lua Style changes.
4 Years Ago
config_default.cfg reworked (#1632) - Removed `spawnmenu_icon_precache` because it is not a valid command; - Modified the `mp_decals` to the value of `2048` to equal the value of `r_decals` (`r_decals` gets resetted everytime you launch the game, so setting `r_decals` to `5000` will get its value back to `2048` when you relaunch the game, while `mp_decals` still with the value of `5000` because `mp_decals` it is stored in the `config.cfg` file, while `r_decals` is not, and to make both equal, here is the solution); - Modified the value of the `sensitivity` command to the value of `6` instead of `8`.
4 Years Ago
Added Toggle input for func_brush in base.fgd
4 Years Ago
Clientside crazy physics: Delete the entity AFTER simulating all of its physics objects to avoid crashing Fixed func_break being misaligned on HL1 maps
4 Years Ago
Update issue templates
4 Years Ago
▅▄█▇_▄▇▅█▄ -> ▉▍▍->▄▅▋▆▄█▊▆▍
4 Years Ago
surface.DrawPoly with no arguments causes an expected Lua error, rather than printing a warning into console. Fixed RichText crashing when containing a lot of text without newline and with the same color
4 Years Ago
Restored -tools for the 32bit binaries on the x64 branch
4 Years Ago
UpperCamelCase for key names in GetFrictionSnapshot()
4 Years Ago
Added PhysObj.GetFrictionSnapshot()
4 Years Ago
Added GM:PlayerChangedTeam( ply, old, new ) - serverside
4 Years Ago
Made Vehicle.GetDriver, Vehicle.GetPassenger, Vehicle.GetVehicleViewPosition shared
4 Years Ago
Added BLENDFUNC_MIN and BLENDFUNC_MAX enums Added OnEntityWaterLevelChanged( ent, old, new ) hook WaterLevel() for non player entities will report WL_Eyes(3) if touching water, rather than WL_Feet(1) when fully submerged
4 Years Ago
IN_MODIFY => IN_CLOSE_WRITE for linux auto refresh
4 Years Ago
IN_MODIFY => IN_CLOSE_WRITE for linux auto refresh
4 Years Ago
Updated TTT: Portuguese language improvements (Community)
4 Years Ago
Offline workshop changes Necessary to display addons names and not error
4 Years Ago
Improved Offline Mode for workshop addons - now uses the cached subscribed list from Steam
4 Years Ago
Connection to Steam servers lost. message now also gets user friendly error messages Translate steam errors 8 and 34 to nicer messages
4 Years Ago
cherry pick the workshopDL changes and prop_combine_ball crash fix
4 Years Ago
Resolve some issues with stuck download prevention for WorkshopDL
4 Years Ago
Added CLIP tool textures with custom step sounds to mimic CS:GO VBSP: Allowed usage of multiple unique clip brushes to enable custom footsteps on them.
4 Years Ago
Disable overview_mode stuff completely, it was used to cheat, and is completely replaceable by Lua
4 Years Ago
Added Panel.GetSelectedTextRange() = start,end pos, works for both RichText and TextArea
4 Years Ago
Added Panel.GetFG/BGColor()
4 Years Ago
Switched icon editor to sliders for skins/bg Delete closecaption files They are pointless here volume to loading screen Co-Authored-By: Nurdism <nurdism.io@gmail.com> DisableClipping restores to oldstate garrysmod-issues/issues/4375
4 Years Ago
Switch spawnicon editor skins/bodygroups to sliders from dropdowns Community: util.TypeToString now works nicer for angles Loading Screens are now passed game volume via GameDetails()
4 Years Ago
Restored close caption support
4 Years Ago
Added closecaptions and subtitles for languages supported by Half-Life 2 games
4 Years Ago
Added Panel.Set/GetMaximumCharCount, both of which work on TextEntry and RichText
4 Years Ago
Fixed a crash issue with prop_combine_ball when its missing its physics object
4 Years Ago
Fixed HSVToColor and HSLToColor freezeing the game with large Hue values Fixed Dedicated servers not being able to read unlisted collections
4 Years Ago
▆▆▅▆▊▄ ▌█ ▉▇▆▆▅▆ ▉▉▍ ▍▄▆▆▉ ▇▊▊█ ▆▉▍ ▄▄▊▌██▇▉▅▄▆▄.▋▇▇▉▋▊▇▇▊▍▄
4 Years Ago
Stack trace for "[ParticleEmitter:Add] Material Handle is invalid!" Added CLuaParticle.Set/GetMaterial Added File.EndOfFile Added Entity.RemoveInternalConstraint( num = -1 )
4 Years Ago
Vehicle.SetVehicleParams doesn't unexpectedly change maxSpeed, boostMaxSpeed and maxRevSpeed when not given new values for those fields
4 Years Ago
Fixed stepLeftSound and stepRightSound missiing from util.GetSurfaceData