Search found 56 matches

by cattail
Mon Jul 30, 2012 8:53 am
Forum: General
Topic: The Raspberry Pi
Replies: 13
Views: 12052

Re: The Raspberry Pi

OK I managed to port LOVE to GLES2 (code-wise, at least, enough to play Mari0). I've built it on Raspberry Pi. But it's still linking (well, failing to link) to glX. I'm at the point where I'm trying to get it properly linked so I can ascertain whether it can run, or whether I need to edit SDL or s...
by cattail
Sun Apr 15, 2012 3:07 pm
Forum: Support and Development
Topic: Howto write (part of) GUI that can paste strings from OS?
Replies: 4
Views: 1746

Re: Howto write (part of) GUI that can paste strings from OS

New API issue had resolved ( gtk_window_group_get_current_grab is new GTK+ API from 2.21.3) But 3 function is void , lgob 11.04 (last for GTK 2.X) want return value . This is be fixed in GTK+-2.21.4\2.21.7\2.21.8 (2.21.5~2.21.6 haven't tested) Than I get lgob/example/Clock.lua worked. ;-) Next step ...
by cattail
Sat Apr 14, 2012 9:08 am
Forum: Support and Development
Topic: Howto write (part of) GUI that can paste strings from OS?
Replies: 4
Views: 1746

Re: Howto write (part of) GUI that can paste strings from OS

I search a lot, guess cauze this: Overview of Changes from GTK+ 2.21.2 to 2.21.3 ======================================== * Misc new API: ... gtk_window_group_get_current_grab ... GTK+2.21.3 -- 2.21.8 is older than lgob 11.04 , but Squeeze need newer Glib-2.0 and gdk-pixbuf ... Doesn't know is lucky...
by cattail
Sat Apr 14, 2012 5:02 am
Forum: Support and Development
Topic: Spawning Enemies Every Second
Replies: 9
Views: 5213

Re: Spawning Enemies Every Second

As baconhawka7x saying: myTimer=myTimer+dt if myTimer > 2 then --do something every 2 seconds , like a bird lay a egg ... myTimer=myTimer-2 end is normal way for count time in game , for example U click a door, it become open in 2 seconds. Also speed used like this for at diff PC play the same speed...
by cattail
Sat Apr 14, 2012 4:42 am
Forum: Support and Development
Topic: Spawning Enemies Every Second
Replies: 9
Views: 5213

Re: Spawning Enemies Every Second

I 'm newbie , say something maybe no right. Why U put enemy{} in loop , then U only have the last table .( I guess not 7 tables) And what version about LOVE? If 0.8.0 , I thing sleep( n) , that n is seconds. I can't follow U, U sad use load() for every second? The love.load() only run once for init ...
by cattail
Fri Apr 13, 2012 5:39 pm
Forum: Support and Development
Topic: Howto write (part of) GUI that can paste strings from OS?
Replies: 4
Views: 1746

Re: Howto write (part of) GUI that can paste strings from OS

Thanks bartbes . And I had try to use lgob 11.04 ( the last version for GTK+ 2.x), it's build.lua mess me, but I remove squeeze lua5.0.x , use lua5.1.5 tar.gz , the build_all.lua is ok, make some so like: atk.so cairo.so common.so gdk.so gobject.so gtk.so _loader.so pangocairo.so pango.so But when I...
by cattail
Fri Apr 13, 2012 6:40 am
Forum: Support and Development
Topic: Howto write (part of) GUI that can paste strings from OS?
Replies: 4
Views: 1746

Howto write (part of) GUI that can paste strings from OS?

I want to write a small apps use LOVE , with a input textbox and some buttons . And I want paste strings into textbox from other apps , say firefox , click button , do something... Maybe use LUBE send strings out in LAN in the future (to learn LUBE) I have dig the forum (projects and demos , almost ...
by cattail
Fri Apr 13, 2012 3:29 am
Forum: Libraries and Tools
Topic: colorMask
Replies: 10
Views: 2680

Re: colorMask

Much appreciated. :ultrahappy:
by cattail
Fri Apr 13, 2012 2:53 am
Forum: Libraries and Tools
Topic: Server Browser (ServBrowser)
Replies: 4
Views: 3386

Re: Server Browser (ServBrowser)

Hi bartbes:
I want to learn simple net code demo , Is this used LUBE ?
Any newer version? Can you reupload it or paste a githube link something?
by cattail
Thu Apr 12, 2012 2:04 pm
Forum: Support and Development
Topic: 话说..这里有中国人吗?
Replies: 6
Views: 6595

Re: 话说..这里有中国人吗?

I think forum is for talking howto Lua LOVE , game relationship skill , etc .
Please upload .love file , tips ,ideas something.