[QUOTE=Chris220;26094509][B]It's not much by some of your standards[/B], but I'm having a second crack at OpenGL programming (now with 90% less deprecated code!)
[img_thumb]http://imgur.com/qnWGx.png[/img_thumb]
First one to guess which book I'm using wins a virtual cookie[/QUOTE]
By posting something 3D you've already got into about the top 5% of the programming forum. :buddy:
Also the AA is sexy and I like the colours. You should totally make a game using just wireframes like that.
Also the title LIES. THAT IS NOT A SPHERE IT IS CLEARLY A TORUS.
[QUOTE=efeX;26092802]Yeah, don't get in the habit of over commenting.[/QUOTE]
Why? //Response to efeX
Greasemonkey script that'll automatically fill out the answers to some online maths site. They validate everything using javascript which is pretty stupid as you can just get the variables it's checking your answer with.
[QUOTE=Chris220;26094509]It's not much by some of your standards, but I'm having a second crack at OpenGL programming (now with 90% less deprecated code!)
[img_thumb]http://imgur.com/qnWGx.png[/img_thumb]
First one to guess which book I'm using wins a virtual cookie[/QUOTE]
Hmm, isn't the OpenGL Utility library deprecated too?
[QUOTE=sebmck;26095386]Greasemonkey script that'll automatically fill out the answers to some online maths site. They validate everything using javascript which is pretty stupid as you can just get the variables it's checking your answer with.[/QUOTE]
Mathletics?
[QUOTE=xAustechx;26095364][QUOTE=efeX;26092802]Yeah, don't get in the habit of over commenting.[/QUOTE]Why? //Response to efeX[/QUOTE]
Yea, why, it's useful for stuff like saying someone is a fag.
Gargh, I accidentally hid my toolbar in Eclipse and I CAN'T TURN IT BACK ON! :argh:
Anyone know how to turn it back on again?
[QUOTE=Jallen;26095011]By posting something 3D you've already got into about the top 5% of the programming forum. :buddy:
Also the AA is sexy and I like the colours. You should totally make a game using just wireframes like that.
Also the title LIES. THAT IS NOT A SPHERE IT IS CLEARLY A TORUS.[/QUOTE]
1.) The AA is the built in multisampling, and it IS sexy :3:
2.) I better not have a green grid though, otherwise I'll get criticised for copying Arcadia :v:
3.) I'm so sorry, I'll fix that right away sir
[editline]16th November 2010[/editline]
[QUOTE=Overv;26095427]Hmm, isn't the OpenGL Utility library deprecated too?[/QUOTE]
Probably :saddowns:
[editline]16th November 2010[/editline]
[QUOTE=Overv;26095427]Hmm, isn't the OpenGL Utility library deprecated too?[/QUOTE]
Probably :saddowns:
[editline]16th November 2010[/editline]
Goddammit slowpunch :<
Guys, I'm using Java Swing with Netbeans for a piece of coursework and I'm having trouble finding out how I actually make my form controls do anything. I assume it's like C# and you just have functions hooked up to controls... If so where the hell ARE these functions?
Let's say I have a form with a button on it. I want this button to do something - Could you step me through this?
We'll have a few lectures on swing but I want to get it out of the way now.
Thanks.
[B]Edit:[/B]
Ah no worries guys, found it eventually.
[QUOTE=Jallen;26096454]Guys, I'm using Java Swing with Netbeans for a piece of coursework and I'm having trouble finding out how I actually make my form controls do anything. I assume it's like C# and you just have functions hooked up to controls... If so where the hell ARE these functions?
Let's say I have a form with a button on it. I want this button to do something - Could you step me through this?
We'll have a few lectures on swing but I want to get it out of the way now.
Thanks.
[B]Edit:[/B]
Ah no worries guys, found it eventually.[/QUOTE]
It's easiest to just double click the button.
[QUOTE=Robber;26095768]Gargh, I accidentally hid my toolbar in Eclipse and I CAN'T TURN IT BACK ON! :argh:
Anyone know how to turn it back on again?[/QUOTE]
Window -> Show toolbar
Or
Alt+W+T
[QUOTE=Robber;26096555]It's easiest to just double click the button.[/QUOTE]
What I did was right mouse click it, then select Set Action. Then under the Action drop down box I was able to select any method from my main class or create a new one.
[B]Edit:[/B]
Also, fuck da documentation, real men go through autocomplete options and guess based on method names! Hell yeah.
My devirtualizer is done.
Before:
[cpp]public j()
{
object[] args = new object[0];
SLMRuntime.SVMExecMethod(this, "969357bda5ef40a0ba1d5bf9fa539c97", args, null, null);
}
[/cpp]
After:
[cpp]public j() : this()
{
string name;
CultureInfo info;
CultureInfo info2;
this.b6 = BotManager.Instance;
this.b9 = -1;
this.cc = 9L;
try
{
be.b();
Settings.a().Reload();
name = Settings.a().b().Trim();
if (string.IsNullOrEmpty(name))
{
name = CultureInfo.CurrentCulture.Name;
Settings.a().a(name);
}
if (name != null)
{
info = new CultureInfo(name);
info.NumberFormat.CurrencyDecimalSeparator = Strings.Get(0x86af);
info.NumberFormat.NumberDecimalSeparator = Strings.Get(0x86af);
info.NumberFormat.NaNSymbol = Strings.Get(0x121be);
Thread.CurrentThread.CurrentUICulture = info;
info2 = new CultureInfo(name);
info2.NumberFormat.CurrencyDecimalSeparator = Strings.Get(0x86af);
info2.NumberFormat.NumberDecimalSeparator = Strings.Get(0x86af);
info2.NumberFormat.NaNSymbol = Strings.Get(0x121be);
Thread.CurrentThread.CurrentCulture = info2;
}
this.s();
this.d(this);
cn.a = null;
cn.b = null;
}
catch (Exception exception1)
{
StackFrameHelper.CreateException4(exception1, name, info, info2, this);
}
}
[/cpp]
Translates the dotfuscator bytecode back into CIL bytecode.
Someone make somehting to rip entire galleries from deviantart, flickr <and other gallery based services>
[QUOTE=SEKCobra;26097128]Someone make somehting to rip entire galleries from deviantart, flickr <and other gallery based services>[/QUOTE]
I made a program once, that could download all comics from xkcd. But that's about all I've ever made.
[QUOTE=Simspelaaja;26096662]Window -> Show toolbar
Or
Alt+W+T[/QUOTE]
Holy shit, I've looked through the Window menu at least 15 times, but I never saw that. Thanks :buddy:
During my 3 day ban I have actually made something! Its a random map generator.
[img]http://img691.imageshack.us/img691/8601/cusersleondocumentsvisu.png[/img]
Needs improving though.
[QUOTE=Chris220;26094509]It's not much by some of your standards, but I'm having a second crack at OpenGL programming (now with 90% less deprecated code!)
[img_thumb]http://imgur.com/qnWGx.png[/img_thumb]
First one to guess which book I'm using wins a virtual cookie[/QUOTE]
inb4 grids
You completely missed the meaning of inb4 XD
No, I completely missed that post :saddowns:
[QUOTE=GranPC;26098412]No, I completely missed that post :saddowns:[/QUOTE]
Your avatar = :xd:
Almost. :v:
[QUOTE=GranPC;26098412]No, I completely missed that post :saddowns:[/QUOTE]
You... completely missed the post you're quoting?
Wat
[QUOTE=esalaka;26098699]You... completely missed the post you're quoting?
Wat[/QUOTE]
I missed the post where they mentioned grids.
There was already a grid in the screenshot.
I don't see why there should be a demand for more grids in any case.
[QUOTE=Miktor.;26097170]I made a program once, that could download all comics from xkcd. But that's about all I've ever made.[/QUOTE]
Ooh. Do you have a download link? :3:
Edit: Assuming it worked, of course.
[QUOTE=Chris220;26094509]It's not much by some of your standards, but I'm having a second crack at OpenGL programming (now with 90% less deprecated code!)
[img_thumb]http://imgur.com/qnWGx.png[/img_thumb]
First one to guess which book I'm using wins a virtual cookie[/QUOTE]
OH MY GOD that grid looks so sexy.
[QUOTE=esalaka;26098818]There was already a grid in the screenshot.
I don't see why there should be a demand for more grids in any case.[/QUOTE]
He meant in before someone else makes a comment about the grid, not that it's missing it.
[QUOTE=Darwin226;26099142]He meant in before someone else makes a comment about the grid, not that it's missing it.[/QUOTE]
This is how I read it, yeah.
Did anyone find a solution to the "phantom byte" problem? having large issues with my model files where random verticies is dissapearing somewhere else becuse of two random bytes in random places of the file
Sorry, you need to Log In to post a reply to this thread.