John Watkinson

Results 10 comments of John Watkinson

Yeah, I don't think we ever got a proper sharing button in there, definitely needed. On Feb 4, 2013, at 7:44 PM, zawarudo [email protected] wrote: > I couldn't find a...

Looks like something is wrong with your maps/tiles.txt file. You shouldn't have to move anything around to run the tools. Compile with: 'javac tools/gurk/*.java' and run with 'java -cp tools...

Hi, this is because of a bug with the Android hardware acceleration. See here for the solution: http://stackoverflow.com/questions/13987288/svg-image-not-visible-in-android-3-0-with-same-code/13992014#13992014

Yes, the issue seems to remain on the latest versions of Android. In fact, there are reasons to believe that there will be no fix coming, even though it seems...

If it's just going to be a static drawing back there, should be fine. There's probably even a way to convert it into a bitmap upon layout. Then you can...

Sorry for the delay in responding, you just use the text interface to create/load/save maps. For example, type "new 30 20" to create a new 30x20 map. Use "save castle"...

It's not super-easy, let me see if I can get a simpler build script going for you guys...

Are you guys on Mac, Windows, Linux?

OK guys, I've added a simplified script that should build the demo game. If you are on Windows, you will need to install cygwin to enable Unix tools: https://www.cygwin.com Make...

Oh yeah, thanks for that, will fix. Compiles fine on OS X because of the lax case rules on filenames, but definitely would hit a snag on Linux. On Jul...