Search found 7 matches

by SquareMan
Wed Jul 30, 2014 7:17 pm
Forum: General
Topic: Love2D 0.9.1 LuaDocs?
Replies: 7
Views: 4818

Re: Love2D 0.9.1 LuaDocs?

Just use lua.org , or simply search around google. I was talking about LuaDocs specifically for the Love2D Framework, like these: https://github.com/mkosler/LOVELuaDoc but for 0.9.1 use the wiki is my suggestion; http://www.love2d.org/wiki/Main_Page Provides a decent enough description on most func...
by SquareMan
Wed Jul 30, 2014 4:36 am
Forum: General
Topic: Love2D 0.9.1 LuaDocs?
Replies: 7
Views: 4818

Love2D 0.9.1 LuaDocs?

I remember seeing some luadocs that were created a while back for love 0.8.0 but I haven't been able to find any for the newest version. I was wondering if anyone had found some or would be up for creating them. If they don't exist I may considering making them myself. LuaDocs would be very helpful ...
by SquareMan
Wed Apr 03, 2013 2:12 am
Forum: Games and Creations
Topic: Arcane Duel
Replies: 14
Views: 17329

Re: Arcane Duel

I don't often browse the forums, but when I checked out the projects page today I just had to log in and say something about this. It's a very nice new card game and is very enjoyable. I think you should add different levels of difficulty though, like easy, medium, and hard, keeping the current leve...
by SquareMan
Sun Sep 09, 2012 4:37 am
Forum: Support and Development
Topic: Can you make Love2d's Identity Not Be Inside the LOVE Folder
Replies: 11
Views: 6672

Re: Can you make Love2d's Identity Not Be Inside the LOVE Fo

Thanks so much, why does it seem all the things I can't figure out how to do end up being the simplest things in the world?
by SquareMan
Sun Sep 09, 2012 2:51 am
Forum: Support and Development
Topic: Can you make Love2d's Identity Not Be Inside the LOVE Folder
Replies: 11
Views: 6672

Can you make Love2d's Identity Not Be Inside the LOVE Folder

First off, sorry if this has been asked before, I searched and couldn't find it. So when you use love.filesystem.setIdentity(path) or t.identity in the conf.lua file, it appends what you put to a directory called LOVE in your appdata directory, giving me a path such as C:\Users\<user>\appdata\Roamin...
by SquareMan
Sun Sep 09, 2012 2:40 am
Forum: Support and Development
Topic: Help with external library inclusion
Replies: 12
Views: 8613

Re: Help with external library inclusion

require appends a .lua extension to a file you specify, im not sure if you can use dlls in love2d without editing the source code to include it.
by SquareMan
Sun Sep 02, 2012 1:48 am
Forum: Support and Development
Topic: locking the mouse to the screen
Replies: 1
Views: 1908

locking the mouse to the screen

Hello, I've been working on a Terraria Clone In LOVE 2D. Now I've Made a lot of progress such as a simple way to add blocks, random generation, tile-based screen drawing, and until I get a character with tools, an editable random world with the mouse. Now I was wondering if there is a way to lock th...