Search found 496 matches

by zac352
Fri Dec 03, 2010 11:27 pm
Forum: General
Topic: What's everyone working on? (tigsource inspired)
Replies: 1791
Views: 1488689

Re: What's everyone working on? (tigsource inspired)

Image

I just made my second physibots icon. :p
The last one didn't look so cool when 16x16... :roll:
by zac352
Fri Dec 03, 2010 9:08 pm
Forum: General
Topic: Post your desktop! :o)
Replies: 80
Views: 19940

Re: Post your desktop! :o)

Ryne wrote:I guess I'm late to the party but heres mine! :) (it's 1080p and wont fit in the post so Ill just link it.)
http://dl.dropbox.com/u/7905642/mydesktop.png
Congratulations. Your total pixel count is more than 4 times that of mine. :roll:
by zac352
Fri Dec 03, 2010 8:49 pm
Forum: Support and Development
Topic: Need some help with a weapon
Replies: 8
Views: 7437

Re: Need some help with a weapon

This is my class file, I have yet to test it, so feel free to test it yourself. This file is a part of the Nintendo Rangers Engine . :P class={} setmetatable(class,{ __call=function(name,...) local obj=newproxy(true) getmetatable(obj).__index={} getmetatable(obj).__newindex=function(t,k,v) getmetata...
by zac352
Fri Dec 03, 2010 2:20 pm
Forum: General
Topic: What's everyone working on? (tigsource inspired)
Replies: 1791
Views: 1488689

Re: What's everyone working on? (tigsource inspired)

I've been working on supporting __index metamethod from middleclass (so classes have a 'method to call when they don't have a method). I'm trying to accomplish it before thelinx sends two Big Angry Guys With Baseball Bats to my place to break my legs. It is thoughter than it seems, mainly because I...
by zac352
Fri Dec 03, 2010 12:37 pm
Forum: General
Topic: What's everyone working on? (tigsource inspired)
Replies: 1791
Views: 1488689

Re: What's everyone working on? (tigsource inspired)

I've been working on the Nintendo Rangers Engine. It's overcomplicated, and I can use it for just about everything. :P
by zac352
Fri Dec 03, 2010 12:31 am
Forum: Support and Development
Topic: Need some help with a weapon
Replies: 8
Views: 7437

Re: Need some help with a weapon

Czrlos wrote:Can't I do it all on main.lua?
You're going to probably want to have more than one bullet in the entire level... You're going to have to spawn multiple objects.
You should probably get middleclass, or write your own library (like I did). ;)
by zac352
Thu Dec 02, 2010 11:02 pm
Forum: Support and Development
Topic: Need some help with a weapon
Replies: 8
Views: 7437

Re: Need some help with a weapon

It would appear to me as that you only have one bullet.

You should get middleclass.
by zac352
Thu Dec 02, 2010 8:50 pm
Forum: Support and Development
Topic: Images?
Replies: 9
Views: 4154

Re: Images?

Uh... Have you not used Lua in a while, or has Lua changed some syntax here... What version of Lua are you using? It works fine in 5.1.4. Also note that in both cases "localrand" is actually a global. Idk. I think I tested it in Lua 4.0... I had some old LuaEdit that I got from download.c...
by zac352
Thu Dec 02, 2010 12:35 pm
Forum: Support and Development
Topic: Images?
Replies: 9
Views: 4154

Re: Images?

Mud wrote:
zac352 wrote:Lua changed some syntax here...
It has.
Kay. I thought I might be going a little crazy. :crazy:
by zac352
Thu Dec 02, 2010 12:34 pm
Forum: Games and Creations
Topic: Squario: A squary survival horror
Replies: 18
Views: 8287

Re: Squario: The squariest platformer in LOVE.

Have you tried dividing the positions by 16? :crazy: