Search found 20 matches

by ohai
Wed Feb 17, 2021 7:07 pm
Forum: Support and Development
Topic: [Android(?)] Slow font loading on some devices
Replies: 0
Views: 8340

[Android(?)] Slow font loading on some devices

I'll spare you the long story, but my game is loading super slow on some mobile devices and after a (much too long) investigation I've found out what causes it. I still don't know why though, so here it goes: Loading fonts (love.graphics.newFont(font, size)) takes quite a long time, but only on some...
by ohai
Tue Feb 16, 2021 10:53 pm
Forum: Support and Development
Topic: Black screen on android. Bug?
Replies: 5
Views: 6517

Re: Black screen on android. Bug?

I've encountered this a few times too while testing my game on some phones. In my experience it's not easily reproducible though, sometimes it works sometimes it doesn't.
by ohai
Tue Feb 16, 2021 10:50 pm
Forum: Games and Creations
Topic: Snek Maze - 2D android puzzle game
Replies: 10
Views: 13314

Re: Snek Maze - 2D android puzzle game

FYI I fixed this bug a few versions ago.
by ohai
Thu Jan 28, 2021 6:08 pm
Forum: Support and Development
Topic: [Android] Tiles (Quads?) rendering problem on some android devices
Replies: 2
Views: 3870

Re: [Android] Tiles (Quads?) rendering problem on some android devices

grump wrote: Thu Jan 28, 2021 4:22 pm Tileset image dimensions may be too large for the device, which would result in clamped pixels on affected quads.

love.graphics.getSystemLimits().texturesize is the maximum texture size.
Holy maccaroni I think you are right. Tileset image for my first world is kinda huge...
Thank you very much!
by ohai
Thu Jan 28, 2021 3:22 pm
Forum: Support and Development
Topic: [Android] Tiles (Quads?) rendering problem on some android devices
Replies: 2
Views: 3870

[Android] Tiles (Quads?) rendering problem on some android devices

Hi everyone! I recently posted my android game in "Games and Creations". In there, user darkfrei posted a problem with the game. I tried to reproduce it on my side, but unfortunately I don't own many devices, and everything works fine on PC, my and my friends devices, android emulators on ...
by ohai
Mon Jan 25, 2021 8:40 am
Forum: Games and Creations
Topic: Snek Maze - 2D android puzzle game
Replies: 10
Views: 13314

Re: Snek Maze - 2D android puzzle game

darkfrei wrote: Sun Jan 24, 2021 1:59 pm I can see bricks, walls (badly), but no exit here.
I still don't really get what you mean. Did you overpaint those screenshots to show what you see as walls/playspace?
Or it's just how it's showing on your device? If so, can you please tell me what device it is?
by ohai
Sat Jan 23, 2021 11:06 pm
Forum: Games and Creations
Topic: Snek Maze - 2D android puzzle game
Replies: 10
Views: 13314

Re: Snek Maze - 2D android puzzle game

A little bit too complicated. What do you mean? Are those screenshots showing how the game renders on your device? Or did you make a mockup of how you think this game should look like? Looks cool. It reminds me a lot of teleko (for Löve 0.9). I've actually got my idea from "Go! Dizzy Go!"...
by ohai
Sat Jan 23, 2021 9:47 am
Forum: Support and Development
Topic: [Solved] get table in-between {}
Replies: 6
Views: 7733

Re: get table in-between {}

Main problem with it I experience in Tiled When it creat .lua file, it put some tables like tileset = { { <Data> } } with double brackets instead of one And it sucks It's for a reason - Tiled has to have a way to denote multiple tilesets. Your quick snippet actually says "tileset" instead...
by ohai
Fri Jan 22, 2021 6:42 pm
Forum: Games and Creations
Topic: Snek Maze - 2D android puzzle game
Replies: 10
Views: 13314

Re: Snake Maze - 2D android puzzle game

Yea I plan to add a video to play store listing as well as here.

EDIT: I've added a gameplay gif to the first post :)
by ohai
Thu Jan 21, 2021 9:29 pm
Forum: Games and Creations
Topic: Snek Maze - 2D android puzzle game
Replies: 10
Views: 13314

Snek Maze - 2D android puzzle game

Hi! I'm a solo developer and this is my first game. Feel free to try it out! https://play.google.com/store/apps/details?id=org.ohaidev.snek https://i.ibb.co/3rvTmnF/snek.gif Btw. love2d is an awesome engine, I was a bit sceptical about lua but then I embraced the "everything is a table" li...