Age | Commit message (Expand) | Author |
2019-11-08 | Expose the `OS.low_processor_usage_mode_sleep_usec` property | Hugo Locurcio |
2019-10-31 | Provide and print error messages for JSON parsing | Andrii Doroshenko (Xrayez) |
2019-10-22 | Add request permission automatically at android | Cagdas |
2019-09-26 | Added an exit code to the blocking mode of OS::execute | Ruslan Mullayanov |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-09-01 | Remove redundant transform method in Geometry singleton | Andrii Doroshenko (Xrayez) |
2019-08-27 | Add 'is_point_in_circle()' to Geometry class, and general file cleanup | Michael Alexsander Silva Dias |
2019-08-26 | [macOS] Add methods to modify global and dock menus. Add ability to open mult... | bruvzg |
2019-08-19 | Move CryptoCore to it's own folder. | Fabio Alessandrelli |
2019-08-17 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily |
2019-07-18 | Merge pull request #30226 from lawnjelly/interpolate | Rémi Verschelde |
2019-07-11 | Add access to interpolation fraction for fixed timestep interpolation | lawnjelly |
2019-07-06 | Added release function to PoolVector::Access. | Ibrahn Sahir |
2019-07-03 | Add b64 to string helper in CryptoCore | Fabio Alessandrelli |
2019-07-02 | Merge pull request #30239 from Faless/crypto/crypto_core | Rémi Verschelde |
2019-07-02 | CryptoCore class to access to base crypto utils. | Fabio Alessandrelli |
2019-07-02 | Merge pull request #30223 from qarmin/properly_delete_thread | Rémi Verschelde |
2019-07-01 | Remove thread to prevent memory leak | qarmin |
2019-07-01 | Merge pull request #30126 from qarmin/remove_unnecessary_code | Rémi Verschelde |
2019-07-01 | Remove unnecessary code and add some error explanations | qarmin |
2019-06-30 | doc: Enforce default values for OS properties | Rémi Verschelde |
2019-06-27 | Merge pull request #29941 from qarmin/redundant_code_and_others | Rémi Verschelde |
2019-06-27 | Bind is_point_in_polygon in Geometry singleton | Andrii Doroshenko (Xrayez) |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-15 | Add ability to limit maximum/minimum window size. | bruvzg |
2019-05-28 | Merge pull request #26462 from SubSage/master | Rémi Verschelde |
2019-05-27 | Merge pull request #29119 from bruvzg/native_icon_support | Rémi Verschelde |
2019-05-24 | Add native window/taskbar icon support for Windows and macOS. | bruvzg |
2019-05-24 | Expose 2D Delaunay triangulation in Geometry singleton | Andrii Doroshenko (Xrayez) |
2019-05-22 | Expose 2D polygon boolean operations in Geometry singleton | Andrii Doroshenko (Xrayez) |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde |
2019-04-07 | core_bind: Use the appropriate enum instead of int | Ignacio Etcheverry |
2019-04-02 | Enable warnings=extra on clang and GCC testers. | marxin |
2019-04-01 | Add object encoding param to serialization methods | Fabio Alessandrelli |
2019-03-08 | Request Android record permission when needed | DESKTOP-3H3MR3A\eloisa |
2019-03-05 | Fixes stderr silence; adds missing quote from exe args(windows) | Luis Martinez |
2019-02-16 | Expose OS::get_current_video_driver to scripting languages | Rémi Verschelde |
2019-01-30 | Let memory stat functions return uint64_t | Pedro J. Estébanez |
2019-01-11 | Fix error explanation in core_bind Thread::_start_func | Poommetee Ketson |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-27 | doc: Sync classref with current source | Rémi Verschelde |
2018-12-20 | Added OS.get_system_time_msecs() | volzhs |
2018-11-23 | Changes IME input to use notification instead of callback, exposes IME method... | bruvzg |
2018-11-16 | Add store_csv_line method for File | Kanabenki |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky |
2018-11-07 | Expose OS::move_window_to_foreground | Marcelo Fernandez |
2018-10-18 | Bind missing subresource flag in ResourceSaver | Andrii Doroshenko (Xrayez) |
2018-10-06 | Remove redundant "== true" code | Aaron Franke |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-24 | Merge pull request #20712 from marcelofg55/midi_open_close | Juan Linietsky |