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
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
3
-3387
/
+0
*
Removed unused method Geometry.get_uv84_normal_bit
Yuri Roubinsky
2020-10-09
2
-7
/
+0
*
Cancel rename if file does not exist
Tomasz Chabora
2020-10-08
1
-0
/
+2
*
OS: Remove unused get_splash_tick_msec
Rémi Verschelde
2020-09-24
2
-6
/
+0
*
Added debugger plugin support
simpu
2020-08-26
2
-0
/
+206
*
Merge pull request #38900 from bruvzg/docs_ignore_os_spec_def_vals
Rémi Verschelde
2020-07-25
1
-0
/
+1
|
\
|
*
Docs: Ignore OS specific values (constants, project settings, properties).
bruvzg
2020-07-15
1
-0
/
+1
*
|
Fix Directory make_dir and make_dir_recursive
Nathan Franke
2020-07-20
1
-2
/
+2
|
/
*
Follow-Up Fix Directory Open
Nathan Franke
2020-07-10
1
-8
/
+13
*
Fix Directory Open Check
Nathan Franke
2020-07-06
2
-17
/
+25
*
Fix weekday calculation in get_datetime_from_unix_time for negative times
Maganty Rushyendra
2020-06-29
1
-1
/
+1
*
Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...
Emmanuel Leblond
2020-05-31
2
-14
/
+2
*
Split `Geometry` singleton into `Geometry2D` and `Geometry3D`
Andrii Doroshenko (Xrayez)
2020-05-27
2
-218
/
+250
*
[Windows] Add tablet driver selection.
bruvzg
2020-05-20
2
-0
/
+27
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-20
/
+20
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-30
/
+56
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+48
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
2
-238
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
2
-117
/
+34
*
Warn when trying to open `res://` or `user://` with `OS.shell_open()`
Hugo Locurcio
2020-04-28
1
-0
/
+5
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
2
-20
/
+20
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-1
/
+1
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
2
-650
/
+3
*
doc: Sync classref with current source
Rémi Verschelde
2020-03-18
1
-1
/
+1
*
Merge pull request #37111 from RandomShaper/imvu/unexpose_include_drive
Rémi Verschelde
2020-03-17
2
-3
/
+3
|
\
|
*
Remove meaningless parameter from bindings
Pedro J. Estébanez
2020-03-17
2
-3
/
+3
*
|
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-13
/
+13
|
/
*
Merge pull request #36752 from RandomShaper/rework_semaphore
Rémi Verschelde
2020-03-05
2
-20
/
+14
|
\
|
*
Drop old semaphore implementation
Pedro J. Estébanez
2020-03-03
2
-20
/
+14
*
|
Improve UX of drive letters
Pedro J. Estébanez
2020-03-03
2
-4
/
+4
|
/
*
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-03-01
2
-9
/
+11
|
\
|
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
2
-9
/
+11
*
|
doc: Sync classref with current source
Rémi Verschelde
2020-02-29
1
-1
/
+1
*
|
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-28
2
-4
/
+38
*
|
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
2
-17
/
+4
*
|
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-2
/
+2
|
/
*
Core: Change _Marshall class inherit from Reference to Object
Mateo Dev .59
2020-02-24
1
-2
/
+2
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-6
/
+6
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
2
-78
/
+68
*
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-14
2
-35
/
+0
*
Remove more deprecated methods and code
Rémi Verschelde
2020-02-13
2
-13
/
+0
*
Remove obsolete GLES3 backend
Rémi Verschelde
2020-02-13
2
-2
/
+1
*
Merge pull request #29993 from bruvzg/vulkan
Rémi Verschelde
2020-02-11
1
-0
/
+1
|
\
|
*
Add static Vulkan loader.
bruvzg
2020-02-11
1
-0
/
+1
*
|
Added a spinlock template as well as a thread work pool class.
Juan Linietsky
2020-02-11
2
-2
/
+2
|
/
*
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
|
\
[next]