aboutsummaryrefslogtreecommitdiff
path: root/platform/android/java_bind.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-11-24Correct retvals of String::to_ascii() and String::to_utf8()est311-2/+2
Both return RawArray, not String. My fault from commit f83f96cb44a5c4f65c6271d0a98606b489adc488.
2015-11-23Import Sub-Scene as root's child if no node is selectedneikeq1-1/+4
2015-11-23Fix return type of Matrix32 member varsRémi Verschelde2-6/+6
Thanks to @bojidar-bg for localising the issue.
2015-11-23Added windows specific fileBrickcaster1-0/+1
godot_res.res is showing up as a changed file when compiling for windows. Need to ignore it.
2015-11-23Document Vector3 and Vector3Array. Fix documentation of Vector2 and ↵Bojidar Marinov1-13/+33
Vector2Array.
2015-11-23Update doc with -doctool.Bojidar Marinov1-1/+1
2015-11-23fix poorly formed documentation xml, text outside of tagszvodd1-2/+2
2015-11-23Make all demo icons 8-bit/color RGB(A)Rémi Verschelde16-0/+0
Godot does not seem to like 8-bit colormaps. Fixes #2874.
2015-11-22Better PropertyEditor searchFranklin Sobrinho1-3/+12
2015-11-22Popup submenu position enhancementneikeq1-1/+8
2015-11-21tegra 3 fixmikica1986vee1-2/+21
2015-11-21Implement name filter to PropertyEditorFranklin Sobrinho8-72/+254
- Add search bar to Inspector tab and to Project and Editor settings dialog
2015-11-20Add more properties to AcceptDialogFranklin Sobrinho1-1/+3
2015-11-20Update Vector2.angle() descriptionRémi Verschelde1-0/+2
2015-11-20Sync doc template with codeRémi Verschelde1-83/+138
2015-11-20Inserted explanation about the behaviour of CollsionPolygon2D.set_polygon.Ovnuniarchos1-12/+43
2015-11-20Differences between ConvexPolygon2D and ConcavePolygon2D?Ovnuniarchos1-1/+2
2015-11-20ConvexPolygonShape2D.set_point_cloud documented to do nothing.Ovnuniarchos1-4/+4
2015-11-20Added definition of bias solver.Ovnuniarchos1-0/+5
2015-11-20add priority to load binaryname.pckmasoud bh1-2/+2
2015-11-20Load binaryname.pckmasoud bh1-0/+10
if not found data.pck search for binaryname.pck in linux and windows
2015-11-20Fix help displayeska1-1/+2
2015-11-19compile fixesJuan Linietsky2-2/+2
2015-11-19-small fix to avoid warningsJuan Linietsky1-1/+1
2015-11-19Revert "libao audio driver"Juan Linietsky9-269/+7
2015-11-19Add icons to all demos that can have a meaningful oneRémi Verschelde26-2/+11
2015-11-19Rename polygon_path_finder demo and add iconRémi Verschelde8-6/+5
2015-11-19fix compile error in some msvc version (snprintf not found)Ariel Manzur1-1/+6
2015-11-19fix with refactoring, refrash re-run iconAlexander Holland1-3/+1
2015-11-19Fixed mistake where available buffer size would not be updated for each ↵Trond Abusdal2-6/+2
recvfrom-call in PacketPeerUDPWinsockPposix.
2015-11-19Change wiki links to point to OpenProject websiteRémi Verschelde1-2/+2
2015-11-19get_handle_value implemented for LINE_SHAPE. Normal length normalized.Ovnuniarchos1-1/+8
2015-11-19Show select menu on button pressed (instead of released)neikeq2-52/+52
2015-11-19Added missing \n in script error output.ZuBsPaCe2-2/+2
2015-11-19Nice error output padding. Code location behind " At: " is now aligned with ↵ZuBsPaCe2-12/+20
the error message above. Also removed the dot after the file location.
2015-11-19Set console background color on windows in SetConsoleTextAttribute, ↵ZuBsPaCe1-5/+8
otherwise text background will be black, which looks strange if the terminal color is not black.
2015-11-19Set output color of ERR_SCRIPT messages to purple. Same as on linux.ZuBsPaCe1-1/+1
2015-11-19Removed ANSI error codes from windows terminal error output. Windows does ↵ZuBsPaCe2-12/+12
not support them. See: http://stackoverflow.com/questions/16755142/how-to-make-win32-console-recognize-ansi-vt100-escape-sequences See: http://stackoverflow.com/questions/22777142/is-there-a-way-to-make-windows-output-ansi-escape-sequences?lq=1
2015-11-19Inconsistent code formatting in print_error (Newlines and spaces)ZuBsPaCe2-45/+46
2015-11-19removed iconv dependency from pe_blissJuan Linietsky2-34/+11
2015-11-19-remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260Juan Linietsky12-16/+16
2015-11-19Ask confirmation on closing a scene tabJulian Murgia - StraToN2-10/+28
2015-11-19Fix SplitContainer bool propertiesFranklin Sobrinho1-2/+2
2015-11-19Fixes https://github.com/godotengine/godot/issues/2821Aren Villanueva1-0/+1
2015-11-19Fixes the make_doc.sh, <, > and & signs in descriptions that cause the ↵Aren Villanueva7-8/+118
parser to break. Documentation for HTTPClient. Added a query_string_from_dict method to HTTPClient to create a x-www-form-urlencoded valid query string for GET and POST messages. String now has http_escape() and http_unescape() methods to help facilitate the above query_string_from_dict method.
2015-11-19Changed capabilities list.Ovnuniarchos1-1/+5
2015-11-19Fixes Visual Studio compile error due to pe_blissZuBsPaCe1-0/+1
Error: C2039: 'min': is not a member of 'std' Reason: #2518 introduced pe_bliss Fix: Visual Studio 2015 & 2013 need to include algorithm header before string, otherwise std:min cannot be used. See: http://stackoverflow.com/questions/17409956
2015-11-19Fix Windows Exportmasoud bh2-3/+3
2015-11-19Revert "Ignore alpha materials in baked light ray-tracer."Juan Linietsky2-106/+66
2015-11-19Added selection menu to spatial and canvas editorsneikeq4-84/+393