Search found 1459 matches

by T-Bone
Sat Jun 18, 2011 8:58 am
Forum: Support and Development
Topic: Efficient Tile-Based Scrolling tutorial doesn't work?
Replies: 11
Views: 5215

Re: Efficient Tile-Based Scrolling tutorial doesn't work?

Robin wrote:What happens if you take out the SpriteBatch stuff and draw the tiles directly?
You mean like in http://love2d.org/wiki/Tutorial:Tile-based_Scrolling wih every tile in a separate picture file?
by T-Bone
Sat Jun 18, 2011 8:26 am
Forum: Support and Development
Topic: A Guide to Getting Started with Love2D
Replies: 35
Views: 10367

Re: A Guide to Getting Started with Love2D

The name Löve mostly brings up problems when googling. Trying to go directly to, say the Löve wiki page for physics, googling "love physics" won't get you anywhere near that :P

Still, I don't really mind since I'm using a swedish keyboard with a dedicated "ö" key anyway :3
by T-Bone
Sat Jun 18, 2011 7:45 am
Forum: Support and Development
Topic: Efficient Tile-Based Scrolling tutorial doesn't work?
Replies: 11
Views: 5215

Re: Efficient Tile-Based Scrolling tutorial doesn't work?

Doesn't seem to be the PO2 syndrome, I tried with this http://dl.dropbox.com/u/7572962/tileset.png now and it still just shows a black screen with a FPS count.

Maybe I should read more into how this example works, but it seems a bit pointless when it... doesn't work :P
by T-Bone
Fri Jun 17, 2011 8:27 am
Forum: Support and Development
Topic: Efficient Tile-Based Scrolling tutorial doesn't work?
Replies: 11
Views: 5215

Efficient Tile-Based Scrolling tutorial doesn't work?

Hi lövers! I wanted to do some tile based stuff in LÖVE, so I followed http://love2d.org/wiki/Tutorial:Efficient_Tile-based_Scrolling but it didn't seem to work. Simply copying the code in "Putting it all toghether" into a main.lua, placing it together with a tileset.png and running simply...
by T-Bone
Sun Jun 12, 2011 9:12 am
Forum: Support and Development
Topic: Cameras in Love2D (Tutorials)
Replies: 22
Views: 12783

Re: Cameras in Love2D (Tutorials)

Consider adding them to the wiki, they are much easier to find there.
by T-Bone
Sat Jun 11, 2011 8:27 am
Forum: General
Topic: An idea to improve distribution
Replies: 2
Views: 2021

Re: An idea to improve distribution

Oh, nevermind. I misunderstood some things... :P

Any way to remove a thread?
by T-Bone
Sat Jun 11, 2011 7:45 am
Forum: General
Topic: An idea to improve distribution
Replies: 2
Views: 2021

An idea to improve distribution

Hi fellas. Just started with LÖVE recently and löving it so far :3 When I read http://love2d.org/wiki/Game_Distribution I started thinking about ways to improve distribution of löve games. Not that it's bad right now, it's easy to get stuff running on any platform. However, I think it could become e...
by T-Bone
Thu Jun 09, 2011 7:13 pm
Forum: Support and Development
Topic: Strange performance issue
Replies: 4
Views: 2157

Re: Strange performance issue

I haven't been able to reproduce this, but what happens if you remove the call to love.graphics.setMode ? Oh, that completely removed the issue! But that is only a partial solution as I don't get to choose the resolution... Nonetheless, good to know. And also, what's the difference between calling ...
by T-Bone
Thu Jun 09, 2011 6:33 pm
Forum: Support and Development
Topic: Strange performance issue
Replies: 4
Views: 2157

Strange performance issue

Hi! I just started with LÖVE yesterday and I löve it so far! However, there is one thing I find strange. On both my desktop computer and my netbook, both running Ubuntu 11.04, LÖVE games seem a bit laggy when you start them in a windowed mode... Until you run them in full screen, then suddenly every...