Skip to content

Changelog

Version 1.81

  • Standardized weapon naming to lia_ prefix (lia_defibrilator, lia_grizzly, lia_injectormorphine, lia_salewa, lia_surgicalkit)
  • Minor weapon functionality improvements

Version 1.8

  • Removed config.md and hooks.md documentation files for streamlined documentation
  • Added comprehensive injury test panel (cl_injurytestpanel.lua) for debugging and testing
  • Enhanced all medical weapon files with improved functionality and shared.lua additions
  • Updated defibrillator, grizzly, morphine injector, salewa, and surgical kit weapons
  • Improved server and client libraries with enhanced injury handling
  • Added new injury testing and management features
  • Code cleanup and documentation optimization

Version 1.7

  • Standardized all author and contact information
  • MODULE.author = "76561198312513285" → "Samael"
  • MODULE.discord = "liliaplayer" → "@liliaplayer"
  • Updated all SWEP.Author fields to "Samael"
  • Added SWEP.Contact = "@liliaplayer" to all weapon files
  • Code attribution consistency improvements

Version 1.6

  • Removed comments from all weapon files for cleaner codebase
  • Cleaned up defibrillator weapon file
  • Cleaned up grizzly weapon file
  • Cleaned up morphine injector weapon file
  • Cleaned up salewa weapon file
  • Cleaned up surgical kit weapon file
  • Removed comments from library files (server.lua, shared.lua)
  • Code simplification and optimization
  • Simplified OnHealed function in config.lua
  • Streamlined code comments and formatting
  • Added comprehensive hooks documentation (hooks.md)
  • Removed config.md documentation file
  • Updated README.md with improved feature list format

Version 1.5

  • Major overhaul of medical weapon systems
  • Complete rewrite of defibrillator mechanics and functionality
  • Enhanced grizzly weapon system with improved handling
  • Updated morphine injector with better injection mechanics
  • Improved salewa medical equipment functionality
  • Comprehensive surgical kit enhancements
  • Code optimizations and improved injury system mechanics
  • Enhanced compatibility with recent game updates

Version 1.4

  • Removed comments from Lua files for cleaner code
  • Enhanced injury mechanics and medical system
  • Improved bleeding and limb damage functionality
  • Fixed minor bugs in injury application

Version 1.3

  • Code optimizations and improvements
  • Enhanced compatibility with recent game updates

Version 1.2

  • Additional function name standardization to lowercase
  • Various internal function names standardized

Version 1.1

  • Standardized function names to camelCase
  • Various medical system function names standardized

Version 1.0

  • Initial Release