== Changelog == * v1.67 - Added OCR (text recognition) functions (Skyfeather) * v1.65 - Fixed slow srGetWindowBorders (window_manager.lua). Added lsClipboardGet, lsClipboardSet. * v1.64 - Added integrated self-update of program executable. Executable updates can only be pushed from Jimbly, not GitHub. * v1.63 - Added lsMouseIsDown for polling mouse state (use lsMouseClick if you actually want to detect a click event on the VeggieTales window though!) Updated ScriptingReference to include srGetWindowBorders (larame) Fixed various screen scraping functions to throw an error if they are called before srReadScreen instead of crashing * v1.62 - Secured LUA execution so that it does not allow access to the OS module (running external programs) nor file I/O outside of text files in the VeggieTales directory. * v1.61 - Moved all script resources (images, wav files) into an images/ subfolder for a cleaner root * v1.60 - Added TaleScripts integration. TaleScripts is maintained by Vae, Cegaiel, and others. Added srLeftArrow, srRightArrow, srUpArrow, srDownArrow to send keypresses for those special keys (larame) * v1.59 - updated "start macro" text to indicate that putting the ATITD window in focus or changing the priority mode is required. Integrated script changes from Cegaiel, KasumiGhia, Skyfeather, Mazaki: flax improvements, clay gather, CC helper, essence creation, paper press fix. * v1.58 - added srKeyEvent function for sending keyboard presses * v1.57 - changed flax_seeds to be able to rip out beds upon finishing, and also able to repeat multiple times. Added optional support for adding to a bonfire and eating carrots to wood.lua. * v1.56 - added Fine Glass Rods/Pipes and Glass Blades to glass macro. Fixed numpad input in text entries. Added Kasiya's barley macro. * v1.55 - fixed issue in 1.54 that was causing it to hang out while "refocusing" for most users * v1.54 - updated flax macros to be more resilient to client stalls, shouldn't skip over flax as often, got Silt macro working for T5, updated single_click_stat_mon to work at 3 different font sizes. Some people reported problems with the new version, you can grab the old flax macros here: [[http://bigscreensmallgames.com/ATITD/v1.52/]] * v1.53 - updated flax macros to not care if you have "make all planted crops guild owned" * v1.52 - updated flax macros to work with any kind of flax (repeatedly does whatever option becomes present on the flax window), added easily configurable grid size and number of passes * v1.5 - First T5 release