summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-14-Added google play services (needed for some stuff)Juan Linietsky
2014-04-14-Added google play services (needed for some stuff)Juan Linietsky
2014-04-10Merge pull request #277 from jonyrock/masterreduz
2014-04-10home button like & whitespacejonyrock
2014-04-10Merge pull request #274 from sanikoyes/hotifx-Marshal-Matrix32-Supportreduz
2014-04-10Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2014-04-10-Fixed a few bugs in ViewportJuan Linietsky
2014-04-06Merge pull request #195 from sanikoyes/hotfix-android-unicode-ime-inputreduz
2014-04-06Move onKeyDown/onKeyUp from Godot to GodotViewsanikoyes
2014-04-06Merge branch 'master' into hotfix-android-unicode-ime-inputsanikoyes
2014-04-06Merge pull request #255 from sikakraa/android_kb_fixreduz
2014-04-06Fixed Android crash by adding safety to the hideKeyboard() -function.sikakraa
2014-04-05-HttpClient: ’Content-Length’ is added to httprequest if not provided in ...Juan Linietsky
2014-04-05-Support for changing fontsJuan Linietsky
2014-04-05Merge pull request #203 from marynate/PR-fix-collisionshape2d-del-not-updatereduz
2014-04-05Merge pull request #206 from marynate/PR-multijobs-buildreduz
2014-04-05Merge pull request #211 from sanikoyes/hotfix-render-altas-texture-spritereduz
2014-04-05Merge pull request #212 from marynate/PR-framelimitreduz
2014-04-05Merge pull request #223 from sanikoyes/hotfix-imp-thread-id-in-windowsreduz
2014-04-05Merge pull request #229 from marynate/PR-resizable-windowreduz
2014-04-05Merge pull request #230 from hiltonm/hotfix-ignore-doc-data-compressedreduz
2014-04-05Merge pull request #232 from marynate/PR-fix-variant-multiply-bugreduz
2014-04-05Merge pull request #236 from marynate/PR-iOS-FPS60reduz
2014-04-05Merge pull request #237 from marynate/PR-maya-navreduz
2014-04-05Merge pull request #239 from sanikoyes/hotfix-add-new-anchor-optionsreduz
2014-04-05Merge pull request #241 from marynate/PR-viewport-hotkeyreduz
2014-04-05Merge pull request #242 from marynate/PR-fix-matrix3-bindingreduz
2014-04-05Merge pull request #243 from marynate/PR-fix-touchscreenbutton-releasedreduz
2014-04-05Merge pull request #247 from marynate/PR-path-editor-uireduz
2014-04-05Merge pull request #246 from marynate/PR-path2d-editorreduz
2014-04-03Make secondary handle 50% transparent in Path editor to distinguish frommarynate
2014-04-03Add close curve icon source imagemarynate
2014-04-03Add close curve iconmarynate
2014-04-03Move point in Path2D edtitor now respect snap configure; Press Alt whenmarynate
2014-04-03Use shift for control point in Paht2D editor (to be consistent with Path editor)marynate
2014-04-03Fixed delete path2d node will crash editormarynate
2014-04-03Fix #244 no path2d handles visiblemarynate
2014-04-02Fix #240 TouchScreenButton release signal is not validmarynate
2014-04-01Add Matrix3::get_scale() bindingmarynate
2014-04-01Space to toggle maximize viewportmarynate
2014-04-01Add hotkey for switching viewportsmarynate
2014-04-01Hold shift to speedup pan/zoom in maya navigation schememarynate
2014-04-01Keep selection from been cleared when navigating in 3d viewportmarynate
2014-04-01Fix bug in 3d navigation scheme selection; Add modo navigation schememarynate
2014-04-01Disable transform operation when navigationmarynate
2014-04-01Add maya style navigation scheme to 3d vieewportmarynate
2014-03-31Add anchor options "Center"sanikoyes
2014-03-31Lift Godot GLView update frequency from 30 to 60marynate
2014-03-29Fix Variant vector2/vecotor3 multiply bugmarynate
2014-03-27Remove auto-generated doc_data_compressed.hHilton Medeiros