File Details
v0.5.0
- R
- Nov 13, 2008
- 125.48 KB
- 9
- 3.0.3
- Retail
File Name
PhotoOp-v0.5.0.zip
Supported Versions
- 3.0.3
------------------------------------------------------------------------
r65 | lokicoyote | 2008-11-13 02:56:49 +0000 (Thu, 13 Nov 2008) | 1 line
Changed paths:
A /tags/v0.5.0 (from /trunk:64)
Tagging as v0.5.0
------------------------------------------------------------------------
r64 | lokicoyote | 2008-11-13 02:52:35 +0000 (Thu, 13 Nov 2008) | 3 lines
Changed paths:
M /trunk/Locales/enUS.lua
M /trunk/Options.lua
Clean-up the main options menu
Updated locale information (again)
------------------------------------------------------------------------
r63 | lokicoyote | 2008-11-13 02:37:57 +0000 (Thu, 13 Nov 2008) | 2 lines
Changed paths:
M /trunk/TODO.txt
Removed completed TODO items
------------------------------------------------------------------------
r62 | lokicoyote | 2008-11-13 02:28:03 +0000 (Thu, 13 Nov 2008) | 2 lines
Changed paths:
M /trunk/Interface.lua
M /trunk/Locales/enUS.lua
M /trunk/Options.lua
Provide interfaces for deleting scripts
------------------------------------------------------------------------
r61 | lokicoyote | 2008-11-13 02:27:38 +0000 (Thu, 13 Nov 2008) | 2 lines
Changed paths:
M /trunk/Core.lua
Allow marking default scripts as deleted
------------------------------------------------------------------------
r60 | lokicoyote | 2008-11-13 01:36:10 +0000 (Thu, 13 Nov 2008) | 2 lines
Changed paths:
M /trunk/Core.lua
Remove any scripts missing from the profile
------------------------------------------------------------------------
r59 | lokicoyote | 2008-11-13 01:24:47 +0000 (Thu, 13 Nov 2008) | 5 lines
Changed paths:
M /trunk/Core.lua
M /trunk/Interface.lua
M /trunk/Locales/enUS.lua
M /trunk/Options.lua
Add options interface for creating and duplicating scripts
Change Options.lua functions to local functions (which aren't referenced else where)
hasScript checks for non-true first
Moved the interface functionality that created a new script to core function createNewScript
------------------------------------------------------------------------
r58 | lokicoyote | 2008-11-13 01:22:34 +0000 (Thu, 13 Nov 2008) | 2 lines
Changed paths:
M /trunk/Libs/LibSimpleScript-1.0/LibSimpleScript-1.0.lua
Increase the number of lines for text boxes to 10 from 7
------------------------------------------------------------------------
r57 | lokicoyote | 2008-11-12 23:34:45 +0000 (Wed, 12 Nov 2008) | 6 lines
Changed paths:
M /trunk/Core.lua
M /trunk/Interface.lua
M /trunk/Locales/enUS.lua
M /trunk/TODO.txt
Initialize frames after variables
Fix self.var.frame typo
Initial copy script interface
Fix bugs in add script interface
Update locale
------------------------------------------------------------------------
r56 | lokicoyote | 2008-11-12 23:06:15 +0000 (Wed, 12 Nov 2008) | 2 lines
Changed paths:
M /trunk/Libs/LibSimpleScript-1.0/LibSimpleScript-1.0.lua
Ensure that trailing comments don't interfere with script creation
------------------------------------------------------------------------
r55 | lokicoyote | 2008-11-12 22:10:01 +0000 (Wed, 12 Nov 2008) | 3 lines
Changed paths:
M /trunk/Core.lua
A /trunk/Interface.lua
M /trunk/Locales/enUS.lua
M /trunk/PhotoOp.toc
Add hasScript function to check if a script with the given name exists
Add a New Script interface (not used yet)
------------------------------------------------------------------------
r54 | lokicoyote | 2008-11-12 22:01:59 +0000 (Wed, 12 Nov 2008) | 2 lines
Changed paths:
M /trunk/Libs/LibSimpleScript-1.0/LibSimpleScript-1.0.lua
M /trunk/Options.lua
Set the number of edit lines to 7
------------------------------------------------------------------------
r52 | lokicoyote | 2008-11-12 20:46:50 +0000 (Wed, 12 Nov 2008) | 3 lines
Changed paths:
M /trunk/Libs/AceGUI-3.0-NumberedMultiLineEditBox/widgets/AceGUIWidget-NumberedMultiLineEditBox.lua
Update the lines when changing the width too
Add a 5 px buffer on the right to the text box
------------------------------------------------------------------------
r51 | lokicoyote | 2008-11-12 20:40:02 +0000 (Wed, 12 Nov 2008) | 2 lines
Changed paths:
M /trunk/Libs/LibSimpleScript-1.0/LibSimpleScript-1.0.lua
Fixed a missed get / set -> Get / Set change
------------------------------------------------------------------------
r50 | lokicoyote | 2008-11-12 20:34:57 +0000 (Wed, 12 Nov 2008) | 3 lines
Changed paths:
M /trunk/Core.lua
M /trunk/Libs/LibSimpleScript-1.0/LibSimpleScript-1.0.lua
M /trunk/Libs/LibSimpleScript-1.0/TODO.txt
Changed external LibSimpleScript functions to start with a capital letter
Changed messages LibSimpleScript creates to be of the form OnXXXChanged instead of OnSetXXX
------------------------------------------------------------------------
r49 | lokicoyote | 2008-11-12 20:22:07 +0000 (Wed, 12 Nov 2008) | 2 lines
Changed paths:
M /trunk/Libs/LibSimpleScript-1.0/LibSimpleScript-1.0.lua
Moved options constant to the beginning of the file
------------------------------------------------------------------------
r48 | lokicoyote | 2008-11-12 20:21:16 +0000 (Wed, 12 Nov 2008) | 2 lines
Changed paths:
M /trunk/Libs/LibSimpleScript-1.0/LibSimpleScript-1.0.lua
M /trunk/Libs/LibSimpleScript-1.0/Locales/enUS.lua
M /trunk/Locales/enUS.lua
Updated locale information and settings descriptions
------------------------------------------------------------------------
r46 | lokicoyote | 2008-11-12 19:26:51 +0000 (Wed, 12 Nov 2008) | 8 lines
Changed paths:
M /trunk/Libs/AceGUI-3.0-NumberedMultiLineEditBox/widgets/AceGUIWidget-NumberedMultiLineEditBox.lua
Recalculate the line rows after changing the number of number places
(from previous changes to AceGUIWidget-NumberedMultiLineEditBox.lua
Use GetHeight to calculate the number of rows
Use string.rep to concatenate repeated texts instead of recursively building the strings
Allow the getString{Width,Rows} functions to handle caching
Correctly position the numbers alongside the text
Use SetPoint to add borders rather than Insets for the editbox
------------------------------------------------------------------------
r45 | lokicoyote | 2008-11-12 18:53:58 +0000 (Wed, 12 Nov 2008) | 2 lines
Changed paths:
M /trunk/Libs/LibSimpleScript-1.0/LibSimpleScript-1.0.lua
M /trunk/Options.lua
Use AceGUI-3.0 type MultiLineEditBox if available
------------------------------------------------------------------------
r44 | lokicoyote | 2008-11-12 18:48:24 +0000 (Wed, 12 Nov 2008) | 2 lines
Changed paths:
M /trunk/Libs/AceGUI-3.0-NumberedMultiLineEditBox/widgets/AceGUIWidget-NumberedMultiLineEditBox.lua
Removed temporary version string info
------------------------------------------------------------------------
r43 | lokicoyote | 2008-11-12 18:42:31 +0000 (Wed, 12 Nov 2008) | 2 lines
Changed paths:
M /trunk/Libs/AceGUI-3.0-NumberedMultiLineEditBox/widgets/AceGUIWidget-NumberedMultiLineEditBox.lua
Fixed line number display
------------------------------------------------------------------------
r42 | lokicoyote | 2008-11-12 08:26:41 +0000 (Wed, 12 Nov 2008) | 2 lines
Changed paths:
M /trunk/DefaultScripts.lua
M /trunk/Options.lua
Fix default script battleground and arena checks
------------------------------------------------------------------------
r41 | lokicoyote | 2008-11-12 05:23:28 +0000 (Wed, 12 Nov 2008) | 3 lines
Changed paths:
M /trunk/Libs/AceGUI-3.0-NumberedMultiLineEditBox/widgets/AceGUIWidget-NumberedMultiLineEditBox.lua
M /trunk/Options.lua
Actually reference the new control
Rearrange function definitions and variables for correctness
------------------------------------------------------------------------
r40 | lokicoyote | 2008-11-12 02:02:30 +0000 (Wed, 12 Nov 2008) | 5 lines
Changed paths:
M /trunk/Core.lua
M /trunk/Libs/AceGUI-3.0-NumberedMultiLineEditBox/widgets/AceGUIWidget-NumberedMultiLineEditBox.lua
M /trunk/Libs/LibSimpleScript-1.0/LibSimpleScript-1.0.lua
M /trunk/Locales/enUS.lua
M /trunk/Options.lua
Update comments
NumbersMultiLineEditBox version depends on the file revision
Add error text when libraries fail to load
Rearrange global constant value caching
------------------------------------------------------------------------
r38 | lokicoyote | 2008-11-11 22:12:15 +0000 (Tue, 11 Nov 2008) | 2 lines
Changed paths:
A /trunk/Libs/AceGUI-3.0-NumberedMultiLineEditBox
A /trunk/Libs/AceGUI-3.0-NumberedMultiLineEditBox/AceGUI-3.0-NumberedMultiLineEditBox.toc
A /trunk/Libs/AceGUI-3.0-NumberedMultiLineEditBox/widget.xml
A /trunk/Libs/AceGUI-3.0-NumberedMultiLineEditBox/widgets
A /trunk/Libs/AceGUI-3.0-NumberedMultiLineEditBox/widgets/AceGUIWidget-NumberedMultiLineEditBox.lua
M /trunk/Options.lua
M /trunk/PhotoOp.toc
New AceGUI-3.0 widget, NumberedMultiLineEditBox for script editing (untested)
------------------------------------------------------------------------
r37 | lokicoyote | 2008-11-11 19:29:53 +0000 (Tue, 11 Nov 2008) | 5 lines
Changed paths:
M /trunk/Core.lua
M /trunk/Locales/enUS.lua
M /trunk/Options.lua
Fixed a missed name change for the "test" button
Separated the script editing and profile management into separate pages in the addon configuration
Moved the AceConfigRegistry reference to Options
Fixed a typo in the capture script edit window's width, was "fill" instead of "full"
------------------------------------------------------------------------
r36 | lokicoyote | 2008-11-10 07:49:07 +0000 (Mon, 10 Nov 2008) | 5 lines
Changed paths:
M /trunk/Core.lua
Removed the InCombatLockdown check
Scripts default to enabled
Added alpha code debug output
Modified where the profile information gets set
------------------------------------------------------------------------
r35 | lokicoyote | 2008-11-10 07:47:09 +0000 (Mon, 10 Nov 2008) | 2 lines
Changed paths:
M /trunk/Environment.lua
Added a debug function to the script environment
------------------------------------------------------------------------
r34 | lokicoyote | 2008-11-10 00:27:35 +0000 (Mon, 10 Nov 2008) | 2 lines
Changed paths:
M /trunk/Libs/LibSimpleScript-1.0/LibSimpleScript-1.0.lua
Minor changes
------------------------------------------------------------------------
r33 | lokicoyote | 2008-11-10 00:26:51 +0000 (Mon, 10 Nov 2008) | 2 lines
Changed paths:
M /trunk/DefaultScripts.lua
Fixed a bug with highest_crit selecting the wrong values and storing the flag rather than the amount
------------------------------------------------------------------------
r32 | lokicoyote | 2008-11-09 21:26:17 +0000 (Sun, 09 Nov 2008) | 2 lines
Changed paths:
M /trunk/TODO.txt
Updated TODO list
------------------------------------------------------------------------
r31 | lokicoyote | 2008-11-09 21:25:48 +0000 (Sun, 09 Nov 2008) | 6 lines
Changed paths:
M /trunk/Libs/LibSimpleScript-1.0/LibSimpleScript-1.0.lua
M /trunk/Libs/LibSimpleScript-1.0/Locales/enUS.lua
Provide an interface to reset settings to defaults
Convert settings to proper types in setSetting
Return proper types for getSetting for configuration using getSettingConfigValue
Renamed kTypeInfo keys (changed case or clarified names)
Added invalid type which is used if the specified type is invalid
------------------------------------------------------------------------
r30 | lokicoyote | 2008-11-09 21:23:34 +0000 (Sun, 09 Nov 2008) | 2 lines
Changed paths:
M /trunk/Libs/LibSimpleScript-1.0/TODO.txt
Updated TODO list
------------------------------------------------------------------------
r29 | lokicoyote | 2008-11-09 21:20:49 +0000 (Sun, 09 Nov 2008) | 2 lines
Changed paths:
M /trunk/DefaultScripts.lua
Numbers should be numbers for settings
------------------------------------------------------------------------
r28 | lokicoyote | 2008-11-09 00:24:43 +0000 (Sun, 09 Nov 2008) | 2 lines
Changed paths:
M /trunk/DefaultScripts.lua
Corrected some typos in the default scripts
------------------------------------------------------------------------
r27 | lokicoyote | 2008-11-09 00:15:34 +0000 (Sun, 09 Nov 2008) | 2 lines
Changed paths:
M /trunk/Libs/LibSimpleScript-1.0/LibSimpleScript-1.0.lua
Protect against calling getConfig prior to loading a script
------------------------------------------------------------------------
r26 | lokicoyote | 2008-11-08 21:54:20 +0000 (Sat, 08 Nov 2008) | 2 lines
Changed paths:
M /trunk/Options.lua
Change the width of the capture script edit box from double to full
------------------------------------------------------------------------
r25 | lokicoyote | 2008-11-08 21:53:33 +0000 (Sat, 08 Nov 2008) | 2 lines
Changed paths:
M /trunk/Libs/LibSimpleScript-1.0/LibSimpleScript-1.0.lua
Change the width of the script edit boxes from double to full
------------------------------------------------------------------------
r24 | lokicoyote | 2008-11-08 21:53:05 +0000 (Sat, 08 Nov 2008) | 2 lines
Changed paths:
M /trunk/Core.lua
Notify the AceConfigRegistry when a script option might have changed
------------------------------------------------------------------------
r23 | lokicoyote | 2008-11-08 21:08:50 +0000 (Sat, 08 Nov 2008) | 2 lines
Changed paths:
M /trunk/TODO.txt
Updated memento mori logic
------------------------------------------------------------------------
r22 | lokicoyote | 2008-11-08 20:48:25 +0000 (Sat, 08 Nov 2008) | 2 lines
Changed paths:
M /trunk/Core.lua
Check InCombatLockdown before taking a picture
------------------------------------------------------------------------
r21 | lokicoyote | 2008-11-08 18:21:30 +0000 (Sat, 08 Nov 2008) | 2 lines
Changed paths:
M /trunk/TODO.txt
Update TODO list
------------------------------------------------------------------------
r20 | lokicoyote | 2008-11-08 18:21:14 +0000 (Sat, 08 Nov 2008) | 2 lines
Changed paths:
M /trunk/Environment.lua
Updated raid related functions
------------------------------------------------------------------------
r19 | lokicoyote | 2008-11-08 18:08:56 +0000 (Sat, 08 Nov 2008) | 2 lines
Changed paths:
M /trunk/DefaultScripts.lua
Use select on IsInInstance
------------------------------------------------------------------------
r18 | lokicoyote | 2008-11-08 17:35:42 +0000 (Sat, 08 Nov 2008) | 2 lines
Changed paths:
M /trunk/Libs/LibSimpleScript-1.0/TODO.txt
M /trunk/TODO.txt
Updated todo lists
------------------------------------------------------------------------
r17 | lokicoyote | 2008-11-08 17:35:30 +0000 (Sat, 08 Nov 2008) | 4 lines
Changed paths:
M /trunk/DefaultScripts.lua
Update the default scripts to check for pvp zones
InBattleground uses IsInInstance instead of GetBattlefieldRuntime
InArena added
------------------------------------------------------------------------
r16 | lokicoyote | 2008-11-08 08:44:04 +0000 (Sat, 08 Nov 2008) | 3 lines
Changed paths:
M /trunk/Core.lua
M /trunk/Libs/LibSimpleScript-1.0/LibSimpleScript-1.0.lua
M /trunk/Libs/LibSimpleScript-1.0/TODO.txt
M /trunk/Options.lua
M /trunk/TODO.txt
Update the saved capture script after changing the script object
Document addon and library functions
------------------------------------------------------------------------
r15 | lokicoyote | 2008-11-08 08:00:28 +0000 (Sat, 08 Nov 2008) | 2 lines
Changed paths:
M /trunk/DefaultScripts.lua
Fixed some syntax errors in the default scripts
------------------------------------------------------------------------
r14 | lokicoyote | 2008-11-08 06:57:07 +0000 (Sat, 08 Nov 2008) | 4 lines
Changed paths:
M /trunk/Core.lua
M /trunk/DefaultScripts.lua
M /trunk/Environment.lua
M /trunk/TODO.txt
Finish the default scripts
Update the environment for combat log parsing
Provide a default value of "" for if a script refers to a missing default script
------------------------------------------------------------------------
r13 | lokicoyote | 2008-11-08 02:46:43 +0000 (Sat, 08 Nov 2008) | 2 lines
Changed paths:
A /trunk/Environment.lua (from /trunk/ScriptEnvironment.lua:10
M /trunk/PhotoOp.toc
D /trunk/ScriptEnvironment.lua
Renamed ScriptEnvironment.lua to Environment.lua
------------------------------------------------------------------------
r11 | lokicoyote | 2008-11-08 02:13:24 +0000 (Sat, 08 Nov 2008) | 2 lines
Changed paths:
M /trunk/Libs/LibSimpleScript-1.0/LibSimpleScript-1.0.lua
Removed temporary revision placeholder
------------------------------------------------------------------------
r10 | lokicoyote | 2008-11-08 02:07:10 +0000 (Sat, 08 Nov 2008) | 3 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/ScriptEnvironment.lua
Added missing external AceGUI-3.0
Fixed a reference to self.var.environment (should have been self.var.script_environment
------------------------------------------------------------------------
r9 | lokicoyote | 2008-11-08 01:57:32 +0000 (Sat, 08 Nov 2008) | 2 lines
Changed paths:
A /trunk/Libs/LibSimpleScript-1.0/TODO.txt
A /trunk/README.txt
A /trunk/TODO.txt
Added some documentation
------------------------------------------------------------------------
r8 | lokicoyote | 2008-11-08 01:31:28 +0000 (Sat, 08 Nov 2008) | 7 lines
Changed paths:
M /trunk/Core.lua
M /trunk/DefaultScripts.lua
M /trunk/Libs/LibSimpleScript-1.0/LibSimpleScript-1.0.lua
M /trunk/ScriptEnvironment.lua
Move the capture environment definition to ScriptEnvironment.lua
Expand the ScriptEnvironment with some useful functions
Renamed takePicture to takeScreenshot
Renamed script function Capture to TakeScreenshot
Modified the DefaultScripts to match
Expand the default environment variables with some useful LUA functions
------------------------------------------------------------------------
r7 | lokicoyote | 2008-11-08 00:01:19 +0000 (Sat, 08 Nov 2008) | 2 lines
Changed paths:
M /trunk/DefaultScripts.lua
Removed illegal double [[ [[ sequence
------------------------------------------------------------------------
r6 | lokicoyote | 2008-11-08 00:00:25 +0000 (Sat, 08 Nov 2008) | 2 lines
Changed paths:
M /trunk/Libs
Modified svn:externals
------------------------------------------------------------------------
r5 | lokicoyote | 2008-11-07 23:57:51 +0000 (Fri, 07 Nov 2008) | 2 lines
Changed paths:
D /trunk/Libs/LibStub
Doesn't work
------------------------------------------------------------------------
r4 | lokicoyote | 2008-11-07 23:56:51 +0000 (Fri, 07 Nov 2008) | 2 lines
Changed paths:
A /trunk/Libs/LibStub
Try to directly reference LibStub.lua
------------------------------------------------------------------------
r3 | lokicoyote | 2008-11-07 23:53:30 +0000 (Fri, 07 Nov 2008) | 2 lines
Changed paths:
M /trunk/Libs
Removed the LibStub svn:externals
------------------------------------------------------------------------
r2 | lokicoyote | 2008-11-07 23:50:25 +0000 (Fri, 07 Nov 2008) | 2 lines
Changed paths:
A /trunk/.pkgmeta
A /trunk/Core.lua
A /trunk/DefaultScripts.lua
A /trunk/Libs
A /trunk/Libs/LibSimpleScript-1.0
A /trunk/Libs/LibSimpleScript-1.0/LibSimpleScript-1.0.lua
A /trunk/Libs/LibSimpleScript-1.0/LibSimpleScript-1.0.toc
A /trunk/Libs/LibSimpleScript-1.0/LibSimpleScript-1.0.xml
A /trunk/Libs/LibSimpleScript-1.0/Locales
A /trunk/Libs/LibSimpleScript-1.0/Locales/Locales.xml
A /trunk/Libs/LibSimpleScript-1.0/Locales/enUS.lua
A /trunk/Locales
A /trunk/Locales/Locales.xml
A /trunk/Locales/enUS.lua
A /trunk/Options.lua
A /trunk/PhotoOp.toc
A /trunk/ScriptEnvironment.lua
A /trunk/embeds.xml
Initial commit from work-in-progress conversion to Ace3 and dynamic scripts
------------------------------------------------------------------------
r1 | root | 2008-11-07 20:37:36 +0000 (Fri, 07 Nov 2008) | 1 line
Changed paths:
A /branches
A /tags
A /trunk
"photo-op-lokicoyote/mainline: Initial Import"
------------------------------------------------------------------------

