Search found 7 matches

by NecroBumpist
Mon Apr 02, 2012 5:17 pm
Forum: Games and Creations
Topic: Last Defense--Retro space invaders/Breakout game
Replies: 16
Views: 7407

Re: Last Defense--Retro space invaders/Breakout game

josefnpat wrote:The love.run limits the game to 60fps, unless I'm mistaken. vsync is to avoid screen tearing.
Nope.
love.run() wrote: if love.timer then love.timer.sleep(1) end
This theoritically limits your game to 1000FPS w/o VSync.
by NecroBumpist
Sun Apr 01, 2012 11:35 pm
Forum: Games and Creations
Topic: Last Defense--Retro space invaders/Breakout game
Replies: 16
Views: 7407

Re: Last Defense--Retro space invaders/Breakout game

I think I figured out your problem. I am using an i7-920 and It started working a lot better when I was taxing my system with a lot of stuff in the background. My system runs the love.update so fast, that it reads dt as zero. Wow. I've heard of programmings being unusable because they ran too slowl...
by NecroBumpist
Sun Apr 01, 2012 11:16 pm
Forum: Games and Creations
Topic: NetWars - beta
Replies: 48
Views: 46638

Re: NetWars - beta

How about adding some sort of description of the game to the first post in this thread? Yeah, it's rather lacking. However, a small description can be found at the site linked in the original post: NetWars is simple multiplayer game where your goal build large roburst network. What for? To take dow...
by NecroBumpist
Sun Apr 01, 2012 12:42 am
Forum: Games and Creations
Topic: NetWars - beta
Replies: 48
Views: 46638

Re: NetWars - beta

2) Who are you? I've been following the netwars project for a while now, and I hang around in the [url=irc://irc.oftc.net/netwars]#netwars channel over at irc.oftc.net[/url] (the love channel is hosted on the same server). I have played around with the client quite a bit, and since Borg is always o...
by NecroBumpist
Sat Mar 31, 2012 10:08 pm
Forum: Games and Creations
Topic: NetWars - beta
Replies: 48
Views: 46638

Re: NetWars - beta

When I downloaded the last .love file: Error main.lua:638: bad argument #1 to SetMode (number expected, got nil) Delete your configuration file. It's incompatible with the the previous version, and needs to be rebuilt (automagically). For Linux it's at "~/.local/share/love/netwars/netwars.cfg&...
by NecroBumpist
Sun Jan 22, 2012 6:16 pm
Forum: General
Topic: What code editor do you use ?
Replies: 195
Views: 294765

Re: What code editor do you use ?

IntelliJ IDEA 11.0.1 with the Lua plugin. Great syntax highlighting, tons of features, and its easy to get it working well with love. (A few simple config changes and you can have it start love running whatever your developing, all with just a single click to the normal "Run/Compile" butto...
by NecroBumpist
Sun Jan 22, 2012 4:12 am
Forum: General
Topic: Some self humorous coding-love-hate!
Replies: 14
Views: 6089

Re: Some self humorous coding-love-hate!

lol, while I never use either of those languages, it was very humorous :3