Git Commits (November, 2023)

We try to be as transparent as possible when it comes to development, so here you can see any changes we make that we've committed to Git

Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
3 Additions 4 Modifications 0 Deletions
  • Include Movie Night Server & Game Night Server attributes during the authorisation process
  • Game Nights are now automated:
    • Listens for RPC messaging on start and sets up the server appropriately
    • Listens for RPC messaging on end and gives out rewards and kicks players
    • User sign ups are now checked, removing the need for passwords
  • Added module loading support if "EvaluateRun()" returns true if an addon is otherwise disabled from running by default
1 year ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
6 Additions 6 Modifications 0 Deletions
  • Added API endpoints:
    • Get Game Night by ID
    • Get signed up users by Gamenight ID
  • Added automation for game nights:
    • Starting of the service automatically
    • Sending an RPC message when the game night has started
    • Sending an RPC message 10 minutes before the game night ends to automatically give out awards and kick players after 10 minutes
    • Stopping of the game night service
  • Appended attributes and hid raw values when serializing game night information
1 year ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions 0 Modifications 4 Deletions
  • Removed Legacy Movie Night admin module as this has now been replaced.
1 year ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
7 Additions 7 Modifications 0 Deletions
  • Implemented Service Manager API
  • Added Scheduled Tasks for:
    • Starting Movie Night Service
    • Informing the Movie Night Game Server when an event is starting
    • Stopping the Movie Night Service
  • Added a flag against Servers for Movie & Game Nights to aid in automations of these servers
  • Implemented API for fetching a list of signed up users for Movie Nights as to only allow signed up users to join the server
  • Added an admin permission for Movie Nights
1 year ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
4 Additions 9 Modifications 0 Deletions
  • Updated Movie Night Module
    • Increased error checking for stability
    • Moved over to using the CheckPassword hook to determine whether someone can join
    • Only people who sign up will be able to join the server
  • Added "Force Seat" admin command for movie nights
  • Admin Modules can now specify a function to determine whether the module should load
  • Fixed an issue with the weapon glyph table not populating properly.
1 year ago
Avatar
ZeRo
lambda/garrys-mod/gamemodes/cinema (Branch: master)
0 Additions 2 Modifications 0 Deletions
  • Updated NoClip hook to allow noclip for staff who have the appropriate permission
  • Updated Movie Night service to use updated data fields from the API
1 year ago
Avatar
ZeRo
lambda/garrys-mod/gamemodes/cinema (Branch: master)
0 Additions 2 Modifications 0 Deletions
  • Fixed shop NPC positions
  • Updated the last remaining UI element from Overwatch Gaming. Popcorn UI now uses the new UI design and shows the correct currency. F in chat
1 year ago
Avatar
ZeRo
lambda/garrys-mod/gamemodes/cinema (Branch: master)
0 Additions 6 Modifications 2 Deletions
  • Removed the video blacklist system as it's very unlikely we are going to host public cinema servers
  • gmod_language is now a blocked command from Lua so the language selector on the scoreboard has been removed
  • Updated URL's for the theatre screens and movie night metadata
1 year ago
Avatar
ZeRo
▍██▅▄▄█▍▌▇▉ .▊▊▄ ▆▄▄ ▊▅█
Private Commit
▍██▅▄▄█▍▌▇▉ .▊▊▄ ▆▄▄ ▊▅█...!▌▄▇▋▊▉▅ █▅▋▊▅▍ ▆▆▊▇▆ ▌▋▄▋▉▆▋▆▋▄
1 year ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
0 Additions 5 Modifications 0 Deletions
  • Update Packages v2
1 year ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
0 Additions 1 Modifications 0 Deletions
  • Update Packages
1 year ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
7 Additions 3 Modifications 0 Deletions
  • Implemented the Cinema Web UI
1 year ago
Avatar
ZeRo
lambda/web2/lambda-deploy (Branch: dev)
0 Additions 1 Modifications 0 Deletions

Disable API throttle for automated map uploads

1 year ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
0 Additions 7 Modifications 0 Deletions
  • Added Movie Night tasks to the task scheduler
  • Improved the views for upcoming & historic movie nights
  • Historic movie nights are now paginated
  • Movie night voting is now ordered by votes first and then ID second. This means that newer additions to voting get more views.
1 year ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
0 Additions 2 Modifications 0 Deletions
  • Added System Level API endpoint for uploading map images
1 year ago
Avatar
ZeRo
lambda/web2/lambda-deploy (Branch: dev)
0 Additions 6 Modifications 0 Deletions
  • Update Packages
1 year ago
Avatar
ZeRo
lambda/automation/deploymapuploader (Branch: master)
2 Additions 0 Modifications 0 Deletions

Add .gitattributes and .gitignore.

1 year ago
Avatar
ZeRo
lambda/automation/deploymapuploader (Branch: master)
8 Additions 0 Modifications 0 Deletions

Add project files.

1 year ago
Avatar
ZeRo
lambda/web2/lambda-deploy (Branch: dev)
0 Additions 2 Modifications 0 Deletions
  • Added API endpoint to upload maps
1 year ago
Avatar
ZeRo
lambda/garrys-mod/gamemodes/nextbotescape (Branch: master)
440 Additions 2 Modifications 0 Deletions
  • Added 56 more Nextbots from the "Random Nextbots Pack" as suggested by ChaosNightmare (<@275318307605839873>)
1 year ago
Avatar
ZeRo
lambda/garrys-mod/gamemodes/base (Branch: dev)
0 Additions 1 Modifications 0 Deletions

Replace MVP star on the scoreboard with a glyph

1 year ago
Avatar
ZeRo
lambda/garrys-mod/gamemodes/nextbotescape (Branch: master)
2 Additions 5 Modifications 0 Deletions
  • Updated default round configuration
  • HUD now accurately displays the number of alive bots
  • Made Bot Spawn TIme a configurable ConVar
  • Made bot > player ratio a configurable ConVar
  • Made maximum bots a configurable ConVar
  • Surviving players now get a point added on the scoreboard if they survive the round
  • Disabled zones as the functionality is not required for this gamemode
1 year ago
Avatar
ZeRo
lambda/garrys-mod/gamemodes/base (Branch: dev)
0 Additions 1 Modifications 0 Deletions
  • Allow for no MVP if the derrived gamemode does not need one.
1 year ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions 4 Modifications 0 Deletions
  • Removed debug text
  • Updated the round end panel to match the new UI design style
1 year ago
Avatar
ZeRo
lambda/garrys-mod/gamemodes/nextbotescape (Branch: master)
5 Additions 2 Modifications 0 Deletions
  • Fixed a bug where a player joining mid-round would spawn in
  • MVP's will now be given to those who survived the round
  • Added the ability to have no MVP (When bots win)
  • Enabled the Team selection menu when pressing F1
1 year ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
1 Additions 5 Modifications 1 Deletions
  • Implemented a late loading of client side modules, as sometimes the Lua files get sent to the client late, which caused the Lua error spam experienced during testing yesterday
  • Added more error checking to prevent Lua errors before modules have loaded
  • Fixed the players equipped display coin not loading on the spectator HUD
1 year ago
Avatar
ZeRo
lambda/garrys-mod/addons/chatbox (Branch: dev)
0 Additions 5 Modifications 0 Deletions

Improve error checking to prevent Lua error spam

1 year ago
Avatar
ZeRo
▍██▅▄▄█▍▌▇▉ .▊▊▄ ▆▄▄ ▊▅█
Private Commit
▍██▅▄▄█▍▌▇▉ .▊▊▄ ▆▄▄ ▊▅█...!▌▄▇▋▊▉▅ █▅▋▊▅▍ ▆▆▊▇▆ ▌▋▄▋▉▆▋▆▋▄
1 year ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions 3 Modifications 0 Deletions
  • Enable Map Voting & Nominate for Nextbot Escape
  • Fixed map images on the nominate window panel
1 year ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
10 Additions 2 Modifications 0 Deletions

Admin System Updates

  • Added Fun Commands:
    • Slap
    • Whip
    • Ignite
1 year ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
0 Additions 2 Modifications 0 Deletions
  • Bans on the ban list are now in descending order
  • Load admin relation when fetching player punishments so that in the event of a ban, the name of the admin that added the ban is shown.
1 year ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions 1 Modifications 0 Deletions

Admin panel "My Info" page now shows which permissions you have and what groups you are apart of.

1 year ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
3 Additions 2 Modifications 0 Deletions

Admin System

  • Added Utility Functionality:
    • Force Map Voting
    • Run Console Command
    • Say to all
1 year ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
7 Additions 7 Modifications 0 Deletions

Admin System Updates

  • Implemented Persistent Voice Chat Muting
  • Implemented Persistent Text Chat Muting
  • Fixed a bug where the UI window would close on a form validation error
  • Fixed an issue where argument data wasn't correctly passed to the UI rendering function
  • Duration selector control can now have an option for permanent punishments
  • Removed debug messaging
  • Player punishments are now checked upon joining the server
1 year ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
8 Additions 11 Modifications 0 Deletions
  • Cleanup
  • Added Temp Ban admin module
  • Added Permanent Ban admin module
1 year ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
4 Additions 0 Modifications 0 Deletions

Added assets for Nextbot Escape gamemode

1 year ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
0 Additions 1 Modifications 6 Deletions

Squashed Migrations

1 year ago
Navigation
Commits Navigation