Search found 9 matches

by negester
Tue Apr 07, 2015 8:07 am
Forum: LÖVE-Android
Topic: Love for Android 0.92 crashes on Huawei Ascend
Replies: 4
Views: 9116

Re: Love for Android 0.92 crashes on Huawei Ascend

Downgrading to LOVE_for_android_0.9.1b.apk solved that problem for me.
by negester
Mon Apr 06, 2015 4:40 pm
Forum: LÖVE-Android
Topic: Love for Android 0.92 crashes on Huawei Ascend
Replies: 4
Views: 9116

Love for Android 0.92 crashes on Huawei Ascend

I downloaded LOVE_for_android_nightly_2015-02-16_d6f1d8bd.apk, installed it after giving the phone permission to install non-Google software, but when I try to run it, almost immediately the message "The application LÖVE for Android (process.org.love2d.android) has stopped unexpectedly. Please ...
by negester
Tue Dec 13, 2011 6:18 pm
Forum: Games and Creations
Topic: Simple Tetris Clone for LOVE
Replies: 14
Views: 12139

Re: Simple Tetris Clone for LOVE

I'm missing the encapsulation and data hiding support of other programming languages You do these in Lua via proxy tables. Private items, read-only items, counting accesses to an item, etc. It's an advanced topic, and I'm not even going to try explaining it. You're obviously an experienced programm...
by negester
Tue Dec 06, 2011 10:50 am
Forum: Games and Creations
Topic: Rhino Next Year
Replies: 16
Views: 7577

Re: Rhino Next Year

negester wrote:Here is a patch.
Here it really is.
by negester
Tue Dec 06, 2011 10:49 am
Forum: Games and Creations
Topic: Rhino Next Year
Replies: 16
Views: 7577

Re: Rhino Next Year

vrld wrote:[
So no, bytecode is not portable. Worse, it isn't even properly defined, so luajit may have a different implementation than vanilla Lua.
Don't use it.
You've presuaded me. Here is a patch. Unzip in the directory where the original game package was unzipped. Happy peeking!
by negester
Tue Dec 06, 2011 9:48 am
Forum: Games and Creations
Topic: Rhino Next Year
Replies: 16
Views: 7577

Re: Rhino Next Year

Error: [string "main.lua"]:247: Syntax error: legal.luac: cannot load incompatible bytecode So you are using bytecode... That is not very portable, so I am out of the chance to try it :( I did not realize that Löve does not actually embed Lua from source. Way I understand the Lua docs, by...
by negester
Tue Dec 06, 2011 8:39 am
Forum: Games and Creations
Topic: Rhino Next Year
Replies: 16
Views: 7577

Rhino Next Year

Like the Towlr games, this one does not say what the purpose of the game is. Unlike them, the title offers an admittedly cryptic hint, and the game involves numbers. Even after you have discovered the purpose, the game itself is quite challenging, and punishes lapses of concentration mercilessly. I ...
by negester
Fri Nov 25, 2011 11:54 am
Forum: Support and Development
Topic: How to make a boss key
Replies: 1
Views: 1521

How to make a boss key

You know what I mean. When you hit it, game sounds stop instantly and the game vanishes from your screen. Not necessary to display the old bogus spreadsheet: your desktop, apart from the love2d game, looks absolutely kosher, surely. Hitting your window manager's iconify button hides the screen, but ...
by negester
Sat Nov 19, 2011 7:02 am
Forum: Support and Development
Topic: Where is the mouse?
Replies: 7
Views: 4851

Where is the mouse?

This is my first post. I'm an experienced Lua programmer but a Löve newbie. 1. Wish list item: getting and setting the shape of the mouse cursor. 2. Given a fair number of polygon-shaped objects, maybe overlapping, inside which of these is the mouse cursor? Any better way than just searching through...