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
/
uwp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update Time documentation
Aaron Franke
2021-10-28
2
-6
/
+7
*
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-7
/
+7
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-2
/
+1
*
Remove unimplemented methods
Marcel Admiraal
2021-10-21
1
-5
/
+0
*
SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstruct
Rémi Verschelde
2021-10-15
1
-3
/
+0
*
SCons: Add `DEV_ENABLED` defines for `target=debug` builds
Rémi Verschelde
2021-10-14
1
-0
/
+1
*
Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_master
Rémi Verschelde
2021-10-05
2
-3
/
+2
|
\
|
*
Add missing WIN32_LEAN_AND_MEAN
Bartłomiej T. Listwon
2021-09-23
2
-3
/
+2
*
|
Replace `#pragma once` by traditional include guards for consistency
Hugo Locurcio
2021-09-24
3
-5
/
+7
|
/
*
Make platform feature tag names lowercase
Hugo Locurcio
2021-08-31
1
-1
/
+1
*
Split uwp platform export template into multiple files
Sergey Minakov
2021-08-12
5
-1402
/
+1571
*
Use Key enum instead of plain integers
Aaron Franke
2021-08-10
2
-2
/
+2
*
Misc cleanup of header includes
Rémi Verschelde
2021-07-15
1
-1
/
+0
*
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-20
3
-8
/
+6
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
3
-8
/
+8
*
UWP: Keep upstream names for capabilities preset settings to avoid mismatch
Gromph
2021-06-17
1
-3
/
+3
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
2
-4
/
+4
*
Add MOUSE_MODE_CONFINED_HIDDEN
Aaron Franke
2021-06-03
2
-5
/
+5
*
Implement shader caching
reduz
2021-05-31
1
-3
/
+3
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-3
/
+3
*
[UWP] Add missing `get_scansym` argument.
bruvzg
2021-05-22
1
-1
/
+1
*
Merge pull request #48168 from LightningAA/control-to-ctrl-4.0
Rémi Verschelde
2021-05-17
1
-3
/
+3
|
\
|
*
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
1
-3
/
+3
*
|
SCons: Fix UWP build after #45315
Rémi Verschelde
2021-05-11
1
-1
/
+0
|
/
*
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-06
1
-1
/
+1
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-1
/
+1
*
Fix EditorExportPlugin _export_begin and _export_end functions not being call...
Gromph
2021-04-14
1
-0
/
+2
*
Rename Texture.get_data() to get_image()
Marcel Admiraal
2021-03-28
1
-10
/
+10
*
Rename some more global enums (Key, Joy, MIDI)
Aaron Franke
2021-03-23
2
-3
/
+3
*
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-8
/
+8
*
Merge pull request #46966 from qarmin/faster_release
Rémi Verschelde
2021-03-20
1
-4
/
+7
|
\
|
*
Allow to not optimize release build
Rafał Mikrut
2021-03-14
1
-4
/
+7
*
|
Converted sensor acceleration units to m/s^2 on iOS and UWP
Marcus Brummer
2021-03-17
1
-3
/
+5
|
/
*
Make Servers truly Thread Safe
reduz
2021-02-10
1
-1
/
+0
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
3
-123
/
+0
*
Modernize RWLock
Pedro J. Estébanez
2021-01-19
1
-2
/
+0
*
CI: Update to clang-format 11 and apply ternary operator changes
Rémi Verschelde
2021-01-12
1
-1
/
+1
*
Split OS::execute into two methods
Marcel Admiraal
2021-01-09
3
-3
/
+8
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
13
-26
/
+26
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-6
/
+6
*
Remove OS::can_draw() remnants
Marcel Admiraal
2020-12-17
2
-5
/
+0
*
SCons: Add only selected platform's opts to env
Rémi Verschelde
2020-12-16
1
-2
/
+0
*
Merge pull request #43742 from qarmin/editor_modules_default_values
Rémi Verschelde
2020-12-08
4
-27
/
+17
|
\
|
*
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-12-02
4
-27
/
+17
*
|
RenderingServer reorganization
reduz
2020-12-04
1
-1
/
+1
*
|
Reorganize rendering server.
reduz
2020-12-03
1
-2
/
+2
|
/
*
Export: Reorder options for consistency across platforms
Rémi Verschelde
2020-11-20
1
-3
/
+3
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
4
-6
/
+6
*
Refactor MethodBind to use variadic templates
reduz
2020-10-18
1
-1
/
+2
*
[Windows, MSVC] Correctly set source file encoding.
bruvzg
2020-10-09
1
-1
/
+1
[next]