Search found 612 matches

by BrotSagtMist
Fri Dec 08, 2023 4:14 pm
Forum: Support and Development
Topic: Converting string to array [Sloved]
Replies: 4
Views: 10800

Re: Converting string to array

You probably want to use utf8.charpattern instead "." to have it catch the ö in löve.
by BrotSagtMist
Thu Dec 07, 2023 9:19 pm
Forum: Support and Development
Topic: Not installable from google play store
Replies: 0
Views: 79314

Not installable from google play store

So i bought a phone specifically to test how my stuff would run on android. Searching the stock repo for löve gives no returns, so i used the link from the home page, this one https://play.google.com/store/apps/details?id=org.love2d.android and the install button is greyed out with the error message...
by BrotSagtMist
Wed Dec 06, 2023 2:09 am
Forum: General
Topic: What are your programming stories?
Replies: 5
Views: 19209

Re: What are your programming stories?

Your bot banned you from real life, what a plot twist.
by BrotSagtMist
Fri Nov 24, 2023 8:12 am
Forum: Libraries and Tools
Topic: Lua Carousel: a programming environment for computers and mobile devices
Replies: 25
Views: 63643

Re: Lua Carousel: a programming environment for computers and mobile devices

I do not handle events at all in my editor, Löve already skips text input on its own if crtl is pressed. So there is no reason to do a modifier check at all.
by BrotSagtMist
Fri Nov 24, 2023 8:08 am
Forum: Libraries and Tools
Topic: Lua Carousel: a programming environment for computers and mobile devices
Replies: 25
Views: 63643

Re: Lua Carousel: a programming environment for computers and mobile devices

I have 6 modifier keys here and half of them is registered as alt, despite not being alt. The other return "unknown". You are probably eating events on layout alt, you may need to change this to position alt. I get Something is wrong. Sorry! Error: text.lua:866: Text.offset returned nil; t...
by BrotSagtMist
Fri Nov 24, 2023 6:15 am
Forum: Libraries and Tools
Topic: Lua Carousel: a programming environment for computers and mobile devices
Replies: 25
Views: 63643

Re: Lua Carousel: a programming environment for computers and mobile devices

de_neo on debian.
= for example is composed of caps+f.
Your code seems to ignore textinput when caps is pressed, at least thats the only way i could explain the problem.
by BrotSagtMist
Fri Nov 24, 2023 4:51 am
Forum: Libraries and Tools
Topic: Lua Carousel: a programming environment for computers and mobile devices
Replies: 25
Views: 63643

Re: Lua Carousel: a programming environment for computers and mobile devices

Not bad at all.
But why is it wasting so much space on the right?

Bugs i encountered: I cannot type any symbols, =()[] etc are ignored. I do have a non standard keyboard but these are properly send by texintput() and should just work.
Changing the window size or font size leads to crashes.
by BrotSagtMist
Wed Nov 22, 2023 5:01 pm
Forum: Support and Development
Topic: [SOLVED] Top Down Character Animation in 4 Different Directions
Replies: 6
Views: 10288

Re: Character Animation in different directions

As usual, no idea what you question means. But here is the simplest animation example i could think of and it should probably fix your drawing issue: Right={love.graphics.newImage("r1.png"),love.graphics.newImage("r2.png")} Left={love.graphics.newImage("l1.png"),love.gr...
by BrotSagtMist
Thu Nov 16, 2023 3:08 am
Forum: Games and Creations
Topic: Gamejam games I made this year | 3 shorts games
Replies: 1
Views: 5291

Re: Gamejam games I made this year | 3 shorts games

Good job on sound and graphic.
Gameplay wise i am missing an objective in the first and last game.
I love security girl tho. Very challenging gameplay yet so simple.
This hasnt been inspired by Desktop Labyrinth by any chance?
by BrotSagtMist
Wed Nov 15, 2023 6:05 pm
Forum: Games and Creations
Topic: Medieval Zombie Dungeon Crawler
Replies: 12
Views: 75248

Re: Medieval Zombie Dungeon Crawler

which AI model is helping you to make this? joke joke joke! :crazy: Its funny to see these questions constantly pop up as if people lack the imagination to even think of that stuff can work without requiring a ton libs and parental assist. Anyway i gave it another shot and now managed to reach some ...