Search found 407 matches

by DaedalusYoung
Fri Mar 13, 2015 6:01 am
Forum: Support and Development
Topic: table.remove wont "Remove" table
Replies: 21
Views: 11601

Re: table.remove wont "Remove" table

arampl wrote:Guys, I agree that optimization is the root of evil. This is just a small useful trick.

Positive, if you're not sure about internals just make tests:
Now try with

Code: Select all

local msqr = math.sqrt
before the loop instead of using math.sqrt in every loop.
by DaedalusYoung
Tue Mar 10, 2015 5:50 pm
Forum: General
Topic: [Beginner] I can't seem to grasp platformers
Replies: 21
Views: 8371

Re: [Beginner] I can't seem to grasp platformers

I'm glad I'm not the only one who noticed that. I thought it was The Dress all over again.
by DaedalusYoung
Thu Mar 05, 2015 2:18 pm
Forum: Games and Creations
Topic: Logicality
Replies: 5
Views: 3784

Re: Logicality

I had that as well, but it worked after opening the unzipped .love. Now I'm just stuck on level 13, crashes in the same way, saying it doesn't exist. General feedback: I like it, there's just a few things. When you test a circuit, then bring up the info menu, the red X of the results window is overl...
by DaedalusYoung
Thu Mar 05, 2015 12:58 am
Forum: General
Topic: UE4 is now free...
Replies: 7
Views: 4526

Re: UE4 is now free...

And unity 5 joins in with offering "Engine with all features" for free + no royalty: http://unity3d.com/get-unity It tells me it's $1500? Or $75 a month. [edit] Oh right, I was thinking "Customisable splash screen" was part of " all features", but apparently it's not. :/
by DaedalusYoung
Wed Mar 04, 2015 11:03 pm
Forum: Games and Creations
Topic: Rigid Boy 2
Replies: 42
Views: 26546

Re: Rigid Boy 2

I downloaded it, trying it on a Mac, but find the WASD config difficult to play with. I tried to see if I could change key settings in config, but the config screen is empty, there's just one empty button at the lower right that leads to map editor. I'm on Mac OS X, so maybe trying to run the exe di...
by DaedalusYoung
Wed Mar 04, 2015 10:51 pm
Forum: Games and Creations
Topic: Logicality
Replies: 5
Views: 3784

Re: Logicality

This is relevant to my interests.
by DaedalusYoung
Mon Feb 23, 2015 10:24 pm
Forum: Support and Development
Topic: Efficent tile with 3d effect and spritebatch
Replies: 3
Views: 1660

Re: Efficent tile with 3d effect and spritebatch

I've been thinking about this, but not tried it yet, but I think you'd need 2 Spritebatches, and they'll both change a lot. The basic idea is that you have one Spritebatch that is drawn first, then draw the player and then draw the second Spritebatch. The first batch only contain the tiles up to the...
by DaedalusYoung
Sat Feb 21, 2015 9:26 pm
Forum: Support and Development
Topic: Quad Help
Replies: 4
Views: 2842

Re: Quad Help

[wiki]Quad:getViewport[/wiki]?
by DaedalusYoung
Sat Feb 14, 2015 11:01 pm
Forum: General
Topic: LÖVE 0.9.2 Released
Replies: 59
Views: 81084

Re: LÖVE 0.9.2 Released

Awesome! Relative mouse position, looks like that will be extremely useful.
by DaedalusYoung
Fri Feb 13, 2015 1:01 am
Forum: Support and Development
Topic: speech bubbles
Replies: 4
Views: 3208

Re: speech bubbles

That depends, but whatever you do, do not put love.graphics.newImage in your love.draw function.