distantforest

Results 13 comments of distantforest

Yep all good, I'm used to moving code and I think I'll be here for a couple years if things go well anyway. Also the _sdl2 module is too awesome...

Also getting this error, what else would I need to do here? ``` pygame_sdl2.error is out of date. Traceback (most recent call last): File "D:\Code\pygame_sdl2\pygame_sdl2\setup.py", line 110, in cython("pygame_sdl2.error", libs=sdl_libs)...

Indeed, I use the kanban plugin every day for work (typical todo doing and done) and for personal things (saving and clipping images and artwork from the internet). It's invaluable!

On closer inspection this is the error that appears on logcat: ``` 06-27 17:22:43.069: E/AndroidRuntime(23960): FATAL EXCEPTION: GLThread 491 06-27 17:22:43.069: E/AndroidRuntime(23960): Process: com.pixelfruit.godotadstemplate, PID: 23960 06-27 17:22:43.069: E/AndroidRuntime(23960): android.view.ViewRootImpl$CalledFromWrongThreadException:...

To fix the problem I replaced the init() in /android/GodotAds.java to ``` public void init (final int p_script_id) { activity.runOnUiThread(new Runnable() { public void run() { adLayout = new RelativeLayout(activity);...

Just adding my 2c, this is also happening on my windows system: ``` D:\programs\v>v -cg -live run examples/hot_reload/message.v Unhandled Exception 0xC0000005 C:/Users/distantf/AppData/Local/Temp/v_0/message.16682603741558348194.tmp.c:8385: at print_backtrace_skipping_top_frames_tcc: Backtrace C:/Users/distantf/AppData/Local/Temp/v_0/message.16682603741558348194.tmp.c:8352: by print_backtrace_skipping_top_frames C:/Users/distantf/AppData/Local/Temp/v_0/message.16682603741558348194.tmp.c:9162: by...

Also getting this issue. Some engines do support subpixels, this TMX is also straight from tiled so I believe it should be supported as well.

+1 to this. Right now I have functions like this ```haxe overload extern inline public static function rowifyObjects(x: Float, y: Float, rowDist: Float, obs: Array) { // ... } public...