aboutsummaryrefslogtreecommitdiff
path: root/platform/android/java_class_wrapper.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-04Removed stupid right arrow to edit resource. Now simply click it..Juan Linietsky5-11/+108
2017-06-04Added depth texture support (using parallax) to default material.Juan Linietsky5-38/+194
2017-06-04Update window size property names for editor runGeorge Marques1-4/+4
2017-06-04project manager, fixed siing of sort buttontoger51-1/+1
2017-06-03subsurface scattering is fixed and working againJuan Linietsky6-19/+27
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly84-685/+685
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas51-282/+282
2017-06-02many fixes to image loader, voxel cone tracing, etc.Juan Linietsky5-8/+10
2017-06-01GI probes working back againJuan Linietsky2-6/+9
2017-06-01Rework shading modes and change location of light shaderJuan Linietsky10-28/+100
2017-05-31stuff got modified :(Juan Linietsky1-2/+3
2017-05-31rewritten PBR implementation to make it friendlier with BlenderJuan Linietsky13-176/+114
2017-06-01fixed PowerState enum castKarroffel2-1/+2
2017-05-31Fix GDNative PoolVector typossheepandshepherd1-8/+8
2017-05-31EditorHelp: Help>Class now switch to script editorPoommetee Ketson2-10/+4
2017-05-31Fix autoplay animation starts from last editor state #8976Poommetee Ketson1-0/+1
2017-05-31Fixed compiling on windows after .hdr supportzer0problem1-1/+1
2017-05-31Wrap copy constructor for some GDNative typessheepandshepherd6-0/+63
2017-05-30Several fixes related to PBR and EnvironmentJuan Linietsky21-97/+132
2017-05-30Formatting CONTRIBUTING.md to 80 columsGilles Roudiere1-28/+97
2017-05-29Changed enum to const because enum with uint64 size does not work on VSC++ Co...Thomas Görlich1-3/+1
2017-05-29X11: Turn warning about not finding cursor theme into verbose output.Andreas Haas1-1/+3
2017-05-29Added members overviewPaulb237-1/+82
2017-05-29Fixed a typo in a Visual Server var name (#8977)suptoasty2-5/+5
2017-05-29NaturalSort: strings start with . treated differentlyPoommetee Ketson1-0/+12
2017-05-28-Added .hdr format supportJuan Linietsky34-292/+1222
2017-05-28Remove obsolete signal_renames fileRémi Verschelde1-21/+0
2017-05-28opus: Update to upstream version 1.1.5Rémi Verschelde40-250/+425
2017-05-28Use new icons everywhereTimo Schwarzer9-0/+0
2017-05-28Fixing typo for rect_position in _change_notify call for ControlKristupas Stumbrys1-1/+1
2017-05-28CreateDialog: fix activating recent item creates node selected in search resultPoommetee Ketson1-0/+2
2017-05-28CreateDialog: select root if search exactly matchPoommetee Ketson1-1/+1
2017-05-27Fix moving path controls in edit mode.Zaven Muradyan1-9/+7
2017-05-27openssl: Sync with upstream 1.0.2lRémi Verschelde208-1706/+3121
2017-05-27openssl: Reapply necessary UWP changes from patchRémi Verschelde4-19/+28
2017-05-27openssl: Define WIN32_LEAN_AND_MEAN on WindowsRémi Verschelde3-0/+66
2017-05-27openssl: Sync with pristine upstream 1.0.2hRémi Verschelde6-106/+11
2017-05-27openssl: Document update process and delete unused filesRémi Verschelde26-7213/+24
2017-05-27TinyEXR: Document licensing and copyrightRémi Verschelde2-0/+20
2017-05-27Fix MinGW-w64 build of TinyEXR for old toolchainsRémi Verschelde1-7/+33
2017-05-27Fix text warp in color blocks with CJKGeequlim1-1/+1
2017-05-27Fix item list scroll speed.Sean Bohan1-4/+0
2017-05-27Fix incorrect input event reference in editor_profiler.cppCarter Anderson1-1/+1
2017-05-27Fix incorrect input event reference in animation_editor.cppCarter Anderson1-7/+7
2017-05-27GDScript: Use "is" keyword for type checking.Andreas Haas7-8/+12
2017-05-27Fix InputEvent actions.Andreas Haas2-3/+3
2017-05-26-Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky18-109/+13359
2017-05-27Rework warning levelsPedro J. Estébanez1-10/+22
2017-05-27Allow custom CCFLAGS for iPhone buildsPedro J. Estébanez1-4/+4
2017-05-27Make OS.get_locale() returns same valuevolzhs2-4/+3