Search found 147 matches

by TurtleP
Wed Jul 15, 2015 9:43 pm
Forum: Libraries and Tools
Topic: [tool] LoveToAndroid - .love to .apk without thinking
Replies: 53
Views: 85110

Re: [tool] LoveToAndroid - .love to .apk without thinking

Amazing job! Now if only this could be done with iOS and non-jailbroken devices.. :cool:

https://dl.dropboxusercontent.com/u/976 ... .50.17.png

Just to show the test. I only edited the AndroidManifest.xml file and changed the label strings.
by TurtleP
Sat Jul 11, 2015 5:00 am
Forum: Games and Creations
Topic: Turtle: Puzzles
Replies: 42
Views: 26018

Re: Turtle: Puzzles

I'm actually considering reviving this. My friend Popcan made me think about it again. http://strawpoll.me/4889137 https://dl.dropboxusercontent.com/u/97639347/Games/tp.png Sorry, for those that have never played, see the attachment for making a decision :) Any feedback would be appreciated on anyth...
by TurtleP
Thu Jul 09, 2015 7:12 pm
Forum: Ports
Topic: LöveFTW - preview release
Replies: 81
Views: 200272

Re: LöveFTW - preview release

Interesting port.. What love.system.getOS() will return in this love implementation ? It returns "Windows App". It's technically not an OS though, so I might change that later... Maybe "Windows Universal App Platform" would be better? That seems like a bit much (in terms of chec...
by TurtleP
Mon Jul 06, 2015 2:53 am
Forum: Games and Creations
Topic: Turtle: Invaders
Replies: 30
Views: 21262

Re: Turtle: Invaders

That didn't fix it; it was still fullscreen but at scale:1. Deleting the settings.json to fixed it though. Oh, right. There was a fullscreen flag you had to set to false. My bad.. I forgot since v1.5 has a universal save file and there's a ton of settings in it that I need saved and loaded. Glad it...
by TurtleP
Mon Jul 06, 2015 2:46 am
Forum: Games and Creations
Topic: Turtle: Invaders
Replies: 30
Views: 21262

Re: Turtle: Invaders

I just went to OPTIONS, scale: 4 before I did anything else, and now it's stuck in fullscreen mode with some of the lower part of the screen cut off. I don't know how to change the scale back from 4, and it saved my settings so I cant close and reopen to fix it :( This is probably a bug from versio...
by TurtleP
Mon Jul 06, 2015 2:38 am
Forum: Games and Creations
Topic: Turtle: Invaders
Replies: 30
Views: 21262

Re: Turtle: Invaders

Updated the Party Mode (player select) menu:

Image

I'm hoping to have 12 characters for v1.5 and most with unique abilities.
by TurtleP
Sun Jun 21, 2015 9:55 pm
Forum: Support and Development
Topic: love.system.openURL not opening directories [0.9.2 x86]
Replies: 3
Views: 1177

Re: love.system.openURL not opening directories [0.9.2 x86]

Hi all, Recently, I replaced os.execute in my error handler custom code to use love.system.openURL. It's supposed to be able to get to the directory of the error log and allow a user to send it to me for debugging purposes. However, I can't seem to open the directory. I do have "file://" ...
by TurtleP
Sun Jun 21, 2015 4:21 pm
Forum: Support and Development
Topic: love.system.openURL not opening directories [0.9.2 x86]
Replies: 3
Views: 1177

love.system.openURL not opening directories [0.9.2 x86]

Hi all, Recently, I replaced os.execute in my error handler custom code to use love.system.openURL. It's supposed to be able to get to the directory of the error log and allow a user to send it to me for debugging purposes. However, I can't seem to open the directory. I do have "file://" a...
by TurtleP
Sat Jun 20, 2015 2:09 am
Forum: Support and Development
Topic: Function argument expected ','
Replies: 5
Views: 3678

Re: Function argument expected ','

zorg wrote:
TurtleP wrote:Not just on the first, but the second. It's always good to have a second pair of eyes look at this stuff! ;)
davisdude wrote:In both you're missing the () on the fist Img:getHieght. I can't test right now, but that may be the problem.
Well I seem to have misread that. My bad.
by TurtleP
Sat Jun 20, 2015 1:01 am
Forum: Support and Development
Topic: Function argument expected ','
Replies: 5
Views: 3678

Re: Function argument expected ','

davisdude wrote:In both you're missing the () on the fist Img:getHieght. I can't test right now, but that may be the problem.
Not just on the first, but the second. It's always good to have a second pair of eyes look at this stuff! ;)