atom0s
7b209061bc
Adjusted Ashita to not log anything until after the boot file has been parsed.
...
Fixed issue where Ashita would not properly function if fullscreen was enabled.
Fixed a crash when Ashita was exiting from FFXI back to pol while in fullscreen mode.
8 years ago
atom0s
491ce9be02
Adjusted how modified packet buffer is handled for Incoming and Outgoing packet events to plugins and addons.
...
- The modified buffer will now contain the original packet by default rather than be an empty array.
8 years ago
atom0s
e970d5a881
Fixed resource parsing issues with specific language settings.
8 years ago
atom0s
61c1bd80b6
Fixed broken player pointer.
8 years ago
atom0s
d82dec0d22
Added functions to trim colors and translate tags from a string.
8 years ago
atom0s
09a6e499a2
Added ashita.regex.search to make use of C++11's regex_search feature.
8 years ago
atom0s
3477626a30
Fixed issue with scripts double printing .txt extension.
8 years ago
atom0s
f1f543d253
Reverted the render order of font objects as layered plugins were now rendering incorrectly.
8 years ago
atom0s
40d4e5005c
Fixed issues with controllers not working always.
8 years ago
atom0s
35fa8ac0fc
Fixed issue with configuration files that have .xml in their path already.
8 years ago
atom0s
2feb75032a
Adjusted font code some.
8 years ago
atom0s
3f403207fc
Adjusted font issue to use a larger vertex buffer to try and prevent font bug.
8 years ago
atom0s
1d400209bd
Slight fix to memory changes.
...
Updated stock plugins.
8 years ago
atom0s
b084ff353a
Reverted memory scanner changes, the newer method was too unreliable.
...
Reverted change includes some minor updates, using a less overhead object than a vector.
8 years ago
atom0s
1179b2cf31
Adjusted the mouse callback function to include the message.
8 years ago
atom0s
418d9a480a
Adjusted font rendering to try and fix invisible font bug.
...
Fixed crash issues with keyboard and mouse callbacks.
8 years ago
atom0s
3282f0d1c2
General update commit.
8 years ago
atom0s
8d1af2b313
Force require various Lua libraries to adjust to recent addon change.
8 years ago
atom0s
f64ad5d8e8
Removed default ffxi scripts from the common Lua lib.
8 years ago
atom0s
ce97e930d5
Plugin updates.
8 years ago
atom0s
4f2839a85e
Plugin updates.
8 years ago
atom0s
a3009054a7
Corrected size checks in new FindPattern.
8 years ago
atom0s
a2038c1e33
Updated FindPattern implementation to use boyre-moore pattern for faster scanning.
8 years ago
atom0s
dba1984da3
Adjusted memory scanner to obtain its data by reference to prevent creating copies of data.
8 years ago
atom0s
1c6d7b7604
Adjusted party member name return to be an empty string if invalid rather than nullptr. (To mimic Ashita v2 usage.)
8 years ago
atom0s
140bf1c401
Adjusted font object recreations to be less overkill.
8 years ago
atom0s
f29edf5e59
Fixed crash issues and renaming issues with entity SetName and SetMonstrosityName.
8 years ago
atom0s
e2aea096f8
Updated some positions of TParty.
8 years ago
atom0s
b07e434d7d
Fixed issues with rendering right-justified text.
8 years ago
atom0s
dfc92ea0e2
Added new command to addons: /addon silent
8 years ago
atom0s
2b6788bd94
Added new command /plugin silent - used to disable plugin messages in the chatlog. (Load/Unload/UnloadAll, exceptions and errors will still be announced.)
8 years ago
atom0s
6b3391f577
Fixed a deadlock issue with the Direct3D device causing some plugins to lock up Ashita on certain events related to Direct3D.
8 years ago
atom0s
98ca28d78b
Added /bind silent option to turn off bind output information.
8 years ago
atom0s
f8ea372c9b
General recompile commit.
8 years ago
atom0s
504cbe50ea
Fixed null pointer crash inside of font objects.
8 years ago
atom0s
0e6e86f459
Fixed configurations not saving.
8 years ago
atom0s
b8dbd7a391
Implemented ashita.misc.show_console and ashita.misc.hide_console into addons.
8 years ago
atom0s
e48d348639
Minor fix to /paste causing a crash.
8 years ago
atom0s
c0dc03b6c9
Implemented /paste into the core hook.
8 years ago
atom0s
18de658f03
Updated base plugins.
8 years ago
atom0s
b0e5b29845
Added GetTargetName and GetTargetHealthPercent
...
Fixed pet mp.
8 years ago
atom0s
bfa15fc261
Fixed pet mp return from GetPetMP(). Invalid type casting internally.
8 years ago
atom0s
7bac42b70d
Removed some debug code.
8 years ago
atom0s
cf439bb718
Fixed a deadlock where keyboard callbacks were causing strange bugs.
8 years ago
atom0s
4953b0fc20
Updated Addons plugin to include LuaSocket.
...
Added LuaSocket .lua files to the addons libs.
8 years ago
atom0s
6be24d10a9
Removed WatchDog from the build package, moved to its own repo as a plugin.
8 years ago
atom0s
11bf0f15e5
Added base addons. (Distance, FPS, Timestamp, TParty)
...
Added base addons libraries.
8 years ago
atom0s
13d7aaed70
Added WatchDog plugin.
8 years ago
atom0s
17cb7994fd
Plugin recompile.
...
Added Screenshot plugin.
8 years ago
atom0s
2680c53bfa
Fixed typo in /addon list command.
8 years ago