All public logs
Jump to navigation
Jump to search
Combined display of all available logs of AddOn Studio. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:17, 16 October 2023 Bear talk contribs created page Engine:CVAR lib path (Created page with "{{dev/uicvar}} Path for loading native 'world' libraries. <kua>set lib_path './lib/'</kua> == Arguments == * name - 'lib_path' * value - Full or start folder relative path that contains loadable native world libraries. == Associations == * Is by default placed in the 'global' context. == Details == These libraries are platform native libs, with name suffixes by platform and operating system. Modules will load by finding the correct one by name, platform, and OS. [na...")
- 18:47, 15 October 2023 Bear talk contribs created page Engine:CCMD run (Created page with "{{dev/uiccmd}} Load and run script file. Run a named script file. Name must include extension. <kua>run startup.cfg</kua> == Arguments == * name - The name of the script file to load and run. == Associations == * Is by default placed in the 'global' context. == Details == == Examples == === Default values === For a script file named 'startup.cfg' and looks like: <kua> echo fred lua print(1 + 3) alias bob fred var fred james bob </kua> * Try to load a non-existent fil...")
- 15:24, 15 October 2023 Bear talk contribs created page Category:Engine UI CCmd (Created page with "Engine console commands")
- 15:23, 15 October 2023 Bear talk contribs created page Category:Engine development (Created page with "Reference articles for Engine development. This includes topics for creation and addon and UI, and others related to development.")
- 15:17, 15 October 2023 Bear talk contribs created page Engine:Macro commands (Created page with "{{dev/uiccmd}} Macro commands in Engine are the console commands. Macros are a set of console commands that can be run in a group to perform a series of actions. Macros typically refer to scripts used in the UI, that can have action bar Icons associated with them, and thus can also have key bindings, so that the sets of commands can be run by clicking buttons or pressing keys.")
- 06:50, 15 October 2023 Bear talk contribs created page Engine:CCMD context (Created page with "{{dev/uiccmd}} Switches contexts or prints the current context. <kua>context client</kua> == Arguments == * name (optional) - The name of the context to switch to. If no name, then prints the name of the current context. == Details == The 'context' command allows changing between named contexts. A context can be thought of as a discrete place where commands can be executed. Each context may have its own commands and variables and rules, and purpose. For a different co...")
- 06:13, 15 October 2023 Bear talk contribs created page Engine:CCMD print (Created page with "{{dev/uiccmd}} Prints text to the current log and console. Also writes to any actual log file and may cause other events. <kua>print fred</kua> == Arguments == * text - text to print == Associations == * Is by default placed in the 'global' context. * Writes to the 'current log'. == Details == == Examples == === Default values === * Print text. <kua> > print fred fred </kua> == Notes == *")
- 05:59, 15 October 2023 Bear talk contribs created page Engine:CCMD echo (Created page with "{{dev/uiccmd}} Echos text directly to the current log and console. Does not write to any actual log file or cause other events. <kua>echo fred</kua> == Arguments == * text - text to echo == Associations == * Is by default placed in the 'global' context. * Writes to the 'current log'. == Details == == Examples == === Default values === * Echo text. <kua> > echo fred fred </kua> == Notes == *")
- 04:09, 15 October 2023 Bear talk contribs created page Engine:Macro (Created page with "In Engine, a macro is a script comprised of commands and other statements. See console commands")
- 00:06, 15 October 2023 Bear talk contribs created page Engine:CCMD bind (Created page with "{{dev/uiccmd}} Creates a new key binding, replacing existing key binding if any. <kua>bind Z "echo fred"</kua> == Arguments == * name - name of binding, which corresponds to a particular key, button, or other device. * value (optional) - script string or command to run. If not supplied, then prints the script or command value, if the binding exists. == Associations == *Key bindings are global, and not a part of any context. == Details == An 'alias' acts like a custom...")
- 20:50, 14 October 2023 Bear talk contribs created page Engine:CCMD alias (Created page with "{{dev/uiccmd}} Creates a new alias in the current context, replacing existing alias if any. <kua>alias bob fred</kua> == Arguments == * name - name for the new alias * value - script string or command to set as alias == Details == Used to give alternate name to commands or create custom commands in the current context. == Examples == === Default values === * 'bob' called without a value. No command, variable or alias named 'bob' exist. <kua> > bob Unknown: bob </kua>...")
- 03:13, 14 October 2023 Bear talk contribs created page Engine:CCMD varedit (Created page with "{{dev/uiccmd}} Reports variable value, or sets an existing variable in the current context. Is the default command for the 'global' context. Does not have an addressable command name in console or script. <kua>bob fred</kua> == Arguments == * name - name for variable to set * value (optional) - the value to set. If no value, then prints value if exists. == Details == Can be used to set or report a value for an existing variable. Will fail if variable does not already e...")
- 00:34, 14 October 2023 Bear talk contribs created page Engine:CCMD set (Created page with "{{dev/uiccmd}} Creates and sets a variable in the current context. <kua>set bob fred</kua> == Arguments == * name - name for variable to set * value (optional) - the value to set. If no value, then prints value if exists. == Details == Can be used to set values for variables. Will create a new variable is not exists. == Examples == === Default values === * 'set' called with 'bob' without a value. Variable 'bob' doesn't exist. <kua> > set bob Unknown: bob </kua> * Crea...")
- 23:38, 13 October 2023 Bear talk contribs created page Engine:Console variables (Created page with "{{dev/uicvar}}__NOWYSIWYG__ In the Engine client you can access many of its configuration options through 'console variables' or 'CVars'. These variables affect many aspects of the game, including the graphics engine, sound system, and user interface. See Console commands for the list.")
- 23:28, 13 October 2023 Bear talk contribs created page Template:Dev/uicvar (Created page with "{{#vardefine:NAMESPACE|Engine}}{{ {{PAGENAME}}}} Use this at the top of all development pages. Any pages with this template will be added to 'Category:{NAMESPACE} UI CVar' ;Usage * 1 - page name of the associated child page * tocright [1,0] - disables or enables toc going right side. Default is '1'. {{PAGENAME}} {{PAGENAME}} ;Template <onlyinclude><includeonly><!-- -->{{#vardefine:NAMESPACE|{{#var:NA...")
- 23:09, 13 October 2023 Bear talk contribs moved page Engine:MACRO var to Engine:CCMD var without leaving a redirect
- 23:00, 13 October 2023 Bear talk contribs created page Template:Dev/uiccmd (Created page with "{{#vardefine:NAMESPACE|WoW}}{{ {{PAGENAME}}}} Use this at the top of all UI Customization AddOn information pages. Any pages with this template will be added to 'Category:{NAMESPACE} UI AddOn ;Usage * 1 - page name of the associated child page * tocright [1,0] - disables or enables toc going right side. Default is '1'. {{PAGENAME}} {{PAGENAME}} Category:Development templates|{{PAGENAME}}...")
- 22:14, 13 October 2023 Bear talk contribs created page Engine:MACRO var (Created page with "{{\|dev|macronav}} Creates a new variable int eh current context, if doesn't exist. var bob fred == Arguments == * name - name for new variable * value - the value to set == Notes == *")
- 19:34, 13 October 2023 Bear talk contribs created page Template:Engine/macronav (Created page with "{{ {{PAGENAME}}|ns={{BASEPAGENAME}}}} Creates a macro navigation box for placing on wiki pages ;Usage :doc [1] - documentation mode, when called from Macro template. {{PAGENAME}} {{PAGENAME}} ---- ;Template <onlyinclude><includeonly><!-- -->{{#vardefine:sub|{{#if:{{{ns|}}}|{{{ns}}}|{{#var:sub|{{NAMESPACE}}}}}}}}<!-- --><div style="float:{{{float|right}}};{{{style|}}}"> {| class="darktable" s...")
- 19:32, 13 October 2023 Bear talk contribs created page Template:Engine/devnav (Created page with "{{#vardefine:NAMESPACE|Engine}}{{ {{PAGENAME}}}} Gets added indirectly to many of the development page tag templates {{PAGENAME}} {{PAGENAME}} {{PAGENAME}} ---- ;Template <onlyinclude><includeonly><!-- -->{{#vardefine:NAMESPACE|{{#var:NAMESPACE|{{NAMESPACE}}}}}}<!-- -->{| class="darktable" style="border-spacing:0;" |- ! style="position:relative" |...")
- 19:30, 13 October 2023 Bear talk contribs created page Template:Engine/dev (Created page with "{{ {{PAGENAME}}|macronav|tocright|ns={{BASEPAGENAME}}}} For use at the top of all general WS development pages. Any pages with this template will be added to Category:Engine development. Usage: * tocright [0|] - 0 disables adding tocright * macronav [1|] - 1 enables adding macronav {{PAGENAME}} ---- ;Template <onlyinclude><includeonly><!-- -->{{#vardefine:sub|{{#if:{{{ns|}}}|{{{ns}}}|{{#var:sub|{{NAMESPACE}}}}}}}}<!-- -...")
- 19:25, 13 October 2023 Bear talk contribs created page Engine:Slash commands (Created page with "{{macroapi}} Chat versions of Console commands")
- 01:14, 13 October 2023 Bear talk contribs created page Engine:Script commands (Created page with "Console commands")
- 19:49, 12 October 2023 Bear talk contribs created page Engine:Console commands (Created page with "{{macroapi}} This is a reference for Engine console commands available for use a chat window or other console, and as macro commands in a macro. This list describes all of the 'slash' commands from Engine itself. See useful macros and user defined macros for other commands and macros. For full Macro API help, see Macro API.")
- 19:24, 12 October 2023 Bear talk contribs created page Engine development (Created page with "{{dev}}{{#vardefine:NAMESPACE|Engine}} :''See UI Customization Portal for the main Engine development portal'' '''Engine development''' is a global umbrella for all of the various types of engine customization, asset design, web development, and other tools made available to the general public in order to encourage developer involvement for ''enginewiki:Engine''. This includes game UI Macro and Customization sup...")
- 19:20, 12 October 2023 Bear talk contribs uploaded File:Engine-logo-dark-100.png (Engine logo dark)
- 19:19, 12 October 2023 Bear talk contribs created page File:Engine-logo-dark-100.png (Created page with "Engine logo == Licensing == {{Licenses/Files/User-image-reserved}}")
- 19:11, 12 October 2023 Bear talk contribs uploaded a new version of File:Engine-logo-100.png
- 18:41, 12 October 2023 Bear talk contribs created page File:Engine-logo-100.png
- 18:41, 12 October 2023 Bear talk contribs uploaded File:Engine-logo-100.png
- 17:57, 12 October 2023 Bear talk contribs created page Engine:Development (Created page with "__NOWYSIWYG__<div class="mpcontentbox-main bg-darkgray" style="margin-top:0em; padding-bottom:5px; min-height:155px;"> <div style="float:left; margin-left:-7px; margin-right:15px">File:Interface Customization logo.png</div><!-- --><h3 class="mpcontentbox-header" style="margin-left:145px">'''Welcome to the World of Warcraft Customization Reference'''</h3> : You can also search using the Interface Customization or :Category:Web...")
- 05:00, 6 October 2023 185.94.192.108 talk created page WoW:API BNConnected (Created page with "Quick question to ask you... Are you aware that by reading this message you just proved that contact form marketing works? That's right, and we can get eyeballs on your offer too! Pricing starts at just $100 to blast YOUR ad message to 1 MILLION contact forms on websites just like yours worldwide. Contact me on Skype and let's discuss what will work for your product/service. My Skype ID: live:.cid.83c9da999a4f9f this message was sent to your website contact form at: add...") Tags: Mobile edit Mobile web edit
- 19:33, 21 September 2023 User account Ilushikgma talk contribs was created
- 09:27, 21 September 2023 User account Robwpi talk contribs was created
- 10:11, 19 September 2023 User account Eldarstg talk contribs was created
- 07:06, 15 September 2023 38.150.15.13 talk created page WoW:API RegisterAddonMessagePrefix (Created page with "SendAddonMessage")
- 23:41, 27 August 2023 Bear talk contribs created page World of Warcraft API (Redirected page to WoW:World of Warcraft API) Tag: New redirect
- 17:43, 27 August 2023 User account Leonjmr talk contribs was created
- 08:18, 24 August 2023 User account Svetlanasvb talk contribs was created
- 05:47, 22 August 2023 User account Fhguzl talk contribs was created
- 08:50, 20 August 2023 User account Igorbve talk contribs was created
- 06:30, 15 August 2023 Bear talk contribs created page WoW:AddOns (Redirected page to AddOn) Tag: New redirect
- 06:26, 15 August 2023 Bear talk contribs created page WoW:XSD (Redirected page to \XSD) Tag: New redirect
- 06:24, 15 August 2023 Bear talk contribs created page WoW:WoW AddOn (Redirected page to AddOn) Tag: New redirect
- 06:20, 15 August 2023 Bear talk contribs created page WoW:WoW API (Created page with "#REDIRERCT World of Warcraft API")
- 06:16, 15 August 2023 Bear talk contribs created page WoW (Redirected page to World of Warcraft) Tag: New redirect
- 06:13, 15 August 2023 Bear talk contribs created page XML (Created page with "XML is an acronym for eXtensible Markup Language. :''See the wo:XML UI for XML use in WoW'' == See also == * [http://www.w3.org/XML/ Extensible Markup Language (XML)], specified by the [http://www.w3.org World Wide Web Consortium (W3C)]. Category:Glossary Category:Acronyms")
- 04:49, 15 August 2023 Move page script talk contribs moved page XML to WoW:XML without leaving a redirect
- 04:49, 15 August 2023 Move page script talk contribs moved page XML user interface to WoW:XML user interface without leaving a redirect
- 04:49, 15 August 2023 Move page script talk contribs moved page XML User Interface to WoW:XML User Interface without leaving a redirect