Search found 53 matches

by genericdave
Sat Apr 02, 2011 8:24 pm
Forum: Libraries and Tools
Topic: lQuery
Replies: 64
Views: 32982

Re: lQuery

He'll have Launchpad instead. Which is actually kind of fucked, but I suppose it's better than nothing. I've enjoyed using Bazaar so far, but I don't have any experience with Launchpad. In what ways is it fucked? Launchpad/Bazaar is closed - it doesn't works for me. No prob. You've got a few option...
by genericdave
Sat Apr 02, 2011 8:08 pm
Forum: Games and Creations
Topic: Volley Brawl is for sale in the USC
Replies: 41
Views: 13151

Re: Volley Brawl is for sale in the USC

How big is the ubuntu user base anyway?
by genericdave
Sat Apr 02, 2011 2:14 pm
Forum: Support and Development
Topic: A very functional bug.
Replies: 4
Views: 1859

Re: A very functional bug.

Robin wrote: But when I do things like that, I usually just get jibberish.
You should've seen my drunk attempt at coding last night. Makes me feel good that I started using version control.
by genericdave
Sat Apr 02, 2011 2:07 pm
Forum: Games and Creations
Topic: Volley Brawl is for sale in the USC
Replies: 41
Views: 13151

Re: Volley Brawl is for sale in the USC

nevon wrote:Just checked with our publisher, and apparently there will be buttrape from Canonical if we reveal any sales statistics. Sorry. :(
Easy. Here are your sale statistics that I derived using magical psychic powers:

1 < sales < number of atoms in the universe.

I'm close, right?
by genericdave
Sat Apr 02, 2011 6:39 am
Forum: Games and Creations
Topic: Volley Brawl is for sale in the USC
Replies: 41
Views: 13151

Re: Volley Brawl is for sale in the USC

I think the more appropriate faq answer would be "fuckin' hell yes dude!" I'm drunk. This is a great idea. Everything is a great idea.
by genericdave
Fri Apr 01, 2011 7:03 pm
Forum: Games and Creations
Topic: Volley Brawl is for sale in the USC
Replies: 41
Views: 13151

Re: Volley Brawl is for sale in the USC

Awesome! Is this the first commercial Löve game ever?
by genericdave
Fri Apr 01, 2011 6:00 pm
Forum: Libraries and Tools
Topic: lQuery
Replies: 64
Views: 32982

Re: lQuery

Git gets all the love nowadays for some reason. If you want something that puts the emphasis on being clean and easy to use, give Bazaar a shot. Git is certainly fast and powerful, but if you need to do something the slightest bit non-trivial with Git, you end up spending half an hour digging throug...
by genericdave
Fri Apr 01, 2011 5:34 pm
Forum: Support and Development
Topic: Love testing framework?
Replies: 6
Views: 5045

Re: Love testing framework?

I've only had experience rolling my own rather trivial test suites by hand. Generally, however, I don't do test-driven-development. I do bug-driven-testing and a lot of the testing I do with my eyes.
by genericdave
Fri Apr 01, 2011 5:20 pm
Forum: Support and Development
Topic: A very functional bug.
Replies: 4
Views: 1859

Re: A very functional bug.

Holy shit! Thank you a thousand times over! Works like a charm. Two things blow my mind: 1. That's literally the first time I've seen math on Wikipedia that was comprehensible by a mere mortal. I had generally disregarded it as a potential source for anything mathematical because I don't know a lot ...
by genericdave
Fri Apr 01, 2011 11:31 am
Forum: Support and Development
Topic: A very functional bug.
Replies: 4
Views: 1859

A very functional bug.

Alright, this has got to be the strangest bug I've ever encountered. I'm currently working on a very basic camera class. Absolute translations are simple since they're supported by the standard translation functions. I'm currently trying to make a function that will move the camera relative to its c...