index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added functions to get trimesh info
Andrea Catania
2018-06-07
2
-0
/
+24
*
Merge pull request #19263 from vnen/fix-get-return
Rémi Verschelde
2018-05-31
1
-0
/
+1
|
\
|
*
Fix return type of _get() virtual method
George Marques
2018-05-29
1
-0
/
+1
*
|
Style: Apply clang-format (5.0) to some missed files
Rémi Verschelde
2018-05-31
3
-10
/
+10
*
|
Merge pull request #19278 from karroffel/image-rgbe-srgb
Juan Linietsky
2018-05-30
2
-0
/
+33
|
\
\
|
*
|
added rgbe_to_srgb method to Image
karroffel
2018-05-30
2
-0
/
+33
*
|
|
Don't add a period to a log file name if it has no extension.
Michael Alexsander Silva Dias
2018-05-30
1
-1
/
+4
|
/
/
*
|
Merge pull request #19266 from akien-mga/os-execute-doc
Max Hilbrunner
2018-05-30
1
-1
/
+2
|
\
\
|
*
|
Improve return value of OS.execute in blocking/non-blocking variants
Rémi Verschelde
2018-05-30
1
-1
/
+2
|
|
/
*
|
New sync RPC modes to match all combinations
Fabio Alessandrelli
2018-05-29
2
-0
/
+12
*
|
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-29
3
-76
/
+99
|
/
*
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
3
-111
/
+76
*
Merge pull request #19021 from Faless/rpc_sync_fix
Max Hilbrunner
2018-05-29
3
-76
/
+111
|
\
|
*
New sync RPC modes to match all combinations
Fabio Alessandrelli
2018-05-26
2
-0
/
+12
|
*
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-26
3
-76
/
+99
*
|
Sync classref with current source
Rémi Verschelde
2018-05-28
1
-0
/
+2
*
|
Revert "Make the performance reporting update frequency customizable"
Juan Linietsky
2018-05-28
4
-7
/
+2
*
|
Merge pull request #19213 from bit-shift-io/master
Rémi Verschelde
2018-05-28
1
-1
/
+1
|
\
\
|
*
|
Fix for not picking up locale of some .po translation files
Fabian
2018-05-28
1
-1
/
+1
*
|
|
Merge pull request #18410 from GodotExplorer/debugger-inherited-variables
Rémi Verschelde
2018-05-28
1
-14
/
+40
|
\
\
\
|
*
|
|
Send inherited variables and constants from remote debugger
Geequlim
2018-04-29
1
-14
/
+40
*
|
|
|
Merge pull request #18899 from ibrahn/gdscript-license-info
Rémi Verschelde
2018-05-28
5
-0
/
+123
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
GDScript access to copyright, license, author and donor information.
Ibrahn Sahir
2018-05-19
5
-0
/
+123
*
|
|
|
Merge pull request #18279 from RandomShaper/allow-naive-http
Max Hilbrunner
2018-05-26
2
-15
/
+50
|
\
\
\
\
|
*
|
|
|
Allow body-up-to-EOF HTTP responses
Pedro J. Estébanez
2018-05-22
2
-15
/
+50
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #18998 from Calinou/customizable-performance-reporting-rate
Max Hilbrunner
2018-05-26
4
-2
/
+7
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Make the performance reporting update frequency customizable
Hugo Locurcio
2018-05-18
4
-2
/
+7
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #14715 from Krakean/string_add_rsplit2
Max Hilbrunner
2018-05-23
3
-0
/
+43
|
\
\
\
|
*
|
|
Added rsplit() for String class
Dmitry Koteroff
2017-12-15
3
-0
/
+43
*
|
|
|
Dictionary editing support in inspector
Juan Linietsky
2018-05-19
2
-0
/
+28
|
|
/
/
|
/
|
|
*
|
|
Fix PoolAllocator::resize for too large p_new_size
nemerle
2018-05-17
1
-1
/
+1
*
|
|
Merge pull request #18804 from tagcup/vec_slerp
Rémi Verschelde
2018-05-16
7
-10
/
+82
|
\
\
\
|
*
|
|
Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation.
tagcup
2018-05-12
7
-10
/
+82
*
|
|
|
Add missing copyright headers
Guilherme Felipe
2018-05-16
2
-0
/
+60
*
|
|
|
-New inspector.
Juan Linietsky
2018-05-15
1
-1
/
+1
*
|
|
|
Merge pull request #18545 from vnen/editor-autoload
Juan Linietsky
2018-05-14
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
Enable autoload in editor
George Marques
2018-05-01
1
-0
/
+2
*
|
|
|
|
Allow sending raw bytes through MultiplayerAPI
Fabio Alessandrelli
2018-05-12
2
-1
/
+41
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #18709 from Faless/multiplayer_docs
Max Hilbrunner
2018-05-09
2
-25
/
+25
|
\
\
\
\
|
*
|
|
|
Internal methods in MultiplayerAPI start with _
Fabio Alessandrelli
2018-05-08
2
-25
/
+25
*
|
|
|
|
Merge pull request #14622 from bruvzg/non-rectangular-windows
Hein-Pieter van Braam
2018-05-08
4
-0
/
+29
|
\
\
\
\
\
|
*
|
|
|
|
Experimental support for windows with per-pixel transparency (macOS, X11 and ...
bruvzg
2018-04-07
4
-0
/
+29
*
|
|
|
|
|
Merge pull request #15305 from poke1024/checks-peer
Juan Linietsky
2018-05-08
1
-0
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Checks on input_buffer in PacketPeerStream
Bernhard Liebl
2018-01-03
1
-0
/
+2
*
|
|
|
|
|
|
Merge pull request #15282 from poke1024/check-obj-class
Juan Linietsky
2018-05-08
1
-1
/
+27
|
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Object class checking on bound method calls
Bernhard Liebl
2018-01-10
1
-1
/
+27
*
|
|
|
|
|
|
Local debugger fixes and extensions
Blazej Floch
2018-05-07
4
-45
/
+170
*
|
|
|
|
|
|
Merge pull request #17316 from ShyRed/significantdigits
Juan Linietsky
2018-05-07
1
-2
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Adjust decimal precision
ShyRed
2018-03-06
1
-2
/
+2
*
|
|
|
|
|
|
|
Merge pull request #17353 from zmanuel/timer_hysteresis_multiframe_pr1
Juan Linietsky
2018-05-07
4
-0
/
+29
|
\
\
\
\
\
\
\
\
[next]