Search found 94 matches

by Green_Hell
Sat Sep 06, 2008 6:33 pm
Forum: Support and Development
Topic: Bring back readline!
Replies: 16
Views: 12936

Re: Bring back readline!

Thanks a Lot. I'm really grateful.

Iterators are great. I'd like to be able to write my own.
by Green_Hell
Fri Sep 05, 2008 10:09 am
Forum: Games and Creations
Topic: release: k3
Replies: 13
Views: 19867

Re: release: k3

!!!AWESOME!!!

I love it, I's even better with subwoofer :)
by Green_Hell
Thu Sep 04, 2008 8:05 pm
Forum: General
Topic: Can we get a game release section?
Replies: 3
Views: 8602

Re: Can we get a game release section?

I agree ad somebody could maintain sticky topic "Games in this category".
by Green_Hell
Wed Sep 03, 2008 9:02 pm
Forum: Support and Development
Topic: Bring back readline!
Replies: 16
Views: 12936

Re: Bring back readline!

Also I discovered this strange behaviour when using config with comments. Configuration (Line 1): Unrecognized command: "# Title / author" Configuration (Line 4): Unrecognized command: "" Configuration (Line 5): Unrecognized command: "# Display resolution" Configuration...
by Green_Hell
Wed Sep 03, 2008 9:00 pm
Forum: Support and Development
Topic: Bring back readline!
Replies: 16
Views: 12936

Bring back readline!

GDOL: I really appreciate that love.filesystem allows us to do the directory listing e.g. for saves, but you raped the IO functions. Why the hell did you not implement readline? You may say that I can use love.filesystem.read( file, bytes ) , but it is actually working only for numbers higher than ...
by Green_Hell
Wed Sep 03, 2008 8:17 pm
Forum: General
Topic: Poll: What two smiley sets do you like best?
Replies: 46
Views: 50112

Re: Poll: What two smiley sets do you like best?

qubodup wrote:I'm not sure, would you mind drawing a picture? :)
qubodup:
discriminability.png
discriminability.png (8.05 KiB) Viewed 12517 times
by Green_Hell
Wed Sep 03, 2008 7:18 pm
Forum: Support and Development
Topic: Making games standalone from LOVE?
Replies: 8
Views: 6484

Re: Making games standalone from LOVE?

You'll still need to distribute the DLLs LÖVE needs in addition to yourgame.exe Does it make any sense then? No offence I know it's possible to do it multi platform and so that anything can be included. See http://love2d.org/forum/viewtopic.php?f=3&t=89&st=0&sk=t&sd=a&start=20#p...
by Green_Hell
Wed Sep 03, 2008 7:10 pm
Forum: Support and Development
Topic: Callback hooks.
Replies: 7
Views: 5845

Re: Callback hooks.

I can write a hooking system that tracks the various widgets required for different game states and have the appropriate stuff showed when the game state changes. Could you eventually write a Tutorial with a sample game. I'd really love to see the example explained. I can't figure it out myself and...
by Green_Hell
Wed Sep 03, 2008 12:00 pm
Forum: General
Topic: Poll: What two smiley sets do you like best?
Replies: 46
Views: 50112

Re: Poll: What two smiley sets do you like best?

It's nice but I'm a bit disappointed with discriminability.

note: Never used this word before. I hope it means what my dictionary thinks it means. :lol:
by Green_Hell
Sat Aug 30, 2008 8:42 pm
Forum: Support and Development
Topic: Slowing it down
Replies: 3
Views: 3633

Re: Slowing it down

Don't know what you mean but it sounds that you are not using delta time.

If you don't know what I mean than you should see Mike's screencast and read the documentation.

Otherwise you should provide some code example or better explanation.