userRubatcancel

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

4 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
4 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
4 Years Ago
Yet another ragdoll crash fix (trigger_remove)
4 Years Ago
Don't draw the Suit Power HUD with gmod_suit 0
4 Years Ago
▊▆▍ ▆▄ █▇▄▍ █▆█▇ ██▍▆▋▇▉.▄▋█▇▍▍▄▇▉▉
4 Years Ago
Sub/unsub for demos/saves/dupes Update main_menu.properties In-game WS save/dupe/demo updating Steam workshop updating, and UI changes to enable that
4 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
4 Years Ago
certain gm_load errors are displayed nicely to client instead of printing to console
4 Years Ago
Add stack trace to non halting errors of the remaining Lua functions
4 Years Ago
Subscribe/unsubscribe stuff for demos/saves/dupes in main menu
4 Years Ago
steamworks.DownloadUGC support Also make demos error nicely on a failure to download from workshop Main menu subsctiptions include UGC UGC = demos/saves/dupes, control.Addons.js got cleaned up a bit Main menu out of engine fixes DlistView.GetSelectedLine returns panel too
4 Years Ago
Added dupes to main menu
4 Years Ago
merge from main
4 Years Ago
merge from main: WorkshopDL changes and fixes
4 Years Ago
merge from main: gm_demo black image fix
4 Years Ago
Get rid of the uncompress parameter on steamworks.DownloadUGC
4 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
4 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
4 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
4 Years Ago
Added support to load and display Static prop lightmaps
4 Years Ago
Fix compile errors due to branch differences
4 Years Ago
merge from main
4 Years Ago
merge from main
4 Years Ago
ignore.conf for autogen shader files shadercompile.exe -nompi works
4 Years Ago
HL1 chome fix
4 Years Ago
materiialsystem changes to be used by static prop lighting
4 Years Ago
Upped GetMaterials limit to 256 (from 127) for certain maps have a lot of materials and 128 is not enough.
4 Years Ago
▋▅▋▌▉▊ ▋▋▇▄█▇ ▉▌▄ ▉▊▅▉ ▉██
4 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
4 Years Ago
Fixed server downloads trying to download compressed files from FastDL when we just got them from Workshop
4 Years Ago
Get rid of menu_reload altogether, since it was disabled ages ago
4 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
4 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
4 Years Ago
DListView.GetSelectedLine now also returns the actual line panel, not just an index Updated anguage files for Dupes section
4 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
4 Years Ago
Disable "EmitSound: Whatever out of bounds" and just clamp the values instead of not playing the sound The ladder mount sounds now match the footstep sounds for custom footstep sounds
4 Years Ago
Make the map name more noticeable in the missing map error when loading saves
4 Years Ago
TTT: Added sphere option to .fgd to dispaly radius of ttt_traitor_button in Hammer (Community)
4 Years Ago
Fix for demo icons being black Goes with the engine changes Change DImageButton's example image To be different from DImage in derma_controls New "publish creation" UI Updated language files
4 Years Ago
Fix errors from addons on spawnmenu creation Open the tool UI on the first open, not on creation to avoid errors from addons Get rid of steamworks.VoteInfo steamworks.FileInfo already has this info Merge branch 'master' of garrysmod
4 Years Ago
New "Publish creation" menu Display a message when a save fails to download from Workshop
4 Years Ago
Get rid of steamworks.VoteInfo usage in base game and make it alias of steamworks.FileInfo steamworks.FileInfo now returns the vote info as well (same key names as VoteInfo)
4 Years Ago
Open currently selected tool UI on first spawnmenu open, not on creation, to avoid errors from opening the context panel too soon Change DImageButton default preview image to be different from DImage
4 Years Ago
Fixed gm_demo icons being just always black
4 Years Ago
Remove the 500MB autobuffer limit from bootil
4 Years Ago
Remove the 500MB autobuffer limit from bootil
4 Years Ago
merge the workshopDl changes
4 Years Ago
Fixed WorkshopDL addons not receving updates (Existiing addons will need to update or users have their cache cleared to fix existing problems)
4 Years Ago
Don't bother with checking .gma timestamps if SteamUGC tells us we need updating
4 Years Ago
Merge from main