Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[0.4.23] - 2024-12-08
Bug Fixes
- Fixed start up error in require statements
(f9cef1b) ~LisieVersion bump to v0.4.23
[0.4.22] - 2024-11-28
Documentation
- Added missing type definitons and comments
(4ee45fc) ~Lisie
Features
- Version bump to v0.4.22
(dcbb2a1) ~Lisie
[0.4.21] - 2024-11-28
Bug Fixes
- Fixed bad table entry.
(8806cf0) ~Lisie
Features
- Version bump to v0.4.21
(c1ddc45) ~LisieNo real functionality changes, just some minor house cleaning and preparation work for future updates.
- Removed count of invis and gate potions from the UI.
(7945d75) ~LisieWith the changes that have been made to this script over time there is no accurate way to anticipate the number of potions that would be required.
- Added requirements for remaining classes.
(f3237d5) ~Lisie
- Added in tradeskill requirements for all classes
(8c07f71) ~Lisie
[0.4.19] - 2024-11-24
Bug Fixes
- Added check for old config file name before creating new settings
(7789ff7) ~Lisie
Features
- Version bump to v0.4.19
(18af3c8) ~Lisie
[0.4.18] - 2024-11-24
Bug Fixes
- Fixed Common_Settings_Settings class defintion
(bb809e7) ~Lisie
Documentation
- Added file purpose descriptions to top of several files
(f72bfa0) ~Lisie
Features
- Version bump to v0.4.18
(3e179bf) ~Lisie
Refactor
- Renamed loadsave to character_settings for better clarity
(70f6ea9) ~Lisie
- Renamed class_settings to common_settings for better clarity
(e474bab) ~Lisie
- Moved distance lua from utils to libs
(a3704d0) ~Lisie
- Moved class definitions to types subdirectory
(5d89624) ~Lisie
- Moved themes files to theme directory
(0308e97) ~Lisie
- Moved includes that were exclusively data to data dir
(283c109) ~Lisie
- Moved logger.lua from utils to lib
(0c3065d) ~Lisie
[0.4.15] - 2024-11-23
Bug Fixes
- Changed running into the global State
(36371e0) ~Lisie
- Removed monk 1.5 from list of epics that can be done
(23aba0d) ~LisieThis was left in by error, monk 1.5 is still WIP
Features
- Version bump v0.4.15
(5c5c1bc) ~Lisie
Refactor
- Moved State definition to include file
(b428b13) ~Lisie
Styling
- Told vscode to shut up about dumb non-errors
(8ea4288) ~Lisie
[0.4.14] - 2024-11-21
Bug Fixes
- Added REMOVE_INVIS before speaking with a couple NPCs in mage 1.5
(750087d) ~Lisie
- Changed health % to percent for formatting issues
(9797f1b) ~Lisie
- Increased delay when casting an AA skill for invisibility
(cd122f8) ~Lisie
Features
- Version bump to v0.4.14
(33b6391) ~Lisie
[0.4.11] - 2024-10-26
Bug Fixes
- Corrected issue with gate spells/skills/potions
(27a2083) ~LisieThere was no delay to wait for casting to begin (and end) so it would attempt to cast then begin moving right away. This corrects the issue in reply 1094.
Features
- Version bump to v0.4.11
(6aac9bc) ~Lisie