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
*
Update OSX GUID to SDL uid conversion.
Marcel Admiraal
2020-05-30
1
-1
/
+8
*
Merge pull request #33447 from bruvzg/macos_zip_sign
Rémi Verschelde
2020-05-19
1
-181
/
+148
|
\
|
*
macOS signing improvements: allow signed app exporting as ZIP, sign DMG after...
bruvzg
2020-05-15
1
-181
/
+148
*
|
Fix popup positions on multiple screens (with same scaling only).
bruvzg
2020-05-16
1
-10
/
+39
|
/
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-9
/
+14
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
2
-0
/
+3
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
12
-47
/
+0
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-17
/
+51
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
2
-5
/
+10
*
Merge pull request #37802 from ThakeeNathees/window-position-bug-osx-x11
Rémi Verschelde
2020-04-29
1
-1
/
+4
|
\
|
*
display server window position bug fix (#37323)
Thakee Nathees
2020-04-11
1
-1
/
+4
*
|
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
6
-35
/
+35
*
|
[macOS] Re-add define for build with 10.14 SDK, remove unsupported 10.12 checks.
bruvzg
2020-04-26
2
-20
/
+16
|
/
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
3
-38
/
+38
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
3
-107
/
+132
*
Fixed missed occurrences in #37361 renamings.
dankan1890
2020-03-28
1
-1
/
+1
*
Prevent recursive `_dispatch_input_event` calls, improve focus regain on wind...
bruvzg
2020-03-26
2
-40
/
+50
*
Add macOS DisplayServer implementation.
bruvzg
2020-03-26
9
-3063
/
+3994
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
3
-3
/
+3
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
2
-3
/
+2
*
Merge pull request #37219 from RajatGoswami/missing-include-guards
Rémi Verschelde
2020-03-23
1
-0
/
+5
|
\
|
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-0
/
+5
*
|
Make file formatting comply with POSIX and Unix standards
Aaron Franke
2020-03-21
1
-1
/
+1
|
/
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
2
-4
/
+4
*
Revert "Change LINKFLAGS to FRAMEWORKS which is supported since"
Rémi Verschelde
2020-03-10
1
-3
/
+3
*
Replace IOHIDDeviceRegisterRemovalCallback with IOHIDManagerRegisterDeviceRem...
bruvzg
2020-03-06
2
-8
/
+15
*
Merge pull request #36752 from RandomShaper/rework_semaphore
Rémi Verschelde
2020-03-05
4
-170
/
+0
|
\
|
*
Drop old semaphore implementation
Pedro J. Estébanez
2020-03-03
4
-170
/
+0
*
|
Change LINKFLAGS to FRAMEWORKS which is supported since
hungrymonkey
2020-03-04
1
-3
/
+3
|
/
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
2
-14
/
+25
*
Travis: Use Ubuntu 18.04 (bionic) as base image
Rémi Verschelde
2020-02-22
1
-2
/
+2
*
SCons: Bump required C++ standard to C++17
Rémi Verschelde
2020-02-22
1
-2
/
+2
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
2
-16
/
+9
*
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-14
5
-333
/
+0
*
Remove obsolete GLES3 backend
Rémi Verschelde
2020-02-13
2
-3
/
+0
*
Vulkan: Move thirdparty code out of drivers, style fixes
Rémi Verschelde
2020-02-11
4
-8
/
+8
*
Restore parts of #33783 and #32809 missing after rebase.
bruvzg
2020-02-11
3
-65
/
+13
*
Fix code formatting issues and VS compilation
Rémi Verschelde
2020-02-11
1
-6
/
+5
*
Merge pull request #32821 from bruvzg/vlk_fix_macos_exit
Rémi Verschelde
2020-02-11
1
-13
/
+20
|
\
|
*
Move Vulkan context/rendering_device destruction to windowWillClose notificat...
bruvzg
2020-02-11
1
-13
/
+20
*
|
Improve HiDPI handling, fix incorrect window viewport clipping.
bruvzg
2020-02-11
1
-0
/
+6
|
/
*
SCons: Streamline Vulkan buildsystem + fixups
Rémi Verschelde
2020-02-11
1
-5
/
+4
*
Merge pull request #29993 from bruvzg/vulkan
Rémi Verschelde
2020-02-11
9
-195
/
+620
|
\
|
*
Add runtime GLES2 / Vulkan context selection.
bruvzg
2020-02-11
6
-233
/
+444
|
*
Add static Vulkan loader.
bruvzg
2020-02-11
7
-25
/
+239
*
|
Added a spinlock template as well as a thread work pool class.
Juan Linietsky
2020-02-11
2
-3
/
+3
|
/
*
Custom material support seems complete.
Juan Linietsky
2020-02-11
1
-1
/
+1
*
Texture refactor
Juan Linietsky
2020-02-11
3
-3
/
+3
*
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
[next]