summaryrefslogtreecommitdiff
path: root/core/bind
AgeCommit message (Expand)Author
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-08vsnc --> vsyncISylvox
2016-11-06Merge pull request #7048 from neikeq/pr-marshals-singletonGeorge Marques
2016-11-05Core: Add singleton instance to _MarshallsIgnacio Etcheverry
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
2016-08-08Fixed bug in make_dir_recursive, closes #6016Juan Linietsky
2016-07-22Merge pull request #5847 from 29jm/patch-3Rémi Verschelde
2016-07-21Expose virtual keyboard functions to GDScriptJohan Manuel
2016-07-21Merge pull request #5560 from vnen/os-request-attentionRémi Verschelde
2016-07-18Merge pull request #5709 from akien-mga/pr-get-engine-versionRémi Verschelde
2016-07-18OS: Add get_engine_version methodRémi Verschelde
2016-07-17Remove some noisy debug printsRémi Verschelde
2016-07-14Fix binding of File::get_sha256()George Marques
2016-07-05Add OS.request_attention() for WindowsGeorge Marques
2016-07-03windows get_latin_keyboard_variant() implementation and gdscript bindingSuperUserNameMan
2016-06-21Fix File.get_as_text() to return the whole fileGeorge Marques
2016-06-18-Changed how Dir works so it's more user friendly, closes #4705Juan Linietsky
2016-06-18-made get_space_left() return values more homogenous, also for script, conver...Juan Linietsky
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2016-06-17Add sha256 to String and File/FileAccess.Bojidar Marinov
2016-06-05vsync supportJuan Linietsky
2016-05-29DPI Detection supportJuan Linietsky
2016-05-21remove trailing whitespaceHubert Jarosz
2016-05-12classref: Directory and ConfigFileRémi Verschelde
2016-03-16Add function to convert Date time from a dictionary to EpochKyle Luce
2016-03-13Fixes the month consistency issue in enums and get_date etcKyle Luce
2016-03-12Remove undefined bindsRémi Verschelde
2016-03-12Borderless window support for the Win32 build. Default window position is now...Saracen
2016-03-10Merge pull request #3934 from Razzlegames/epocConvertRémi Verschelde
2016-03-08Merge pull request #3833 from AlexHolly/feature-file-md5Rémi Verschelde
2016-03-05Added epoc to dictionary converterKyle Luce
2016-02-27Completed the support for plugins! It is not possible to add plugins.Juan Linietsky
2016-02-25expose md5 for file(s) to gdscriptAlexander Holland
2016-02-19Reject any native video player calls on iOS that point to files within .pck a...Aren Villanueva
2016-02-03Merge pull request #3502 from trtstm/csvRémi Verschelde
2016-01-31thread renamingAriel Manzur
2016-01-28File: Added delimiter to get_csv_linetmt
2016-01-16Add ability to set "keep screen on" for androidvolzhs
2016-01-10-Removed OS.get_system_time_msec(), this is undoable on Windows and also unus...Juan Linietsky
2016-01-10-Added a new mode, WRITE_READ to File, to recover compatibility with old proj...Juan Linietsky
2015-12-28Add missing argument names in GDScript bindingsRémi Verschelde
2015-12-18thread can't rename itself on initialization :(Ariel Manzur
2015-12-18thread renaming by core_bindAriel Manzur
2015-12-17thread set nameAriel Manzur
2015-12-14replaced :var by :Variant in documentation, fixes #2897Juan Linietsky
2015-11-01Cosmetic fixes to SCons buildsystemRémi Verschelde
2015-09-21Properly implement OS.alert() from script, and use xmessage on X11Juan Linietsky