carlbennett / BNRBot

Classic Battle.Net Realbasic Bot by @carlbennett, his flagship Classic Battle.net bot
MIT License
10 stars 4 forks source link

Convert declare code into native code #53

Open carlbennett opened 7 years ago

carlbennett commented 7 years ago

Search Results

image

Locations

Globals.BSHA1, line 5
Globals.CheckRevision, line 2
Globals.CheckRevision, line 6
Globals.DateToDWORD, line 2
Globals.DecryptCDKey, line 5
Globals.EncryptOLSPW, line 4
Globals.FlashWindowEx, line 17
Globals.GetLastSocketError, line 2
Globals.GetLastSocketError, line 3
Globals.GetSystemPathVariable, line 4
Globals.QWORDToDate, line 2
OSVersionInformation.Initialize, 8
OSVersionInformation.Initialize, 9
OSVersionInformation.IsTerminalSession, line 1
BotWindow.Activate, line 4
BotWindow.Activate, line 5
NLS.AccountCreate, line 2
NLS.AccountLogon, line 2
NLS.AccountLogonProof, line 2
NLS.Constructor, line 2
NLS.Destructor, line 2
NLS.ServerPasswordProof, line 2

Features / Functional designs to convert

carlbennett commented 7 years ago

For native desktop notifications on Linux, see:

carlbennett commented 7 years ago

This is good so far:

* Note: I did have to install gtk2.i686 and move RBGUIFramework.so to the main directory outside of BNRBot Libs, also the config file was renamed to BNRBdat instead of BNRBot.dat possibly due to removing .exe which isn't there on Linux.

image

carlbennett commented 7 years ago

Installed webkitgtk.i686 and made a few more changes

image

carlbennett commented 7 years ago

Created release BNRBot v2.8.5.65 with all of these changes in it.

carlbennett commented 7 years ago

https://valadoc.org/gtk+-3.0/Gtk.Widget.override_background_color http://stackoverflow.com/questions/2223649/background-color-for-gtk-window-toplevel-gtk-widget