userRubatcancel

5,846 Commits over 3,622 Days - 0.07cph!

7 Months Ago
Update from GMod
7 Months Ago
Fix spawnmenu Lua errors when using gm_spawn directly
7 Months Ago
fix compile error
7 Months Ago
▊▋▌▍▄▍▊ ▉▅▄▅█ ▆▋▄▇▍▍ ▋▍▄▉▌ ▍▌▇▋ ▆▄ ▆▊▆▋ ▆▄▉▅▊ █▍█▊▄▄▅ ▉▋ ▇▊▉▊ ▊▋▆▆▅▍ ▍▅▋▅█ ▉▍▇ ▍▋▍▊█ ▆▇▉_▋███▋_▋▆▉ ▇▊ █▊▍█(▉) ▄▍▊ ▆█▊▌ ▄▅▅ ▋▆▌▋▋▆'▇ ▆▅▄▋▌▊▆ !▅▍▅ ▋▌▄▆██▅ ▍▋▌▄▌ ▌▌█ ▆▇▄▉▇▌▊▇ ▅▇▌█▌ ▆▆█▄▉
7 Months Ago
▊▄▌ ▄▊▌▇▍▆▉ ▆▉█▋▍ ▄▆▊ ▄▄▄▌▍▍▉▉ ▄▄▊▋▅ ▅▉▋▄▉
7 Months Ago
A bit faster optional argument handling Also nicer code internally Rework killicon library New argument for killicon.GetSize - bool dontEqualizeHeight, set to true to return the actual height of a killicon killicon.Add can now use .pngs Added killicon.AddTexCoord - subrect killicons on a single texture (Community Contribution) Added killicon.Render - draws the killicon without weird vertical offsets, also has dontEqualizeHeight argument to draw unscaled killicon Changed base gamemode deathnotice to use killicon.Render to have better killicon alignment Fix targetID being jumpy player manager cleanups Merged pull request Add sequential parameter to net.Read/WriteTable Update gm_construct.nav Added walkable drop down only areas to elevated areas, such as roofs of certain buildings Added some navarea functions Added CNavArea.GetIncomingConnectionDistances Added CNavArea.GetAdjacentAreaDistances Both have optional arguments to limit output to a certain navDir, and return the precalculated distances to the returned areas. OnEntityCreated is now also called for clientside only entities Add .gma to file.Write whitelist Support Vector / Vector Merged pull requests * Clean up DOF_Ents table on DOF_Kill * Use Brackets for keys in PrintTable to avoid confusion with trailing/leading whitespace RecalculateLineBreaks before firing OnTextChanged Fix Panel:GetNumLines not being up to date within that hook. CNavArea:MarkAs(Un)Blocked first argument is now optional Fixed clientside ragdolls creating unnecessary bonemanip entities This is a regression fix Added classnames to "C_BaseEntity::UnlinkFromHierarchy" warning Made NPC:SetUnforgettable 2nd argument default to true And also made it actually work, whoopsie Fix CNavArea.MarkAsDamaging 2nd argument reading from the first Simplify some code Safe guard against invalid vector input to PhysObj functions OnScreenSizeChanged hooks get 2 new params - new sizes Fix airboat attachment name Fix seemingly incorrect calculation of vehicle wheel total height for rear axle Read settings/users.txt from MOD search path Added optional filter option to both EmitSound functions Added new RichText panel methods Added GetLineHeight Added SetLineHeight - values below zero mean no override Added AppendTextWithURLs Added model file types to file.Write whitelist Reduce .gma whitelist for data_static/ folder Only allow txt, dat, json, xml and csv - the other stuff can be stored in models/, materials/, etc. Clean ups Added navmesh.FindInBox
7 Months Ago
█▆▊▋▍▉▊ ▍▉▇▋▌ ▇▊▋▆▋▍ ▍▋▆█▌ ▌▍▊▌ ▆▍ ▌▍▉▅ ▉▍▇▅▌ ██▆▊█▋▌ ▄▌ ▍▌▋▆ ▊▊▇█▄▇ ▋▋▇▊▇ ▍▊▇ ▆▋▋▋█ ▅▌▉_█▉▊▍▅_▍▍▌ ▍█ ▆▊▇▌(▌) ▅▌▍ ▇▄▅▋ ▌▊▋ █▊▇▄▆█'▉ ▇▄▆▋▌▅▆
7 Months Ago
Added optional filter option to both EmitSound functions Added new RichText panel methods Added GetLineHeight Added SetLineHeight - values below zero mean no override Added AppendTextWithURLs Added model file types to file.Write whitelist Reduce .gma whitelist for data_static/ folder Only allow txt, dat, json, xml and csv - the other stuff can be stored in models/, materials/, etc. Clean ups Added navmesh.FindInBox Revert "Delete player.phy" This reverts commit 881ea75ae830dec677c89b3207d95b56f8a223fd.
7 Months Ago
Fix CNavArea.MarkAsDamaging 2nd argument reading from the first Simplify some code Safe guard against invalid vector input to PhysObj functions OnScreenSizeChanged hooks get 2 new params - new sizes Delete player.phy What the hell is this file? Fix airboat attachment name Fix seemingly incorrect calculation of vehicle wheel total height for rear axle Read settings/users.txt from MOD search path
7 Months Ago
CNavArea:MarkAs(Un)Blocked first argument is now optional Fixed clientside ragdolls creating unnecessary bonemanip entities This is a regression fix Added classnames to "C_BaseEntity::UnlinkFromHierarchy" warning Made NPC:SetUnforgettable 2nd argument default to true And also made it actually work, whoopsie
7 Months Ago
Move where gmod_unload_test is defined to appease linux srcds
7 Months Ago
Add .gma to file.Write whitelist Move where gmod_unload_test is defined to appease linux srcds Support Vector / Vector Merged pull requests * Clean up DOF_Ents table on DOF_Kill * Use Brackets for keys in PrintTable to avoid confusion with trailing/leading whitespace RecalculateLineBreaks before firing OnTextChanged Fix Panel:GetNumLines not being up to date within that hook.
7 Months Ago
OnEntityCreated is now also called for clientside only entities
7 Months Ago
Restore content unloading, but behind convar gmod_unload_test, defaults to 0 Build bspzip.exe and ship it (32bit only)
7 Months Ago
Fix gmod_suit 1 breaking sprinting Sentences system calls EntityEmitSound There are a few caveats: * SoundName is always invalid.wav * OriginalSoundName is the sentence name * The sound table will contain SentenceIndex in these cases * OriginalSoundName can be changed to replace the sound. Global.EmitSentence now has an optional 9th argument = DSP, defaults to 0 Added Panel.GetScrollStartIndexes Works only on text entries, returns 2 values - x axis offset, y axis offset Added some NPC functions NPC.GetGoalPos NPC.GetGoalTarget NPC.IsCurWaypointGoal More "reportable" keyvalues in default FGDs Shows useful info in the Entity Report window Added NPC:GetCurGoalType navmesh Lua API additions Added missing enum for NAV_MESH_BLOCKED_PROPDOOR Added navmesh.GetBlockedAreas() Added CNavArea:MarkAsBlocked( teamID ) Added CNavArea:MarkAsUnblocked( teamID ) Added CNavArea:RemoveAttributes( flags ) Added CNavArea:AddAttributes( flags ) Disable default automatic navmesh unblocking Add some of the existing nav related entities to the FGD func_physbox/pushable is ignored by navmesh gen Disallow making addon presets with empty names Also fixed number only names being unable to be deleted Confirmation when deleting addon presets Addon preset importing and exporting Merge Pull Request Added net.Read/WritePlayer Make ENT:OnTaskFailed second argument work Added 2nd return value to NPC:Disposition - priority Panel.DrawTextEntryText doesn't silently fail with invalid input gitignore settings/presets/ Fix crashes when attempting to index invalid sentence IDs Fix spawnmenu saved cursor pos resetting to middle of the screen sometimes Resolved incompatibility with $BlendModulateTexture and $detail Give sk_ally_regen_time a minimum value of 0.01 to avoid division by 0 And subsequent freezes due to infinite loops Lazily fix props with VortWarp shader crashing when entering water Reduce default max_fps to 150 There's no reason to have it at 300 by default Add a hack for $alphatest 1 displacements not having collisions $alphatest 1 brushes are considered "windows" and are non solid, but it doesn't make sense for displacements. Rename CS:GO mountable game to mention the legacy branch I am not sure we should keep it, might just leave this to mount.cfg Fixed blendable textures on a brush being inverted in Hammer i.e. not appearing like they do in-game. Remove empty files from build process Fixed fonts from gamemode's content/ folder not being extracted For workshop addons, so they can actually be loaded. Hide "No bound shader" warning behind developer 1 And also add which materials the error is for Merged Pull Requests gmad.exe - Reduced buffer reallocations, which results in much faster .gma file creation, most noticeable with many small files. Added zi_ maps to Team Fortress 2 category Merged Pull Requests Added ents.Iterator and player.Iterator Added string.CardinalToOrdinal Fix compile error
7 Months Ago
Update gm_construct.nav Added walkable drop down only areas to elevated areas, such as roofs of certain buildings Added some navarea functions Added CNavArea.GetIncomingConnectionDistances Added CNavArea.GetAdjacentAreaDistances Both have optional arguments to limit output to a certain navDir, and return the precalculated distances to the returned areas.
7 Months Ago
Fixed targetID being jumpy/jittery Clean ups
7 Months Ago
Fix targetID being jumpy player manager cleanups Merged pull request Add sequential parameter to net.Read/WriteTable
7 Months Ago
Fixed spawnmenu cursor position resetting in certain cases Reworked killicon library Updated language files Update string.lua
7 Months Ago
Rework killicon library New argument for killicon.GetSize - bool dontEqualizeHeight, set to true to return the actual height of a killicon killicon.Add can now use .pngs Added killicon.AddTexCoord - subrect killicons on a single texture (Community Contribution) Added killicon.Render - draws the killicon without weird vertical offsets, also has dontEqualizeHeight argument to draw unscaled killicon Changed base gamemode deathnotice to use killicon.Render to have better killicon alignment
7 Months Ago
A bit faster optional argument handling Also nicer code internally
7 Months Ago
Restore content unloading, but behind convar gmod_unload_test, defaults to 0
7 Months Ago
Merged Pull Requests gmad.exe - Reduced buffer reallocations, which results in much faster .gma file creation, most noticeable with many small files. Added zi_ maps to Team Fortress 2 category Merged Pull Requests Added ents.Iterator and player.Iterator Added string.CardinalToOrdinal
7 Months Ago
Fixed buffer reallocation fixes #34 Reduced buffer reallocation. Use Bootil's AutoBuffer Style fixes Merge pull request #46 from RaphaelIT7/patch-1 Reduced buffer reallocation
7 Months Ago
Remove empty files from build process Fixed fonts from gamemode's content/ folder not being extracted For workshop addons, so they can actually be loaded. Hide "No bound shader" warning behind developer 1 And also add which materials the error is for
7 Months Ago
Reduce default max_fps to 150 There's no reason to have it at 300 by default Add a hack for $alphatest 1 displacements not having collisions $alphatest 1 brushes are considered "windows" and are non solid, but it doesn't make sense for displacements. Rename CS:GO mountable game to mention the legacy branch I am not sure we should keep it, might just leave this to mount.cfg Fixed blendable textures on a brush being inverted in Hammer i.e. not appearing like they do in-game.
7 Months Ago
Resolved incompatibility with $BlendModulateTexture and $detail Give sk_ally_regen_time a minimum value of 0.01 to avoid division by 0 And subsequent freezes due to infinite loops Lazily fix props with VortWarp shader crashing when entering water
7 Months Ago
Fix crashes when attempting to index invalid sentence IDs Fix spawnmenu saved cursor pos resetting to middle of the screen sometimes
7 Months Ago
Make ENT:OnTaskFailed second argument work Added 2nd return value to NPC:Disposition - priority Panel.DrawTextEntryText doesn't silently fail with invalid input gitignore settings/presets/
7 Months Ago
Main Menu changes and additions Disallow making addon presets with empty names Fixed number only names being unable to be deleted Confirmation when deleting addon presets Addon preset importing and exporting
7 Months Ago
Merge Pull Request Added net.Read/WritePlayer
7 Months Ago
Disallow making addon presets with empty names Also fixed number only names being unable to be deleted Confirmation when deleting addon presets Addon preset importing and exporting
7 Months Ago
Added FGD files
7 Months Ago
More "reportable" keyvalues in default FGDs Shows useful info in the Entity Report window Added NPC:GetCurGoalType navmesh Lua API additions Added missing enum for NAV_MESH_BLOCKED_PROPDOOR Added navmesh.GetBlockedAreas() Added CNavArea:MarkAsBlocked( teamID ) Added CNavArea:MarkAsUnblocked( teamID ) Added CNavArea:RemoveAttributes( flags ) Added CNavArea:AddAttributes( flags ) Disable default automatic navmesh unblocking Add some of the existing nav related entities to the FGD func_physbox/pushable is ignored by navmesh gen
8 Months Ago
Added Panel.GetScrollStartIndexes Works only on text entries, returns 2 values - x axis offset, y axis offset Added some NPC functions NPC.GetGoalPos NPC.GetGoalTarget NPC.IsCurWaypointGoal
8 Months Ago
Fix gmod_suit 1 breaking sprinting Sentences system calls EntityEmitSound There are a few caveats: * SoundName is always invalid.wav * OriginalSoundName is the sentence name * The sound table will contain SentenceIndex in these cases * OriginalSoundName can be changed to replace the sound. Global.EmitSentence now has an optional 9th argument = DSP, defaults to 0
8 Months Ago
▊▉▊▍▄▉▆▇▅ █▉ .▊▅▍ ▌▋▉▄▌▄▉█▍ * ▊▄▍█▄ ▋▅▆▉_▇▆▄▉▄▌/ ▆▄▉▇▌▆▄▆▌▇█ ▇▄ ▅▇▌▉/ ▆▉▄▍▄▄ ▅▉▍▅ ▄▇▌ ▌▇▋ ▊▋▋▉▅▊▋▉▋▅ ▅▊█▅▅▆█▊▌▍ * ▄▍▆▄█ ▌▌▄▍▍▄█▅▉/▇█▉▇█▉▌█▆▍▍█▄▋▄/*.▌▌▅ ▄▇▋▋ █▋▄▇▋▊▊ * ▋▅▊█ ▍▌▋▋▄▆ .▆▅▉ ▋▇▄▍▋ * ▅▄▅▄▌ ▇▋▌ ▉▍▋▆ ▅▌ ▅▋█▌▇ ▄▅▍▆ ▄▌▍ ▌▆▅ ▄▅▊▅▉ ▉▊█ ▊▆▆▊▅▆▌▍▋ ▄▇ ▍▌▆ ▉▋▍ ▊▅ ▋▄▆ ▌▉▉▊▉▋▄ ▅▊▆▉▆▋ ▉▄ ▇▄▋█ ▄▄▌ ▉▆▇▋ ▊▌▅▍█▌█ * ██▋▅█ ▊▄▍ ▊█▅█▉▉▍ ▋▊▉█▇, ▄▆▍ ▄▇▇▋▅ ▅▄▋▌▊ ▌▇ ▅▇▆ ▉▄▇ ▅█ ██▌ ▋▆▊▅▉▇ * ▍█▇▅█ -▊▋▅▌▍ ▋▉ ▋▆▋▊▆▌▇█ ▄█▍▌▌▉ ▊▉▉▉█▄██ ▍▅█▅▋ ▊██▅ █▇▌▊▅▄▅ ▄▌▋▅▆ █▉▉▇▌▄▆▉ ▇█▋ `▅▇▇▉▅_` ▄▅▋▍ ▉▇██.▍▍█ -█▇█▊▆ ▇▅▉ ▊▍▋▍▉▆▌▋▄▊ ▋▆ ▌▉▄▍ !▊▄▅ ▋▄▄▄▇ ▌▊▋▅▍▋█ ▋▆▋▌▅ ▇▆▅▋▋▉█▌▆▊▊▍ ▇█ ▍▅▆██▊_▍▇▄▍█▊.▌▆▅ ▍▄▄▊▌▊ █▍▇▍▉▉ ▅▅▆▄ ▋▌█▋▇█ ▌▇▆▆ ▍▅▅▆▄▋▅ ▋▇▊ ▉▆▉▌▉▆▌ █▌▄ ▋▆▌ ▍▊ ▌█▉▌█▆▊ █▉ ▊▆▋ ▄▍▋██▌ ▊█ █▆▉▆ ▄▉▇█ ▆▉▋▇ ▆▉▅▇▊▌▌ ▇▌▌ ▄▆▆▉▌█▅.▉▆█▆█▅▉▌▆, ▋▌▌▅▆▄▌, ▍██▋█▌▊▍▆▉▊▆ ▇▄ ▉▋ ▍▇▊▇▇▅▌▇▉ █▇▅▍ ▉▋ ▊▄▇▆▄▇▊▊▋ ▊ █▍▌▉▇▉▅▆▅ ▍▌▉▊█▌▊▄▅▄█▉. ▄▋▌▍▆▍ ▌██▆ ▊▌▊▍▅▍▌▆ * ▌▅▌ ▌▉▍▅/▇▌██.▆▉▊▆▅▇▆▄▊▄▉▇▌▊▋▅▊ * ▄▉▊▊▆▍▅ ▇▊▆▅▍▌ __▍▅▇▍▆ ▋▄▊▉▊ ▌▌ ▆▅▇▋▄▅ ▌▌█ ▆▇▋▋▍▉ ▉▍█▅▄▅▋▅█▄ ▌█▄ ▅▄█▍▌▋.▄▋▌▉▊▄▇ ▄█▊ ▋▊▅▆▅█▊▄█ ▋▋█▄ ▌▋▅:▋▌▊▇▋▇▍▍ ▍▌▋█▌▄▋ ▄▇█:▋▇▊▅▍▊▇█ █▄ ▄▊▋ ▍▋█▆▉█ ▄▍▇ ▋▅▇▇ ▊▆▆█▄▋ ▄▉▅▇█▉▌▄, ▄▇▍ ▌▍▇▄ ▋▊ ▇▌▆▊▇ ▉▇▊▉▌▉▄▅ ▆▄▍▇▉▅▌█▄▊ ▊█▄▉█▌▆ ▄▆ ▌▉▌ ▉ ▌▄▋▄ ▌▊▍▋▇▄ ▌▅▌▍▊▋▌ ▍▆ ▇▅▉.
8 Months Ago
Fix player.GetBots not returning bots ENT:OnRemove changes ENT:OnRemove is now called for full update removals, but with an extra argument signifying whether it was a full update removal or not.
8 Months Ago
Merged pull requests * Add SWEP/SENT.ClassNameOverride * Reduced player __index calls in player 3rd person animations
8 Months Ago
Minor optimization in editor_player.lua Missed change from merged pull request HL1 turrets can now be spawned on the ground as well This adds support for NPCData.OnCeiling, OnFloor, OnDuplicated to be functions This is partially a community contribution.
8 Months Ago
Update create_gmad.cpp
8 Months Ago
Half-Life: Source skill config adjustments More physics related killicons Crosshair customization menu clean ups Portal NPCs related changes Duplicator support, spawnmenu spawn position fix "Failed to find any models for this addon" message adjustments Empty out stored outputs for duplications Lua error fix due to recent engine changes Update garrysmod_english.txt Entity:Set/GetColor Lua implementation
8 Months Ago
▅▌▉ ▊▆▇▇▌ ▍▌█▊▇▄▉
8 Months Ago
Update whitelist Update * Auto ignore .git stuff * Print out list of files that did not match the whitelist at the end of the console output so they are more visible * Print out ignored files, and their total at the end of the output * Added -quiet to suppress spammy messages
8 Months Ago
gmad changes * Auto ignore .git stuff * Print out list of files that did not match the whitelist at the end of the console output so they are more visible * Print out ignored files, and their total at the end of the output * Added -quiet to suppress spammy messages Merge Pull Request Added category for `fofhr_` maps gmad.exe -quiet for extraction as well
8 Months Ago
Additions to .gma whitelist * Added data_static/ alternative to data/ folder with all the acceptable extensions * Added materials/colorcorrection/*.raw
8 Months Ago
Simplified & fixed FOV calculations for world clicker panels Call GM:EntityRemoved for full update removes, but with an extra arg EmitSound precaches the sound when ran in multiplayer serverside Added NPC:Set/GetViewOffset
8 Months Ago
EmitSound precaches the sound when ran in multiplayer serverside Added NPC:Set/GetViewOffset
8 Months Ago
Simplified & fixed FOV calculations for world clicker panels Call GM:EntityRemoved for full update removes, but with an extra arg
8 Months Ago
Disable connection sharing for now