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
*
Added missing support for traditional chinese on Windows, fixes #7674
Juan Linietsky
2018-07-29
1
-0
/
+1
*
Running builder (content generator) functions in subprocesses on Windows
Viktor Ferenczi
2018-07-27
7
-27
/
+75
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
10
-145
/
+145
*
change framework name CoreMidi to CoreMIDI
PanPan
2018-07-26
1
-1
/
+1
*
Merge pull request #20154 from marcelofg55/midi_driver
Rémi Verschelde
2018-07-25
9
-4
/
+33
|
\
|
*
Added a new MIDIDriver class
Marcelo Fernandez
2018-07-21
9
-4
/
+33
*
|
Merge pull request #20245 from bruvzg/fix_win_pp_transp
Rémi Verschelde
2018-07-24
1
-2
/
+2
|
\
\
|
*
|
Fix OpenGL buffer depth for per pixel transparency support (Windows, NVIDIA)
bruvzg
2018-07-18
1
-2
/
+2
*
|
|
Removed unnecessary assignments
Wilson E. Alvarez
2018-07-24
6
-16
/
+7
*
|
|
SCons: Add "execinfo" option to force linking libexecinfo
Rémi Verschelde
2018-07-22
1
-0
/
+4
*
|
|
-Fix disable_3d flag
Juan Linietsky
2018-07-21
5
-15
/
+53
|
|
/
|
/
|
*
|
Fix some more build issues after c69de2ba4
Rémi Verschelde
2018-07-20
6
-6
/
+19
*
|
Fix build issues and typos after c69de2ba4
Rémi Verschelde
2018-07-20
4
-5
/
+17
*
|
-Project/Editor settings now use new inspector
Juan Linietsky
2018-07-19
14
-5
/
+59
*
|
Style: Format code with clang-format 6.0.1
Rémi Verschelde
2018-07-18
10
-25
/
+8
|
/
*
Merge pull request #20132 from ibrahn/fix-android-device-poll-thread
Rémi Verschelde
2018-07-17
1
-3
/
+6
|
\
|
*
fixed branch on uninit and data race in editor android device polling
Ibrahn Sahir
2018-07-13
1
-3
/
+6
*
|
Fix keep screen on property path for Android/iOS/UWP
volzhs
2018-07-17
3
-3
/
+3
|
/
*
UWP: Add support for GLES2 driver
George Marques
2018-07-12
5
-46
/
+58
*
Merge pull request #19840 from jjay/ios_screen_orientation
Max Hilbrunner
2018-07-12
3
-61
/
+25
|
\
|
*
Respect window/handheld/orientation setting in iOS
Yasha Borevich
2018-07-01
3
-61
/
+25
*
|
Refactor OS_JavaScript
Leon Krause
2018-07-10
4
-695
/
+639
*
|
Added support for extra mouse buttons.
unknown
2018-07-09
3
-143
/
+178
*
|
Merge pull request #20041 from hpvb/fix-android-export
Hein-Pieter van Braam
2018-07-08
2
-200
/
+106
|
\
\
|
*
|
Write new permissions to the AndroidManifest.xml
Hein-Pieter van Braam
2018-07-08
2
-200
/
+106
*
|
|
added 'android_add_asset_dir('...') method to Android module gradle build config
Patrick Kaster
2018-07-05
1
-1
/
+4
|
/
/
*
|
-Fix fullscreen on Windows with a HiDPI monitor but a non-HiDPI project
Juan Linietsky
2018-07-03
1
-29
/
+41
*
|
Merge pull request #19799 from kosz78/android-payment-fix
Max Hilbrunner
2018-07-03
1
-9
/
+7
|
\
\
|
*
|
Fix possible NullPointerException crash on cancel payment
Konstantin Zaitsev
2018-06-27
1
-9
/
+7
*
|
|
Merge pull request #19919 from marcelofg55/notif_crash
Max Hilbrunner
2018-07-03
3
-0
/
+11
|
\
\
\
|
*
|
|
Add a new notification to detect crashes on native scripts
Marcelo Fernandez
2018-07-02
3
-0
/
+11
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #19934 from volzhs/gles2-android
Rémi Verschelde
2018-07-03
1
-1
/
+1
|
\
\
\
|
*
|
|
Change required gles version to 2 for android
volzhs
2018-07-04
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #19708 from RandomShaper/fix-windows-touch
Max Hilbrunner
2018-07-03
1
-10
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix touch issues on Windows
Pedro J. Estébanez
2018-06-26
1
-10
/
+14
*
|
|
Optimize images losslessly using `oxipng -o6 --strip all --zopfli`
Hugo Locurcio
2018-06-28
13
-0
/
+0
|
|
/
|
/
|
*
|
Merge pull request #19766 from GodotExplorer/android-gles2
Rémi Verschelde
2018-06-26
4
-14
/
+38
|
\
\
|
*
|
Implement OpenGL ES rasterizer selection logic for Android.
geequlim
2018-06-26
4
-14
/
+38
|
|
/
*
|
Merge pull request #19718 from thduynguyen/bug_fixes
Rémi Verschelde
2018-06-25
1
-1
/
+11
|
\
\
|
|
/
|
/
|
|
*
bugfix: correct #ifdef for TOUCH_ENABLED and OPENGL_ENABLED
Duy-Nguyen Ta
2018-06-22
1
-1
/
+11
*
|
IME context detection.
Saracen
2018-06-11
6
-4
/
+66
|
/
*
Merge pull request #19443 from eska014/html5-audio-refactor
Rémi Verschelde
2018-06-08
2
-73
/
+87
|
\
|
*
Detect channel count, mix rate, and buffer length in HTML5 audio driver
Leon Krause
2018-06-08
2
-73
/
+87
*
|
Tweak some help texts in the build system
Hugo Locurcio
2018-06-07
5
-10
/
+10
*
|
Oops, for some reason gedit used this file as my notebook, though I made a ne...
Juan Linietsky
2018-06-07
1
-12
/
+206
*
|
Entirely new (and much improved) animation editor.
Juan Linietsky
2018-06-07
1
-206
/
+12
*
|
SCons: Allow unbundling libwebsockets and miniupnpc
Rémi Verschelde
2018-06-07
2
-15
/
+33
|
/
*
Improve return value of OS.execute in blocking/non-blocking variants
Rémi Verschelde
2018-05-30
1
-7
/
+0
*
Allow setting higher numbers in Android version/code
Dmitry Pupinin
2018-05-29
1
-1
/
+1
*
Change position of validation in set_custom_mouse_cursor
Guilherme Felipe
2018-05-28
3
-3
/
+6
[next]