aboutsummaryrefslogtreecommitdiff
path: root/platform/android/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* -Fixed viewport stretch bugsJuan Linietsky2014-04-184-11/+31
| | | | | -Fixed input in viewport stretch bugs -Fixed tilemap pixel overlap (really?)
* -Added google play services (needed for some stuff)Juan Linietsky2014-04-143-10/+13
| | | | | | | | | -Added new screen resizing options, stretch_2d is removed, new much more flexible ones. -Fixed bug in viewport (can create more instances in 3d-in-2d demo now) -Can set android permissions and screen sizes manually in the export settings -Changed export templates extension to .tpz (too many people unzipped the manually..) -File dialog now ensures that the proper extension is used (will not allow to save without it) -Fixed bug that made collision exceptions not work in 2D
* Move onKeyDown/onKeyUp from Godot to GodotViewsanikoyes2014-04-062-10/+16
| | | | Press 'back' button should not terminate program, normal handle 'back' event in game logic
* Merge branch 'master' into hotfix-android-unicode-ime-inputsanikoyes2014-04-0616-17/+1231
|\
| * Fixed Android crash by adding safety to the hideKeyboard() -function.sikakraa2014-04-061-2/+7
| |
| * -Support for changing fontsJuan Linietsky2014-04-0514-6/+1147
| | | | | | | | | | | | | | -Detect when free() might crash the project and throw error -fixed 2D Bounce in physics (3d still broken) -renamed “on_top” property to “behind_parent”, which makes more sense, old on_top remains there for compatibility but is invisible. -large amount of fixes
| * Update GodotLib.javareduz2014-03-131-4/+0
| |
| * Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2014-03-132-2/+37
| |\ | | | | | | | | | | | | | | | Conflicts: modules/multiscript/register_types.cpp platform/android/java/src/com/android/godot/GodotLib.java
| * | -fix bug in cache for atlas import/exportJuan Linietsky2014-03-134-16/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -fix some menus -fixed bug in out transition curves -detect and remove file:/// in collada -remove multiscript for now -remove dependencies on mouse in OS, moved to Input -avoid fscache from screwing up (fix might make it slower, but it works) -funcref was missing, it's there now
* | | fix enter keysanikoyes2014-03-131-4/+4
| | |
* | | fix android can't input unicode characterssanikoyes2014-03-135-11/+319
| |/ |/| | | | | | | | | | | | | | | fix hide soft keyboard by press 'back' button, then click current focus text edit/line edit control, soft keyboard won't show again add features: press enter key with line edit control will hide soft keyboard
* | fix android input doe's not work(line edit/text edit)sanikoyes2014-03-122-3/+34
|/
* -fixed export templates not loading/exporting on WindowsJuan Linietsky2014-02-131-0/+1
| | | | | | | | | | | | -fixed TouchScreenButton with stretch2d -fixed(?) OSX crash on startup (test!!) -compilation fixes on windows -CollisionPolygon editor works again -find buttons en find dialog -TileMap editor cleanup (removed "error", made nicer) -viewport flicker fixed -make .scn default extension for saving scenes -export the rest of the network classes to gdscript
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-0952-0/+1692