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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
classref: Directory and ConfigFile
Rémi Verschelde
2016-05-12
1
-5
/
+5
*
Add function to convert Date time from a dictionary to Epoch
Kyle Luce
2016-03-16
2
-28
/
+157
*
Fixes the month consistency issue in enums and get_date etc
Kyle Luce
2016-03-13
2
-4
/
+7
*
Remove undefined binds
Rémi Verschelde
2016-03-12
1
-2
/
+0
*
Borderless window support for the Win32 build. Default window position is now...
Saracen
2016-03-12
2
-0
/
+14
*
Merge pull request #3934 from Razzlegames/epocConvert
Rémi Verschelde
2016-03-10
2
-3
/
+73
|
\
|
*
Added epoc to dictionary converter
Kyle Luce
2016-03-05
2
-3
/
+73
*
|
Merge pull request #3833 from AlexHolly/feature-file-md5
Rémi Verschelde
2016-03-08
2
-0
/
+11
|
\
\
|
|
/
|
/
|
|
*
expose md5 for file(s) to gdscript
Alexander Holland
2016-02-25
2
-0
/
+11
*
|
Completed the support for plugins! It is not possible to add plugins.
Juan Linietsky
2016-02-27
2
-0
/
+7
|
/
*
Reject any native video player calls on iOS that point to files within .pck a...
Aren Villanueva
2016-02-19
2
-0
/
+6
*
Merge pull request #3502 from trtstm/csv
Rémi Verschelde
2016-02-03
2
-4
/
+4
|
\
|
*
File: Added delimiter to get_csv_line
tmt
2016-01-28
2
-4
/
+4
*
|
thread renaming
Ariel Manzur
2016-01-31
2
-21
/
+11
|
/
*
Add ability to set "keep screen on" for android
volzhs
2016-01-16
2
-0
/
+14
*
-Removed OS.get_system_time_msec(), this is undoable on Windows and also unus...
Juan Linietsky
2016-01-10
2
-4
/
+4
*
-Added a new mode, WRITE_READ to File, to recover compatibility with old proj...
Juan Linietsky
2016-01-10
2
-0
/
+2
*
Add missing argument names in GDScript bindings
Rémi Verschelde
2015-12-28
1
-6
/
+6
*
thread can't rename itself on initialization :(
Ariel Manzur
2015-12-18
1
-2
/
+3
*
thread renaming by core_bind
Ariel Manzur
2015-12-18
1
-3
/
+7
*
thread set name
Ariel Manzur
2015-12-17
2
-0
/
+17
*
replaced :var by :Variant in documentation, fixes #2897
Juan Linietsky
2015-12-14
1
-1
/
+1
*
Cosmetic fixes to SCons buildsystem
Rémi Verschelde
2015-11-01
1
-2
/
+0
*
Properly implement OS.alert() from script, and use xmessage on X11
Juan Linietsky
2015-09-21
2
-0
/
+9
*
Add OS.get_system_time_msec
Maximillian
2015-08-06
2
-0
/
+6
*
added bindings for screen rotation in OS
Juan Linietsky
2015-08-04
2
-0
/
+37
*
adding some base64 marshalls
punto-
2015-07-28
2
-0
/
+83
*
Several performance improvements, mainly in loading and instancing scenes and...
Juan Linietsky
2015-06-29
1
-0
/
+2
*
Add OS.get_time_zone_info function
est31
2015-06-06
2
-0
/
+11
*
Add utc param to get_time and get_date methods
est31
2015-06-06
2
-8
/
+8
*
fixes on sample importing
Juan Linietsky
2015-05-19
1
-1
/
+1
*
fix a crash situation when starting a thread and other small fixes
Juan Linietsky
2015-05-18
1
-2
/
+9
*
properly save external resources, fixes #1924
Juan Linietsky
2015-05-17
2
-1
/
+23
*
-Changed bootsplash option to use a file, fixes #1539
Juan Linietsky
2015-04-12
2
-0
/
+6
*
set screen parameter names for gdscript
hurikhan
2015-04-03
1
-5
/
+5
*
fixes to new window management API
Juan Linietsky
2015-03-22
2
-46
/
+46
*
Renamed EXPERIMENTAL_WM_API to NEW_WM_API
hurikhan
2015-02-15
2
-3
/
+3
*
Merge remote-tracking branch 'upstream/master' into x11-window-management
hurikhan
2015-02-15
2
-0
/
+18
|
\
|
*
begin new serialization framework
Juan Linietsky
2015-02-15
2
-0
/
+9
|
*
New Navigation & Pathfinding support for 2D
Juan Linietsky
2015-02-14
2
-0
/
+9
*
|
added the following methods:
hurikhan
2015-01-17
2
-5
/
+29
*
|
WIP -- set_resizable() + is_resizable added
hurikhan
2015-01-15
2
-1
/
+12
*
|
get_screen() + set_screen() added
hurikhan
2015-01-14
2
-4
/
+16
*
|
get_screen_position() added
hurikhan
2015-01-13
2
-0
/
+6
*
|
introduced the scons experimental_wm_api switch:
hurikhan
2015-01-13
2
-0
/
+6
*
|
get_screen_size() added
hurikhan
2015-01-11
2
-0
/
+6
*
|
get_screen_count() added
hurikhan
2015-01-11
2
-0
/
+6
*
|
get_window_size() + set_window_size() added
hurikhan
2015-01-11
2
-2
/
+12
*
|
get_window_position() + set_window_position() added
hurikhan
2015-01-11
2
-0
/
+12
*
|
API change to set_fullscreen(enabled,screen)
hurikhan
2015-01-10
2
-4
/
+4
[next]