Selim Anaç

Results 22 issues of Selim Anaç

Hello @rgrams As I said on Defold forums, I love rendercam. Thank you again. I added experimental features to rendercam for my game. - Camera focus zone Rectangle zone. Similar...

deform must contain "default" when converting to spine json using 'db2 -t spine'. This line cause this issue: https://github.com/DragonBones/Tools/blob/e212beff82f5a7186c6971c1de3198af045ae9e4/src/format/dragonBonesFormat.ts#L1508 It should be `skin: string = "default";` ``` "deform": { "":...

Ps3 controller is connected but there is no input on High Sierra(Version 10.13.2). Enjoy2 is not working. (Possibly a high sierra driver issue!?)

First of all this is a great tool, I love it, thank you very much. I have a stupid problem about the font sizes. But I 'm not sure why...

bug
Merge mode

I did merge two different font files. Fonts from second file(tasks.ttf) is not working from generated as header+cpp. Files are attached below. ![Screen Shot 2020-05-11 at 22 08 12](https://user-images.githubusercontent.com/1324635/81601730-08e81a00-93d4-11ea-99d1-889dff3366ab.png) Header...

bug
Merge mode

Just a suggestion for a core update… Google reCAPTCHA integration would be nice. [Same here, sorry](https://github.com/thorsten/phpMyFAQ/issues/1008)

New feature

It would be nice to have a kind of a list for [reserved words](https://forum.defold.com/t/reserved-words/53940). My situation: ```lua msg.post(target, "set_light") ``` returns: ``` Field position not specified in table ```

Works fine on MacOS but fails on iOS. Tested with current example. Do you have any idea why is that happens? ``` default 14:29:41.000000 +0300 Myproject DEBUG:SCRIPT: nil default 14:29:41.000000...

Build failed without -stdlib=libc++ flag for iOS on manifest file. It build fine with this flag. ``` arm64-ios: context: flags: ["-std=c++11", "-stdlib=libc++"] ``` ![Screen Shot 2019-04-27 at 13 44 38](https://user-images.githubusercontent.com/1324635/56848777-6d355a00-68f5-11e9-98e3-67ffaa32c3ce.png)

Hi, Do you have any example for this old project? Thank you