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
/
iphone
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
44
-8044
/
+0
*
Merge pull request #62843 from RandomShaper/fix_iphone_input
Rémi Verschelde
2022-07-11
1
-0
/
+1
|
\
|
*
Flush accumulated input events on iOS
Pedro J. Estébanez
2022-07-08
1
-0
/
+1
*
|
Add static methods for creating Image and ImageTexture
kobewi
2022-07-08
1
-5
/
+1
|
/
*
Fix exit code of --help and --version, and test them in CI
Jan Haller
2022-07-02
1
-1
/
+4
*
Add arch flag to assembler to fix build on ARM64 macOS / iOS.
bruvzg
2022-07-01
1
-0
/
+4
*
Add readable export errors.
bruvzg
2022-06-08
1
-3
/
+7
*
Add a new HashSet template
reduz
2022-05-20
2
-4
/
+4
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-2
/
+2
*
Add dedicated macros for property name extraction
Haoyu Qiu
2022-05-19
1
-14
/
+14
*
Merge pull request #61074 from timoschwarzer/fix-ios-vibration-duration
Rémi Verschelde
2022-05-16
1
-1
/
+1
|
\
|
*
Fix vibration duration on iOS
Timo Schwarzer
2022-05-16
1
-1
/
+1
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
3
-7
/
+7
|
/
*
Increase compiler optimization when using `target=release` on iOS/Android
Hugo Locurcio
2022-05-13
1
-2
/
+5
*
Add a new HashMap implementation
reduz
2022-05-12
1
-15
/
+10
*
Fix ZipIO crash when reused (and possible leaks).
bruvzg
2022-05-11
1
-1
/
+2
*
[macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK.
bruvzg
2022-05-10
1
-1
/
+5
*
Merge pull request #60224 from pfeodrippe/fix-simultaneous-touches
Rémi Verschelde
2022-05-03
1
-0
/
+1
|
\
|
*
Fix simulatenous touches for different touch types
Paulo Feodrippe
2022-04-13
1
-0
/
+1
*
|
Merge pull request #60553 from madmiraal/separate-display_safe_area
Rémi Verschelde
2022-05-03
2
-16
/
+19
|
\
\
|
*
|
Fix screen_get_usable_rect returning display safe area
Marcel Admiraal
2022-05-02
2
-16
/
+19
*
|
|
Merge pull request #60601 from touilleMan/gdextension_get_library_path
Rémi Verschelde
2022-05-03
2
-3
/
+8
|
\
\
\
|
*
|
|
Add GDNativeInterface::get_library_path to GDExtension
Emmanuel Leblond
2022-04-29
2
-3
/
+8
|
|
/
/
*
/
/
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-2
/
+0
|
/
/
*
|
Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...
bruvzg
2022-04-28
5
-0
/
+275
*
|
Vibrate using iOS haptics engine on supported devices
Timo Schwarzer
2022-04-20
3
-2
/
+116
|
/
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-13
/
+17
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
3
-45
/
+34
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
2
-2
/
+5
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-3
/
+3
*
Implement GDExtension export plugin.
bruvzg
2022-03-16
1
-1
/
+1
*
Merge pull request #58986 from akien-mga/diraccessref
Rémi Verschelde
2022-03-11
2
-80
/
+62
|
\
|
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
2
-80
/
+62
*
|
Improve app name and system permission message localization.
bruvzg
2022-03-04
1
-14
/
+29
|
/
*
[macOS and iOS export] Add localized application name to the translation .pli...
bruvzg
2022-03-04
1
-0
/
+53
*
[iOS] Fix multitouch not working correctly
Sergey Minakov
2022-02-26
1
-0
/
+2
*
[iOS] Fix incorrect method name for input dragging event
Sergey Minakov
2022-02-19
1
-1
/
+1
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
11
-57
/
+57
*
Add an `OS.get_processor_name()` method
Hugo Locurcio
2022-02-15
2
-0
/
+11
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
2
-1
/
+2
*
Merge pull request #57605 from naithar/fix/godot-view-touch-4.0
Rémi Verschelde
2022-02-09
3
-13
/
+31
|
\
|
*
[iOS] Fix touch handling for overlay views
Sergey Minakov
2022-02-03
3
-13
/
+31
*
|
Merge pull request #57825 from Calinou/ios-remove-obsolete-define
Rémi Verschelde
2022-02-09
1
-1
/
+0
|
\
\
|
*
|
Remove obsolete define in the iOS buildsystem code
Hugo Locurcio
2022-02-08
1
-1
/
+0
*
|
|
Remove support for ARMv7 (32-bit) on iOS
Hugo Locurcio
2022-02-08
1
-1
/
+0
|
/
/
*
|
Merge pull request #57617 from bruvzg/char_cleanup
Rémi Verschelde
2022-02-04
1
-1
/
+1
|
\
\
|
*
|
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
1
-1
/
+1
|
|
/
*
|
Merge pull request #57335 from jordigcs/display-refresh-rate
Rémi Verschelde
2022-02-04
2
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Add screen_get_refresh_rate to DisplayServer
jordi
2022-02-03
2
-0
/
+5
*
|
Merge pull request #57203 from bruvzg/ios_export_fix
Rémi Verschelde
2022-02-02
1
-4
/
+29
|
\
\
[next]