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
/
core
/
os
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add get_distribution_name() and get_version() to OS
MJacred
2022-09-16
1
-0
/
+2
*
Fixes #65377: get_datetime_* functions can return wrong values
James
2022-09-10
2
-36
/
+29
*
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
2
-12
/
+21
*
Merge pull request #65031 from akien-mga/os-drop-obsolete-resource-debugging
Rémi Verschelde
2022-08-29
2
-44
/
+0
|
\
|
*
Drop obsolete resource usage debug methods from OS class
Rémi Verschelde
2022-08-29
2
-44
/
+0
*
|
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
1
-1
/
+1
|
/
*
Merge pull request #58530 from Calinou/os-remove-dump-memory-to-file
Rémi Verschelde
2022-08-25
2
-5
/
+0
|
\
|
*
Remove unimplemented `OS.dump_memory_to_file()` method
Hugo Locurcio
2022-08-18
2
-5
/
+0
*
|
Merge pull request #59779 from rainerdeyke/constexpr-operators
JFonS
2022-08-23
1
-20
/
+24
|
\
\
|
*
|
Fixed indents
Rainer Deyke
2022-04-04
1
-4
/
+4
|
*
|
Fixed unsafe casts
Rainer Deyke
2022-04-04
1
-4
/
+8
|
*
|
Made Key operators constexpr
Rainer Deyke
2022-04-04
1
-16
/
+16
*
|
|
Overhaul CLI argument forwarding to processes started by the editor
Pedro J. Estébanez
2022-08-19
2
-7
/
+0
|
|
/
|
/
|
*
|
[Core] Use std type traits to check operations triviality.
Fabio Alessandrelli
2022-08-04
1
-4
/
+5
*
|
Add support for command-line user arguments.
Juan Linietsky
2022-08-01
2
-2
/
+5
*
|
HTML5: Add support for `Input.vibrate_handheld()`
pattlebass
2022-07-27
1
-1
/
+1
*
|
Implement support for loading system fonts on Linux, macOS / iOS and Windows.
bruvzg
2022-07-26
1
-0
/
+2
*
|
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
2
-0
/
+2
*
|
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
1
-1
/
+1
*
|
[macOS] Improve file association handling, and allow URL schema handling.
bruvzg
2022-07-07
1
-0
/
+1
*
|
Adding print_rich for printing with BBCode
Voylin
2022-06-29
2
-0
/
+16
*
|
Merge pull request #62122 from reduz/implement-movie-writer
Rémi Verschelde
2022-06-21
2
-0
/
+5
|
\
\
|
*
|
Implement Running Godot as Movie Writer
reduz
2022-06-21
2
-0
/
+5
*
|
|
Adding function key support from F17 to F35
gregcsokas
2022-06-16
2
-48
/
+105
|
/
/
*
|
Improve architectures in OS::has_feature and make them work on MSVC
Aaron Franke
2022-06-06
1
-4
/
+27
*
|
Merge pull request #60643 from clayjohn/GLES3-3D
Rémi Verschelde
2022-05-12
1
-8
/
+0
|
\
\
|
*
|
Basic 3D rendering
clayjohn
2022-05-12
1
-8
/
+0
*
|
|
Add a new HashMap implementation
reduz
2022-05-12
1
-0
/
+8
|
/
/
*
|
Fix inconsistent naming in Time
Nicholas Huelin
2022-05-05
2
-6
/
+6
*
|
Add OS::is_process_running function.
mdavisprog
2022-05-03
1
-0
/
+1
*
|
Merge pull request #60601 from touilleMan/gdextension_get_library_path
Rémi Verschelde
2022-05-03
1
-1
/
+1
|
\
\
|
*
|
Add GDNativeInterface::get_library_path to GDExtension
Emmanuel Leblond
2022-04-29
1
-1
/
+1
*
|
|
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
2
-10
/
+9
|
/
/
*
|
Merge pull request #56093 from bruvzg/pck_section_load
Rémi Verschelde
2022-04-27
2
-0
/
+7
|
\
\
|
*
|
Improve embedded PCK loading and exporting.
bruvzg
2022-04-20
2
-0
/
+7
*
|
|
Merge pull request #59979 from bruvzg/cpp_check2
Rémi Verschelde
2022-04-27
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-1
/
+1
|
|
/
/
*
/
/
Proper validation of negative values in datetime strings and datetime dicts
laws65
2022-04-17
2
-11
/
+16
|
/
/
*
|
Quick fix: Crash when parsing invalid datetime string #60189
Oğuzhan Eroğlu
2022-04-15
1
-46
/
+50
*
|
validate input in Time.get_datetime_string_from_dict()
RedHeadphone
2022-04-13
1
-12
/
+13
*
|
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-2
/
+2
*
|
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-15
/
+18
*
|
Fix some issues found by cppcheck.
bruvzg
2022-04-06
2
-3
/
+3
*
|
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
3
-9
/
+7
|
/
*
Object: Remove unused category boilerplate
Rémi Verschelde
2022-03-26
1
-1
/
+0
*
Rename the "BackSpace" and "BackTab" key strings to "Backspace"/"Backtab"
Hugo Locurcio
2022-03-18
1
-2
/
+2
*
Include platform_config.h in thread.cpp and thread.h
Bartłomiej T. Listwon
2022-03-14
2
-0
/
+2
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-6
/
+2
*
Add offset string from minutes conversion method to Time singleton
Aaron Franke
2022-02-23
2
-4
/
+21
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
2
-3
/
+5
[next]