Search found 46 matches

by Gerrit
Fri Apr 03, 2009 7:32 am
Forum: General
Topic: Several Things
Replies: 5
Views: 2992

Re: Several Things

I am missing an Image:getCenter functionality I allready read something about that the setCenter fucntionality goes "bye-bye" but i like it, like this i don't need to specifiy new variables for this. How about: lImage.lua lImage = { } function lImage:new ( image_url, x ,y ) local center_x...
by Gerrit
Thu Apr 02, 2009 1:13 pm
Forum: General
Topic: Protecting Source?
Replies: 35
Views: 19247

Re: Protecting Source?

You can compile them to some bytecode (using luac from the lua package), but the question is how safe that is.., but generally speaking there is no effective way. That would be the best way and 95% of the people who would be interested won't try to do anything about it. The last 5% may try do decom...
by Gerrit
Wed Apr 01, 2009 11:59 pm
Forum: Libraries and Tools
Topic: Pässion Editor (OS X)
Replies: 8
Views: 3922

Re: Pässion Editor (OS X)

Pretty cool. But no tabs :/ I usually have a dozen documents at once so I really need tabs. I 'll probably stick to Smultron for now. Hm, I knew someone would write that. I'm not the biggest fan of tabs because I'm in löve with Exposé :) But I know that most popular editors use tabs nowadays. The t...
by Gerrit
Wed Apr 01, 2009 9:09 pm
Forum: Libraries and Tools
Topic: Pässion Editor (OS X)
Replies: 8
Views: 3922

Re: Pässion Editor (OS X)

Xcmd wrote:If you could add the ability to run a Love game directly from the editor you'd have a leg up.
Will be added in 0.4 or 0.5 depending on how well everything works out and how many feedback I get. I should advertise a bit in Lua boards. But where to begin..?;)
by Gerrit
Wed Apr 01, 2009 8:33 pm
Forum: Libraries and Tools
Topic: Pässion Editor (OS X)
Replies: 8
Views: 3922

Re: Pässion Editor (OS X)

Aw. I want this. Is this heavily dependent upon OS X only technology or do you think a Linux port might be feasible? Damn. I only wrote that I won't do a version for windows. You got me ;) Pässion is written with OS X in mind, especially the static menu on the top. I'll take a look into a linux por...
by Gerrit
Wed Apr 01, 2009 3:21 pm
Forum: Libraries and Tools
Topic: Pässion Editor (OS X)
Replies: 8
Views: 3922

Pässion Editor (OS X)

Hey! Pässion is a new editor (at this moment) exclusively for Mac OS X. Mainly because there are enough good lua editors out there for Windows. So I can spend more time optimizing it for the mac platform. It's pretty simplistic, I didn't want to use toolbars because you're way faster using the short...
by Gerrit
Wed Apr 01, 2009 12:27 am
Forum: Support and Development
Topic: How to add "Buttons"?
Replies: 5
Views: 6921

Re: How to add "Buttons"?

Hey. After reading the table stuff take a look at my sample. Arrays/Tables are necessary for mostly everything you'll ever do (in programming) so get used to them :) The supplied demo is really basic but it's mostly what you tried to do. Except the color Stuff, who needs colors anyway ;) Anyways, I ...
by Gerrit
Mon Mar 30, 2009 12:48 pm
Forum: Support and Development
Topic: Building on OS X?
Replies: 1
Views: 1189

Building on OS X?

Hey! I needed "image:getColor()" from the SVN Version so I was going to build it but ran into a lot of problems. First: It's not the first time I'm building something but I gave up after hours. I have OS X 10.4.11 on an Intel Mac. I won't update to 10.5 because I'm waiting for Snow Leopard...
by Gerrit
Sat Mar 28, 2009 4:41 pm
Forum: Libraries and Tools
Topic: Demo: Joystick Info
Replies: 6
Views: 4007

Demo: Joystick Info

Hey! I took a look into joystick input today and wrote a small program to display those infos. Please don't take a look inside, it's messy in there: No comments and I guess I could have done some things in an easier way but who cares :) At this moment you can view 2 connected joysticks (because I di...
by Gerrit
Fri Mar 27, 2009 7:51 pm
Forum: Support and Development
Topic: Which .lua Editor do you use?
Replies: 33
Views: 23637

Re: Which .lua Editor do you use?

I'm using Komodo Edit (mac version) for a while now and I'm happy with it. There's now auto completion (for lua) yet but it's in the works afaik. I'm also using it for editing websites & scripts (php).