[0.3.4] - 2024-05-05
Bug Fixes
- Improved pause function name to be more clear
(a849eef) ~Lisie
- Nil check mq.TLO.Me.Xtarget() before checking value
(6fbf8cd) ~Lisie
- Variable name cleanup and removal of unused variables
(75ede77) ~Lisie
- Set/Get status calls : vs .
(2402a2a) ~Lisie
- Consts for speed buff AANums
(4fbd260) ~Lisie
- Ipairs
(d444690) ~Lisie
- Ipairs
(02176b1) ~Lisie
- Dot notation for table
(130ad2f) ~Lisie
- Use ipairs instead of pairs
(945f3f0) ~Lisie
- Blank line cleanup
(d7a4bc2) ~Lisie
- Use .skill_to_num instead of ['skill_to_num']
(51cea62) ~Lisie
- Comparison cleanup and return if group < required #
(77c291d) ~Lisie
- Remove unnecessary comparisons
(0a4c779) ~Lisie
- Remove unncessary comparisons
(71ccf4d) ~Lisie
- Gamble_event using DESIRED_CHIPS instead of hard coded
(dd9da13) ~Lisie
- Set autosize sizes and choice as variables
(306f967) ~Lisie
- Changed construction of State
(b20f9e2) ~Lisie
- String.find -> string.match
(20dc493) ~Lisie
- Clean up requirements and some variable declerations
(12300f9) ~Lisie
Features
- V0.3.4
(5074e46) ~Lisie
- Version bump v0.3.3
(8fa8df5) ~Lisie
- Use MAX_DISTANCE instead of static number
(fe30961) ~Lisie
- Use setStatusText instead of direct setting
(3703294) ~Lisie
- Distance checks to use MAX_DISTANCE instead of static value
(da41161) ~Lisie
- Use setStatusText to set State.status
(954cae7) ~Lisie
- Add read/set status text function
(768ddb2) ~Lisie
- Improved readability and creation of some debug messages
(b02c1b0) ~Lisie
- Define FIRST_WINDOW_??, changed epic_list to table
(09dc5d0) ~Lisie
- Added semver library
(9e46a90) ~Lisie
- Added semver library for version check, made plugins a table
(a40c255) ~Lisie