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
/
osx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #48622 from Geometror/reimplement-disableable-vsync
Hugo Locurcio
2021-07-10
4
-15
/
+34
|
\
|
*
Restructure and reimplement vsync options
Hendrik Brucker
2021-07-06
4
-15
/
+34
*
|
[macOS, Mono] Automatically enable JIT entitlements for the Mono exports.
bruvzg
2021-07-09
1
-8
/
+23
|
/
*
[macOS] Fix custom mouse cursor not set after mouse mode change.
bruvzg
2021-06-23
1
-0
/
+6
*
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-20
3
-13
/
+12
*
Move many input enums to their own file
Aaron Franke
2021-06-20
1
-10
/
+10
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
2
-13
/
+13
*
Add LSApplicationCategoryType to the template and export dialog.
bruvzg
2021-06-14
1
-0
/
+4
*
Merge pull request #49123 from aaronfranke/it-is-time
Rémi Verschelde
2021-06-12
1
-4
/
+4
|
\
|
*
Add Time singleton
Aaron Franke
2021-06-11
1
-4
/
+4
*
|
Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-io
Rémi Verschelde
2021-06-11
2
-3
/
+3
|
\
\
|
*
|
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
2
-3
/
+3
|
|
/
*
|
Merge pull request #49279 from Calinou/rename-string-is-abs-path-method
Rémi Verschelde
2021-06-11
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Rename `String.is_abs_path()` to `String.is_absolute_path()`
Hugo Locurcio
2021-06-03
1
-3
/
+3
*
|
Add MOUSE_MODE_CONFINED_HIDDEN
Aaron Franke
2021-06-03
1
-3
/
+8
|
/
*
Implement shader caching
reduz
2021-05-31
1
-4
/
+4
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
2
-4
/
+4
*
Merge pull request #46866 from bruvzg/symlinks_and_macos_gdn_framework_export_4
Rémi Verschelde
2021-05-24
1
-3
/
+57
|
\
|
*
Add GDNative Framework loading and export support.
bruvzg
2021-05-24
1
-3
/
+57
*
|
[macOS] Allow "on top" windows to enter full-screen mode.
bruvzg
2021-05-24
1
-2
/
+14
|
/
*
OS: Remove code duplicate in XDG paths handling
Rémi Verschelde
2021-05-21
1
-14
/
+10
*
Only allow absolute paths in XDG environment variables
Hugo Locurcio
2021-05-20
1
-3
/
+21
*
Merge pull request #48168 from LightningAA/control-to-ctrl-4.0
Rémi Verschelde
2021-05-17
1
-6
/
+6
|
\
|
*
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
1
-6
/
+6
*
|
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
2
-2
/
+2
|
/
*
Rename `doubleclick` to `double_click`
Aaron Franke
2021-05-04
1
-1
/
+1
*
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-29
4
-23
/
+23
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-7
/
+7
*
Fix macOS build with all sanitizers enabled.
bruvzg
2021-04-16
1
-14
/
+2
*
Add more sanitizer flags to shows more bugs
Rafał Mikrut
2021-04-15
1
-5
/
+17
*
Merge pull request #47435 from madmiraal/rename-texture-get_data
Rémi Verschelde
2021-03-29
1
-2
/
+2
|
\
|
*
Rename Texture.get_data() to get_image()
Marcel Admiraal
2021-03-28
1
-2
/
+2
*
|
[macOS] Enable code signing by default, use ad-hoc signature if no identity s...
bruvzg
2021-03-29
1
-8
/
+6
|
/
*
Rename some more global enums (Key, Joy, MIDI)
Aaron Franke
2021-03-23
1
-2
/
+2
*
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-15
/
+15
*
Merge pull request #46966 from qarmin/faster_release
Rémi Verschelde
2021-03-20
1
-2
/
+2
|
\
|
*
Allow to not optimize release build
Rafał Mikrut
2021-03-14
1
-2
/
+2
*
|
Add "Replace existing signature" to the macOS export (enabled by default).
bruvzg
2021-03-18
1
-0
/
+5
|
/
*
Merge pull request #43768 from sjml/mac-mono-export-fix
Rémi Verschelde
2021-03-03
1
-3
/
+3
|
\
|
*
Mono/macOS: Separate data dir into frameworks and resources for codesigning
Shane Liesegang
2021-03-03
1
-3
/
+3
*
|
Merge pull request #46621 from bruvzg/macos_export_entitlemenst_4
Rémi Verschelde
2021-03-03
1
-8
/
+163
|
\
\
|
*
|
[macOS] Add entitlements config and export template `dylib` signing to the ex...
bruvzg
2021-03-03
1
-8
/
+163
|
|
/
*
/
add msan sanitizer option for linus/bsd, lsan option for osx
Jordan Schidlowsky
2021-03-02
1
-1
/
+6
|
/
*
[macOS] Ignore mouse move event caused by mouse mode switch.
bruvzg
2021-02-15
2
-0
/
+12
*
SCons: Fix debug_symbols tests after switch to BoolVariable
Rémi Verschelde
2021-02-08
2
-3
/
+3
*
SCons: Add `production=yes` option to use production defaults
Rémi Verschelde
2021-02-03
1
-1
/
+1
*
Split OS::execute into two methods
Marcel Admiraal
2021-01-09
3
-7
/
+5
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
18
-36
/
+36
*
Merge pull request #44593 from madmiraal/rename-mainloop-methods
Rémi Verschelde
2020-12-28
1
-2
/
+2
|
\
|
*
Rename MainLoop methods to match Node methods
Marcel Admiraal
2020-12-22
1
-2
/
+2
[next]