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
/
os
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add native window/taskbar icon support for Windows and macOS.
bruvzg
2019-05-24
2
-0
/
+4
*
added a const keyword for a methods that return constant literal...
hbina085
2019-05-21
1
-1
/
+1
*
Fix NaN with get_action_strength
Gilles Roudière
2019-05-15
1
-2
/
+11
*
Merge pull request #24437 from mateusfccp/single_quotes_option
Rémi Verschelde
2019-04-30
1
-1
/
+7
|
\
|
*
Add settings for single-quotes on completion
Mateus Felipe C. C. Pinto
2018-12-18
1
-1
/
+7
*
|
Add FileAccess::set_unix_permissions for Unix platforms
Juan Linietsky
2019-04-07
4
-4
/
+32
*
|
Add Input::get_current_cursor_shape
Guilherme Felipe
2019-04-15
4
-4
/
+16
*
|
Add ability to edit editor feature profiles
Juan Linietsky
2019-04-08
2
-4
/
+31
*
|
Clean up notifications and merge Node and MainLoop ones for clarity, closes #...
Juan Linietsky
2019-04-04
1
-15
/
+13
*
|
Fix MIDI Note Off missing on some devices
Marcelo Fernandez
2019-03-18
1
-0
/
+5
*
|
Fix fake null-motion mouse event flood
Pedro J. Estébanez
2019-03-09
2
-0
/
+6
*
|
Request Android record permission when needed
DESKTOP-3H3MR3A\eloisa
2019-03-08
1
-0
/
+2
*
|
More style cleanup...
Rémi Verschelde
2019-03-04
1
-1
/
+1
*
|
Add support for event accumlation (off by default, on for editor), fixes #26536
Juan Linietsky
2019-03-03
4
-0
/
+47
*
|
Merge pull request #26547 from vnen/gdscript-dependency-parse
Juan Linietsky
2019-03-03
2
-0
/
+18
|
\
\
|
*
|
Add function to get String from FileAccess
George Marques
2019-03-03
2
-0
/
+18
*
|
|
Ability to keep pumping messages while being debugged, may be a solution for ...
Juan Linietsky
2019-03-03
1
-0
/
+1
|
/
/
*
|
Fix -Wsuggest-attribute=format warnings.
marxin
2019-02-27
1
-2
/
+2
*
|
-Remove harcoded opengl extension testing from OS, ask rasterizer instead.
Juan Linietsky
2019-02-26
2
-0
/
+15
*
|
Make Button shortcuts triggerable by gamepads
Hugo Locurcio
2019-02-16
2
-3
/
+12
*
|
Core: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
2
-98
/
+0
*
|
Warn when using GPU particles with GLES2
Rémi Verschelde
2019-02-09
1
-6
/
+7
*
|
Merge pull request #25478 from neikeq/rr
Ignacio Etcheverry
2019-02-03
1
-0
/
+1
|
\
\
|
*
|
Added set_environment to OS class
Ignacio Etcheverry
2019-02-03
1
-0
/
+1
*
|
|
Let memory stat functions return uint64_t
Pedro J. Estébanez
2019-01-30
2
-8
/
+8
|
/
/
*
|
Fix code style issues
Rémi Verschelde
2019-01-26
1
-1
/
+1
*
|
Add function to obtain filesystem type from DirAccess.
Juan Linietsky
2019-01-21
1
-0
/
+1
*
|
Optimizations for trivial types
Hein-Pieter van Braam
2019-01-03
1
-10
/
+18
*
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
34
-68
/
+68
*
|
Added OS.get_system_time_msecs()
volzhs
2018-12-20
2
-0
/
+4
|
/
*
Removed error message arriving whenever csv file changed
Chaosus
2018-12-16
1
-1
/
+2
*
Merge pull request #24241 from Rubonnek/move-to-initializer-list
Rémi Verschelde
2018-12-12
1
-3
/
+3
|
\
|
*
Moved member variables to initializer list
Wilson E. Alvarez
2018-12-11
1
-3
/
+3
*
|
Merge pull request #23923 from bruvzg/ime_gdscript
Rémi Verschelde
2018-12-11
3
-1
/
+4
|
\
\
|
|
/
|
/
|
|
*
Changes IME input to use notification instead of callback, exposes IME method...
bruvzg
2018-11-23
3
-1
/
+4
*
|
Merge pull request #22630 from dualtagh/22478
Rémi Verschelde
2018-12-07
1
-1
/
+5
|
\
\
|
*
|
22478: Can't duplicate folder with another folder inside
Dualtagh Murray
2018-10-02
1
-1
/
+5
*
|
|
Merge pull request #22733 from guilhermefelipecgs/fix_wm_class
Rémi Verschelde
2018-12-07
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
[x11] Use "application/config/name" for WM_CLASS
Guilherme Felipe
2018-10-05
1
-0
/
+1
*
|
|
FileAccess::store_csv_line() don't added unnecessary double quotes.
allkhor
2018-11-22
1
-1
/
+1
*
|
|
Fixed the default value for Input.action_press() from commit 8c45282
Davide Baldo
2018-11-17
1
-1
/
+1
*
|
|
Add store_csv_line method for File
Kanabenki
2018-11-16
2
-4
/
+27
*
|
|
Allow to specify a custom strength when calling Input.action_press(), this al...
Davide Baldo
2018-11-10
2
-2
/
+2
*
|
|
Fix potentially unininitialized pointer write.
Fabio Alessandrelli
2018-10-07
1
-3
/
+1
|
/
/
*
|
Fix unused variable and wrong warning workaround
Rémi Verschelde
2018-10-04
1
-10
/
+1
*
|
Fix GCC 8 warnings about potentially unitialized variables
Rémi Verschelde
2018-10-04
1
-0
/
+4
*
|
Fix some OSX and iOS Clang warnings
Rémi Verschelde
2018-10-04
1
-0
/
+5
*
|
fix enum cast warnings on clang
karroffel
2018-10-04
1
-1
/
+1
|
/
*
SCons: Build core's thirdparty code in own environment
Rémi Verschelde
2018-09-28
1
-2
/
+0
*
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-27
2
-0
/
+2
[next]