Search found 555 matches

by Tesselode
Sat Jul 31, 2010 9:31 pm
Forum: Libraries and Tools
Topic: Highscöre - easy highscore functions
Replies: 5
Views: 2708

Re: Highscöre - easy highscore functions

Do you think this counts as a library? And should I add it to the wiki?
by Tesselode
Sat Jul 31, 2010 9:28 pm
Forum: General
Topic: Wordfilter suggestion
Replies: 5
Views: 1671

Wordfilter suggestion

Love should automatically get filtered into löve. That way there will be way too many terrible puns. And then when we get tired of it we can get rid of it.

Example: I löve this game's graphical style!

Wouldn't that be terrible?
by Tesselode
Fri Jul 30, 2010 7:35 pm
Forum: Support and Development
Topic: Physics stuff
Replies: 19
Views: 4865

Physics stuff

OK, so I want to have a platform that isn't affected by gravity or other objects that can be rotated and can push a ball around. I tried using a static object for the platform and using body:setAngle, but then the ball can get stuck in or go through the platform and the platform doesn't apply any fo...
by Tesselode
Thu Jul 29, 2010 7:25 pm
Forum: General
Topic: Introducing myself
Replies: 28
Views: 7488

Re: Introducing myself

Yeah, because it's fun to have multiple explorer windows and a text editor open all the time.

I'll try out the batch files.
by Tesselode
Thu Jul 29, 2010 5:13 pm
Forum: Libraries and Tools
Topic: Highscöre - easy highscore functions
Replies: 5
Views: 2708

Highscöre - easy highscore functions

Well I decided I would need one of these, so why not release one? These are just a few functions for making simple, text-based highscore tables. Since I couldn't find any other ones. And yes I tested them. Download: http://tesselode.110mb.com/love_highscore_functions.zip BASIC USAGE: First of all, a...
by Tesselode
Wed Jul 28, 2010 8:25 pm
Forum: General
Topic: Wikipedia page
Replies: 33
Views: 14684

Re: Wikipedia page

Remember to add it to the disambiguation page for "Love."
by Tesselode
Wed Jul 28, 2010 7:05 pm
Forum: Support and Development
Topic: [SOLVED]Reading line-by-line?
Replies: 3
Views: 1595

Re: Reading line-by-line?

That worked. Thanks!
by Tesselode
Wed Jul 28, 2010 6:34 pm
Forum: Support and Development
Topic: [SOLVED]Reading line-by-line?
Replies: 3
Views: 1595

[SOLVED]Reading line-by-line?

OK, now that I can write to text files line by line, what do you think would be the best way of reading them line-by-line? I tried using file:lines, but I can't seem to get it to return anything besides a function that returns itself.
by Tesselode
Wed Jul 28, 2010 5:30 pm
Forum: Support and Development
Topic: Writing newlines with love.filesystem?
Replies: 5
Views: 2225

Re: Writing newlines with love.filesystem?

I just realized something. I was opening the outputted file in normal Notepad. Notepad++ correctly shows the newlines. So I assume LOVE will read the newlines properly?
by Tesselode
Wed Jul 28, 2010 2:29 am
Forum: Support and Development
Topic: Writing newlines with love.filesystem?
Replies: 5
Views: 2225

Writing newlines with love.filesystem?

I've been trying to write newlines with file:write() and it hasn't been working. And I am using "\n". I can tell that it is recognized as a newline character because it doesn't show up in the file. However, it doesn't actually go to the next line. Is there any way to get newlines to work? ...