Search found 41 matches

by Patalo
Sat Feb 23, 2013 11:13 am
Forum: Libraries and Tools
Topic: HUMP - yet another set of helpers
Replies: 146
Views: 129504

Re: HUMP - yet another set of helpers

Great class update!

However, I think you missed an update in the doc. In the hump.class global description, you don't specify the "init" function.

Code: Select all

Critter = Class{function(self, pos, img)
    self.pos = pos
    self.img = img
end}
by Patalo
Mon Dec 03, 2012 8:20 am
Forum: Games and Creations
Topic: Home Run
Replies: 13
Views: 9839

Re: Home Run

I'm on linux, 64 bits. (archlinux)
With love 0.8.0.

I hope that helps!

(I don't have the time right now, but I'll take a look tonight, if you haven't found the source. It's hard to debug when you can't reproduce the bug =D)
by Patalo
Mon Dec 03, 2012 7:51 am
Forum: Games and Creations
Topic: Home Run
Replies: 13
Views: 9839

Re: Home Run

Looks beautiful!

Got an error at launch though :

Code: Select all

Error: Syntax error: eros/helpers.lua:184: invalid escape sequence near '''
Faulty line :

Code: Select all

if string.find(file, '\.' .. extension .. '$') then
by Patalo
Mon Nov 12, 2012 8:41 pm
Forum: Support and Development
Topic: Enemy Spawning
Replies: 10
Views: 10822

Re: Enemy Spawning

Hi, One simple solution is to use the hump's timer library which has a function quite adapted : http://vrld.github.com/hump/#hump.timer For example, if you want to spawn enemies every 5 seconds, you would have to call (only once) this : Timer.addPeriodic(5, function() spawnTonsOfEnnemies() end) Wher...
by Patalo
Tue Oct 16, 2012 4:15 pm
Forum: Support and Development
Topic: Exotic joystick 3DConnexion SpaceNavigator
Replies: 0
Views: 5861

Exotic joystick 3DConnexion SpaceNavigator

Hi, I'm considering buying a Spacenavigator (which is a 6 axis joystick, 3 rotations, 3 translations), but I don't know anyone who have one, and I want to be sure it is possible to use it with Löve, especially under Linux. According to http://janoc.rd-h.com/archives/74 , the Spacenavigator can be se...
by Patalo
Sun Oct 14, 2012 10:34 pm
Forum: Support and Development
Topic: lovefilesarehard.exe
Replies: 12
Views: 5735

Re: lovefilesarehard.exe

I apologize. It was 5 in the morning when I posted this. copy /b love.exe+invictus.love invictus.exe The filenames I typed were as you said, and as it was said on the wiki. However, the files are on my desktop, if that makes any difference. Also, I've since tried it with capital 'I's, since it said...
by Patalo
Sun Oct 14, 2012 5:25 pm
Forum: Games and Creations
Topic: [FINISHED] Wake Up Call
Replies: 54
Views: 30013

Re: [FINISHED] Wake Up Call

Hi,

For an unknown reason, the changing window caption makes the game run VERY slow on my computer (high end, on linux with gnome 3). It displays thing like 700 fps but is unplayable in reality.

Disabling it makes it smooth again, you should consider removing the setCaption.

I can play it know :)
by Patalo
Tue Oct 02, 2012 9:48 pm
Forum: Support and Development
Topic: LÖVE and MIDI Keyboards
Replies: 3
Views: 4505

Re: LÖVE and MIDI Keyboards

Hi.
I don't know what is your OS (and I'm afraid the result will always be OS specific), but under linux, I could easily interface LÖVE with ALSA, thus control my LÖVE app with a midi keyboard, thanks to midialsa http://www.pjb.com.au/comp/lua/midialsa.html

Good luck with your project
by Patalo
Sun Sep 30, 2012 12:57 pm
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1002000

Re: Avatars: OBEY!

fsZop.gif
fsZop.gif (1.67 MiB) Viewed 425 times
by Patalo
Thu Sep 27, 2012 1:47 pm
Forum: Libraries and Tools
Topic: Pixel art with GLSL cel shade lighting concept
Replies: 67
Views: 128605

Re: Pixel art with GLSL cel shade lighting concept

Seriously great. The way the contour stay black really adds something. How does the AO works? It's the last pic of pithos.png that indicate the amount of light? Now with multiple lights? :3 (well, I haven't found a way to send array yet, so might be difficult). Sort of reminded me the visuals of chr...