Search found 8 matches

by mystadio
Sun Feb 15, 2009 4:54 am
Forum: General
Topic: ALT+0214
Replies: 17
Views: 12252

Re: ALT+0214

ALT + 148 för löwercase :ultrahappy:
by mystadio
Wed Nov 12, 2008 6:40 pm
Forum: Libraries and Tools
Topic: lGUI ( name pending )
Replies: 13
Views: 16440

Re: lGUI ( name pending )

My father always said: "When you've got an idea, one person somewhere around the globe just got it too." Well... I've been working on a "Control Library" for the past few days... It's less advanced than yours yet and I'm really eager to see how you did it. Perhaps I could help yo...
by mystadio
Wed Oct 15, 2008 9:06 pm
Forum: Support and Development
Topic: Couple Suggestions
Replies: 20
Views: 16002

Re: Couple Suggestions

The goal of the file browser is to let the user choose which files the program can use. The program will only have access to files selected by the user (if any) and won't be able to overwrite a file which has been selected in an "open file...". Here is an example: local filepath, filename ...
by mystadio
Wed Oct 15, 2008 5:46 am
Forum: Support and Development
Topic: Couple Suggestions
Replies: 20
Views: 16002

Re: Couple Suggestions

You should also add a link on the top left image to go back to the homepage while in the doc. I hate having to scroll down to the bottom of the page to click the small "Visit homepage" link.
by mystadio
Wed Oct 15, 2008 5:35 am
Forum: Support and Development
Topic: Couple Suggestions
Replies: 20
Views: 16002

Re: Couple Suggestions

File browser : There's no need to use the "official" file browser provided by the OS. It could be done inside the game. Here is what an idea of a way to do it: when calling the function love.filesystem.browse (just an example) the LÖVE engine would either hide or display a transparent gra...
by mystadio
Mon Oct 13, 2008 5:09 pm
Forum: General
Topic: Discussion for a LOVE Tile Map Editor
Replies: 16
Views: 12243

Re: Discussion for a LOVE Tile Map Editor

The filesystem limitation issue can be solved!
Take a look at my suggestions.
by mystadio
Mon Oct 13, 2008 5:06 am
Forum: Support and Development
Topic: Couple Suggestions
Replies: 20
Views: 16002

Couple Suggestions

Hey, I've been messing a lot with LÖVE and I have a couple suggestions: Add a file browser : it would popup a file browser window that allow the user to select a file. This function should have at least a filter parameter ( "*.map" ) and another one for the file access mode (read or save)....
by mystadio
Thu Sep 18, 2008 8:10 pm
Forum: Support and Development
Topic: Feature Request: Sockets
Replies: 5
Views: 5659

Feature Request: Sockets

Hey guys,

First I'd like to say that LÖVE is amazing.
But... one thing's missing though: the ability of developing multiplayer games. It would be great if you guys could add a new object to handle socket connections (notice the plural).

I prefer playing against human :)

Josh