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 #35301 from Calinou/improve-console-error-logging
Rémi Verschelde
2020-02-10
1
-19
/
+16
|
\
|
*
Improve the console error logging appearance
Hugo Locurcio
2020-01-19
1
-19
/
+16
*
|
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
2
-3
/
+3
*
|
Merge pull request #35684 from timothyqiu/macos-sanitizers
Rémi Verschelde
2020-01-31
1
-0
/
+18
|
\
\
|
*
|
Adds sanitizer options for macOS
Haoyu Qiu
2020-01-29
1
-0
/
+18
|
|
/
*
/
Adds extra cursors for macOS
Haoyu Qiu
2020-01-31
1
-6
/
+20
|
/
*
Remove unused ip_unix member from OSX/server.
Fabio Alessandrelli
2020-01-14
1
-2
/
+0
*
Fixes IME input backspace on macOS
Haoyu Qiu
2020-01-14
1
-1
/
+5
*
[macOS/Mono] Filter release/debug and rename Mono data folder on export.
bruvzg
2020-01-10
1
-0
/
+18
*
[macOS] Load PCK from the .app bundle resources, instead of changing working ...
bruvzg
2020-01-10
3
-29
/
+14
*
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
*
Merge pull request #33967 from Calinou/add-os-is-window-focused
Rémi Verschelde
2020-01-06
2
-5
/
+15
|
\
|
*
Add an `OS.is_window_focused()` getter
Hugo Locurcio
2019-11-28
2
-5
/
+15
*
|
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
16
-32
/
+32
*
|
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
*
|
[macOS] Send resize event without actually resizing window on backing change.
bruvzg
2019-12-08
1
-6
/
+2
*
|
iOS modular build and export implementation.
bruvzg
2019-12-01
5
-420
/
+0
|
/
*
[macOS] Fix locale detection.
bruvzg
2019-11-25
1
-1
/
+1
*
Fix typos with codespell
Rémi Verschelde
2019-11-22
2
-3
/
+3
*
[macOS] Remove CVDisplayLink v-sync hack.
bruvzg
2019-11-21
2
-55
/
+2
*
[macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp...
bruvzg
2019-10-30
1
-0
/
+5
*
Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...
bruvzg
2019-10-24
6
-15
/
+21
*
[macOS] Fix non-ASCII volume name listing, replace deprecated volume listing ...
bruvzg
2019-10-18
1
-4
/
+11
*
Merge pull request #32809 from bruvzg/macos_1015_non_hidpi_fix
Rémi Verschelde
2019-10-13
1
-0
/
+4
|
\
|
*
Fix non-HiDPI mode on HiDPI displays on macOS Catalina.
bruvzg
2019-10-13
1
-0
/
+4
*
|
Optimize images losslessly using `oxipng -o6 --strip all --zopfli`
Hugo Locurcio
2019-10-12
1
-0
/
+0
|
/
*
Add code signing support for Windows exports (using "signtool" on Windows and...
bruvzg
2019-10-04
1
-5
/
+18
*
Merge pull request #32518 from nekomatata/fix-revert-cursor
Rémi Verschelde
2019-10-03
1
-1
/
+6
|
\
|
*
Properly revert cursor when using set_custom_mouse_cursor with null
PouleyKetchoupp
2019-10-03
1
-1
/
+6
*
|
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
*
[macOS] Add methods to modify global and dock menus. Add ability to open mult...
bruvzg
2019-08-26
2
-1
/
+118
*
Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-...
Rémi Verschelde
2019-08-14
2
-6
/
+0
|
\
|
*
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
2
-6
/
+0
*
|
Export: Remove temp files from cache after export
Rémi Verschelde
2019-08-12
1
-4
/
+17
|
/
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-08-09
1
-12
/
+4
*
Turn `OS.set_min/max_window_size()` warnings into errors
Hugo Locurcio
2019-07-30
1
-2
/
+2
*
Fix crash caused by a9a0d0fb15cc5e028dbf8dab8b46d3dc197c4678
Guilherme Felipe
2019-07-24
1
-0
/
+1
*
Fix cursor blinking in integrated GPUs
Guilherme Felipe
2019-07-09
2
-0
/
+19
*
SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
Rémi Verschelde
2019-07-03
1
-6
/
+6
*
Merge pull request #29815 from NilsIrl/plus_file_1
Rémi Verschelde
2019-07-01
1
-1
/
+1
|
\
|
*
Replace ` + "/" + ` with `String::file_add()`
Nils ANDRÉ-CHANG
2019-06-23
1
-1
/
+1
*
|
Update macOS global mouse position at startup
bruvzg
2019-06-18
2
-0
/
+12
*
|
Add script to fix style issues and copyright headers
Rémi Verschelde
2019-06-17
2
-6
/
+6
*
|
Merge pull request #29752 from bruvzg/window_size_limits
Rémi Verschelde
2019-06-17
2
-0
/
+73
|
\
\
|
*
|
Add ability to limit maximum/minimum window size.
bruvzg
2019-06-15
2
-0
/
+73
|
|
/
*
/
Adding a new Camera Server implementation to Godot.
BastiaanOlij
2019-06-15
6
-1
/
+421
|
/
*
Merge pull request #29481 from bruvzg/macos_fix_dvorak_qwerty_cmd_hotkeys
Rémi Verschelde
2019-06-12
1
-9
/
+9
|
\
[next]