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
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
javascript
/
http_client_javascript.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-28
Expose Emscripten libs to engine.js discreetly
Leon Krause
3
-4
/
+6
2018-04-28
multiply blend mode fix for spatial materials
Ben Hickling
1
-2
/
+2
2018-04-28
Fix all categories unfold when one key binding is changed
Alessandro
1
-1
/
+15
2018-04-28
Fix dragging window from non-retina to retina display.
bruvzg
1
-0
/
+1
2018-04-28
Fix compressor audio effect sidechain selection
Benedikt Bär
1
-1
/
+1
2018-04-28
Prevented external editor from running multiple times
Ivan Vodopiviz
1
-1
/
+2
2018-04-28
[DOCS] minor ParticlesMaterial docs fix Linear -> Radial
Poommetee Ketson
1
-1
/
+1
2018-04-28
Fix crash in `canvas_item_add_polyline` when passing more points than colors
robfram
1
-4
/
+8
2018-04-28
Fix oversampled font artifacts after resize
Ruslan Mustakov
1
-3
/
+3
2018-04-28
Fixes wrong calculation of gridcontainer's children size
Gilles Roudiere
1
-2
/
+2
2018-04-28
Fix listing files inside directory in pack file
Pedro J. Estébanez
1
-1
/
+5
2018-04-28
Changed debug max distance to avoid overflow
Ivan Vodopiviz
1
-1
/
+2
2018-04-28
Fixed small typo in the "InstancePlaceholder" doc.
Michael Alexsander Silva Dias
1
-1
/
+1
2018-04-28
Fix bug added in PR#17589. Resources couldn't be saved to files
robfram
1
-4
/
+2
2018-04-28
Fix saving unmodified scenes and resources
robfram
1
-1
/
+7
2018-04-28
Hinted shader uniforms can have a default value
JFonS
1
-20
/
+21
2018-04-28
Fix debugger_stdout_settings being ignored
Bernhard Liebl
1
-13
/
+13
2018-04-28
Fix pressing `F3` do both changing to script editor AND find next text
robfram
1
-0
/
+6
2018-04-28
Fix non-valid characters for `input_action`
robfram
1
-4
/
+13
2018-04-28
Fix non working action names containing whitespaces
robfram
2
-5
/
+8
2018-04-28
ScriptTextEditor: fix capitalize offset
Poommetee Ketson
1
-3
/
+8
2018-04-28
Fixes importing hdr files with extra header info
Jorn Van denbussche
1
-6
/
+10
2018-04-28
Fix converting a tilset if the existing file is not a tileset
Hein-Pieter van Braam
1
-1
/
+1
2018-04-28
EditorNode: fix clicking ok keeps trying to save
Poommetee Ketson
1
-0
/
+3
2018-04-28
Fix column width on AutoLoad table on hidpi displays
Bernhard Liebl
1
-2
/
+2
2018-04-28
Update TileMap when its TileSet changes
ShyRed
2
-3
/
+18
2018-04-28
Implement line clipping for `TextureProgress` to avoid bad rendering due to i...
robfram
1
-16
/
+39
2018-04-28
Update Sprite when Texture changes
ShyRed
2
-0
/
+25
2018-04-28
Fix broken hover/select coloring of keys in animation editor
Bernhard Liebl
3
-27
/
+32
2018-04-28
Fixes canvas light shaders.
Pieter-Jan Briers
3
-29
/
+35
2018-04-28
AnimationPlayer: fix scrubbing after play backwards
Bernhard Liebl
2
-0
/
+2
2018-04-28
Fix overwriting all common properties when using `Change Type` tool
robfram
1
-1
/
+6
2018-04-15
Fix script template on `_ready` behavior
Poommetee Ketson
1
-1
/
+1
2018-04-15
Added error checks for fscache saving
Marcelo Fernandez
2
-11
/
+16
2018-04-15
Fix invalid mix function overload
Chaosus
1
-1
/
+1
2018-04-15
AnimationPlayer: fix popups close on double click
Bernhard Liebl
1
-0
/
+2
2018-04-15
Make the shader token names consistent.
Saracen
1
-0
/
+3
2018-04-15
[Mono] Improve Mathf
Chaosus
3
-33
/
+91
2018-04-15
[mono] Fixes #17936 as GodotSharp (Core\Basic.cs) requires C#7 now, but we mo...
Alexander Alekseev
1
-6
/
+6
2018-04-15
Fixed _issue_activated to take the correct issue id from the list
Nikodem Lokatelj
1
-2
/
+7
2018-04-15
Move GodotSharp and MonoBuildTab member variables to initializer list
Wilson E. Alvarez
2
-21
/
+15
2018-04-15
Added wrap functions to C#
Chaosus
1
-0
/
+12
2018-04-15
Mono: Runtime main args and assembly search fixes
Ignacio Etcheverry
2
-15
/
+42
2018-04-15
Mono: Avoid invalid class names.
Andreas Haas
4
-2
/
+33
2018-04-15
Fix a merge error
Hein-Pieter van Braam
1
-1
/
+1
2018-04-15
EditorExport: Allow export plugins to add shared libraries
Ignacio Etcheverry
1
-2
/
+0
2018-04-15
Mono: Add project export plugin
Ignacio Etcheverry
12
-51
/
+403
2018-04-14
[mono] write classes with no constructor as abstract
Paul Joannon
1
-2
/
+3
2018-04-14
[mono] rename functions to conform to PascalCase
Paul Joannon
2
-18
/
+18
2018-04-14
Fix mono basis GetEuler bug and marshalling/unmarshalling
Carter Anderson
1
-82
/
+106
[next]