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
/
os.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #65031 from akien-mga/os-drop-obsolete-resource-debugging
Rémi Verschelde
2022-08-29
1
-40
/
+0
|
\
|
*
Drop obsolete resource usage debug methods from OS class
Rémi Verschelde
2022-08-29
1
-40
/
+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
1
-4
/
+0
|
\
|
*
Remove unimplemented `OS.dump_memory_to_file()` method
Hugo Locurcio
2022-08-18
1
-4
/
+0
*
|
Overhaul CLI argument forwarding to processes started by the editor
Pedro J. Estébanez
2022-08-19
1
-4
/
+0
|
/
*
Add support for command-line user arguments.
Juan Linietsky
2022-08-01
1
-1
/
+2
*
HTML5: Add support for `Input.vibrate_handheld()`
pattlebass
2022-07-27
1
-1
/
+1
*
Adding print_rich for printing with BBCode
Voylin
2022-06-29
1
-0
/
+15
*
Implement Running Godot as Movie Writer
reduz
2022-06-21
1
-0
/
+4
*
Improve architectures in OS::has_feature and make them work on MSVC
Aaron Franke
2022-06-06
1
-4
/
+27
*
Improve embedded PCK loading and exporting.
bruvzg
2022-04-20
1
-0
/
+5
*
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
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-6
/
+2
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-2
/
+4
*
Add an `OS.get_processor_name()` method
Hugo Locurcio
2022-02-15
1
-0
/
+4
*
Fix multiple missing UTF-8 decoding.
bruvzg
2022-01-06
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-3
/
+3
*
Add support for PowerPC family
Daniel Kolesa
2021-11-01
1
-0
/
+9
*
Add support for the RISC-V architecture
Aaron Franke
2021-10-22
1
-0
/
+9
*
Implement toast notifications in the editor
Gilles Roudière
2021-10-14
1
-2
/
+2
*
GDScript completion: Handle quote style ad-hoc to remove editor dependency
Rémi Verschelde
2021-10-04
1
-1
/
+0
*
Merge pull request #48685 from bruvzg/bundle_icon_4
Rémi Verschelde
2021-09-30
1
-0
/
+5
|
\
|
*
[macOS] Prefer .app bundle icon over the default one.
bruvzg
2021-05-13
1
-0
/
+5
*
|
Implement `OS::get_locale_language()` helper method
Rémi Verschelde
2021-09-16
1
-0
/
+6
*
|
--single-window is passed through project manager.
Jacob Edie
2021-09-15
1
-0
/
+4
*
|
Make platform feature tag names lowercase
Hugo Locurcio
2021-08-31
1
-1
/
+9
*
|
Add partial support for Android scoped storage.
ne0fhyk
2021-08-16
1
-6
/
+1
*
|
OS: Fix used resource debug prints
Rémi Verschelde
2021-08-06
1
-1
/
+1
*
|
[Headless] Add --headless switch (no rendering, no audio).
Fabio Alessandrelli
2021-08-03
1
-8
/
+0
*
|
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-22
1
-0
/
+4
*
|
Merge pull request #49123 from aaronfranke/it-is-time
Rémi Verschelde
2021-06-12
1
-31
/
+2
|
\
\
|
*
|
Add Time singleton
Aaron Franke
2021-06-11
1
-31
/
+2
*
|
|
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-2
/
+2
|
/
/
*
/
Add OS.get_external_data_dir() to get Android external directory
Marcel Admiraal
2021-06-10
1
-0
/
+5
|
/
*
Add flag to stop printing to stdout/stderr
George Marques
2021-04-06
1
-0
/
+28
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Static analyzer fixes:
bruvzg
2020-12-09
1
-4
/
+0
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
OS: Remove unused get_splash_tick_msec
Rémi Verschelde
2020-09-24
1
-4
/
+0
*
Keep debug & verbose options after loading project from project manager
PouleyKetchoupp
2020-07-09
1
-0
/
+4
*
Move frame delaying functions from Main to OS.
Fabio Alessandrelli
2020-06-30
1
-0
/
+36
*
Merge pull request #39189 from touilleMan/issue-38925
Rémi Verschelde
2020-06-15
1
-9
/
+1
|
\
|
*
Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...
Emmanuel Leblond
2020-05-31
1
-9
/
+1
*
|
Print errors when calling MIDI input methods on unsupported platforms
Hugo Locurcio
2020-05-31
1
-1
/
+5
|
/
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-8
/
+9
*
Style: Fix unnecessary semicolons that confused clang-format
Rémi Verschelde
2020-05-19
1
-3
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-12
/
+23
[next]