Page 1 of 1

RiX Update Topic! (Download Link!)

PostPosted: Wed Nov 09, 2011 7:35 am
by Hblade
Download: http://dl.dropbox.com/u/40442054/Hidden ... 29/RiX.zip

Hey everyone! RiX had a giant makeover XD Take a look:
scrn1.png

SCRN.png

scrn3.png

SCRN2.png



EDIT:
This will be version 1, I might make version 2 an MDI, meaning you can have multiple windows! :D This has been the hardest thing I ever tried to program. There is virtually no-help almost on google searching lol :/ Its complicated but when you get it its awesome :D

Re: RiX Update Topic!

PostPosted: Wed Nov 09, 2011 8:22 am
by master0500
... :shock:
can it do tabed browsing?
looks epic

Re: RiX Update Topic!

PostPosted: Wed Nov 09, 2011 1:52 pm
by Hblade
Nah it cant =P Sorry lol I'm not that skilled yet, and thanks :D! It'll be released later today probably as version 1.0

Re: RiX Update Topic!

PostPosted: Wed Nov 09, 2011 2:32 pm
by lcl
Wow, I want to get to try it!! :D
Very interesting! :)

Re: RiX Update Topic!

PostPosted: Wed Nov 09, 2011 3:25 pm
by Hblade
Thanks LCL :D

LCL :D I saw you thar on that chat :3

Re: RiX Update Topic! (Download Link!)

PostPosted: Wed Nov 09, 2011 4:24 pm
by lcl
:D
Haha, I'm now back to the chat.
And I'm posting this thrugh RiX. :D
Great work!

Re: RiX Update Topic! (Download Link!)

PostPosted: Wed Nov 09, 2011 4:39 pm
by Hblade
lol thx :3

Re: RiX Update Topic! (Download Link!) -- BetaTesters

PostPosted: Thu Nov 10, 2011 3:16 pm
by kengin
w0w cool XD

Re: RiX Update Topic! (Download Link!) -- BetaTesters

PostPosted: Thu Nov 10, 2011 3:19 pm
by Hblade
thanks :D

Re: RiX Update Topic! (Download Link!) -- BetaTesters

PostPosted: Fri Nov 11, 2011 8:42 am
by MrJolteon
Request:
Add the isometric building creator I posted a while back to the Game Tools tab

Re: RiX Update Topic! (Download Link!) -- BetaTesters

PostPosted: Fri Nov 11, 2011 12:20 pm
by Hblade
Good idea.

Re: RiX Update Topic! (Download Link!) -- BetaTesters

PostPosted: Fri Nov 11, 2011 7:43 pm
by Hblade
Beta Screenshot:
RiX BETA.png

Re: RiX Update Topic! (Download Link!) -- BetaTesters

PostPosted: Fri Nov 11, 2011 8:49 pm
by Jagmaster
I'm gonna take a wild guess and say this was done with VisualBasic. Hm, then again, perhaps not. Idk :P

Re: RiX Update Topic! (Download Link!) -- BetaTesters

PostPosted: Fri Nov 11, 2011 9:00 pm
by Hblade
Visual C++, the Most annoying piece of crap help serviced software ever created by complete idiots with coding skills.

Microsoft messed the crap up man, they have a bunch of built in functions but dont tell you a BIT on how to use them! Right now Im trying to make the effen' window dragable! heres what I got so far that FAILS MISURABLY. . . .
Code: Select all
private: System::Void panel8_MouseDown(System::Object^  sender, System::Windows::Forms::MouseEventArgs^  e) {
          ISCLICKED=1;
          LastClick=e->Location;
       }
private: System::Void panel8_MouseMove(System::Object^  sender, System::Windows::Forms::MouseEventArgs^  e) {
          if (ISCLICKED) {
             Location = Point(LastClick.X, LastClick.Y);
          }
       }
private: System::Void panel8_MouseUp(System::Object^  sender, System::Windows::Forms::MouseEventArgs^  e) {
          ISCLICKED=0;
       }

Re: RiX Update Topic! (Download Link!) -- BetaTesters

PostPosted: Fri Nov 11, 2011 9:22 pm
by Jagmaster
Haha, I don't know anything about Visual Basic or Visual C++. :lol:
One thing that's helpful about this site, is you can search nearly any function and keyword used by GE, and it'll give you a definition.

I actually had half a mind to learn either one of those, but if it's crap, then maybe I won't. :P
Neat browser though. ^^
I wonder if there was a way to make you able to view GE games in this browser.