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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-12
/
+10
*
Merge pull request #11294 from karroffel/json-object
Thomas Herzog
2017-09-17
1
-0
/
+74
|
\
|
*
added JSON singleton
karroffel
2017-09-15
1
-0
/
+74
*
|
Adds _OS::PowerState enum
Ignacio Etcheverry
2017-09-16
1
-7
/
+7
|
/
*
Fix enums bindings
Maxim Sheronov
2017-09-13
1
-6
/
+6
*
Fix typos 'a' and 'an'
Poommetee Ketson
2017-09-02
1
-1
/
+1
*
Fix signed and unsigned comparisons
Hein-Pieter van Braam
2017-09-01
1
-1
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-1
/
+1
*
Merge pull request #10487 from marcelofg55/curscr_as_default
Rémi Verschelde
2017-08-22
1
-3
/
+3
|
\
|
*
p_screen param from get_screen_* funcs now default to the current screen
Marcelo Fernandez
2017-08-21
1
-3
/
+3
*
|
Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments
Rémi Verschelde
2017-08-22
1
-2
/
+1
|
\
\
|
*
|
Removed unnecessary assignments
Wilson E. Alvarez
2017-08-21
1
-2
/
+1
*
|
|
Merge pull request #10351 from neikeq/enums-are-for-the-weak
Juan Linietsky
2017-08-21
1
-56
/
+56
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-56
/
+56
|
|
/
|
*
Revert "Second take at making command-line arguments more UNIX-like + main.cp...
Juan Linietsky
2017-08-19
1
-0
/
+7
|
*
Fixes for new two-dash long command line arguments
Rémi Verschelde
2017-08-19
1
-7
/
+0
*
|
Fixes for new two-dash long command line arguments
Rémi Verschelde
2017-08-21
1
-7
/
+0
*
|
Adds editor_hint to Engine class
Ignacio Etcheverry
2017-08-19
1
-0
/
+13
|
/
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-28
/
+28
*
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
1
-8
/
+8
*
Add object type hint for docs
Poommetee Ketson
2017-07-23
1
-2
/
+2
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
1
-2
/
+2
*
Add object type hint for docs
Poommetee Ketson
2017-07-19
1
-1
/
+1
*
Add GZIP compression support
George Marques
2017-07-13
1
-0
/
+1
*
IME window follow the input cursor.
geequlim
2017-07-11
1
-0
/
+7
*
Add compression support for File object
George Marques
2017-06-19
1
-0
/
+24
*
Fixed thread check, solves: #3698
kubeczek
2017-06-13
1
-0
/
+6
*
Removal of Image from Variant, converted to a Resource.
Juan Linietsky
2017-05-17
1
-1
/
+1
*
Move core thirdparty files to thirdparty/{minizip,misc}
Rémi Verschelde
2017-04-28
1
-1
/
+3
*
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-10
1
-3
/
+3
*
Merge pull request #8333 from touilleMan/classdb-class_sget_property-binding
Rémi Verschelde
2017-04-09
1
-0
/
+19
|
\
|
*
Add return value in ClassDB.class_[g|s]et_property bindings
Emmanuel Leblond
2017-04-09
1
-2
/
+2
|
*
Add _ClassDB.class_[g|s]et_property to ClassDB exposed methods
Emmanuel Leblond
2017-04-09
1
-0
/
+19
*
|
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
|
/
*
fixed ClassDB inconsistencies
Karroffel
2017-03-13
1
-1
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-800
/
+667
*
Merge pull request #7950 from RandomShaper/expose-more-geom
Rémi Verschelde
2017-03-05
1
-0
/
+13
|
\
|
*
Expose uncapped versions of closest-point-to-segment utilities
Pedro J. Estébanez
2017-03-04
1
-0
/
+13
*
|
Add API to access battery power state
Julian Murgia
2017-03-04
1
-0
/
+21
*
|
Expose Geometry::get_closest_point_to_segment_2d()
Pedro J. Estébanez
2017-03-04
1
-0
/
+6
|
/
*
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
2017-02-21
1
-1
/
+1
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-230
/
+230
*
corrected ClassDB::insatnce() return type
Karroffel
2017-01-30
1
-1
/
+1
*
Removed import/export system, will start new one from scratch.
Juan Linietsky
2017-01-25
1
-5
/
+0
*
Merge pull request #7563 from RayKoopa/extended_list_dir_begin
Rémi Verschelde
2017-01-25
1
-3
/
+15
|
\
|
*
Added parameters to skip hidden and/or navigational file system entries
Ray Koopa
2017-01-24
1
-3
/
+15
*
|
Add ClassDB binding for File.get_modified_time
Andreas Haas
2017-01-23
1
-0
/
+6
|
/
*
Style: Keep long lines for now
Rémi Verschelde
2017-01-16
1
-22
/
+11
*
Style: No break before list brace
Rémi Verschelde
2017-01-16
1
-2
/
+1
[next]