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
/
platform
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #37533 from akien-mga/gradle-downgrade-3.5.3
Rémi Verschelde
2020-04-02
1
-1
/
+1
|
\
|
*
Android: Downgrade gradle plugin to 3.5.3
Rémi Verschelde
2020-04-02
1
-1
/
+1
*
|
Merge pull request #37525 from lupoDharkael/replace-0L
Rémi Verschelde
2020-04-02
1
-1
/
+1
|
\
\
|
*
|
Replace 0L with a casted nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
|
|
/
*
/
Replace more occurrences of NULL with nullptr
Rémi Verschelde
2020-04-02
2
-3
/
+3
|
/
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
58
-417
/
+417
*
Merge pull request #37504 from qarmin/out_of_bound_cursor
Rémi Verschelde
2020-04-02
1
-8
/
+9
|
\
|
*
Fix out of bound array access caused by unassigned variable
Rafał Mikrut
2020-04-01
1
-8
/
+9
*
|
Fix Clang warnings on Windows
Rémi Verschelde
2020-04-01
3
-4
/
+11
*
|
Fix exporting corrupted Xcode pbxproj if project name has spaces
Ignacio Etcheverry
2020-03-31
1
-1
/
+1
*
|
Mono/C#: Add iOS support
Ignacio Etcheverry
2020-03-31
1
-1
/
+24
*
|
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
23
-1186
/
+1405
|
/
*
Fix copyright headers for recently added files
Rémi Verschelde
2020-03-28
6
-6
/
+66
*
Fixed missed occurrences in #37361 renamings.
dankan1890
2020-03-28
1
-1
/
+1
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
18
-70
/
+70
*
Prevent recursive `_dispatch_input_event` calls, improve focus regain on wind...
bruvzg
2020-03-26
2
-40
/
+50
*
Add macOS DisplayServer implementation.
bruvzg
2020-03-26
11
-3063
/
+4013
*
Fixes to X11, still pretty broken
Juan Linietsky
2020-03-26
2
-27
/
+111
*
Multiple changes to DisplayServerX11
Mateo Kuruk Miccino
2020-03-26
3
-44
/
+132
*
Implemented drag and drop across windows, both OS and embedded.
Juan Linietsky
2020-03-26
4
-4
/
+69
*
Reworked tooltips to use the popup system.
Juan Linietsky
2020-03-26
2
-12
/
+35
*
Popups have also been converted to windows
Juan Linietsky
2020-03-26
4
-7
/
+52
*
Fixes to window style flags
Juan Linietsky
2020-03-26
4
-34
/
+41
*
Open sub-windows as embedded if the OS does not support them
Juan Linietsky
2020-03-26
4
-24
/
+53
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
2
-3
/
+31
*
Separate DisplayServer from OS on Windows
Juan Linietsky
2020-03-26
9
-2898
/
+3228
*
Make DisplayServerX11 thread safe
Juan Linietsky
2020-03-26
2
-3
/
+127
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
2
-16
/
+50
*
Support for transient windows
Juan Linietsky
2020-03-26
2
-0
/
+48
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
23
-75
/
+163
*
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
4
-14
/
+30
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
29
-3991
/
+712
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
19
-37
/
+3564
*
SCons: Drop support for Python 2
Rémi Verschelde
2020-03-25
1
-3
/
+1
*
Merge pull request #37271 from akien-mga/cleanup-unused-classes
Rémi Verschelde
2020-03-24
2
-48
/
+2
|
\
|
*
Remove unused classes and stray headers
Rémi Verschelde
2020-03-24
2
-48
/
+2
*
|
Merge pull request #37261 from m6c7l/feature/issue-37239
Rémi Verschelde
2020-03-24
1
-1
/
+4
|
\
\
|
*
|
issue-37239 add relaxation to conditions in the joystick check routine for be...
m6c7l
2020-03-24
1
-1
/
+4
|
|
/
*
/
Fixed WM_DELETE flag being set too late
Ev1lbl0w
2020-03-23
1
-3
/
+3
|
/
*
Merge pull request #37219 from RajatGoswami/missing-include-guards
Rémi Verschelde
2020-03-23
7
-0
/
+35
|
\
|
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
7
-0
/
+35
*
|
Make file formatting comply with POSIX and Unix standards
Aaron Franke
2020-03-21
2
-2
/
+2
|
/
*
Update the naming scheme for the GodotPlugin's methods in preparate of the vu...
fhuya
2020-03-19
5
-24
/
+40
*
Merge pull request #37115 from RandomShaper/imvu/windows_stack_size
Rémi Verschelde
2020-03-18
1
-0
/
+6
|
\
|
*
Make stack size on Windows match Linux and MacOS
Pedro J. Estébanez
2020-03-17
1
-0
/
+6
*
|
Removed unused code in android detect.py and SCsub
unknown
2020-03-18
2
-8
/
+0
*
|
Complete the implementation of the GodotPayment plugin.
fhuya
2020-03-17
11
-175
/
+39
*
|
Merge pull request #36906 from m4gr3d/enable_android_studio_debugging
Rémi Verschelde
2020-03-17
3
-4
/
+6
|
\
\
|
|
/
|
/
|
|
*
Enable Android studio debugger.
fhuya
2020-03-08
3
-4
/
+6
*
|
Merge pull request #37106 from akien-mga/clang-format-cpp11
Rémi Verschelde
2020-03-17
14
-24
/
+25
|
\
\
[next]