Search found 7 matches

by Veylon
Thu Apr 12, 2007 12:05 am
Forum: Code Snippets
Topic: Treeview Control (GUI)
Replies: 8
Views: 7155

Eck! It shouldn't do that!

I'll have to at least fix it to stay inside it's box. No 1 rule of GUI objects: no going outside of the box!

I'll probably need to have it update overall height/width internal sizes whenever a node gets opened or closed. I'll get back on this for Irrlicht 1.3.
by Veylon
Wed Dec 20, 2006 6:35 pm
Forum: Code Snippets
Topic: (C++) random character/number generator
Replies: 8
Views: 8856

I'll take it. There are some situations in which you might need a cross-platform random number generator. Any kind of game that needs to stay synchronized without lots of net traffic.
by Veylon
Wed Dec 06, 2006 9:35 pm
Forum: Code Snippets
Topic: Treeview Control (GUI)
Replies: 8
Views: 7155

Here's the new update version of the tree control: http://www.geocities.com/veylon_ii/TreeCtrl2.zip Now it does work with the event receiver, just like all the other controls. A sample program is included to show how to use it. Also, it does the override font (like other controls) and supports an ic...
by Veylon
Wed Nov 29, 2006 9:51 pm
Forum: Code Snippets
Topic: Treeview Control (GUI)
Replies: 8
Views: 7155

Treeview Control (GUI)

I noticed that the one control the gui interface is missing is the tree control. For those who don't know what I'm talking about, look here: http://www.geocities.com/veylon_ii/Tree.png It basically does all the things the Windows one does. Click on the squares to show/hide the list. It's a work in p...
by Veylon
Wed Nov 29, 2006 9:45 pm
Forum: Code Snippets
Topic: Desktop Resolution
Replies: 2
Views: 2957

Very nice and convenient!
by Veylon
Wed Nov 15, 2006 7:45 pm
Forum: Code Snippets
Topic: (C++)chatQue class [v0.2.3] Alpha Fade works w/ 1.2
Replies: 41
Views: 18222

Very nice looking!

I'll have to glom it on to my networking thingie and then I'll be able to chat with myself in style!
by Veylon
Wed Nov 15, 2006 7:39 pm
Forum: Code Snippets
Topic: Simple GUI Server & Networking Class (C++ / SDL_Net)
Replies: 0
Views: 2957

Simple GUI Server & Networking Class (C++ / SDL_Net)

http://www.geocities.com/veylon_ii/IrrServerScr000.png This is a simple wrapper class that I made to encapsulate all that SDL_net server stuff (from the tutorials) and make it easy to use. Since you can't see that, I made a simple GUI to show it. I'll expand on this and make it easier to send other...