• What are you working on? May 2012
    2,222 replies, posted
Oh yeah baby! First somewhat working render from my raytracer [img]http://i.imgur.com/Q8FRF.png[/img] I used [url=http://fuzzyphoton.tripod.com/howtowrt.htm]this[/url], it works but doesn't explain it, anyone has a good explanation for all this magic?
[QUOTE=Hexxeh;35941759]At the moment, I use Buildbot for CI for Chromium OS and Chromium builds. I'm doing an overhaul of my setup, and before I setup Buildbot again, I figured I'd see if there's anything better out there. Must haves: Support for multiple slaves Free or low-cost Nice to haves: Integration with repo (a browsable list of changes across all git repos would be awesome) Twitter notifications either built in, or as a plugin Some kind of API, preferably with a JSON format, I can use to wire up user facing status pages Can't think of anything else at the moment, but I'll tweak this post as I think of more requirements. It's a while since I first setup Builtbot, so I've forgotten all the gotchas. Edit: Bamboo looks really nice, but it's super expensive: [url]http://www.atlassian.com/software/bamboo/overview/[/url][/QUOTE] Have you tried jenkins?
[vid]http://dl.dropbox.com/u/4093439/conversationoptions.webm[/vid] Working on conversation some more. I can now make the player talk (v:v:v), in addition to having "choose an option" dialogues. In addition, I can not only specify the next dialogue state to go on, but an anonymous method to execute when an option is chosen/next is pressed. Fraps keeps making the mouse cursor appear ~20px above where it is fffff
[QUOTE=geel9;35943764]Fraps keeps making the mouse cursor appear ~20px above where it is fffff[/QUOTE] Then stop using fraps.
[QUOTE=mmavipc;35943854]Then stop using fraps.[/QUOTE] Honestly, I know of no other video recorders as convenient.
[QUOTE=geel9;35943886]Honestly, I know of no other video recorders as convenient.[/QUOTE] dxtory
[QUOTE=geel9;35943886]Honestly, I know of no other video recorders as convenient.[/QUOTE] [IMG]http://s3.amazonaws.com/readers/2010/07/30/untitled_1.png[/IMG]
[IMG]http://dl.dropbox.com/u/33076954/New/Itsafeature.PNG[/IMG] Just noticed this Its a feature until I decide its important enough to fix :v:
[QUOTE=geel9;35943886]Honestly, I know of no other video recorders as convenient.[/QUOTE] windows media encoder, or vhscreencap + anything else.
[img]http://niggaupload.com/images/HJt0Q.png[/img] [vid]http://dl.dropbox.com/u/49088180/Space.webm[/vid]
[img]http://puu.sh/uAuB[/img] Implemented "cache editing!" It's not TRUE cache editing, because it's not editing the cache itself. It is, however, editing an external file that I modified the client to load. I then modified the method that gets an item's data from the cache and made it return the item info from the new file if it exists. Anyways, I can now edit an item's model, stackable-ness, shop value, actions, name, and examine info. Feels good man.
Phyzicle just got accepted by Apple :) The release date is officially May 14th (AKA tomorrow). It'll be up on the App Store (iOS), App World (PlayBook) and Google Play (Android) tomorrow :eng101: I'm preparing various threads, links, and similar right now...
[QUOTE=geel9;35945459][img]http://puu.sh/uAuB[/img] Implemented "cache editing!" It's not TRUE cache editing, because it's not editing the cache itself. It is, however, editing an external file that I modified the client to load. I then modified the method that gets an item's data from the cache and made it return the item info from the new file if it exists. Anyways, I can now edit an item's model, stackable-ness, shop value, actions, name, and examine info. Feels good man.[/QUOTE] r u hacking runescape
[QUOTE=Mr_Razzums;35945821]r u hacking runescape[/QUOTE] I'm writing a 317 private server in C#.
[IMG]http://i.imgur.com/D3U55.png[/IMG] This is a little program I made to give me random coding project to work on. I realized that when I got bored with programming a project at any time, I'd go play games instead of just going to program something else. So I wrote this. You can choose a project to work on, or you can get it to give you a random one. It saves projects you added, and minimizes to the system tray (double click to get it back). [URL="http://communistpancake.com/files/download.php?id=23"]Download[/URL] [URL="http://communistpancake.com/files/download.php?id=24"]Download (Installer)[/URL]
how is this dumb [editline]13th May 2012[/editline] damn you automerge
[QUOTE=supersnail11;35947579]how is this dumb[/QUOTE] did you honestly feel that this 15 minute project was worth posting or did you just whip it up so you had an excuse to make yet another depressingly unfunny GeeUI joke and contribute to the already terrible quality of the thread [QUOTE=icantread49;35947680]15 minute project + content > 2 minute post - content[/QUOTE] then why did you make this post i know you desperately want to defend your guys' stupid circlejerk but its literally the most grueling and painful thing to watch please stop and just so you know, having some miniscule "content" in your post doesn't mean you get a free pass to shitposting, i could make a ton of empty projects and post "progress!! hehe :)" but i doubt you'd find it very justified
[QUOTE=Kopimi;35947602]did you honestly feel that this 15 minute project was worth posting or did you just whip it up so you had an excuse to make yet another depressingly unfunny GeeUI joke and contribute to the already terrible quality of the thread[/QUOTE] 15 minute project + content > 2 minute post - content
it's like nothing has changed
[QUOTE=Greenen72;35909163][img]http://dl.dropbox.com/u/20516268/Picts/test0-300.jpg[/img] You all wish you could have ray-tracers as good as mine [editline]10th May 2012[/editline] I mean, seriously, look at how awesome that sphere is[/QUOTE] [img]http://dl.dropbox.com/u/20516268/Picts/test1a%20%283%29.png[/img] Glorious
Well finally got my tile detection algorithm working, in a way that I think is a bit better than that example posted before. Now the tiles generate in a pseudo-random way... However, later there will be much more processing behind the generation. As well as different display tiles for each property. Tomorrow I'll be creating a better way to generate the grid, preferably in a gameboard like way. However this is what I got now... [t]http://i.imgur.com/Zjydi.png[/t] This is what I want it to be eventually... [IMG]http://i.imgur.com/enf5a.png[/IMG] handling different elevations is going to be a nightmare. My goal in the end is to create a game similar to heaven and hearth, but singleplayer. Then after that I might start looking into networking.
[QUOTE=Ritave;35943585]Oh yeah baby! First somewhat working render from my raytracer [img]http://i.imgur.com/Q8FRF.png[/img] I used [url=http://fuzzyphoton.tripod.com/howtowrt.htm]this[/url], it works but doesn't explain it, anyone has a good explanation for all this magic?[/QUOTE] Dammit how do you get yours to be round
[QUOTE=Kopimi;35947602]did you honestly feel that this 15 minute project was worth posting or did you just whip it up so you had an excuse to make yet another depressingly unfunny GeeUI joke and contribute to the already terrible quality of the thread[/QUOTE] I honestly didn't try to make a geeui joke. I just added it to the list of things because it was all I could think of.
hey supersnail i know a project you could work on one that is worth posting
[QUOTE=Kopimi;35947602]did you honestly feel that this 15 minute project was worth posting or did you just whip it up so you had an excuse to make yet another depressingly unfunny GeeUI joke and contribute to the already terrible quality of the thread then why did you make this post i know you desperately want to defend your guys' stupid circlejerk but its literally the most grueling and painful thing to watch please stop and just so you know, having some miniscule "content" in your post doesn't mean you get a free pass to shitposting, i could make a ton of empty projects and post "progress!! hehe :)" but i doubt you'd find it very justified[/QUOTE] you bitch about things way too much. anyway, my head of department decided to send me this completed assessment for someone at my year level at school (without the name of course) so we could have a little chuckle over it: [quote] Thing 1 What does TCP/IP do? The Internet Protocol Suite is the set of communications protocols used for the Internet and other similar networks. Information is broken into chunks to send more efficiently. What are these chunks called? [B]Servers[/B] Thing 2 Give an example of Cloud Computing? [B]A Storage for computers [/B] What are the advantages of Cloud Computing? Cloud computing means that staff can access the files and data that they need even when they're working remotely and/or outside office hours. Thing 4 What is the Programming language of web pages called? [B]Domian Name[/B] What does CSS stand for? Cascading Style Sheets Thing 7 Name three different types of browsers? Internet explorer, chrome, mozilla Why is it important to use an up-to-date browser? [B]So the Search is more efficient [/B] Thing 8 What is a plugin? Plug-ins are commonly used in web browsers to play video, scan for viruses, and display new file types Give an example of a Plug in? [B]Quicktime Player [/B] Thing 11 What is a Cookie (not the one you eat!)? A message given to a Web browser by a Web server. The browser stores the message in a text file. The message is then sent back to the server each time the browser requests a page from the server. Thing 15 What’s another name for a web address? URL What is a hosting server? A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. What does HTTP stand for? [B]Hyper Text Protocol[/B] [/quote]
Well, he got a few of them right [editline]14th May 2012[/editline] also quicktime is a plugin
[QUOTE=usa;35948207]anyway, my head of department decided to send me this completed assessment for someone at my year level at school (without the name of course) so we could have a little chuckle over it:[/QUOTE] not programming
[QUOTE=usa;35948207]someone at my year level at school[/QUOTE] Can I ask what year you're in?
[QUOTE=supersnail11;35948232]Well, he got a few of them right [editline]14th May 2012[/editline] also quicktime is a plugin[/QUOTE] It doesnt deserve that title :(
hi usa hello can you please post your hilarious compooter comedy jokez in the appropriate thread (e.g. not this one) okay thanks
Sorry, you need to Log In to post a reply to this thread.