Search found 911 matches

by Ranguna259
Fri Apr 29, 2016 6:30 am
Forum: Libraries and Tools
Topic: LoveDebug - A whole new way of debugging your game
Replies: 28
Views: 49186

Re: LoveDebug - A whole new way of debugging your game

Damn, sorry about that, I totally forgot about those xD
Nice work fixing it, the next update will be in your name.
I'll update it in a few hours, you can make a pull request to the repo if you want
by Ranguna259
Thu Apr 28, 2016 3:53 pm
Forum: Libraries and Tools
Topic: LoveDebug - A whole new way of debugging your game
Replies: 28
Views: 49186

Re: LoveDebug - A whole new way of debugging your game

I'll try to fix this once I get home, it should be an easy fix. EDIT: Fixed , just redownload the latest version from the first post and everything should be fine :) There was a line in love.run that cleared the background color to the current background color in 0.9.2 but this was changed to clear ...
by Ranguna259
Tue Apr 26, 2016 5:01 pm
Forum: Libraries and Tools
Topic: [Android] Admob and Google Play Game Services Support
Replies: 55
Views: 66831

Re: [Android] Admob Banner and Interstitial Support

All my problems have been fixed :D The problem was that google-play-services_lib was inside love-android-sdl2 and not in the same folder and the apk works now. Things that I'd like to see added to the API: Something like love.system.isIntertitialClosed() or a callback love.interstitialClosed() to ch...
by Ranguna259
Tue Apr 26, 2016 7:17 am
Forum: Libraries and Tools
Topic: [Android] Admob and Google Play Game Services Support
Replies: 55
Views: 66831

Re: [Android] Admob Banner and Interstitial Support

I tried to install your apk but it fails to install and simple says "Application not installed". I uninstalled the previous version of LOVE I had on my phone and it keeps failing.. I also successfully updated the project with google services lib but I'm getting another error: >ant debug C:...
by Ranguna259
Mon Apr 25, 2016 1:08 pm
Forum: Libraries and Tools
Topic: [Android] Admob and Google Play Game Services Support
Replies: 55
Views: 66831

Re: [Android] Admob Banner and Interstitial Support

First of all, AWESOME !! Thank you very much for this, I've been thinking about doing this but I never came around to do it. Great work Why won't you build the apk and post in in the download section of your repo. I get an error when I try to update the project with the google play services lib: >an...
by Ranguna259
Sat Mar 19, 2016 4:04 pm
Forum: General
Topic: Four hours of Love
Replies: 5
Views: 3423

Re: Four hours of Love

camelCase with the first letter as underscore FTW
by Ranguna259
Tue Mar 15, 2016 8:26 am
Forum: General
Topic: I need your help for a student competition
Replies: 13
Views: 2644

Re: I need your help for a student competition

I voted and it looks like your in the lead with 24 votes and the other projects won't be catching up anytime soon, I kinda feel sorry for them but that's the world we live in, anyway, best of luck :)

EDIT: Actually, there's one with 620, you need to tell this to more people.
by Ranguna259
Sun Mar 06, 2016 4:48 pm
Forum: Libraries and Tools
Topic: Simple Gui System
Replies: 3
Views: 2728

Re: Simple Gui System

I have no idea what the .love file does.
by Ranguna259
Tue Mar 01, 2016 5:56 pm
Forum: Libraries and Tools
Topic: Debug - A whole new way of debugging your game
Replies: 106
Views: 92149

Re: Debug - A whole new way of debugging your game

Hello, the unnoficial versions of this tool actualy have their own post . It's repo is currently maintained by me on github and anyone can pull requests. All that aside, sorry but I won't be merging your file with it's current github version, because: Tab is a popular key to be used inside games so ...