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
*
Keep debug & verbose options after loading project from project manager
PouleyKetchoupp
2020-07-09
2
-0
/
+6
*
Move frame delaying functions from Main to OS.
Fabio Alessandrelli
2020-06-30
2
-0
/
+39
*
Add a separate application focus/in notification out from Window focus notifi...
Juan Linietsky
2020-06-30
2
-4
/
+8
*
Merge pull request #39189 from touilleMan/issue-38925
Rémi Verschelde
2020-06-15
2
-12
/
+2
|
\
|
*
Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...
Emmanuel Leblond
2020-05-31
2
-12
/
+2
*
|
Print errors when calling MIDI input methods on unsupported platforms
Hugo Locurcio
2020-05-31
1
-1
/
+5
|
/
*
[Windows] Add tablet driver selection.
bruvzg
2020-05-20
1
-2
/
+5
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
5
-28
/
+29
*
Style: Fix unnecessary semicolons that confused clang-format
Rémi Verschelde
2020-05-19
1
-3
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
11
-67
/
+124
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
4
-0
/
+11
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
20
-229
/
+0
*
Modernize remaining uses of 0/NULL instead of nullptr (C++11)
Rémi Verschelde
2020-05-14
1
-2
/
+2
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
16
-117
/
+33
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
2
-8
/
+16
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
4
-9
/
+16
*
[Windows] Add support for the WinTab API for pen input.
bruvzg
2020-05-05
1
-0
/
+2
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
2
-3
/
+3
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
11
-41
/
+41
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-1
/
+1
*
Add macOS DisplayServer implementation.
bruvzg
2020-03-26
3
-11
/
+3
*
Separate DisplayServer from OS on Windows
Juan Linietsky
2020-03-26
1
-0
/
+1
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-7
/
+7
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
4
-44
/
+3
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
2
-466
/
+5
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
7
-2306
/
+4
*
Style: Harmonize header guards to style guide [Core]
Rémi Verschelde
2020-03-25
15
-17
/
+17
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
3
-5
/
+5
*
Fix mutex when building with no threads.
Fabio Alessandrelli
2020-03-08
2
-9
/
+21
*
Merge pull request #36752 from RandomShaper/rework_semaphore
Rémi Verschelde
2020-03-05
5
-51
/
+16
|
\
|
*
Drop old semaphore implementation
Pedro J. Estébanez
2020-03-03
5
-51
/
+16
*
|
Improve UX of drive letters
Pedro J. Estébanez
2020-03-03
2
-1
/
+7
|
/
*
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-03-01
4
-23
/
+70
|
\
|
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
4
-23
/
+70
*
|
Fix InputEventKey::echo type from INT to BOOL
Yuri Roubinsky
2020-03-01
1
-1
/
+1
*
|
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
7
-163
/
+63
*
|
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
2
-8
/
+8
|
/
*
Added StringName as a variant type.
Juan Linietsky
2020-02-21
1
-1
/
+1
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
7
-17
/
+12
*
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-15
1
-2
/
+2
*
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-14
2
-24
/
+0
*
Merge pull request #29993 from bruvzg/vulkan
Rémi Verschelde
2020-02-11
2
-3
/
+3
|
\
|
*
Add runtime GLES2 / Vulkan context selection.
bruvzg
2020-02-11
2
-6
/
+3
|
*
Add static Vulkan loader.
bruvzg
2020-02-11
2
-0
/
+3
*
|
Added a spinlock template as well as a thread work pool class.
Juan Linietsky
2020-02-11
4
-10
/
+44
|
/
*
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-2
/
+2
*
Merge pull request #35438 from MadEqua/virtual-keyboard-line-edit
Rémi Verschelde
2020-01-23
2
-2
/
+2
|
\
|
*
Android virtual keyboard respecting LineEdit max length.
Bruno Lourenço
2020-01-23
2
-2
/
+2
*
|
Make `OS.execute()` blocking by default if not specified
Hugo Locurcio
2020-01-23
1
-1
/
+1
[next]