Search found 13 matches

by xsw
Tue Feb 21, 2017 8:22 pm
Forum: General
Topic: What code editor do you use ?
Replies: 195
Views: 303746

Re: What code editor do you use ?

Atom

I used to use intellij, but it feels too heavyweight to me now. I do more and more of my coding in atom.

Rigorous logging + atom is enough to make me feel productive.
by xsw
Sun Jan 01, 2017 9:07 am
Forum: Support and Development
Topic: Exception when running on IOS __PHYSFS_platformGrabMutex
Replies: 7
Views: 6028

Re: Exception when running on IOS __PHYSFS_platformGrabMutex

It was on iOS simulator, exception breakpoint not enabled.

I tested on a real device now, iphone 6, and that worked. So it's only something with running on the simulator. It would be nice to have simulator, but I can live without it if it reliably works on real devices.
by xsw
Sat Dec 31, 2016 8:44 am
Forum: Support and Development
Topic: Exception when running on IOS __PHYSFS_platformGrabMutex
Replies: 7
Views: 6028

Exception when running on IOS __PHYSFS_platformGrabMutex

Hi, I'm new to this forum, sorry if I'm asking a question that has been answered elsewhere (didn't find an answer). I'm an experienced developer, mainly from non-games development, though I did a lot of game programming in my youth. I thought it would be fun to do an ios game now, and started out wi...