Search found 146 matches

by Kyle
Wed Dec 11, 2013 10:25 pm
Forum: Libraries and Tools
Topic: LOVEDownloader - A download library
Replies: 8
Views: 8244

Re: LOVEDownloader - A download library

Ah, cool! I already have my HTTP connections threaded, but I'll check out your modification because that sounds like something I could use. I'll have approximately 200,000 512x512 images in my game and something tells me people won't want those all at once :P
by Kyle
Wed Dec 11, 2013 10:18 pm
Forum: Games and Creations
Topic: Eon
Replies: 20
Views: 10857

Re: Eon

Nsmurf wrote:On Play.php:
Play.php wrote: Notice: Trying to get property of non-object in /var/www/eon-game.com/lib/template.php(166) : eval()'d code on line 112
I've been trying, but I haven't yet been able to reproduce this. Can you tell me what happened? Does any part of the page look like it's missing?
by Kyle
Wed Dec 11, 2013 9:50 am
Forum: Games and Creations
Topic: Eon
Replies: 20
Views: 10857

Re: Eon

Germanunkol wrote:If the planets are randomly generated, I'd love to read an article about it. Maybe a blog post on the love blog? :)
That'd be interesting. I'll definitely consider doing that once I get it done. It's nothing too fancy though - just some nice noise and a shader to do a spherical transform.
by Kyle
Wed Dec 11, 2013 8:16 am
Forum: Libraries and Tools
Topic: LOVEDownloader - A download library
Replies: 8
Views: 8244

Re: LOVEDownloader - A download library

Can it do image files?

Also, the HTTP lib you have for luasocket is included in LOVE, I think.
by Kyle
Wed Dec 11, 2013 6:06 am
Forum: Games and Creations
Topic: Eon
Replies: 20
Views: 10857

Re: Eon

How do you join? /me is confuzzeled. Also, when I go to http://eon-game.com/Forum.php , it says "NULL". PHP issues? :| EDIT: Now it works. Wut? Sorry, I was screwing around. :P I just reduced the number of queries on the forums pages dramatically, though... Click here to go to the registr...
by Kyle
Wed Dec 11, 2013 12:35 am
Forum: Games and Creations
Topic: Eon
Replies: 20
Views: 10857

Re: Eon

Thanks! :D I appreciate the great feedback.
by Kyle
Tue Dec 10, 2013 10:09 pm
Forum: Games and Creations
Topic: Eon
Replies: 20
Views: 10857

Re: Eon

AnRu wrote:How you generate a universe? This is a custom math function?
I actually just generated a few million random positions and then checked them all against the color of a density map and killed them if there wasn't enough "density" there.
by Kyle
Tue Dec 10, 2013 11:44 am
Forum: Libraries and Tools
Topic: LOVEGraph - simple graphing calculator
Replies: 0
Views: 1454

LOVEGraph - simple graphing calculator

LOVEGraph.love I got a little carried away when I was studying calculus for my college math placement test... The four "y# = " boxes take Lua code. You basically just do operations on a variable called "x". For example, to graph a simple parabola, you would type "x^2"....
by Kyle
Tue Dec 10, 2013 7:08 am
Forum: Games and Creations
Topic: Eon
Replies: 20
Views: 10857

Eon

BIG NEWS GUYS! Eon is now out publicly! Register on the site and download the updater from the Play page and you'll be able to play on the most recent version any time! If you have a previous install, please uninstall it before installing the updater. https://dl.dropboxusercontent.com/u/5003139/eon...
by Kyle
Thu Nov 14, 2013 4:40 pm
Forum: Games and Creations
Topic: Angry Boids!
Replies: 8
Views: 4339

Re: Angry Boids!

I've taken down the itch.io page for now while I work on the next version. I've refactored the entire codebase and I'm working on adding a lot more to it. It's going to be a complete game now.