• What Are You Working On August 2012
    2,271 replies, posted
i get clipping, running same as above [IMG]http://puu.sh/ZeRo[/IMG]
Trying to learn java by compiling through command line. For me, it's confusing as fuck. Maybe I'll just stick with c#
[QUOTE=DoctorSalt;37424742]Trying to learn java by compiling through command line. For me, it's confusing as fuck. Maybe I'll just stick with c#[/QUOTE] what command line compiler are you using?
(Excuse me if I'm misunderstanding here) I downloaded the Java 6 jdk (and added a path variable to the \bin folder).
oh my bad haha i don't know much about java
[QUOTE=confinedUser;37424734]i get clipping, running same as above [IMG]http://puu.sh/ZeRo[/IMG][/QUOTE] GPU is mostly what matters, which do you use? (99% chance of ATi) I need to know how to prevent my own shit from breaking like that
[IMG]http://puu.sh/Zfhq[/IMG]
[QUOTE=Richy19;37422654]Does anyone know what the android support for netbeans is like? I prefer netbeans to eclipse as an IDE but I want to use the one that gives me the most features[/QUOTE] There are lots of tutorials out there better than the Android ones. Or at least that's how it was when I started. I know it's been overhauled recently. Things may have changed. Just google for android tutorials. Also, you [I]need[/I] a physical device to test on. The emulator sucks. I've never used netbeans, but Eclipse is nice after you get used to it. The android toolkit, (or whatever they call it), is very useful for beginners. GUI editors and such. If you're going to spend any time with it at all, go with Eclipse.
[QUOTE=chimitos;37425007]There are lots of tutorials out there better than the Android ones. Or at least that's how it was when I started. I know it's been overhauled recently. Things may have changed. Just google for android tutorials. Also, you [I]need[/I] a physical device to test on. The emulator sucks. I've never used netbeans, but Eclipse is nice after you get used to it. The android toolkit, (or whatever they call it), is very useful for beginners. GUI editors and such. If you're going to spend any time with it at all, go with Eclipse.[/QUOTE] You can install the x86 image on android 4.0.3 and enable GPU rendering for a massive performance boost. As smooth as my dual core phone.
[QUOTE=confinedUser;37424734]i get clipping, running same as above[/QUOTE] The only way I've found to even temporarily fix that is by setting the near to 0.00000001. No idea how to fix. :s I was thinking it's the projection matrix, but does anyone think it could be the view matrix too? Does the view matrix affect clipping like this?
Probably related to Z-near
[QUOTE=polkm;37425348]The only way I've found to even temporarily fix that is by setting the fov to 0.00000001. No idea how to fix. :s I was thinking it's the projection matrix, but does anyone think it could be the view matrix too? Does the view matrix affect clipping like this?[/QUOTE] i would fix it, i don't really know lua
[QUOTE=geel9;37422384]So TF2Scrap is doing so well that our servers literally can't handle it. This is a terribly wonderful problem to have.[/QUOTE] how many requests per second are you getting [editline]27th August 2012[/editline] [QUOTE=ShaunOfTheLive;37423598]Time to look at Amazon AWS or Windows Azure.[/QUOTE] PLEASE TELL ME YOU'RE JOKING
[QUOTE=swift and shift;37425578]how many requests per second are you getting [editline]27th August 2012[/editline] PLEASE TELL ME YOU'RE JOKING[/QUOTE] Not entirely sure, but the server is pretty damn terrible.
[QUOTE=polkm;37424411]Could some of you guys be awesome and try out my basic program for me? It's the one that runs on lua and does opengl. Telling me if it runs and errors or whatever would be great. You can also mess around with the lua if you're interested in that sort of thing. :D [URL]http://www.shellshockedgaming.com/downloads/olf.7z[/URL][/QUOTE] Running perfectly on W7 64-bit and Nvidia 560Ti.
[QUOTE=polkm;37424411]-snap-[/QUOTE] Works perfectly on Win7 x64, Geforce GTS 250.
Transparent textures! I manged to make the colors blend before, but obviously depth test messed the stuff up. I think the green and the yellow thing are colored with half transparent color. [IMG]http://i.imgur.com/Olv4J.png[/IMG]
Learning more about singleton methods in Ruby, I can see why I got a disagree for reimplementing attr_accessor in the Module class instead of deriving from a custom class. Learned about redefining instance methods from inside an instance method too, I didn't realise the methods would still exist out of their parent method's scope. Woo knowledge
thelastbyte
[QUOTE=polkm;37424411]-snop-[/QUOTE] Yeah, it's an AMD problem (I have the clipping problem with a HD6950).
I'm just gonna code my shit and fix it up on AMD cards afterwards Some of the bugs you get dont even make any sense
[QUOTE=geel9;37425593]Not entirely sure, but the server is pretty damn terrible.[/QUOTE] your code is probably shit
updated that one missile command game I was working on in html5 [url]http://qwook.github.com/meteorsmash/[/url] it now has a menu, lives, and a score. working on some art aspects now might release the source code as well soon. dont really know why I stuck a copyright sign on the page but okee
[QUOTE=Tobba;37425911]I'm just gonna code my shit and fix it up on AMD cards afterwards Some of the bugs you get dont even make any sense[/QUOTE] I dunno what you guys are doing but my shit never breaks on AMD cards. [editline]27th August 2012[/editline] Are you trying to render outside [-1,1]?
[QUOTE=swift and shift;37425951]your code is probably shit[/QUOTE] Thank you for that entirely warranted and constructive reply.
Have you considered converting your entire codebase to Ruby?
[QUOTE=Hentie;37426008]updated that one missile command game I was working on in html5 [url]http://qwook.github.com/meteorsmash/[/url] it now has a menu, lives, and a score. working on some art aspects now might release the source code as well soon. dont really know why I stuck a copyright sign on the page but okee[/QUOTE] Does it count as a menu with just one button?
I'm going to college in September. Unfortunately I have to use Visual Basic.... God help me
[QUOTE=DoctorSalt;37424742]Trying to learn java by compiling through command line. For me, it's confusing as fuck. Maybe I'll just stick with c#[/QUOTE] I can help you with that if you want, add me on Steam.
[QUOTE=jamie1130;37426532]I'm going to college in September. Unfortunately I have to use Visual Basic.... God help me[/QUOTE] You don't mean that you'll be forced to [I]actually program something[/I] for once???
Sorry, you need to Log In to post a reply to this thread.