Releases: ChristopherDay/Gangster-Legends-V2
Gangster Legends V2.5.1
This is the full release of Gangster Legends V2.5, this release has everything from the V2.5.0 - Beta release as well as a few additions including:
- Hash check to validate the core engine hasn't been edited
- Restyled the ACP statistics UI
- Added a new module glCore this module holds information about the GL engine, in the future this will be used to upgrade the engine.
- Added the GL Directory module by default
- Added PHP 8 support
2.5.0 - Beta
In GL v2.5.0 we have worked on adding the following features
1) Round management system
You are able to make rounds in the ACP with a start and end date, when a user registers they will register for the current round, if it has ended they will pre-register for the next round. If there isnt a "next round" the register will be closed.
2) New ACP widgets
We have added a few new widgets to the ACP including:
Alerts - A simple alert box to raw the users attention to something
Custom HTML - Here you can put in what ever HTML you like
Charts - We have used Chart.js to enable you to use charts within the ACP
3) Template JS/CSS files
You are now able to add more then one js/CSS file per module, you are given much more control with how and when you include js/css
The normal way of loading css/js still works like previous versions of GL but you can now include a JS/CSS file from anywhere in the code via the $page variable. This means you can add a file from a hook or within a module
Gangster Legends V2.4.1
This is the full release of GL v2.4.1, for more information please visit https://makewebgames.io/topic/28122-gangster-legends-v241-full-release/
Gangster Legends V2.4.0
Release notes can be found here https://makewebgames.io/topic/28119-gangster-legends-v240-pre-release/
Gangster Legends V2.3.0
This is a testing release of Gangster Legends V2.3.0 this has several changes including:
- A improved module manager that is now able to handle module bundles.
- A better admin template
- A Better default template with new menus as well as support for more menu item detail
- Various module bug fixes
- Added CSFR checking to the core of GL
- Improved how GL loads classes
- Added player search and hospital to the core modules.
Gangster Legends V2.2.3
Bug Fixes
- Bounties are now paid out to users
- Default Template -> Login page
- Errors are now shown
- Fixed login form display
- Install directory is removed after install
- You can now delete modules that are deactivated
- You can now install themes
- Fixed button/panel alignment
New Features
- Gangs are now part of the core game!
- The popular paid GL mod is now free with some great additions
- Upgrade Gang
- You can rename Gangs to crews/families/tribes etc ... from within the ACP.
- Improved UI on Gang Home Page
- The popular paid GL mod is now free with some great additions
- New navigation menus
- Points
- Casinos
- Email Verification
- You can adjust "from" email address
- Added
add
andsubtract
functions toUser
class, these work like theset
function - Added a better BBCode parser with support for smileys
- New Profile view
- If you are an admin and you are on a module that has an admin panel option, these options will be shown in the menu, i.e. if your on the crimes page you can jump to crime list or new crime with 1 click rather then 3/4.
- New Notification layout
- Added pagnation
- Added the ability to delete notifications
- Added a new class for cronless crons!
- improved Forum UI
- Nicer looking topic lists with post count and last post time
- If you go to ?page=forums this now displays a list of forums.
- Better BBCode support
New Hooks
newUserRevive
- Run when a user is shot and starts a new accountalterModuleTemplate
- This allows you to alter any module template and its data from any other moduleprofileLink
- This hook allows you to add links to a users profile without having to edit the module i.e. you can add a "mug" link to the profileprofileStat
- Similar toprofileLink
but this would allow you to add something like "OC: Ready"userAction
- Added more user action hooks- Bank
- Send
- Withdraw
- Deposit
- Black market
- buy item
- Bounties
- Add
- Remove
- Crimes
- Commit
- Detectives
- Hite
- Garage
- Sell
- Crush
- Repair
- Login
- Logout
- Property
- Drop
- Transfer
- Bank
Installer
In this update i have added a simple installer to help new users easily install GL v" on their servers.
I have also fixed several MySQL bugs when using the latest version of MySQL.
This update also includes several bug fixes and code improvements.
Any bugs please raise a github issue and any questions visit our forums @ http://glscript.cdcoding.com/forum.php
Bug Fixes
Fixed a insecurity in BBCode
Fixed a bug when registering an account
Version 2.2.0
GL V2 – Version 2.2.0 Release notes
New Game Features
- Black Jack (casino game)
- Users can own a blackjack table
- They can change the min/max bets
- Murder
- Black Market
- You can buy weapons and armour
- Has a bullet calculator to determine how many bullets are needed to kill someone with a certain weapon vs a certain armour
- Find User
- You can hire detectives to find a target
- Kill
- Once a target is found you can shoot bullets at them
- Bounties
- Want someone dead? Put a bounty on them
- Black Market
- Forums
- You can make unlimited forum categories
- Users can make topics within the forum
- Has BBCode support
- Admin controls
- Edit topic
- Change topic level
- Important
- Sticky
- Normal
- Delete Topic
- Lock Topic
- Mute a user from posting on the forum
- Game Statistics
- Shows new and dead users
- Total users alive/dead
- Total game cash
- Total game bullets
- Total game points
- Bullet Factory
- Can now be owned
- Now restocks every hour (max stock = 40k)
New Admin Features
- Manage game items (create/edit and delete)
- Cars
- Black Market Items
- Locations
- Car Theft options
- Manage cost to hire detectives
- Create new forum categories
- Custom staff Roles
- Each role can have a different colour
- Each role can be locked down to certain areas of the admin Panel i.e. forum mods will only have access to the forum admin options
New Features and Template
I have made several improvements to the core game engine, bellow are the changes that have been made.
- New Features
- You can now change your password
- When registering a new account you have to validate your email (you can disable this)
- I have added BBCode support throughout the game
- You can now send and receive mails
- You can now receive notifications
- Default Template
- The template now works on mobile and desktop
- The template has been re-designed making it easier to see your activity timers
- The login and register page has been updated
- Now shows Users online / total users
- You can edit the text before and after the forms
- Added game news to the home page
- Admins, users and banned users now show up as different colours throughout the game.
- Admin Panel
- The admin Panel UI had been re-designed from the ground up
- You can now manage more of the game from the admin panel
- There is a simple overview of current game statistics
- You can now create and edit game news (thanks to connor at https://github.com/FoxesUnite/)
- You can now edit the text on the login and register pages
- You can now add, remove and install modules.