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
*
Remove ERR_EXPLAIN macros and the scaffolding they needed.
Marcel Admiraal
2019-11-11
2
-40
/
+0
*
Remove all uses of ERR_EXPLAIN macros.
Marcel Admiraal
2019-11-11
1
-6
/
+3
*
doc: Sync classref with current source
Rémi Verschelde
2019-11-08
1
-1
/
+1
*
Merge pull request #33052 from KoBeWi/naughty_sliders
Rémi Verschelde
2019-11-08
2
-4
/
+4
|
\
|
*
Fix analog input in sliders
Tomasz Chabora
2019-11-07
2
-4
/
+4
*
|
[macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp...
bruvzg
2019-10-30
2
-0
/
+43
|
/
*
Add request permission automatically at android
Cagdas
2019-10-22
2
-0
/
+4
*
Remove circular include between core/typedefs.h and core/error_macros.h
Marcel Admiraal
2019-10-08
1
-0
/
+1
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
3
-18
/
+15
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
3
-18
/
+15
*
|
doc: Sync classref with current source
Rémi Verschelde
2019-09-24
1
-0
/
+2
*
|
Add new events and accompanying logic to notify when the app is paused and re...
fhuya
2019-09-19
1
-0
/
+2
|
/
*
Don't transform global position of mouse input
Tomasz Chabora
2019-09-03
1
-2
/
+2
*
[macOS] Add methods to modify global and dock menus. Add ability to open mult...
bruvzg
2019-08-26
3
-0
/
+14
*
Merge pull request #31437 from volzhs/vibrate-mobile
Rémi Verschelde
2019-08-21
4
-0
/
+8
|
\
|
*
Support vibration for Android and iOS
volzhs
2019-08-21
4
-0
/
+8
*
|
Move CryptoCore to it's own folder.
Fabio Alessandrelli
2019-08-19
1
-1
/
+1
|
/
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
2
-10
/
+4
*
Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-...
Rémi Verschelde
2019-08-14
8
-32
/
+0
|
\
|
*
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
8
-32
/
+0
*
|
Export: Remove temp files from cache after export
Rémi Verschelde
2019-08-12
1
-0
/
+12
|
/
*
DirAccess: Drop compat get_next(bool *is_dir) which was hidden
Rémi Verschelde
2019-07-25
2
-9
/
+0
*
Merge pull request #30239 from Faless/crypto/crypto_core
Rémi Verschelde
2019-07-02
1
-22
/
+18
|
\
|
*
CryptoCore class to access to base crypto utils.
Fabio Alessandrelli
2019-07-02
1
-22
/
+18
*
|
Merge pull request #27510 from fire/screenshot_editor
Rémi Verschelde
2019-07-02
2
-0
/
+30
|
\
\
|
|
/
|
/
|
|
*
Add editor screenshot on control - f12.
K. S. Ernest (iFire) Lee
2019-07-01
2
-0
/
+30
*
|
Merge pull request #30126 from qarmin/remove_unnecessary_code
Rémi Verschelde
2019-07-01
2
-5
/
+1
|
\
\
|
*
|
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
2
-5
/
+1
*
|
|
Merge pull request #29815 from NilsIrl/plus_file_1
Rémi Verschelde
2019-07-01
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Replace ` + "/" + ` with `String::file_add()`
Nils ANDRÉ-CHANG
2019-06-23
1
-1
/
+1
*
|
|
Merge pull request #30135 from qarmin/fix_memory_leak_os
Rémi Verschelde
2019-06-27
1
-0
/
+2
|
\
\
\
|
*
|
|
Fix small memory leak in OS.cpp
qarmin
2019-06-27
1
-0
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #30096 from akien-mga/doc-misc-updates
Rémi Verschelde
2019-06-27
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
doc: Proofread and complete various nodes
Rémi Verschelde
2019-06-26
1
-3
/
+3
*
|
|
Merge pull request #29941 from qarmin/redundant_code_and_others
Rémi Verschelde
2019-06-27
4
-8
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Some code changed with Clang-Tidy
qarmin
2019-06-26
4
-8
/
+11
*
|
|
Merge pull request #24448 from lukad/toggle-system-console
Rémi Verschelde
2019-06-21
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add option to toggle console window on Windows
Luka Dornhecker
2019-06-20
1
-0
/
+2
*
|
|
Merge pull request #29283 from qarmin/fix_some_always_same_values
Rémi Verschelde
2019-06-20
1
-4
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix always true/false values
qarmin
2019-06-20
1
-4
/
+2
*
|
|
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-15
/
+15
*
|
|
Merge pull request #29752 from bruvzg/window_size_limits
Rémi Verschelde
2019-06-17
1
-0
/
+4
|
\
\
\
|
*
|
|
Add ability to limit maximum/minimum window size.
bruvzg
2019-06-15
1
-0
/
+4
|
|
|
/
|
|
/
|
*
/
|
Added constants for the main buttons and axis used in VR
Bastiaan Olij
2019-06-13
1
-0
/
+16
|
/
/
*
|
Removes redundant "display/window/per_pixel_transparency/splash" setting, imp...
bruvzg
2019-06-04
1
-2
/
+0
*
|
Add configurable strength value to InputEventAction
Gilles Roudiere
2019-06-02
2
-0
/
+17
|
/
*
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
|
\
[next]