Search found 95 matches
- Thu May 31, 2012 6:04 pm
- Forum: General
- Topic: London/UK Lua users group
- Replies: 8
- Views: 6012
Re: London/UK Lua users group
Ah, sad it's not in Wales. And that I'm still a year and a half from legal driving age. Maybe I'll make one in Wales in a couple of years if someone else hasn't/doesn't?
- Wed May 09, 2012 10:18 pm
- Forum: General
- Topic: SublimeText plugin for Love
- Replies: 26
- Views: 32210
Re: SublimeText plugin for Love
Not sure if I installed it wrong but it stopped highlighting some Lua functions and things I defined and such, (Intellisense worked though for Love2D) any chance you're fixing this?
- Wed May 09, 2012 4:57 pm
- Forum: General
- Topic: Easy GUI System v4
- Replies: 4
- Views: 5227
Re: Easy GUI System v4
Thanks for pointing that out, fixed it.
- Tue May 08, 2012 9:15 pm
- Forum: General
- Topic: Easy GUI System v4
- Replies: 4
- Views: 5227
Easy GUI System v4
Hey guys, haven't posted in a while, been working on a lot of other stuff. I've been going through the source of my Easy GUI System v1 and v2 (And v3 which was never released AFAIR) and I was horrified at how many inefficiencies and just general ugly code I had. (Not so much v3). And me and a friend...
- Tue May 08, 2012 9:01 pm
- Forum: General
- Topic: Love 2D Windows IDE - W.I.P
- Replies: 24
- Views: 17035
Re: Love 2D Windows IDE - W.I.P
I speak a bit of German but not enough to help you translate this sorry ^_^
If no-one else volunteers for it I'll submit what I can.
If no-one else volunteers for it I'll submit what I can.
- Mon Mar 19, 2012 7:46 pm
- Forum: Support and Development
- Topic: Problem with Libraries
- Replies: 32
- Views: 15952
Re: Problem with Libraries
Hey Guys, you can call me a noob, but i just don't get my code to function. It's a problem with some Libraries i think. I just want to implement a few Libraries like parts of Hump and LUBE. AnAL is working, but with LUBE and the other things, iget an error, i'll upload a zipped version of my projec...
- Sun Aug 28, 2011 1:29 pm
- Forum: Libraries and Tools
- Topic: EGS v2 - Screenshots! Redesign! (Easy GUI System)
- Replies: 57
- Views: 24637
Re: EGS v2 - Screenshots! Redesign! (Easy GUI System)
Another small thing, there's no math.randomseed() so the colors are always the same. edit- why does main.lua have to require Class.lua? Why isn't it done by the library modules that need it? Because it can be used for other things I make and in the off chance somone uses two or more of things I mak...
- Sat Aug 27, 2011 5:46 pm
- Forum: Libraries and Tools
- Topic: EGS v2 - Screenshots! Redesign! (Easy GUI System)
- Replies: 57
- Views: 24637
Re: EGS v2 - Screenshots! Redesign! (Easy GUI System)
Another small thing, there's no math.randomseed() so the colors are always the same. edit- why does main.lua have to require Class.lua? Why isn't it done by the library modules that need it? Because it can be used for other things I make and in the off chance somone uses two or more of things I mak...
- Sat Aug 27, 2011 2:11 pm
- Forum: Libraries and Tools
- Topic: EGS v2 - Screenshots! Redesign! (Easy GUI System)
- Replies: 57
- Views: 24637
Re: EGS v2 - Screenshots! Redesign! (Easy GUI System)
chrism wrote:main.lua tries to load an mp3 that isn't included with the source.
I thought I uploaded a patch for that. One minute.
Edit
Patched :-)
- Tue Aug 23, 2011 2:55 pm
- Forum: Games and Creations
- Topic: [Ludum Dare 21] It's Right Behind You!
- Replies: 6
- Views: 4258
Re: [Ludum Dare 21] It's Right Behind You!
I like the game. Could've done with some audio, and if you'd had longer, random generated maps would've been a nice touch. However at one point, just after you need to jump over a ditch and destroy a block in the air, there's a ledge. If you go ontop of that, drill to the left, then drill down 5 or ...