Search found 161 matches

by TsT
Mon Apr 20, 2009 4:13 pm
Forum: Support and Development
Topic: Best GUI lib?
Replies: 15
Views: 7121

Re: Best GUI lib?

I'm also working on my own GUI lib(s) ... I already done lot of things (not released) but I'm recently start to completly recode them. I will try to publish some libs, for example : - tree lib (use to manage item (parent) in sub-items (child), ... with a global index with getbyid() support) - advanc...
by TsT
Fri Apr 03, 2009 3:55 am
Forum: Libraries and Tools
Topic: LUBE-demo
Replies: 17
Views: 9170

Re: LUBE-demo

Concerning lube-demo-distributable-v3.love under Linux I get the downloaded file : LUBE-IRC/Client.lua with content : <html><body>You are being <a href="http://github.com/bartbes/lube-demo.git/LUBE-IRC/Client.lua">redirected</a>.</body></html> /home/tosstt/.love/lube-demo-distributable-v3....
by TsT
Thu Apr 02, 2009 9:54 am
Forum: Libraries and Tools
Topic: IRC client lib
Replies: 4
Views: 2544

Re: IRC client lib

Yes but LUBE-IRC is a good demonstration program
but the IRC support is very ligth/poor.
I need/want a full support (multi server, multi channel, easy to implement ircbot, ...).

So I will continue to work on my part :D
by TsT
Wed Apr 01, 2009 10:50 pm
Forum: Libraries and Tools
Topic: IRC client lib
Replies: 4
Views: 2544

IRC client lib

Hello, I'm working to implement a IRC client library. Maybe other people would like to have a way to chat in-game from player to player. I think using IRC server is better than trying to implement my own chat protocol (and server). I don't have something to release yet. I only have a basic lua irc c...
by TsT
Sat Mar 28, 2009 7:48 pm
Forum: Libraries and Tools
Topic: TacoShell, sample program
Replies: 12
Views: 12004

Re: TacoShell, sample program

Star Crunch wrote:[2] - Following the LÖVE ETA policy.
What/Where is the LÖVE ETA policy ?
by TsT
Thu Mar 26, 2009 1:21 pm
Forum: Libraries and Tools
Topic: TacoShell, sample program
Replies: 12
Views: 12004

Re: TacoShell, sample program

Have some documentation about the way to read your code/class/script ?

I have some difficulties to anderstand why do you use so many Boot.lua etc.

Thanks :D

EDIT: the Boot.lua is used to index the content of the directory ?
by TsT
Tue Mar 24, 2009 8:16 pm
Forum: Libraries and Tools
Topic: pcAll
Replies: 4
Views: 3081

Re: pcAll

You current version work good with lua 5.1 but not with lua 5.0. If you want to be compatible with the both change the call of "..." to "arg" : --- pcall/pcAll.lua (original) +++ pcall/pcAll.lua (working copy) @@ -43,7 +43,7 @@ end function wrap:__call(...) --The function where t...
by TsT
Tue Mar 24, 2009 1:12 pm
Forum: Libraries and Tools
Topic: TacoShell, sample program
Replies: 12
Views: 12004

Re: TacoShell, sample program

Good job !

I added your post to the wiki GUI list.

Best Regards,
by TsT
Mon Mar 23, 2009 11:06 pm
Forum: General
Topic: A console thing
Replies: 26
Views: 19891

Re: A console thing

This your ConsoleTest.love modified. I'm getting lots of "bad argument #1 to pairs" when I use printv. You should detect such conditions yourself and give a slightly less jarring error message than the Love error message. Like: ++ if type(inTable) != "table" then self:print(&quo...
by TsT
Mon Mar 23, 2009 10:10 pm
Forum: Libraries and Tools
Topic: Löve Splash Screen (code)
Replies: 16
Views: 11026

Re: Löve Splash Screen (code)

Hello, I have made a funny longer version of the original splash screen. UDATED : splash.love v0.1.3 philnelson : what is the license of the love.ogg ? Thanks. Best Regards, EDIT: I have update the file from 0.1.1 to 0.1.3 (changes: missing draw of s5.png, add the SVG source file, some legal precisi...