| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-11-21 | tegra 3 fix | mikica1986vee | 1 | -2/+21 | |
| 2015-11-21 | Implement name filter to PropertyEditor | Franklin Sobrinho | 8 | -72/+254 | |
| - Add search bar to Inspector tab and to Project and Editor settings dialog | |||||
| 2015-11-20 | Update Vector2.angle() description | Rémi Verschelde | 1 | -0/+2 | |
| 2015-11-20 | Sync doc template with code | Rémi Verschelde | 1 | -83/+138 | |
| 2015-11-20 | Inserted explanation about the behaviour of CollsionPolygon2D.set_polygon. | Ovnuniarchos | 1 | -12/+43 | |
| 2015-11-20 | Differences between ConvexPolygon2D and ConcavePolygon2D? | Ovnuniarchos | 1 | -1/+2 | |
| 2015-11-20 | ConvexPolygonShape2D.set_point_cloud documented to do nothing. | Ovnuniarchos | 1 | -4/+4 | |
| 2015-11-20 | Added definition of bias solver. | Ovnuniarchos | 1 | -0/+5 | |
| 2015-11-20 | Fix help display | eska | 1 | -1/+2 | |
| 2015-11-19 | compile fixes | Juan Linietsky | 2 | -2/+2 | |
| 2015-11-19 | -small fix to avoid warnings | Juan Linietsky | 1 | -1/+1 | |
| 2015-11-19 | Revert "libao audio driver" | Juan Linietsky | 9 | -269/+7 | |
| 2015-11-19 | Add icons to all demos that can have a meaningful one | Rémi Verschelde | 26 | -2/+11 | |
| 2015-11-19 | Rename polygon_path_finder demo and add icon | Rémi Verschelde | 8 | -6/+5 | |
| 2015-11-19 | fix compile error in some msvc version (snprintf not found) | Ariel Manzur | 1 | -1/+6 | |
| 2015-11-19 | fix with refactoring, refrash re-run icon | Alexander Holland | 1 | -3/+1 | |
| 2015-11-19 | Fixed mistake where available buffer size would not be updated for each ↵ | Trond Abusdal | 2 | -6/+2 | |
| recvfrom-call in PacketPeerUDPWinsockPposix. | |||||
| 2015-11-19 | Change wiki links to point to OpenProject website | Rémi Verschelde | 1 | -2/+2 | |
| 2015-11-19 | get_handle_value implemented for LINE_SHAPE. Normal length normalized. | Ovnuniarchos | 1 | -1/+8 | |
| 2015-11-19 | Show select menu on button pressed (instead of released) | neikeq | 2 | -52/+52 | |
| 2015-11-19 | Added missing \n in script error output. | ZuBsPaCe | 2 | -2/+2 | |
| 2015-11-19 | Nice error output padding. Code location behind " At: " is now aligned with ↵ | ZuBsPaCe | 2 | -12/+20 | |
| the error message above. Also removed the dot after the file location. | |||||
| 2015-11-19 | Set console background color on windows in SetConsoleTextAttribute, ↵ | ZuBsPaCe | 1 | -5/+8 | |
| otherwise text background will be black, which looks strange if the terminal color is not black. | |||||
| 2015-11-19 | Set output color of ERR_SCRIPT messages to purple. Same as on linux. | ZuBsPaCe | 1 | -1/+1 | |
| 2015-11-19 | Removed ANSI error codes from windows terminal error output. Windows does ↵ | ZuBsPaCe | 2 | -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-19 | Inconsistent code formatting in print_error (Newlines and spaces) | ZuBsPaCe | 2 | -45/+46 | |
| 2015-11-19 | removed iconv dependency from pe_bliss | Juan Linietsky | 2 | -34/+11 | |
| 2015-11-19 | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260 | Juan Linietsky | 12 | -16/+16 | |
| 2015-11-19 | Ask confirmation on closing a scene tab | Julian Murgia - StraToN | 2 | -10/+28 | |
| 2015-11-19 | Fix SplitContainer bool properties | Franklin Sobrinho | 1 | -2/+2 | |
| 2015-11-19 | Fixes https://github.com/godotengine/godot/issues/2821 | Aren Villanueva | 1 | -0/+1 | |
| 2015-11-19 | Fixes the make_doc.sh, <, > and & signs in descriptions that cause the ↵ | Aren Villanueva | 7 | -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-19 | Changed capabilities list. | Ovnuniarchos | 1 | -1/+5 | |
| 2015-11-19 | Fixes Visual Studio compile error due to pe_bliss | ZuBsPaCe | 1 | -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-19 | Fix Windows Export | masoud bh | 2 | -3/+3 | |
| 2015-11-19 | Revert "Ignore alpha materials in baked light ray-tracer." | Juan Linietsky | 2 | -106/+66 | |
| 2015-11-19 | Added selection menu to spatial and canvas editors | neikeq | 4 | -84/+393 | |
| 2015-11-18 | Added tooltip for a few buttons in sample library editor | Tybobobo | 1 | -0/+4 | |
