| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed float Color conversions to int types | Max | 2018-06-19 | 1 | -13/+13 |
| | | |||||
| * | -Added AnimationGraphPlayer (still missing features) | Juan Linietsky | 2018-06-18 | 1 | -1/+0 |
| | | | | | -Added ability to edit resources from built-in inspector (wip, needs testing and feedback) | ||||
| * | Expose OS.get_ticks_usec() | Marc Gilleron | 2018-06-18 | 2 | -0/+7 |
| | | |||||
| * | Merge pull request #19487 from JFonS/better_3d_select | Rémi Verschelde | 2018-06-13 | 3 | -0/+238 |
| |\ | | | | | Improve 3D selection | ||||
| | * | Polished 3D selection | JFonS | 2018-06-13 | 3 | -0/+238 |
| | | | |||||
| * | | Merge pull request #19509 from SaracenOne/ime | Rémi Verschelde | 2018-06-13 | 3 | -0/+7 |
| |\ \ | | | | | | | IME context detection. | ||||
| | * | | IME context detection. | Saracen | 2018-06-11 | 3 | -0/+7 |
| | |/ | |||||
| * / | Fixed regression making the logger not respect the max files limit. | Michael Alexsander Silva Dias | 2018-06-12 | 1 | -2/+2 |
| |/ | |||||
| * | Added functions to get trimesh info | Andrea Catania | 2018-06-07 | 2 | -0/+24 |
| | | |||||
| * | Merge pull request #19263 from vnen/fix-get-return | Rémi Verschelde | 2018-05-31 | 1 | -0/+1 |
| |\ | | | | | Fix return type of _get() virtual method | ||||
| | * | Fix return type of _get() virtual method | George Marques | 2018-05-29 | 1 | -0/+1 |
| | | | |||||
| * | | Style: Apply clang-format (5.0) to some missed files | Rémi Verschelde | 2018-05-31 | 3 | -10/+10 |
| | | | |||||
| * | | Merge pull request #19278 from karroffel/image-rgbe-srgb | Juan Linietsky | 2018-05-30 | 2 | -0/+33 |
| |\ \ | | | | | | | added rgbe_to_srgb method to Image | ||||
| | * | | added rgbe_to_srgb method to Image | karroffel | 2018-05-30 | 2 | -0/+33 |
| | | | | |||||
| * | | | Don't add a period to a log file name if it has no extension. | Michael Alexsander Silva Dias | 2018-05-30 | 1 | -1/+4 |
| |/ / | |||||
| * | | Merge pull request #19266 from akien-mga/os-execute-doc | Max Hilbrunner | 2018-05-30 | 1 | -1/+2 |
| |\ \ | | | | | | | Improve return value and docs on OS.execute regarding blocking/non-blocking variants | ||||
| | * | | Improve return value of OS.execute in blocking/non-blocking variants | Rémi Verschelde | 2018-05-30 | 1 | -1/+2 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Initialized the PID to -2, which will be the value returns in blocking- mode where the PID is not available. (-1 was already taken to signify an execution failure). OS::execute will now properly return a non-OK error code when it fails to execute the target file. The documentation was rewritten to be very clear about the differences between blocking and non-blocking mode. Fixes #19056. | ||||
| * | | New sync RPC modes to match all combinations | Fabio Alessandrelli | 2018-05-29 | 2 | -0/+12 |
| | | | |||||
| * | | Refactor RPCMode enum and checks | Fabio Alessandrelli | 2018-05-29 | 3 | -76/+99 |
| |/ | |||||
| * | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner | 2018-05-29 | 3 | -111/+76 |
| | | |||||
| * | Merge pull request #19021 from Faless/rpc_sync_fix | Max Hilbrunner | 2018-05-29 | 3 | -76/+111 |
| |\ | | | | | RPCMode refactor, more sync modes | ||||
| | * | New sync RPC modes to match all combinations | Fabio Alessandrelli | 2018-05-26 | 2 | -0/+12 |
| | | | |||||
| | * | Refactor RPCMode enum and checks | Fabio Alessandrelli | 2018-05-26 | 3 | -76/+99 |
| | | | |||||
| * | | Sync classref with current source | Rémi Verschelde | 2018-05-28 | 1 | -0/+2 |
| | | | | | | | | | Also fix binding of Basis.slerp | ||||
| * | | Revert "Make the performance reporting update frequency customizable" | Juan Linietsky | 2018-05-28 | 4 | -7/+2 |
| | | | |||||
| * | | Merge pull request #19213 from bit-shift-io/master | Rémi Verschelde | 2018-05-28 | 1 | -1/+1 |
| |\ \ | | | | | | | Fix for not picking up locale of some .po translation files | ||||
| | * | | Fix for not picking up locale of some .po translation files | Fabian | 2018-05-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #18410 from GodotExplorer/debugger-inherited-variables | Rémi Verschelde | 2018-05-28 | 1 | -14/+40 |
| |\ \ \ | | | | | | | | | Add inherited variables support for script debugger | ||||
| | * | | | Send inherited variables and constants from remote debugger | Geequlim | 2018-04-29 | 1 | -14/+40 |
| | | | | | |||||
| * | | | | Merge pull request #18899 from ibrahn/gdscript-license-info | Rémi Verschelde | 2018-05-28 | 5 | -0/+123 |
| |\ \ \ \ | |_|/ / |/| | | | GDScript access to copyright, license, author and donor information. | ||||
| | * | | | GDScript access to copyright, license, author and donor information. | Ibrahn Sahir | 2018-05-19 | 5 | -0/+123 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds following functions to the Engine singleton: get_author_info - names of Godot authors get_copyright_info - detailed source copyright get_license_info get_donor_info - donor names get_license_info - full text of licenses used, indexed by license names get_license_text - the text of the Godot Expat license | ||||
| * | | | | Merge pull request #18279 from RandomShaper/allow-naive-http | Max Hilbrunner | 2018-05-26 | 2 | -15/+50 |
| |\ \ \ \ | | | | | | | | | | | Allow body-up-to-EOF HTTP responses | ||||
| | * | | | | Allow body-up-to-EOF HTTP responses | Pedro J. Estébanez | 2018-05-22 | 2 | -15/+50 |
| | | |/ / | |/| | | | | | | | | | | | | | | | | | | Implements the same heuristic as Curl (and web browsers): if no `Content-Length`, no `Connection: keep-alive` and no chunked transfer encoding, assume th rest of the data until EOF is the body, gracefully setting the HTTP client back to the disconnected state. Theoretically, this is not compliant with HTTP 1.1, by which `keep-alive` is the default, but in practice, an explicit header is sent by servers. | ||||
| * | | | | Merge pull request #18998 from Calinou/customizable-performance-reporting-rate | Max Hilbrunner | 2018-05-26 | 4 | -2/+7 |
| |\ \ \ \ | |_|_|/ |/| | | | Make the performance reporting update frequency customizable | ||||
| | * | | | Make the performance reporting update frequency customizable | Hugo Locurcio | 2018-05-18 | 4 | -2/+7 |
| | | |/ | |/| | | | | | | | The default update frequency has been changed from 1000ms to 250ms. | ||||
| * | | | Merge pull request #14715 from Krakean/string_add_rsplit2 | Max Hilbrunner | 2018-05-23 | 3 | -0/+43 |
| |\ \ \ | | | | | | | | | Added rsplit() method to String class | ||||
| | * | | | Added rsplit() for String class | Dmitry Koteroff | 2017-12-15 | 3 | -0/+43 |
| | | | | | | | | | | | | | | | | | Docs updated | ||||
| * | | | | Dictionary editing support in inspector | Juan Linietsky | 2018-05-19 | 2 | -0/+28 |
| | |/ / |/| | | |||||
| * | | | Fix PoolAllocator::resize for too large p_new_size | nemerle | 2018-05-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code had a subtle signed/unsigned bug - ```cpp if( signed - unsigned < 0) // signed - unsigned is unsigned in c++, so if( unsigned < 0) // and thus the if block will never be executed ``` Thus all the following code would be ran, including unnecessary retries of compacting the pool. | ||||
| * | | | Merge pull request #18804 from tagcup/vec_slerp | Rémi Verschelde | 2018-05-16 | 7 | -10/+82 |
| |\ \ \ | | | | | | | | | Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation. | ||||
| | * | | | Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation. | tagcup | 2018-05-12 | 7 | -10/+82 |
| | | | | | | | | | | | | | | | | | Also even out Basis and Quat APIs a little. | ||||
| * | | | | Add missing copyright headers | Guilherme Felipe | 2018-05-16 | 2 | -0/+60 |
| | | | | | |||||
| * | | | | -New inspector. | Juan Linietsky | 2018-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) - | ||||
| * | | | | Merge pull request #18545 from vnen/editor-autoload | Juan Linietsky | 2018-05-14 | 1 | -0/+2 |
| |\ \ \ \ | | | | | | | | | | | Enable autoload in editor | ||||
| | * | | | | Enable autoload in editor | George Marques | 2018-05-01 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tool scripts will be executed and can be accessed by plugins. - Other script languages can implement add/remove_named_global_constant to make use of this functionality. | ||||
| * | | | | | Allow sending raw bytes through MultiplayerAPI | Fabio Alessandrelli | 2018-05-12 | 2 | -1/+41 |
| | |/ / / |/| | | | |||||
| * | | | | Merge pull request #18709 from Faless/multiplayer_docs | Max Hilbrunner | 2018-05-09 | 2 | -25/+25 |
| |\ \ \ \ | | | | | | | | | | | Rename multiplayer_api to multiplayer, add docs | ||||
| | * | | | | Internal methods in MultiplayerAPI start with _ | Fabio Alessandrelli | 2018-05-08 | 2 | -25/+25 |
| | | | | | | |||||
| * | | | | | Merge pull request #14622 from bruvzg/non-rectangular-windows | Hein-Pieter van Braam | 2018-05-08 | 4 | -0/+29 |
| |\ \ \ \ \ | | | | | | | | | | | | | Experimental support for windows with per-pixel transparency. | ||||
| | * | | | | | Experimental support for windows with per-pixel transparency (macOS, X11 and ↵ | bruvzg | 2018-04-07 | 4 | -0/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Windows). | ||||
