Warterminal

UI Moddevelopment
Edit

Please remember to keep info in regards to HOW an addon works, what it SHOULD do in the description and all temporary things(doesn't work now etc.) in the comments.

Addon overhauling the default debug window into a terminal.
Edit

Please remember to keep info in regards to HOW an addon works, what it SHOULD do in the description and all temporary things(doesn't work now etc.) in the comments.

Edit

Please remember to keep info in regards to HOW an addon works, what it SHOULD do in the description and all temporary things(doesn't work now etc.) in the comments.

VersionStatusChangesUploaderDownloads
1.2.0stablev.1.2 -Added Busted into the Terminal. Click on the Error count to toggle - right click to reset alert color. -Added Object Inspector into the Terminal. Click on Inspect to toggle. Use +/- to change Object Depth display. -Added Mesh into the Terminal. Usage is mesh(number) - number ranging from 16 to 256. Creates a grid on your screen for easy layout arrangement with Layout Editor/Vectors, or for precise addon dev measures. -Added abfind("name", desc) command. Prints abilityID & description into the Terminal. Name has to be lower case, desc is optional. -Added areainfo command. Prints current area information into the Terminal. -Added scjoin command. Attempts to join a pending scenario pop if the window has bugged. -Added scgroup command. Displays Scenario Groups window if the original one has bugged. -Added guildid command. Prints your guild ID into the Terminal. -Added keepid command. Prints a list of all keep IDs into the Terminal. -Added clog command. Enables/Disables the Combat Log in hopes of a performance boost in large-scale fights. -Added fontlist command. Prints a list of all available fonts to use in-game. -Added changefont("font1", "font2") command. Changes the name & title fonts respectively. Use fontlist to check for available fonts. -Added the ability to execute files without loading them first in the DevPad. Go to File->Execute. -Added a better error output for DevPad. The code will now get printed into the terminal if it has not been executed successfully with a line count and an error message. -Removed timestamps from the Terminal.xyeppp853
1.1.2stablev.1.1.2 -The terminal supports multiple arguments. -Added a logdump(name, ...) function allowing you to dump specified contents into a .log file in the game's logs/ directory. -Added the ability to copy terminal output - pressing Copy will open the Copy window, pressing Terminal will go back to the Terminal. Pressing TAB when focused on the terminal input box will open the Copy window, pressing TAB when focused on the copy window will go back to the Terminal. Use CTRL+SHIFT+Arrow Keys for easy copy selection. -Added Captain Hook courtesy of Hecksa to allow for spying on functions and their parameters.xyeppp151
1.1.1stable-Added the ability to Save & Load multiple project files. You can save as, rename and delete your files after. A code preview window will display when you have selected a file in the load combobox. A warning will display when trying to load with current unsaved changes. -Added a Line Count & Project Name to the top of DevPad display. -Added an Undo button to go back to the most recent saved state. -Pressing TAB inside the DevPad will insert 4 empty spaces for indentation. -Pressing ESC on an empty Terminal input box will toggle between DevPad/Terminal if DevPad is open. -Pressing ESC inside the DevPad will toggle focus between DevPad/Input box, or close DevPad if code is empty and terminal not showing. -Fixed an issue present in 1.1.0 where if you closed the DevPad pressing "Close" it would not focus the terminal input box.xyeppp152
1.1.0stablev.1.1.0 -Added a resizeable DevPad allowing in-game function writing and execution from the terminal - the maximum input allowed should be 10k characters. Toggling DevPad on automatically focuses the code-input box, toggling it off focuses the terminal input box. You can write devpad into the console to automatically send the command and turn it on if you don't feel like clicking the button. -Code history is stored even after you have closed the game.xyeppp157
1.0.2stablev.1.0.0 Initial Release v.1.0.1 Event Spy will continue tracking events after reloadUI if already spying. v.1.0.2 -Added a spyadd"text" function that looks for partial matches and spies on all the events containing given text. -Added a spyrem"text" function that looks for partial matches and removes the events containing given text from Event Spy. -Added a spylist function that prints out a list of events being spied upon currently. -Terminal will now automatically focus the input box on opening and it will always stay focused. Pressing escape once will focus the input box and scroll to bottom if it is not focused currently when scrolling, or clear text if focused - pressing escape again when text box is empty will close the window. -Typing "ss", "spylist", "ror" or "ff" now automatically sends the command to the terminal for you. -Slightly overhauled the options window to be more in-line with the rest of the GUI. -Input history is stored even after you have closed the game. Simply shift+up on next login to bring the last entry.xyeppp140
Download Latest
You need to be logged in to comment