userRubatcancel
branchGarrys Mod/maincancel

3,055 Commits over 2,983 Days - 0.04cph!

5 Years Ago
User friendly errors for new subscriptions while in-game.
5 Years Ago
gmad.exe will bail and won't write bad.gma if we failed to grow the .gma buffer to fit all its contents
5 Years Ago
CreateMaterial changes will break addons, it needs to free materials when leaving a server instead
5 Years Ago
Updated language files
5 Years Ago
Let's try this one more time - Refresh the custom created material after updating its values
5 Years Ago
Do not mount addons UPLOADED or UPDATED with old tools after 25th Jan 2020
5 Years Ago
Reapply FCVAR_ARCHIVE to gmod_language
5 Years Ago
TTT: fix infinite traitor selection loop in case of bad cvar value TTT: Remove unused exploitable concommand "wepswitch"
5 Years Ago
Added Entity.GetNWVarTable()
5 Years Ago
Fix "missing file" error with gmpublish.exe
5 Years Ago
Do not try to download hidden/non existent addons Do not show "Transferred X bytes in 10 seconds" unless there's a problem Added timeouts to WorkshopDL that will stop waiting indefinitely for Workshop item info / file to download.
5 Years Ago
▊▊▆▄ ▉▆▍ █▌▌▊▆▆▅▇▋ ▇▅▇▆▄▇▉▍▉▆::▍█▇▅▊▊▌▊ ▇▌▄▊
5 Years Ago
Fixed func_tankrocket on HL1 maps firing stationary rockets that do no damage
5 Years Ago
Fixed being able to control any func_tracktrain (even uncontrollable ones) using Physgun Fixed a console warning when turning off func_tracktrain controls
5 Years Ago
User friendly error codes for GMPublish.exe
5 Years Ago
Dupes/Saves/Demos sub sections in main menu show whether -noworkshop is active Hide Subscribe/Install buttons in main menu with -noworkshop steamworks.FileInfo's "children" key uses numbers are keys, not strings
5 Years Ago
Set chat limit to 64k characters to avoid lag/freezes with long chat logs
5 Years Ago
Source Engine language system is no longer forced to English and uses Steam's UI language. Added -languge to override SE language
5 Years Ago
Updated language files
5 Years Ago
Translation support for the following: Spawnicon Editor (partial), Player model selector (full), script error UI thing, spawnicon and spawnlist right click menus, workshop mounting and fetching subs messages Player model selector now has a filter/search bar
5 Years Ago
Switched gmpublish.exe to ISteamUGC
5 Years Ago
Added cam.GetModelMatrix() Added second argument (optional, defaults to false) to cam.PushModelMatrix which multiplies given matrix with the currently active matrix
5 Years Ago
Added support for Black Mesa Source's staticproplump_t v11
5 Years Ago
Translate "Character" shader into "VertexLitGeneric" (new CSGO models, also Insurgency I think?) Translate "SolidEnergy" into "UnlitGeneric" (Black Mesa Source Xen)
5 Years Ago
Fixed copying text from TextEntry with new lines cutting off copied text by the amount of new lines
5 Years Ago
Apply special TextEntry hack for Panel.GetValue from Panel.GetText to get rid of the 8k char limit
5 Years Ago
CreateMaterial calls with existing names will now update the existing material instead of just returning it
5 Years Ago
Failed server downloads (0 nyte files in download/ folder) will no longer prevent server downloads from working for that file
5 Years Ago
Bootil's JSON functions support wirting NaNs and Infinity (as nulls), as well as reading nulls (as empty strings) which all now also applies to GMod's JSON functions util.TableToJSON now properly writes boolean keys
5 Years Ago
Yet another ragdoll crash fix (trigger_remove)
5 Years Ago
Don't draw the Suit Power HUD with gmod_suit 0
5 Years Ago
▊▆▍ ▆▄ █▇▄▍ █▆█▇ ██▍▆▋▇▉.▄▋█▇▍▍▄▇▉▉
5 Years Ago
Added full support of ISteamUGC for Dupes/Saves/Demos Upgraded steamworks.Publish to support ISteamUGC and Workshop item updating Updated "Publish Creation" UI to reflect changes above Fixed your own hidden addons showing up as "Hidden addon" in menus
5 Years Ago
certain gm_load errors are displayed nicely to client instead of printing to console
5 Years Ago
Add stack trace to non halting errors of the remaining Lua functions
5 Years Ago
Subscribe/unsubscribe stuff for demos/saves/dupes in main menu
5 Years Ago
Get rid of the uncompress parameter on steamworks.DownloadUGC
5 Years Ago
Added steamworks.DownloadUGC( workshopID, bUncompress, fCallback ) - replaces steamworks.Download for game.MountGMA needs (also for dupes and stuff) Hopefully solved all addon update problems by calculating k_EItemStateNeedsUpdate manually at all times instead of relying on Steam giving us correct data
5 Years Ago
Fixed first font ranges (starting with 0) never working for Lua created fonts Fixed changes to surface.CreateFont affecting fonts whose typeface name is exactly the same as their in-game name
5 Years Ago
Improve handling of Demo/Save/Dupe subscriptions Improve handling of Hidden addons on the workshop, so they are displayed as such in the addons menu More friendly Steam error messages from steamworks library functions Added "visibility" key to steamworks.FileInfo, and repalced title and description wiith "Hidden addon" if they are empty
5 Years Ago
materiialsystem changes to be used by static prop lighting
5 Years Ago
Upped GetMaterials limit to 256 (from 127) for certain maps have a lot of materials and 128 is not enough.
5 Years Ago
▋▅▋▌▉▊ ▋▋▇▄█▇ ▉▌▄ ▉▊▅▉ ▉██
5 Years Ago
DediWorkshop - Improved handling of converted to SteamUGC workshop items Certain Steam related errors now display a user friendly error message rather than an error code that you have to google
5 Years Ago
Fixed server downloads trying to download compressed files from FastDL when we just got them from Workshop
5 Years Ago
Get rid of menu_reload altogether, since it was disabled ages ago
5 Years Ago
Non halting Lua errors no longer crash the game in menu state More verbose warnings when failing to create fonts Try to reduce amount of "failed to create font" warnings from badly made addons
5 Years Ago
Delete map.pack on game start to hopefully reduce cases of BSP embedded content not loading when the map is loaded from Steam Workshop Extra messages when failing to write map.pack to disk
5 Years Ago
DListView.GetSelectedLine now also returns the actual line panel, not just an index Updated anguage files for Dupes section
5 Years Ago
Added Dupes section to main menu to allow deletion of dupes in-game Fixed deletiing Saves not deleting the associated image file Minor fixes to main menu when not running in-engine Display an error message when failing to download demos from workshop