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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added count method to String
Chaosus
2019-07-23
1
-0
/
+39
*
SCons: Fix uses of [].append instead of env.add_source_files()
Rémi Verschelde
2019-07-22
1
-1
/
+4
*
Merge pull request #30226 from lawnjelly/interpolate
Rémi Verschelde
2019-07-18
3
-0
/
+6
|
\
|
*
Add access to interpolation fraction for fixed timestep interpolation
lawnjelly
2019-07-11
3
-0
/
+6
*
|
Implemented local shader arrays
Chaosus
2019-07-15
1
-0
/
+7
*
|
Use base `Color()` constructors instead of `Color::html()`
Hugo Locurcio
2019-07-08
1
-2
/
+2
*
|
Merge pull request #29613 from Calinou/doctool-create-directories
Rémi Verschelde
2019-07-08
1
-1
/
+12
|
\
\
|
*
|
Make `--doctool` create directories if they don't exist
Hugo Locurcio
2019-07-04
1
-1
/
+12
|
|
/
*
/
Fixes minor issues found by static analyzer
qarmin
2019-07-07
1
-1
/
+1
|
/
*
Revert "Add godot version in backtrace message"
Rémi Verschelde
2019-07-01
1
-1
/
+1
*
Merge pull request #29815 from NilsIrl/plus_file_1
Rémi Verschelde
2019-07-01
1
-2
/
+2
|
\
|
*
Replace ` + "/" + ` with `String::file_add()`
Nils ANDRÉ-CHANG
2019-06-23
1
-2
/
+2
*
|
Merge pull request #28572 from lupoDharkael/trace-info
Rémi Verschelde
2019-07-01
1
-1
/
+1
|
\
\
|
*
|
Add godot version in backtrace message
lupoDharkael
2019-05-01
1
-1
/
+1
*
|
|
Merge pull request #30154 from bojidar-bg/30149-export-flag-editor
Rémi Verschelde
2019-06-29
1
-12
/
+6
|
\
\
\
|
*
|
|
Ensure --export implies --editor
Bojidar Marinov
2019-06-28
1
-12
/
+6
*
|
|
|
Add default values to the editor help, docs, and generated RST
Bojidar Marinov
2019-06-27
1
-0
/
+2
|
/
/
/
*
|
|
Merge pull request #29941 from qarmin/redundant_code_and_others
Rémi Verschelde
2019-06-27
5
-29
/
+26
|
\
\
\
|
*
|
|
Some code changed with Clang-Tidy
qarmin
2019-06-26
5
-29
/
+26
*
|
|
|
Add option to toggle console window on Windows
Luka Dornhecker
2019-06-20
1
-0
/
+5
|
/
/
/
*
|
|
Enforce Unicode encoding in MSVC
Andrii Doroshenko (Xrayez)
2019-06-19
1
-6
/
+6
*
|
|
Merge pull request #29470 from KoBeWi/_
Rémi Verschelde
2019-06-19
1
-0
/
+2
|
\
\
\
|
*
|
|
Add a separator in debug output for readability
Tomasz Chabora
2019-06-04
1
-0
/
+2
*
|
|
|
Merge pull request #29764 from Calinou/boot-splash-no-filter-option
Rémi Verschelde
2019-06-16
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Add an option to disable boot splash filtering
Hugo Locurcio
2019-06-15
1
-1
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
Limit Physics Process FPS above 0
Emmanuel Barroga
2019-06-13
1
-0
/
+1
|
/
/
/
*
|
|
Merge pull request #29465 from bruvzg/per_pixel_transp_impr
Rémi Verschelde
2019-06-12
1
-1
/
+0
|
\
\
\
|
*
|
|
Removes redundant "display/window/per_pixel_transparency/splash" setting, imp...
bruvzg
2019-06-04
1
-1
/
+0
|
|
/
/
*
/
/
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-11
1
-1
/
+1
|
/
/
*
|
Display longer Git hashes in engine version dialogs
Hugo Locurcio
2019-06-01
1
-1
/
+1
*
|
Fix and expose String::strip_escapes(), use it in LineEdit paste
Rémi Verschelde
2019-05-31
1
-1
/
+1
*
|
Print engine version to stdout when starting Godot
Rémi Verschelde
2019-05-28
1
-1
/
+5
*
|
Merge pull request #29119 from bruvzg/native_icon_support
Rémi Verschelde
2019-05-27
1
-1
/
+23
|
\
\
|
*
|
Add native window/taskbar icon support for Windows and macOS.
bruvzg
2019-05-24
1
-1
/
+23
*
|
|
Merge pull request #28993 from Calinou/server-hide-noop-cli-arguments
Rémi Verschelde
2019-05-24
1
-46
/
+54
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Hide non-applicable CLI arguments in the server platform
Hugo Locurcio
2019-05-24
1
-46
/
+54
*
|
|
Merge pull request #28792 from Calinou/low-processor-mode-144hz
Rémi Verschelde
2019-05-20
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Tweak the default low-processor usage mode to be 144 Hz-friendly
Hugo Locurcio
2019-05-09
1
-2
/
+2
|
|
/
*
/
Add RegEx substitution testcase and fix relevant docs
Ryan Stein
2019-05-11
1
-3
/
+15
|
/
*
[Input] Release keys/actions pressed if window loses focus
Guilherme Felipe
2019-04-27
2
-0
/
+14
*
Add missing enum value to Performance::get_monitor_type
Daw11
2019-04-22
1
-0
/
+1
*
Add a monitor for the orphan nodes
Daw11
2019-04-17
2
-8
/
+16
*
Add Input::get_current_cursor_shape
Guilherme Felipe
2019-04-15
2
-18
/
+9
*
Fix `as` operator generating opcode 38 errors
Bojidar Marinov
2019-04-10
1
-5
/
+19
*
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
2
-2
/
+4
*
Merge pull request #26760 from Xrayez/26744-fix-string-to-lower
Rémi Verschelde
2019-04-08
1
-0
/
+14
|
\
|
*
Reorder reverse caps characters table for string lower case conversion
Andrii Doroshenko (Xrayez)
2019-04-05
1
-0
/
+14
*
|
Merge pull request #26830 from KidRigger/physics_fps_bug
Rémi Verschelde
2019-04-05
1
-1
/
+3
|
\
\
|
*
|
Fixes physic_fps=0 bug.
Anish Bhobe
2019-03-09
1
-1
/
+3
*
|
|
Fix -Wimplicit-fallthrough warnings from GCC 8
Rémi Verschelde
2019-04-05
1
-0
/
+1
[prev]
[next]