This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
Releases: lfuelling/esx_redpill
Releases · lfuelling/esx_redpill
v0.0.8 - "Get me out of here!"
- Fix no exit marker being drawn in tutorial
v0.0.7 - "Content Creator"
- Optimize mission trigger
- It's now time based and doesn't call
random
each loop
- It's now time based and doesn't call
- Cleanup
main.lua
- Cleanup
locales.lua
- Move missions into their own files
- Add second mission
- Add third mission
- Add fourth mission
- Add more ranks
- Improve data
Note: If you want to help adding missions, take a look at this commit which shows the "proper way" of adding a mission.
v0.0.6 - "It kind of works again"
Changes:
- Fix crash in
client.lua
- Fix syntax error in jQuery by updating to 3.5.1
- Optimize mission threads
v0.0.5 - "Updates"
- Use
es_extended
database - Update schema to fit latest esx version
- Migrate from
__resource.lua
tofxmanifest.lua
- This requires cfx
bodacious
- This requires cfx
- Update JQuery to v3.5.0
- Update JQuery.Terminal to v2.15.4
v0.0.4 - "Optimizations"
Changes
- Clean up code
- Add documentation to code
- Optimize marker logic to (hopefully) make it faster
v0.0.1 - "Basic Functionality"
This is the first release of esx_redpill
. It is a very basic release but most of the basic functionality works and that without major bugs.
Features/Changes
- Initial release
- Add terminals
- Add tutorial/intro
Please note that this release contains nothing further than the tutorial. You can't write messages to "clients" yet.
I made a video of the terminal functionality. It was done a few commits before this version.