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
/
export
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Export] Read and ZIP project files in 16K chunks instead of reading the whol...
bruvzg
2021-11-06
1
-2
/
+15
*
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-5
/
+5
*
Fix specific warnings issues by Clang
K. S. Ernest (iFire) Lee
2021-10-14
1
-2
/
+0
*
[macOS, sandbox] Add export option to embed and sign helper executables.
bruvzg
2021-09-27
1
-5
/
+48
*
Make platform feature tag names lowercase
Hugo Locurcio
2021-08-31
1
-1
/
+1
*
Replace HTTP links with HTTPS for sites with HTTPS versions
Aaron Franke
2021-08-22
1
-2
/
+2
*
Use the Unicode multiplication symbol where relevant
Hugo Locurcio
2021-08-12
1
-8
/
+8
*
Split osx platform export template into multiple files
Sergey Minakov
2021-08-12
3
-1147
/
+1214
*
[macOS] Add "debugging" (`get-task-allow`) to the export options, to allow us...
bruvzg
2021-07-26
1
-0
/
+5
*
[macOS, Mono] Automatically enable JIT entitlements for the Mono exports.
bruvzg
2021-07-09
1
-8
/
+23
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-3
/
+3
*
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
*
|
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-2
/
+2
|
/
*
Implement shader caching
reduz
2021-05-31
1
-4
/
+4
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-3
/
+3
*
Add GDNative Framework loading and export support.
bruvzg
2021-05-24
1
-3
/
+57
*
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-1
/
+1
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-7
/
+7
*
[macOS] Enable code signing by default, use ad-hoc signature if no identity s...
bruvzg
2021-03-29
1
-8
/
+6
*
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
*
|
[macOS] Add entitlements config and export template `dylib` signing to the ex...
bruvzg
2021-03-03
1
-8
/
+163
|
/
*
Split OS::execute into two methods
Marcel Admiraal
2021-01-09
1
-3
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
2
-4
/
+4
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-3
/
+3
*
Merge pull request #43742 from qarmin/editor_modules_default_values
Rémi Verschelde
2020-12-08
1
-1
/
+1
|
\
|
*
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-12-02
1
-1
/
+1
*
|
OSX: Fix tmp .app folder name after #44060
Rémi Verschelde
2020-12-04
1
-1
/
+1
*
|
OSX: Remove tmp .app folder instead of moving to trash
Rémi Verschelde
2020-12-03
1
-16
/
+19
|
/
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-1
/
+1
*
platform: Update metadata for export platforms
Christopher Davis
2020-08-01
1
-2
/
+2
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-10
/
+10
*
[macOS export] Set correct external file attributes (Unix mode), and creation...
bruvzg
2020-06-30
1
-2
/
+3
*
Set proper file type attribute for OSX zip export
PouleyKetchoupp
2020-06-20
1
-1
/
+4
*
Rename "Identifier" to "Bundle Identifier" in macOS/iOS export presets
Hugo Locurcio
2020-06-19
1
-5
/
+5
*
macOS export, add notarization support and id / signing / notarization config...
bruvzg
2020-06-10
1
-1
/
+118
*
macOS signing improvements: allow signed app exporting as ZIP, sign DMG after...
bruvzg
2020-05-15
1
-181
/
+148
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-9
/
+14
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-13
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-20
/
+20
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-0
/
+5
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-8
/
+8
*
Texture refactor
Juan Linietsky
2020-02-11
1
-1
/
+1
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
[macOS/Mono] Filter release/debug and rename Mono data folder on export.
bruvzg
2020-01-10
1
-0
/
+18
*
macOS DMG export: create folder structure for the files extracted from export...
bruvzg
2020-01-10
1
-13
/
+18
[next]