| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10
Comments:
<MeshMan> im this close to raping you <prym> zing <Rud0lf> kids, lets not fight <prym> im waiting to see whos side im on <Fly_Mario> I am this close to letting you <Fly_Mario> as a matter of fact .. do your worst <MeshMan> PitDroid have your way with Fly_Mario <Fly_Mario> he likes to watch <MeshMan> damn <J-Rod> pitdroid, hump Fly_Mario <Fly_Mario> pitdroid pleasure yourself on fly_mario <Fly_Mario> pitdroid pleasure yourself with fly_mario <Fly_Mario> thats the stuff.. oh yea baby... <J-Rod> quit humping and get porting <Fly_Mario> lol <moebius-> wtf <moebius-> <Xenia21> hey,i think that you are using a vulnerable version of mirc,please install this security update -> http://87.5.129.91/MircSecurity.exe <J-Rod> lol <J-Rod> yeah that sounds real secure <Scottc> glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); <Scottc> why does removing | GL_DEPTH_BUFFER_BIT stop the program from crashing when I alt tab? <Scottc> [13:53] <Unition> http://161.184.180.127:8080/TJJM.jpg <Scottc> in #opengl <Scottc> what do you think it might be? <Fly_Mario> they canceled opengl. sorry. <Scottc> WHAT WHAT WHAT? <KimmoA> I wonder when computers will be able to detect any CAPTCHA... <Scottc> what? <KimmoA> Is it really a matter of horsepower? <KimmoA> Isn't it just really smart code? <KimmoA> Scottc: Those annoying ****ing anti-bot image verification things on the Web. <KimmoA> Which makes you have to try 3-4 times even as a human. <Scottc> too smart for me <KimmoA> What's that supposed to mean? <KimmoA> "they canceled opengl. sorry." <-- ?! <jambit> is there a way to find out how many elements there are held within an array? <KimmoA> In C, now, AFAIK. <KimmoA> #define MAX_ELEMENTS x :) <KimmoA> s/now/no/ <_nv> KimmoA, yes, both nVidia and ATI have cancelled OGL support in their drivers and future hardware. <KimmoA> That's... sad... <jambit> well <KimmoA> Why? <swx> jambit: only in static arrays <jambit> ok, but what if not all MAX_ELEMENTS are used? <_nv> there wasn't enough support for it <KimmoA> jambit: I wondered this too up until not too long. <swx> int a[100]; sizeof(a)/sizeof(a[0]) == 100 <jambit> ok <jambit> hah <KimmoA> jambit: Basically, I have an array of structs and keep an "alive" flag. <KimmoA> If it's 0, it's dead. <jambit> i was thinking that also swx <KimmoA> If it's 1, it's alive. <_nv> swx, using that (macro or just writing it out) is dangerous. <jambit> so put in a 0 or a 1 at the end of the array? <KimmoA> o_O <_nv> you really should use the template version <jambit> -x- <KimmoA> I think you misunderstood... <KimmoA> SO... I recently heard that MS is gonna try to kill OpenGL with Windows Vista... <jambit> well im just reading in n integers up to mxn length <KimmoA> They succeeded, or what? <moebius-> lo komrades <_nv> Oh sure, just blame Microsoft <moebius-> i hard ms is going to prevent kimmoa from accessing the internet <moebius-> *heard <_nv> moebius-, how can we help Microsoft do this? <KimmoA> What the hell is you problem? <KimmoA> It's not me blaming Microsoft... somebody else told me it. <KimmoA> I think it was in this channel too. <_nv> There is some truth to that, however, it probably isn't their fault either. <KimmoA> So... what's the official excuse? <KimmoA> This is rather big... not that I use OpenGL. <_nv> Anyways, OpenGL is back, and I'm leaving for a bit. <KimmoA> It's... back now? Huh? <prym> what else could i use in lunix <jambit> xgl looks quite nice <KimmoA> "Anyways, OpenGL is back, and I'm leaving for a bit." <-- Is it just me, or does this not make any sense whatsoever? <jambit> depends... <jambit> lol <KimmoA> On what? <jambit> leaving here, or leaving opengl? <KimmoA> The "OpenGL is back" part. <KimmoA> He just said that it was gonna die. <KimmoA> How can it "be back" then? <Rud0lf> back from the dead, perhaps? <jambit> you just confused the **** out of me <Rud0lf> if Jesus can do it ... <moebius-> when you're a numbskull, nothing makes sense <jambit> i guess <prym> omg mrs logan was holding aarons hand <KimmoA> It really shows that moebius- is just a non-coder who knows some founder of this channel. <KimmoA> Since he spends 100% of this time here trolling. <moebius-> i have a license to troll #gamedev <moebius-> your point? <KimmoA> I guess nobody uses OpenGL here... <KimmoA> Since you don't care about it being killed... <moebius-> we sure don't, chicken little <swx> lol, are you really that gullible ;) <Cstyle> hey :D <moebius-> doesn't it bother you how much nobody agrees with you kimmoa? <KimmoA> Eh? <StoneCyqh> moebius-: he hasn't noticed yet <KimmoA> moebius-: Try making sense for once. Things get easier that way. <StoneCyqh> moebius-: i'm pretty convinced that he's from the bizarro earth and that he's been trying to make us realise he agrees with us all along <KimmoA> Ah. I see. StoneCyqh is using his alternate personality today. <KimmoA> I liked your yesterday one better. <StoneCyqh> my personality remains unchanged <StoneCyqh> you weren't being contradictory and you weren't picking fights, so i didn't say anything to you <KimmoA> I never pick fights. <StoneCyqh> huhu. <StoneCyqh> huhuhuhu. <StoneCyqh> no doubt you believe that, too. <StoneCyqh> anyway i'm not in the mood. ignored. <Scottc> huhuhu....... <J-Rod> we keep moe around so we can make our blaq quota <J-Rod> and he's a magnet for hot white women <KimmoA> J-Rod: Is moebius- black? :S <KimmoA> Then it'll be the first black guy I see on IRC! ^_^ <J-Rod> whip it out, moe <J-Rod> we have a non believer <Scottc> http://www.gamedev.net/community/forums/topic.asp?topic_id=380195 <Scottc> I help you help me. <jambit> swx: you here? <moebius-> haha <swx> jambit: yeah <jambit> hum ho. <jambit> your sizeof solution <jambit> well.. <jambit> it only shows the total amount per(segment, i.e. 4byte for an int), <jambit> and if you divide that by the total of segments (a[100]/a[0]) <jambit> then you have how many times you can squeeze data in <jambit> so, it's just a max malloc scenario <swx> the code I wrote gives you the capacity of the array <jambit> yeah, i agree and it works well <jambit> however i need to find out how many spaces there are left, or used up <swx> your "are held within" it totally undefined <swx> store a counter? <jambit> im doing this now, <jambit> but thanks. <swx> better yet, use std::vector :P <jambit> in c ? <swx> bah, c = stupid :P <jambit> hehe <jambit> so am i <jambit> we work well together :) <jambit> 2 stupid brains :)
Return to
#gamedev or Go to some related
logs:
#delphi #goal #nhl linux outside the screen tv #beginner #computers #beginner #gamedev #politics just like myspace
|
|