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
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implemented maya stingray support
RevoluPowered
2019-09-19
1
-1
/
+14
*
Implemented basic texture mapping for PBR material definitions
RevoluPowered
2019-09-19
1
-13
/
+74
*
[Mono] Corrected rectangle intersection
Chaosus89
2019-09-16
1
-4
/
+4
*
Merge pull request #32045 from neikeq/fix-cannot-create-mono-log-file
Rémi Verschelde
2019-09-08
2
-4
/
+8
|
\
|
*
Mono: Fix unable to create log file due to str_format bug
Ignacio Etcheverry
2019-09-08
2
-4
/
+8
*
|
Merge pull request #32022 from neikeq/fix-mono-export-windows-backslash
Ignacio Roldán Etcheverry
2019-09-07
1
-1
/
+1
|
\
\
|
*
|
Mono: Fix PCK assembly paths when exporting from Windows
Ignacio Etcheverry
2019-09-07
1
-1
/
+1
|
|
/
*
/
Fix missing method for internal_MonoWindowsInstallRoot
Ignacio Etcheverry
2019-09-07
1
-0
/
+1
|
/
*
Merge pull request #30982 from iwek7/feature/skip_breakpoints
Rémi Verschelde
2019-09-04
3
-5
/
+6
|
\
|
*
Adds skip-breakpoints feature
iwek7
2019-09-03
3
-5
/
+6
*
|
Merge pull request #31908 from 64epicks/master
Rémi Verschelde
2019-09-04
2
-0
/
+33
|
\
\
|
*
|
Implemented `ord` function in VisualScript
64epicks
2019-09-03
2
-0
/
+33
*
|
|
Merge pull request #31931 from fire/assimp_map_mode
Rémi Verschelde
2019-09-03
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Assimp map mode is not initialized before use.
K. S. Ernest (iFire) Lee
2019-09-03
1
-1
/
+1
*
|
|
Try and show all the properties added with _get_property_list() when triggeri...
MrCdK
2019-09-03
1
-3
/
+12
|
/
/
*
|
Merge pull request #31871 from aaronfranke/equal-approx-inf
Rémi Verschelde
2019-09-03
2
-1
/
+11
|
\
\
|
*
|
Check for exact equality before approximate equality
Aaron Franke
2019-09-01
2
-1
/
+11
*
|
|
Merge pull request #31893 from bojidar-bg/25081-gdscript-index-self
Rémi Verschelde
2019-09-02
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Re-allow indexing on "self" and object types in GDScript
Bojidar Marinov
2019-09-02
1
-1
/
+1
*
|
|
Merge pull request #31843 from 2shady4u/parserCtrlClick
Rémi Verschelde
2019-09-02
1
-1
/
+11
|
\
\
\
|
*
|
|
Solves ctrl+click on functions by ignoring the cursor
shaderbeast
2019-09-02
1
-1
/
+11
*
|
|
|
gdscript: Fix build after #24925
Rémi Verschelde
2019-09-02
1
-1
/
+2
*
|
|
|
Merge pull request #24925 from Mr-Slurpy/typed-autoload
Rémi Verschelde
2019-09-02
2
-2
/
+76
|
\
\
\
\
|
*
|
|
|
Added autoloads as a potential type.
Daniel Eliasinski
2019-01-11
2
-2
/
+76
*
|
|
|
|
Merge pull request #21443 from deepmax/ord_function
Rémi Verschelde
2019-09-02
2
-0
/
+37
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Add ord() function to return Unicode code point of a string of length one
Masoud Montazeri
2019-08-28
2
-0
/
+37
*
|
|
|
|
Make JSONRPC constants uppercase for consistency with other classes
Hugo Locurcio
2019-09-01
2
-14
/
+14
*
|
|
|
|
Merge pull request #31587 from RevoluPowered/feature/fbx-importer
Rémi Verschelde
2019-09-01
4
-1161
/
+1144
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Assimp FBX Import support
Gordon MacPherson
2019-09-01
4
-1161
/
+1144
*
|
|
|
|
Fix resizer icon visiblity on light theme in GraphNode
Chaosus89
2019-09-01
1
-0
/
+1
*
|
|
|
|
Mono: Force preemptive thread suspend mode as a temporary workaround
Ignacio Etcheverry
2019-08-30
1
-0
/
+7
|
/
/
/
/
*
|
|
|
Merge pull request #31770 from neikeq/supercedes-31008
Rémi Verschelde
2019-08-29
1
-3
/
+2
|
\
\
\
\
|
*
|
|
|
Fix GodotTools.ProjectEditor HintPaths for referenced packages
Ignacio Etcheverry
2019-08-29
1
-3
/
+2
*
|
|
|
|
doc: Sync classref with current source
Rémi Verschelde
2019-08-29
4
-4
/
+4
*
|
|
|
|
Updated description for "stepify"
Thomas Karcher
2019-08-29
1
-1
/
+5
*
|
|
|
|
Merge pull request #31741 from akien-mga/lsp-requires-websocket-jsonrpc
Rémi Verschelde
2019-08-29
2
-7
/
+19
|
\
\
\
\
\
|
*
|
|
|
|
GDScript: Disable LSP if either jsonrpc or websocket are disabled
Rémi Verschelde
2019-08-28
2
-7
/
+19
*
|
|
|
|
|
Merge pull request #31738 from bojidar-bg/31056-class_name-extends
Rémi Verschelde
2019-08-29
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove check for class_name and extends order
Bojidar Marinov
2019-08-28
1
-1
/
+1
*
|
|
|
|
|
|
Merge pull request #31729 from aaronfranke/mono-color
Rémi Verschelde
2019-08-28
2
-20
/
+40
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
[Mono] Various Color improvements
Aaron Franke
2019-08-27
2
-20
/
+40
*
|
|
|
|
|
|
Merge pull request #31728 from fire/improve-uvatlas
Rémi Verschelde
2019-08-28
1
-3
/
+3
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Tweak xatlas and import new version b4b5426
K. S. Ernest Lee
2019-08-28
1
-3
/
+3
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #31737 from bojidar-bg/31455-stack-underflow
Rémi Verschelde
2019-08-28
1
-2
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fix yield check in GDScriptFunction
Bojidar Marinov
2019-08-28
1
-2
/
+2
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #31454 from lliberadzki/gridmap-navmesh-baking
Rémi Verschelde
2019-08-28
1
-1
/
+18
|
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Baking gridmap navmesh.
lukasz.liberadzki
2019-08-18
1
-1
/
+18
*
|
|
|
|
|
|
Merge pull request #29780 from GodotExplorer/gdscript-lsp
Rémi Verschelde
2019-08-28
21
-0
/
+4217
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Improve code compeletion for virtual methods with signatures
geequlim
2019-08-11
2
-1
/
+6
|
*
|
|
|
|
|
Add optional goto definition support for native symbols
geequlim
2019-08-11
10
-84
/
+134
[next]