# = Comment + = New feature - = Removed feature ! = Bugfix New in version 1 BETA 3 ----------------------- # This is a quick release because of the many fatal bugs # found in Scriptwise, most should be fixed. # # To Do List # # Wall Editor # Regex Filters # Settings.ini # Tutorials # + :cls will clear the console window. + :gimme_cam allows you to hold a camera. You will need film to take a picture. You can't put the camera down, just hold it. + :exit closes the application, this is the proper way. Just like closing the browser. + :restart will restart the application, allowing you to login with a different character and load a different hotel. + :anti_error now nullifies errored bottles. Still enabled by default. + Wrote a tutorial in the .\doc\ directory on filter usage. + Decided to release both an installer and a .zip package, too many people were too lazy to turn off their firewall. + I got rid of the LB.exe link. Instead of using a third party application to run the browser, I use the Perl Win32::Process module. + Somewhat graphically improved the console with colors and a prompt. + Added Arikato to the :about section for helping me with errored furni. - Removed the :contact section. ! You can now enable and disable HC with :toggle_hc . ! Fixed error where having no pool figure would cause the program to be unable to recognize the current user. ! Fixed error where having userID 0 would not track any statuses. ! The chatlog would log who entered and left the room even if the feature was disabled. Fixed. ! Scripwise would only report a login failure if you entered the wrong password. Not anymore. ! Minor bugfixes. ----------------------- New in version 1 BETA 2 ----------------------- # 9 June 2005 # Just a minor update. + :set_mission allows for a long mission. Just enter the command, update your ID and edit it slightly. Then press 'Ok' and your mission should be updated. + :toggle_trade allows you to trade in every room. Enabled by default. + :set_scolor is able to edit the color of a sticky. Pass a valid hexadecimal value to activate it. To use it, enter command, edit sticky text, close sticky. That's it. To deactivate, simply pass an invalid hexadecimal value as argument, like 0. + The chatlog now keeps track of who leaves and enters the room. It also logs newly loaded rooms, toggling of the chatlog and it puts a time stamp in front of each event. + The application now checks if you're running a Windows OS before it executes. If you don't the program will end. + Introduced the Scriptwise Installer. + The source file of both the installer and the main application are now available. ! Fixed bug where having no mission could lead to errors. ! Scriptwise wasn't able to load hotels that didn't use the English language. Fixed! ! Moved the :toggle_hc command to the users section in the command list documentation. ! Version information is now updated to v1 (BETA 2) to avoid confusion. It's not BETA 1.2. Until a final version is released the BETA digit will increment with each release. ! Some code optimizations. -----------------------