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
/
export.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Export: Improve usability of command line interface
Rémi Verschelde
2020-01-07
1
-19
/
+18
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
i18n: Sync translations with Weblate + update template
Rémi Verschelde
2019-12-22
1
-1
/
+0
*
Added microphone and camera usage descriptions to macOS builds.
Catchawink
2019-12-13
1
-0
/
+9
*
Add code signing support for Windows exports (using "signtool" on Windows and...
bruvzg
2019-10-04
1
-5
/
+18
*
macOS code signing improvements (timestamp and hardened runtime options, enti...
bruvzg
2019-10-02
1
-16
/
+19
*
Changed some code found by Clang Tidy and Coverity
qarmin
2019-09-22
1
-1
/
+1
*
Export: Remove temp files from cache after export
Rémi Verschelde
2019-08-12
1
-4
/
+17
*
Replace ` + "/" + ` with `String::file_add()`
Nils ANDRÉ-CHANG
2019-06-23
1
-1
/
+1
*
Allow project export to be canceled
George Marques
2019-05-18
1
-5
/
+13
*
[macOS] Allow using user provided `.icns` files for exported app icons.
bruvzg
2019-05-17
1
-6
/
+16
*
Merge pull request #27676 from qarmin/small_fixes_2
Rémi Verschelde
2019-05-01
1
-1
/
+0
|
\
|
*
Small fixes to static analyzer bugs
qarmin
2019-04-04
1
-1
/
+0
*
|
Add FileAccess::set_unix_permissions for Unix platforms
Juan Linietsky
2019-04-07
1
-1
/
+1
|
/
*
Fix directory check when exporting project
volzhs
2019-03-06
1
-1
/
+1
*
Fixes misleading error message when trying to export
Ricardo Lüders
2019-03-05
1
-0
/
+4
*
ExportDialog: Make error messages translatable
Rémi Verschelde
2019-01-21
1
-2
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix macOS icon export (add 1024px PNG icon and 32px/16px RLE icons).
bruvzg
2018-11-26
1
-25
/
+141
*
Export for OS X on OS X now lets you select .dmg or .zip
Marcelo Fernandez
2018-11-01
1
-4
/
+12
*
Fix warnings about set but unused variables [-Wunused-but-set-variable]
Rémi Verschelde
2018-09-27
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-7
/
+7
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-6
/
+1
*
Fix file hints
Marcin Zawiejski
2018-08-23
1
-3
/
+3
*
BPTC support
elasota
2018-08-21
1
-0
/
+3
*
Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties
Rémi Verschelde
2018-08-20
1
-3
/
+3
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-9
/
+9
*
Improved error checking at EditorExportPlatformPC::export_project
Marcelo Fernandez
2018-03-06
1
-4
/
+6
*
Modify OSX can_export logic to match the logic from EditorExportPlatformPC::c...
Marcelo Fernandez
2018-03-03
1
-9
/
+15
*
OSX: Remove support for 32-bit and fat binaries
Rémi Verschelde
2018-02-19
1
-14
/
+2
*
Adds dylib export for "dmg" export mode and change dylib path to "/Contents/F...
bruvzg
2018-01-04
1
-2
/
+20
*
Add support from properly exporting shared objects, needed for GDNative export
Juan Linietsky
2018-01-04
1
-1
/
+24
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Updated Linux template extensions to match architecture.
Nathan Warden
2017-12-12
1
-1
/
+1
*
Fix Manage Export Templates link
MattUV
2017-12-08
1
-0
/
+1
*
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-25
1
-1
/
+1
*
Allow configuring iOS export
Ruslan Mustakov
2017-11-21
1
-0
/
+1
*
Use new XDG folders to dehardcode paths
Rémi Verschelde
2017-11-19
1
-3
/
+3
*
EditorSettings: Rename settings_path to settings_dir
Rémi Verschelde
2017-11-17
1
-3
/
+3
*
Use binary names instead of absolute paths in calls to OS::execute.
J08nY
2017-10-13
1
-2
/
+2
*
Merge pull request #11810 from marcelofg55/osx_export_improv
Rémi Verschelde
2017-10-09
1
-274
/
+182
|
\
|
*
Improvements on the export code on OS X
Marcelo Fernandez
2017-10-03
1
-274
/
+182
*
|
fixed the OS.has_feature() API, and added support for 32 and 64.
Juan Linietsky
2017-10-03
1
-0
/
+10
|
/
*
Fixed loading package from resource folder, exporting textures to bundle and ...
BastiaanOlij
2017-09-08
1
-2
/
+13
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
1
-7
/
+15
[next]