Search found 188 matches

by monolifed
Sun Feb 21, 2016 1:24 pm
Forum: Support and Development
Topic: Click and drag working sluggishly?
Replies: 12
Views: 5118

Re: Click and drag working sluggishly?

It is because update is not called every time mouse moves.
You might use love.mousemoved, love.mousepressed and love.mousereleased
by monolifed
Sun Feb 21, 2016 3:36 am
Forum: General
Topic: Interesting new Lua game engine?
Replies: 3
Views: 3523

Re: Interesting new Lua game engine?

New? it seems to date back to Apr 15, 2014.
Anyway, it feels less convenient to use
by monolifed
Sat Feb 20, 2016 10:54 pm
Forum: Support and Development
Topic: Mario style platformer physics
Replies: 5
Views: 2582

Re: Mario style platformer physics

Have you seen Mari0? It is open source (though the non-commercial-use-only term makes it a little less useful)
by monolifed
Fri Feb 19, 2016 11:35 am
Forum: Games and Creations
Topic: Come along to make a Platformer with me!
Replies: 12
Views: 8967

Re: Come along to make a Platformer with me!

main.lua:5

Code: Select all

local playState = require 'states.play'
It works when not in a .love/zip but it is case sensitive when inside the .love
It happened to me a few times
by monolifed
Fri Feb 19, 2016 11:26 am
Forum: General
Topic: nil
Replies: 9
Views: 3869

Re: Ideas for love2d modules!

What was this thread about? It looks nilified
nice. you might queue the event calls and run at certain intervals instead of running right away
by monolifed
Thu Feb 18, 2016 11:02 pm
Forum: General
Topic: Minecraft w/ Löve
Replies: 3
Views: 6440

Re: Minecraft w/ Löve

Minetest is free, open source and uses lua for nearly everything. Also the engine is written in C++.
Just a reminder, since you mentioned Minecraft and lua.
by monolifed
Thu Feb 18, 2016 11:00 pm
Forum: Support and Development
Topic: Android Orientation
Replies: 7
Views: 6606

Re: Android Orientation

D0NM wrote:
ingsoc451 wrote:Is there a way to tell screen orientation?
Löve seems to prefer landscape orientation
have you seen this? viewtopic.php?f=4&t=81634&p=193732&hili ... pe#p193732
I didn't see it. Thank you.
by monolifed
Thu Feb 18, 2016 10:24 am
Forum: Support and Development
Topic: Android Orientation
Replies: 7
Views: 6606

Re: Android Orientation

Is there a way to tell screen orientation?
Löve seems to prefer landscape orientation
by monolifed
Thu Feb 18, 2016 12:37 am
Forum: Support and Development
Topic: Building LÖVE using visual studio?
Replies: 6
Views: 4289

Re: Building LÖVE using visual studio?

I believe it is after you create the solution file with cmake.
$ cmake -G "Visual Studio 12" -H. -Bbuild
by monolifed
Wed Feb 17, 2016 8:49 pm
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1066550

Re: Avatars: OBEY!

done