summaryrefslogtreecommitdiffstats
path: root/platform/android/java_glue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Little BitsJuan Linietsky2014-08-141-2/+2
| | | | | | | | -=-=-=-=-=- -Fixed small bugs all around -Added ability to show/hide entire sections of the spatial (3D) tree -WIP new vehicle (not ready yet) based on Bullet
* Small Issues & MaintenanceJuan Linietsky2014-08-011-3/+8
| | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes
* 2D Animation ImprovementsJuan Linietsky2014-07-061-0/+5
| | | | | | | | | -=-=-=-=-=-=-=-=-=--=-=-= -Ability to set 2D nodes as bones -Abity to set 2D nodes as IK chains -2D IK Solver -Improvements in the UI for adding keyframes (separate loc,rot,scale buttons)
* Fixed Bugs & Joypad in AndroidJuan Linietsky2014-07-021-0/+45
| | | | | | | | ================================ -resolved many graphical glitches with multiple lights in GLES2 render -fixes and WIP apk expansion -joystick support for Android by Ariel
* Misc FixesJuan Linietsky2014-06-271-13/+33
| | | | | | | | | | | | ========== -NOTIFICATION_WM_QUIT fixed on android (seems tha way this is reported changed in newer sdk) -WIP implementation of APK Expansion APIs for publishing games larger than 50mb in Play Store -Feaures in the new tutorials are all present in the sourcecode -This (hopefully) should get rid of the animation list order getting corrupted -Improved 3D Scene Importer (Skeletons, Animations and other stuff were not being merged). Anything missing? -In code editor, the automatic syntax checker will only use file_exists() to check preload() else it might freeze the editor too much while typing if the preload is a big resource -Fixed bugs in PolygonPathFinder, stil pending to do a node and a demo
* Add RAW_ARRAY as valid paramter for java bindingmarynate2014-06-041-0/+23
|
* -Fixed bug in "extends"Juan Linietsky2014-05-241-1/+5
|
* -Added OpenSSL and HTTPS supportJuan Linietsky2014-04-281-4/+14
| | | | | -Built-in version of the library for Windows, Android and iOS (other OSs use system one) -Small fixes all around
* Merge branch 'master' into hotfix-android-unicode-ime-inputsanikoyes2014-04-061-3/+49
|\
| * -Support for changing fontsJuan Linietsky2014-04-051-2/+7
| | | | | | | | | | | | | | -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
| * Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2014-03-131-2/+269
| |\ | | | | | | | | | | | | | | | 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-131-1/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -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/+6
| |/ |/|
* | fix android input doe's not work(line edit/text edit)sanikoyes2014-03-121-2/+269
|/
* -fixed export templates not loading/exporting on WindowsJuan Linietsky2014-02-131-0/+20
| | | | | | | | | | | | -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-091-0/+1153