Updated the global round end panel so that web assets work
1 year ago
ZeRo
lambda/garrys-mod/gamemodes/base (Branch: dev)
0 Additions1 Modifications0 Deletions
Updated the hook to add an escape menu button to use a vector icon rather than web image.
1 year ago
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions2 Modifications0 Deletions
Server Map listing update now updates based on whether the hash of the map list has changed rather than a time based update
Web Material drawing now prints out a stack trace in development mode to make tracking down code easier.
1 year ago
ZeRo
lambda/garrys-mod/gamemodes/surfdm2 (Branch: dev)
0 Additions1 Modifications0 Deletions
Updated Configuration for web assets
1 year ago
ZeRo
lambda/garrys-mod/gamemodes/base (Branch: dev)
0 Additions9 Modifications1 Deletions
Updated web asset paths
Removed legacy code
1 year ago
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
2 Additions3 Modifications0 Deletions
Init Clientside Gifts so logging works
Re-jigged namespaces so that the initial namespace is shared.
Moved URL builder outside of the module as gamemodes need to build URL as part of init
Fixed an error in the base weapon for deploy speed if it's not set or null
1 year ago
ZeRo
lambda/garrys-mod/gamemodes/gungame (Branch: dev)
0 Additions3 Modifications0 Deletions
Few other minor fixes
1 year ago
ZeRo
lambda/garrys-mod/gamemodes/gungame (Branch: dev)
0 Additions9 Modifications2 Deletions
Fixed missing assets
Removed legacy code
1 year ago
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions1 Modifications0 Deletions
Replaced Movie Night automation SQL queries with API calls.
1 year ago
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions2 Modifications0 Deletions
Updated Pending rewards to use the API rather than SQL
1 year ago
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
0 Additions2 Modifications0 Deletions
Added REST API Endpoints for Getting Pending Rewards and deleting a pending reward by ID
1 year ago
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions15 Modifications13 Deletions
Removed DarkRP Module (Sorry not sorry, it's never coming back)
Updated Custom Emojis to use the new chatbox system
Fixed missing web assets
Implemented API to fetch a list of content creators
Updated the Crafting (Trade up) window to use the new Web URL
Content Creator level now shows correctly when hovering over an item.
1 year ago
ZeRo
lambda/garrys-mod/addons/chatbox (Branch: dev)
2 Additions3 Modifications0 Deletions
Emoji Rewrite
Now using Unicode properly
Optimisations
Less Hacky
1 year ago
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
855 Additions0 Modifications0 Deletions
Remove useless UTF8 codepoint in the image names for the Twitter Style
1 year ago
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
3932 Additions0 Modifications0 Deletions
Added EmojiOne styles
Added missing flags from Google Noto Emoji
1 year ago
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
3489 Additions0 Modifications0 Deletions
Fix file names for Apple Emoji that was failing
Added Google Emoji Images
1 year ago
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
4129 Additions0 Modifications0 Deletions
Added Apple Emoji Images
1 year ago
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
3689 Additions0 Modifications0 Deletions
Added Twitter Emoji images
1 year ago
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
36 Additions0 Modifications0 Deletions
Added missing web assets that are used in-game
Added JSON Datasets that were exported by the in-game seeding commands
1 year ago
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
1 Additions5 Modifications0 Deletions
Implement API to fetch a list of content creators
Implemented Game UI for crafting
1 year ago
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
3 Additions9 Modifications2 Deletions
Fixed screenshots incorrectly fetching the full item name as the nametag in Metadata
The new command system now replies to either the player or the console depending on what executed the command
Removed the Database updater (We're no longer connecting to a database)
Added a new seeder command for creating JSON files to update the database.
Removed the rank database seeder
Added a command to export ranks as JSON for seeding using web command line tools.
1 year ago
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
1 Additions5 Modifications0 Deletions
Implemented LC-68: Show a page of ranks on the Item wiki
1 year ago
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
1 Additions4 Modifications0 Deletions
Implemented LC-67: Item Wiki Searching
1 year ago
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
14 Additions35 Modifications1 Deletions
Additions
You can now send friend requests and block users
User screenshots are now available on user profiles. Screenshots are taken and uploaded from in-game.
Maps now have their own profile pages which show detailed information about the map, which servers the map is available on and any screenshots taken on the map
Server detail page now shows a list of radio listeners, the list of maps each server has and a list of screenshots taken on a server
List of games a user has played is now shown on the proflle including time played
Changes
Enabled user impersonation.
Fixed an issue with auto-account creation where the SteamID would not be set properly.
Simplified the code API for adding & removing friends
Updated existing areas where maps are referenced and updated so that these now link to the new map profiles
Server List page now shows the number of people listening to the radio
CSS fix so that when a drop down is open, the original item still has the hover effect
Added CSS styles for economy items
Removals
Removed wiki-specific styling for Econ items as this is now covered by the global economy item stylesheet.
1 year ago
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
1 Additions7 Modifications1 Deletions
Upgraded to Bootstrap v5.3.0 which has native dark mode support
Removed the thirdparty Bootstrap nightfall CSS file