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
/
bind
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Make `OS.execute()` blocking by default if not specified
Hugo Locurcio
2020-01-23
2
-2
/
+2
*
Thread: Fix typo in destructor error message
Rémi Verschelde
2020-01-22
1
-1
/
+2
*
Merge pull request #35092 from AndreaCatania/frames_exp
Rémi Verschelde
2020-01-14
2
-0
/
+14
|
\
|
*
Exposed physics frame count and idle frame count
Andrea Catania
2020-01-13
2
-0
/
+14
*
|
Revert "Enable Vsync via Compositor by default"
Rémi Verschelde
2020-01-13
1
-1
/
+1
|
/
*
Enable Vsync via Compositor by default
Hugo Locurcio
2020-01-09
1
-1
/
+1
*
Merge pull request #33967 from Calinou/add-os-is-window-focused
Rémi Verschelde
2020-01-06
2
-0
/
+6
|
\
|
*
Add an `OS.is_window_focused()` getter
Hugo Locurcio
2019-11-28
2
-0
/
+6
*
|
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
2
-4
/
+4
*
|
Print a warning message if `OS.exit_code` is set to a non-portable value
Hugo Locurcio
2019-12-29
1
-0
/
+4
*
|
Added support for vertical syncing via the Windows OS compositor (DWM.)
TerminalJack
2019-12-04
2
-0
/
+17
|
/
*
Expose the `OS.low_processor_usage_mode_sleep_usec` property
Hugo Locurcio
2019-11-08
2
-0
/
+18
*
Provide and print error messages for JSON parsing
Andrii Doroshenko (Xrayez)
2019-10-31
1
-0
/
+3
*
Add request permission automatically at android
Cagdas
2019-10-22
2
-0
/
+14
*
Added an exit code to the blocking mode of OS::execute
Ruslan Mullayanov
2019-09-26
1
-1
/
+4
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-65
/
+65
*
Remove redundant transform method in Geometry singleton
Andrii Doroshenko (Xrayez)
2019-09-01
2
-9
/
+0
*
Add 'is_point_in_circle()' to Geometry class, and general file cleanup
Michael Alexsander Silva Dias
2019-08-27
2
-62
/
+51
*
[macOS] Add methods to modify global and dock menus. Add ability to open mult...
bruvzg
2019-08-26
2
-0
/
+35
*
Move CryptoCore to it's own folder.
Fabio Alessandrelli
2019-08-19
1
-1
/
+1
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-25
/
+9
*
Merge pull request #30226 from lawnjelly/interpolate
Rémi Verschelde
2019-07-18
2
-0
/
+6
|
\
|
*
Add access to interpolation fraction for fixed timestep interpolation
lawnjelly
2019-07-11
2
-0
/
+6
*
|
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-07-06
1
-3
/
+5
*
|
Add b64 to string helper in CryptoCore
Fabio Alessandrelli
2019-07-03
1
-36
/
+6
*
|
Merge pull request #30239 from Faless/crypto/crypto_core
Rémi Verschelde
2019-07-02
1
-11
/
+14
|
\
\
|
*
|
CryptoCore class to access to base crypto utils.
Fabio Alessandrelli
2019-07-02
1
-11
/
+14
|
|
/
*
|
Merge pull request #30223 from qarmin/properly_delete_thread
Rémi Verschelde
2019-07-02
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Remove thread to prevent memory leak
qarmin
2019-07-01
1
-0
/
+2
*
|
Merge pull request #30126 from qarmin/remove_unnecessary_code
Rémi Verschelde
2019-07-01
1
-5
/
+7
|
\
\
|
|
/
|
/
|
|
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-5
/
+7
*
|
doc: Enforce default values for OS properties
Rémi Verschelde
2019-06-30
1
-0
/
+20
*
|
Fix uninitialized variables in Line2D, JSONParseResult and TileMap
Rémi Verschelde
2019-06-30
1
-0
/
+3
|
/
*
Merge pull request #29941 from qarmin/redundant_code_and_others
Rémi Verschelde
2019-06-27
1
-1
/
+1
|
\
|
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
|
Bind is_point_in_polygon in Geometry singleton
Andrii Doroshenko (Xrayez)
2019-06-27
2
-0
/
+7
|
/
*
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-3
/
+3
*
Add ability to limit maximum/minimum window size.
bruvzg
2019-06-15
2
-0
/
+26
*
Merge pull request #26462 from SubSage/master
Rémi Verschelde
2019-05-28
2
-4
/
+4
|
\
|
*
Fixes stderr silence; adds missing quote from exe args(windows)
Luis Martinez
2019-03-05
2
-4
/
+4
*
|
Merge pull request #29119 from bruvzg/native_icon_support
Rémi Verschelde
2019-05-27
2
-0
/
+7
|
\
\
|
*
|
Add native window/taskbar icon support for Windows and macOS.
bruvzg
2019-05-24
2
-0
/
+7
*
|
|
Expose 2D Delaunay triangulation in Geometry singleton
Andrii Doroshenko (Xrayez)
2019-05-24
2
-0
/
+7
*
|
|
Expose 2D polygon boolean operations in Geometry singleton
Andrii Doroshenko (Xrayez)
2019-05-22
2
-0
/
+174
|
/
/
*
|
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-1
/
+2
*
|
core_bind: Use the appropriate enum instead of int
Ignacio Etcheverry
2019-04-07
2
-14
/
+15
*
|
Enable warnings=extra on clang and GCC testers.
marxin
2019-04-02
1
-1
/
+1
*
|
Add object encoding param to serialization methods
Fabio Alessandrelli
2019-04-01
2
-18
/
+18
[next]