summaryrefslogtreecommitdiffstats
path: root/core/bind/core_bind.h
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant transform method in Geometry singletonAndrii Doroshenko (Xrayez)2019-09-011-2/+0
* Add 'is_point_in_circle()' to Geometry class, and general file cleanupMichael Alexsander Silva Dias2019-08-271-62/+45
* [macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg2019-08-261-0/+5
* Add access to interpolation fraction for fixed timestep interpolationlawnjelly2019-07-111-0/+1
* Fix uninitialized variables in Line2D, JSONParseResult and TileMapRémi Verschelde2019-06-301-0/+3
* Bind is_point_in_polygon in Geometry singletonAndrii Doroshenko (Xrayez)2019-06-271-0/+1
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-3/+3
* Add ability to limit maximum/minimum window size.bruvzg2019-06-151-0/+4
* Merge pull request #26462 from SubSage/masterRémi Verschelde2019-05-281-1/+1
|\
| * Fixes stderr silence; adds missing quote from exe args(windows)Luis Martinez2019-03-051-1/+1
* | Merge pull request #29119 from bruvzg/native_icon_supportRémi Verschelde2019-05-271-0/+1
|\ \
| * | Add native window/taskbar icon support for Windows and macOS.bruvzg2019-05-241-0/+1
* | | Expose 2D Delaunay triangulation in Geometry singletonAndrii Doroshenko (Xrayez)2019-05-241-0/+1
* | | Expose 2D polygon boolean operations in Geometry singletonAndrii Doroshenko (Xrayez)2019-05-221-0/+39
|/ /
* | core_bind: Use the appropriate enum instead of intIgnacio Etcheverry2019-04-071-7/+8
* | Add object encoding param to serialization methodsFabio Alessandrelli2019-04-011-4/+4
* | Request Android record permission when neededDESKTOP-3H3MR3A\eloisa2019-03-081-0/+2
|/
* Expose OS::get_current_video_driver to scripting languagesRémi Verschelde2019-02-161-1/+8
* Let memory stat functions return uint64_tPedro J. Estébanez2019-01-301-3/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Added OS.get_system_time_msecs()volzhs2018-12-201-0/+1
* Changes IME input to use notification instead of callback, exposes IME method...bruvzg2018-11-231-0/+2
* Add store_csv_line method for FileKanabenki2018-11-161-2/+2
* Expose OS::move_window_to_foregroundMarcelo Fernandez2018-11-071-0/+1
* Bind missing subresource flag in ResourceSaverAndrii Doroshenko (Xrayez)2018-10-181-0/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-9/+9
* Merge pull request #20712 from marcelofg55/midi_open_closeJuan Linietsky2018-08-241-0/+2
|\
| * Add OS::open_midi_inputs and OS::close_midi_inputsMarcelo Fernandez2018-08-041-0/+2
* | fix #20390 :get_unix_time_from_datetime and get_date_time_from_unix_time can ...RaphaelHunter2018-08-131-2/+2
* | Fix ResourceLoader::exists() false negative and readd deprecated has()Rémi Verschelde2018-08-121-0/+3
* | Added function ResourceLoader.exists(), to check if a resource exists. Closes...Juan Linietsky2018-08-101-1/+2
* | Revert "added get_creation_time function for gdscript"Juan Linietsky2018-08-101-1/+0
* | Merge pull request #18914 from notwarp/masterJuan Linietsky2018-08-101-0/+1
|\ \ | |/ |/|
| * added get_creation_time function for gdscriptDaniele Giuliani2018-05-161-0/+1
* | Added a new MIDIDriver classMarcelo Fernandez2018-07-211-0/+2
* | Expose OS.get_ticks_usec()Marc Gilleron2018-06-181-0/+1
* | IME context detection.Saracen2018-06-111-0/+1
* | GDScript access to copyright, license, author and donor information.Ibrahn Sahir2018-05-191-0/+5
|/
* Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam2018-05-081-0/+3
|\
| * Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg2018-04-071-0/+3
* | Merge pull request #17353 from zmanuel/timer_hysteresis_multiframe_pr1Juan Linietsky2018-05-071-0/+3
|\ \
| * | Add hysteresis to physics timestep count per frameManuel Moos2018-04-091-0/+3
| |/
* | Merge pull request #15943 from poke1024/geometry-line-lineJuan Linietsky2018-05-071-0/+1
|\ \
| * | Add Geometry::line_intersects_line_2d()Bernhard Liebl2018-01-211-0/+1
* | | iPhone X support and iOS-related fixesRuslan Mustakov2018-04-111-0/+1
| |/ |/|
* | Added File.get_path and File.get_path_absolute functionsMarcelo Fernandez2018-03-131-0/+3
* | Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-041-0/+6
* | Merge pull request #15564 from RandomShaper/adpod-topmostRémi Verschelde2018-02-141-0/+2
|\ \
| * | Add new window setting: always on topPedro J. Estébanez2018-01-051-0/+2
* | | Added OS::center_window to center the window precisely on desktop platformsMarcelo Fernandez2018-02-121-0/+2
| |/ |/|