Search found 496 matches
- Fri Mar 18, 2011 11:50 pm
- Forum: Games and Creations
- Topic: Clone of the best puzzle game, Tetris Attack
- Replies: 14
- Views: 15634
Re: Clone of the best puzzle game, Tetris Attack
I wonder why this gane is called a postfix of Tetris, it is nothing like Tetris :joker: I thought it was called that way because in the time it was originally made, Tetris was hugely popular and they wanted Tetris Attack to have a bit of the same success. Pretty sure tetris was named tetris because...
- Fri Mar 18, 2011 5:47 pm
- Forum: Games and Creations
- Topic: Clone of the best puzzle game, Tetris Attack
- Replies: 14
- Views: 15634
Re: Clone of the best puzzle game, Tetris Attack
I believe that the reason half of my screen is white is because of PO2 syndrome. Fix please? D:>
- Fri Mar 18, 2011 4:58 pm
- Forum: General
- Topic: there has any tricks to improve FPS for old PC?
- Replies: 30
- Views: 17396
Re: there has any tricks to improve FPS for old PC?
i use linux ubuntu 10.10 with: pentium 4 3 Ghz onboard via chrome VGA 128 mb. ram DDR2 1 Gb. i was use sdl framework before and has good FPS from it ( to make sure vga driver work well ). but when i use love2d, FPS drop ( even with simple background image and a moving object ) there is any tricks t...
- Fri Mar 18, 2011 4:52 pm
- Forum: General
- Topic: I'm thinking of coming back
- Replies: 9
- Views: 7210
Re: I'm thinking of coming back
If you need any help writing a custom physics engine, I have both experience and yet-to-be-written algorithms jammed into my head somewhere.
And am on IRC just about all day.
And am on IRC just about all day.
- Fri Mar 18, 2011 4:50 pm
- Forum: General
- Topic: Closed source game.
- Replies: 25
- Views: 15323
Re: Closed source game.
You mean like when the universe was created?Robin wrote: Please don't do that. It will make a lot of people very angry and will widely be regarded as a bad move.
<3 hitchhiker's guide to the galaxy
- Fri Mar 18, 2011 4:47 pm
- Forum: General
- Topic: Avatars: OBEY!
- Replies: 763
- Views: 1234045
Re: Avatars: OBEY!
Epic.TechnoCat wrote:All bow down to LuaWeaver's avatar. Greatest one of all.
But rainbow bungie is better >:3
- Fri Mar 18, 2011 4:39 pm
- Forum: Libraries and Tools
- Topic: No Game Screen Enhanced
- Replies: 15
- Views: 8571
Re: No Game Screen Enhanced
HYPERSPACE ACTIVATE!
*screenshot fails*

*screenshot fails*
- Sun Feb 06, 2011 2:23 am
- Forum: General
- Topic: What Languages Do You Know?
- Replies: 45
- Views: 26404
Re: What Languages Do You Know?
Respective to skill level:
Lua, Squirrel, C++, HTML, JS, etc.
Lua, Squirrel, C++, HTML, JS, etc.
- Sun Feb 06, 2011 2:19 am
- Forum: Libraries and Tools
- Topic: fuzzy love
- Replies: 39
- Views: 24320
Re: fuzzy love
$ Downloads/FuzzyLoveDemo/fuzzy_love.exe fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50727.762) err:module:import_dll Library MSVCP80.dll (which is needed by L"Z:\\home\\zachary\\Downloads\\FuzzyLoveDemo\\DevIL.dll") not found...
- Sat Dec 25, 2010 7:41 pm
- Forum: Support and Development
- Topic: Uh... I think I have a faulty love, or found a nasty glitch.
- Replies: 4
- Views: 4231
Re: Uh... I think I have a faulty love, or found a nasty gli
Oh. *wallface*TechnoCat wrote:Try this insteadCode: Select all
resp = love.thread.newThread("responder", "irc_bot/responder.lua")
Code: Select all
love.thread.newThread(name, file)
Love should really give a better error for that.
