Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Releases: lfuelling/esx_redpill

v0.0.8 - "Get me out of here!"

08 May 10:32
6107021
Compare
Choose a tag to compare
Pre-release
  • Fix no exit marker being drawn in tutorial

v0.0.7 - "Content Creator"

06 May 23:58
Compare
Choose a tag to compare
Pre-release
  • Optimize mission trigger
    • It's now time based and doesn't call random each loop
  • 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"

06 May 14:54
ed30b98
Compare
Choose a tag to compare
Pre-release

Changes:

  • Fix crash in client.lua
  • Fix syntax error in jQuery by updating to 3.5.1
  • Optimize mission threads

v0.0.5 - "Updates"

03 May 17:29
Compare
Choose a tag to compare
v0.0.5 - "Updates" Pre-release
Pre-release
  • Use es_extended database
  • Update schema to fit latest esx version
  • Migrate from __resource.lua to fxmanifest.lua
    • This requires cfx bodacious
  • Update JQuery to v3.5.0
  • Update JQuery.Terminal to v2.15.4

v0.0.4 - "Optimizations"

15 Dec 21:38
Compare
Choose a tag to compare
Pre-release

Changes

  • Clean up code
  • Add documentation to code
  • Optimize marker logic to (hopefully) make it faster

v0.0.1 - "Basic Functionality"

27 Jul 20:27
Compare
Choose a tag to compare
Pre-release

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.