index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
bind
/
core_bind.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add compression support for File object
George Marques
2017-06-19
1
-0
/
+8
*
Fixed thread check, solves: #3698
kubeczek
2017-06-13
1
-0
/
+2
*
Removal of Image from Variant, converted to a Resource.
Juan Linietsky
2017-05-17
1
-1
/
+2
*
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-10
1
-1
/
+1
*
Merge pull request #8333 from touilleMan/classdb-class_sget_property-binding
Rémi Verschelde
2017-04-09
1
-0
/
+2
|
\
|
*
Add _ClassDB.class_[g|s]et_property to ClassDB exposed methods
Emmanuel Leblond
2017-04-09
1
-0
/
+2
*
|
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
|
/
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-165
/
+134
*
Merge pull request #7950 from RandomShaper/expose-more-geom
Rémi Verschelde
2017-03-05
1
-0
/
+2
|
\
|
*
Expose uncapped versions of closest-point-to-segment utilities
Pedro J. Estébanez
2017-03-04
1
-0
/
+2
*
|
Add API to access battery power state
Julian Murgia
2017-03-04
1
-0
/
+5
*
|
Expose Geometry::get_closest_point_to_segment_2d()
Pedro J. Estébanez
2017-03-04
1
-0
/
+1
|
/
*
Removed import/export system, will start new one from scratch.
Juan Linietsky
2017-01-25
1
-1
/
+0
*
Merge pull request #7563 from RayKoopa/extended_list_dir_begin
Rémi Verschelde
2017-01-25
1
-1
/
+4
|
\
|
*
Added parameters to skip hidden and/or navigational file system entries
Ray Koopa
2017-01-24
1
-1
/
+4
*
|
Add ClassDB binding for File.get_modified_time
Andreas Haas
2017-01-23
1
-0
/
+2
|
/
*
Merge pull request #7524 from neikeq/pr-dir-getcurdrive
Rémi Verschelde
2017-01-14
1
-0
/
+1
|
\
|
*
Directory: Bind get_current_drive() method
Ignacio Etcheverry
2017-01-14
1
-0
/
+1
*
|
Fixed dir access return value, changed it to Error like all other funcs
Juan Linietsky
2017-01-14
1
-1
/
+1
|
/
*
Replace Engine version API by preexisting OS one
Rémi Verschelde
2017-01-13
1
-11
/
+1
*
Created new Engine singleton, and moved engine related OS functions to it.
Juan Linietsky
2017-01-13
1
-14
/
+43
*
Type renames:
Juan Linietsky
2017-01-11
1
-4
/
+4
*
Merge pull request #7462 from karroffel/error_code
Rémi Verschelde
2017-01-10
1
-0
/
+3
|
\
|
*
exposed OS.set_exit_code and OS.get_exit_code to ClassDB
karroffel
2017-01-07
1
-0
/
+3
*
|
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-07
1
-14
/
+14
|
/
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-10
/
+48
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
vsnc --> vsync
ISylvox
2016-11-08
1
-1
/
+1
*
Core: Add singleton instance to _Marshalls
Ignacio Etcheverry
2016-11-05
1
-1
/
+6
*
Merge pull request #5847 from 29jm/patch-3
Rémi Verschelde
2016-07-22
1
-0
/
+4
|
\
|
*
Expose virtual keyboard functions to GDScript
Johan Manuel
2016-07-21
1
-0
/
+4
*
|
Merge pull request #5560 from vnen/os-request-attention
Rémi Verschelde
2016-07-21
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add OS.request_attention() for Windows
George Marques
2016-07-05
1
-0
/
+1
*
|
OS: Add get_engine_version method
Rémi Verschelde
2016-07-18
1
-0
/
+2
*
|
windows get_latin_keyboard_variant() implementation and gdscript binding
SuperUserNameMan
2016-07-03
1
-0
/
+2
|
/
*
Add missing license headers in our source files (#5255)
Rémi Verschelde
2016-06-18
1
-0
/
+28
*
Add sha256 to String and File/FileAccess.
Bojidar Marinov
2016-06-17
1
-0
/
+1
*
vsync support
Juan Linietsky
2016-06-05
1
-0
/
+3
*
DPI Detection support
Juan Linietsky
2016-05-29
1
-0
/
+1
*
Add function to convert Date time from a dictionary to Epoch
Kyle Luce
2016-03-16
1
-1
/
+3
*
Fixes the month consistency issue in enums and get_date etc
Kyle Luce
2016-03-13
1
-1
/
+3
*
Borderless window support for the Win32 build. Default window position is now...
Saracen
2016-03-12
1
-0
/
+2
*
Merge pull request #3934 from Razzlegames/epocConvert
Rémi Verschelde
2016-03-10
1
-0
/
+1
|
\
|
*
Added epoc to dictionary converter
Kyle Luce
2016-03-05
1
-0
/
+1
*
|
Merge pull request #3833 from AlexHolly/feature-file-md5
Rémi Verschelde
2016-03-08
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
expose md5 for file(s) to gdscript
Alexander Holland
2016-02-25
1
-0
/
+1
*
|
Completed the support for plugins! It is not possible to add plugins.
Juan Linietsky
2016-02-27
1
-0
/
+1
|
/
*
Reject any native video player calls on iOS that point to files within .pck a...
Aren Villanueva
2016-02-19
1
-0
/
+1
*
Merge pull request #3502 from trtstm/csv
Rémi Verschelde
2016-02-03
1
-1
/
+1
|
\
|
*
File: Added delimiter to get_csv_line
tmt
2016-01-28
1
-1
/
+1
[next]