index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
bind
Commit message (
Expand
)
Author
Age
Files
Lines
*
SCons: Build core's thirdparty code in own environment
Rémi Verschelde
2018-09-28
1
-2
/
+0
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
2
-16
/
+16
*
Merge pull request #20712 from marcelofg55/midi_open_close
Juan Linietsky
2018-08-24
2
-0
/
+12
|
\
|
*
Add OS::open_midi_inputs and OS::close_midi_inputs
Marcelo Fernandez
2018-08-04
2
-0
/
+12
*
|
fix #20390 :get_unix_time_from_datetime and get_date_time_from_unix_time can ...
RaphaelHunter
2018-08-13
2
-26
/
+33
*
|
Fix ResourceLoader::exists() false negative and readd deprecated has()
Rémi Verschelde
2018-08-12
2
-0
/
+13
*
|
Added function ResourceLoader.exists(), to check if a resource exists. Closes...
Juan Linietsky
2018-08-10
2
-4
/
+10
*
|
Revert "added get_creation_time function for gdscript"
Juan Linietsky
2018-08-10
2
-9
/
+0
*
|
Merge pull request #18914 from notwarp/master
Juan Linietsky
2018-08-10
2
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
added get_creation_time function for gdscript
Daniele Giuliani
2018-05-16
2
-0
/
+9
*
|
Added a new MIDIDriver class
Marcelo Fernandez
2018-07-21
2
-0
/
+7
*
|
Expose OS.get_ticks_usec()
Marc Gilleron
2018-06-18
2
-0
/
+7
*
|
IME context detection.
Saracen
2018-06-11
2
-0
/
+6
*
|
Improve return value of OS.execute in blocking/non-blocking variants
Rémi Verschelde
2018-05-30
1
-1
/
+2
*
|
GDScript access to copyright, license, author and donor information.
Ibrahn Sahir
2018-05-19
2
-0
/
+30
|
/
*
Merge pull request #14622 from bruvzg/non-rectangular-windows
Hein-Pieter van Braam
2018-05-08
2
-0
/
+15
|
\
|
*
Experimental support for windows with per-pixel transparency (macOS, X11 and ...
bruvzg
2018-04-07
2
-0
/
+15
*
|
Merge pull request #17353 from zmanuel/timer_hysteresis_multiframe_pr1
Juan Linietsky
2018-05-07
2
-0
/
+14
|
\
\
|
*
|
Add hysteresis to physics timestep count per frame
Manuel Moos
2018-04-09
2
-0
/
+14
|
|
/
*
|
Merge pull request #15943 from poke1024/geometry-line-line
Juan Linietsky
2018-05-07
2
-0
/
+12
|
\
\
|
*
|
Add Geometry::line_intersects_line_2d()
Bernhard Liebl
2018-01-21
2
-0
/
+12
*
|
|
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-04-22
1
-1
/
+1
*
|
|
Merge pull request #18227 from bojidar-bg/fix-date-unix-crash
Rémi Verschelde
2018-04-18
1
-7
/
+7
|
\
\
\
|
*
|
|
Fix crash resulting from bad month check in core_bind.cpp
Bojidar Marinov
2018-04-17
1
-7
/
+7
|
|
|
/
|
|
/
|
*
|
|
iPhone X support and iOS-related fixes
Ruslan Mustakov
2018-04-11
2
-0
/
+6
*
|
|
Update classref and docs, fix missing parameters' name
Poommetee Ketson
2018-04-11
1
-2
/
+2
|
/
/
*
|
Added File.get_path and File.get_path_absolute functions
Marcelo Fernandez
2018-03-13
2
-0
/
+16
*
|
Clean and expose get_audio/video_driver_* funcs on OS class
Marcelo Fernandez
2018-03-04
2
-0
/
+27
*
|
Merge pull request #15564 from RandomShaper/adpod-topmost
Rémi Verschelde
2018-02-14
2
-0
/
+12
|
\
\
|
*
|
Add new window setting: always on top
Pedro J. Estébanez
2018-01-05
2
-0
/
+12
*
|
|
Added OS::center_window to center the window precisely on desktop platforms
Marcelo Fernandez
2018-02-12
2
-0
/
+13
|
|
/
|
/
|
*
|
get_target_fps and set_target_fps now both use an int
Paul Joannon
2018-01-12
2
-2
/
+2
*
|
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-0
/
+23
*
|
Merge pull request #15337 from touilleMan/fix-classdb_get_method_list-without...
Rémi Verschelde
2018-01-08
1
-0
/
+6
|
\
\
|
*
|
Fix _ClassDB::get_method_list to returns only what's available when introspec...
Emmanuel Leblond
2018-01-04
1
-0
/
+6
*
|
|
Print error if a resource can't load from script, fixes #15313
Juan Linietsky
2018-01-05
1
-1
/
+7
|
|
/
|
/
|
*
|
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
2
-0
/
+2
|
/
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
2
-4
/
+4
*
Merge pull request #12603 from GodotExplorer/beautify-json
Rémi Verschelde
2017-12-06
2
-4
/
+4
|
\
|
*
Add indent and sort keys support for JSON.print
Geequlim
2017-11-07
2
-4
/
+4
*
|
Rename OS::get_data_dir to OS::get_user_data_dir
Rémi Verschelde
2017-11-17
2
-4
/
+4
*
|
Move singleton management from ProjectSettings to Engine
Leon Krause
2017-11-14
2
-0
/
+16
*
|
Basic docs for Geometry plus two new functions
Bernhard Liebl
2017-11-05
2
-0
/
+14
|
/
*
Add Colemak keybindings to editor for osx
N0hbdy
2017-10-30
1
-0
/
+1
*
Merge pull request #11823 from endragor/virtual-keyboard-height
Gilles Roudiere
2017-10-04
2
-0
/
+6
|
\
|
*
Allow to obtain virtual keyboard height
Ruslan Mustakov
2017-10-04
2
-0
/
+6
*
|
fixed the OS.has_feature() API, and added support for 32 and 64.
Juan Linietsky
2017-10-03
2
-0
/
+9
*
|
Merge pull request #11782 from eska014/persistent-userfs-test
Hein-Pieter van Braam
2017-10-03
2
-0
/
+8
|
\
\
|
|
/
|
/
|
|
*
Add OS::is_userfs_persistent to check user:// persistence
Leon Krause
2017-10-02
2
-0
/
+8
*
|
Renamed fixed_process to physics_process
AndreaCatania
2017-09-30
2
-4
/
+4
|
/
[next]