Alek Posted November 8, 2015 Author Share Posted November 8, 2015 Where is web walking? Ask Maldesto. Edit: 2.4.1 released - patched various small issues Moved to stable 1 Link to comment
irwtonrs1 Posted November 8, 2015 Share Posted November 8, 2015 The auto-updater when you launch the client downloads 2.1.36 instead of 2.4.1 1 Link to comment
Dark Magician Posted November 8, 2015 Share Posted November 8, 2015 V 2.4.1 was a much needed release, again thank you very much for all your hard work! Link to comment
Lehto Posted November 8, 2015 Share Posted November 8, 2015 (edited) The auto-updater when you launch the client downloads 2.1.36 instead of 2.4.1 [EDIT] Scrap that, downloads the 2.4.1 now, looks good aswell! Edited November 8, 2015 by Lehto Link to comment
Keven Posted November 9, 2015 Share Posted November 9, 2015 Auto-login bug. When it world hops too much, sometimes it logs you out. Script gets stuck and doesn't log back in. 1 Link to comment
Lehto Posted November 9, 2015 Share Posted November 9, 2015 Could we get hotkeys to quickly swap between script windows? Link to comment
LeBron Posted November 9, 2015 Share Posted November 9, 2015 Seems to be a bug with enabling input. http://osbot.org/forum/topic/86196- Link to comment
Alek Posted November 10, 2015 Author Share Posted November 10, 2015 Making a community topic is not the correct way to report a bug. Link to comment
Khaleesi Posted November 10, 2015 Share Posted November 10, 2015 (edited) Making a community topic is not the correct way to report a bug. People actually were wondering if it was intended or not in the first place ... So reporting a bug of something that was intended looks stupid too right? Interface looks good ;) Khaleesi Edited November 10, 2015 by Khaleesi Scripts Link to comment
Alek Posted November 10, 2015 Author Share Posted November 10, 2015 People actually were wondering if it was intended or not in the first place ... So reporting a bug of something that was intended looks stupid too right? Interface looks good Khaleesi It was fixed for injection but not mirror; it will be patched in the next version when we have enough for another release. Link to comment
Khaleesi Posted November 10, 2015 Share Posted November 10, 2015 It was fixed for injection but not mirror; it will be patched in the next version when we have enough for another release. Ya indeed, it's not a big issue though Great update! Khaleesi Link to comment
liverare Posted November 10, 2015 Share Posted November 10, 2015 (edited) It looks good. It gave me the idea to come up with a conceptual design for something similar to Windows 8 sidebar: I reckon it could be achieved in JavaFX and may not even be so CPU-expensive. :edit: I forgot to add 'add new bot' button; there could be an add button where the 'play' button is, and then have the 'play' and 'pause' buttons display depending on whether a script is running for the currently selected bot. The 'remove bot' button would appear in the selection box on the right-hand side. You could also have a 'condense' button located under the 'settings' button, which would hide the current bot list and small bot preview screen. This way you could minimise the entire thing into a small media playback widget. Edited November 10, 2015 by liverare Link to comment
Alek Posted November 10, 2015 Author Share Posted November 10, 2015 It looks good. It gave me the idea to come up with a conceptual design for something similar to Windows 8 sidebar: I reckon it could be achieved in JavaFX and may not even be so CPU-expensive. :edit: I forgot to add 'add new bot' button; there could be an add button where the 'play' button is, and then have the 'play' and 'pause' buttons display depending on whether a script is running for the currently selected bot. The 'remove bot' button would appear in the selection box on the right-hand side. You could also have a 'condense' button located under the 'settings' button, which would hide the current bot list and small bot preview screen. This way you could minimise the entire thing into a small media playback widget. Look into layering Swing/FX components on AWT (in specific, Applet) and this idea gets thrown out completely pretty quickly. I was really limited in what I could do and explored a ton of options over a week. Link to comment