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
/
editor
/
import
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #15377 from mrcdk/wav_correct_loop
Rémi Verschelde
2018-01-08
1
-3
/
+9
|
\
|
*
Fixed loop mode values when importing a wav file.
MrCdK
2018-01-05
1
-3
/
+9
*
|
Fix imported BitMap dimension flip
Poommetee Ketson
2018-01-08
1
-1
/
+1
*
|
Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828
Juan Linietsky
2018-01-06
2
-0
/
+120
|
/
*
Make sure .import folder exists before importing, in case user deleted it man...
Juan Linietsky
2018-01-05
1
-1
/
+0
*
Fixed problem with missing uninitialized last byte on waveform trip, closes #...
Juan Linietsky
2018-01-05
1
-1
/
+2
*
Fixes to GLTF2 importer skeleton positioning, though vertex bone indices stil...
Juan Linietsky
2018-01-05
2
-15
/
+46
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
16
-0
/
+74
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
14
-28
/
+28
*
Added more hacks to GLTF2 importer to support crap exporter (MakeHuman in thi...
Juan Linietsky
2017-12-28
2
-150
/
+171
*
Property install export templates when downloaded from http
Juan Linietsky
2017-12-17
1
-0
/
+6
*
Fixes how transform is applied to geometry in UV unwrap
Juan Linietsky
2017-12-17
1
-6
/
+6
*
Cleanup some #if 0'd code
Rémi Verschelde
2017-12-17
1
-120
/
+0
*
-Add lightmapper
Juan Linietsky
2017-12-14
1
-2
/
+2
*
Style: Re-apply clang-format over recent invalid additions
Rémi Verschelde
2017-12-10
4
-4
/
+4
*
Merge pull request #14479 from Web-eWorks/gltf-fixes
Rémi Verschelde
2017-12-10
1
-1
/
+4
|
\
|
*
Fix importing GLTF meshes as external files.
Webster Sheets
2017-12-09
1
-1
/
+4
*
|
-Ability to and unwrap lightmap coordinates on import
Juan Linietsky
2017-12-09
2
-66
/
+122
|
/
*
Exposed EditorSceneImporter to script. Added APIs to use intermediate convert...
Juan Linietsky
2017-12-07
8
-10
/
+173
*
ability to keep user tracks when importing animations, closes #12801
Juan Linietsky
2017-12-07
2
-4
/
+28
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-2
/
+0
*
-Fixed height fog (was broken)
Juan Linietsky
2017-11-25
2
-1
/
+5
*
Add importer option to make meshes bakeable by default.
Juan Linietsky
2017-11-25
2
-4
/
+17
*
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-25
1
-8
/
+10
*
Merge pull request #12717 from NathanWarden/material_import_fix
Rémi Verschelde
2017-11-20
1
-7
/
+13
|
\
|
*
Fixed a bug where materials weren't assigned to scene on first import.
Nathan Warden
2017-11-07
1
-7
/
+13
*
|
Fix import obj as scene.
Daniel J. Ramirez
2017-11-19
1
-0
/
+1
*
|
Rename Rect3 to AABB.
Ferenc Arn
2017-11-17
1
-1
/
+1
*
|
Merge pull request #12966 from SaracenOne/convcol
Rémi Verschelde
2017-11-16
1
-19
/
+68
|
\
\
|
*
|
Added 'convcol' flag for importing meshes as convex collision and completed code
Saracen
2017-11-16
1
-19
/
+68
|
|
/
*
/
Fix for #12056, though GTLF import of that file is still incorrect.
Webster Sheets
2017-11-12
1
-2
/
+4
|
/
*
Restores functionality of the use_compression flag in the Collada importer.
Saracen
2017-11-01
3
-13
/
+17
*
Cleanup unnecessary debug prints
Rémi Verschelde
2017-10-21
1
-18
/
+1
*
Restored ability to import OBJ files as meshes directly. Finally closes #9445.
Juan Linietsky
2017-09-29
2
-54
/
+140
*
Correct spelling SEPERATE -> SEPARATE to fix build
Leon Krause
2017-09-21
1
-3
/
+3
*
Fix import order, so scenes are imported after textures.
Juan Linietsky
2017-09-20
3
-5
/
+22
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-1
/
+1
*
Fixed Typo: 'Seperate' to 'Separate'
Indah Sylvia
2017-09-19
2
-10
/
+10
*
Renamed function arguments to keep them consistent between declaration and im...
Wilson E. Alvarez
2017-09-14
1
-1
/
+1
*
Style: Apply clang-format to @reduz's changes
Rémi Verschelde
2017-09-13
1
-3
/
+4
*
Merge pull request #11066 from SaracenOne/animation_external_resources
Hein-Pieter van Braam
2017-09-12
2
-8
/
+46
|
\
|
*
Allow animations to be saved to external files during scene import.
SaracenOne
2017-09-11
2
-8
/
+46
*
|
Merge pull request #10908 from hpvb/fix-unused-variables
Rémi Verschelde
2017-09-12
2
-4
/
+4
|
\
\
|
*
|
Fix unused variable warnings
Hein-Pieter van Braam
2017-09-08
2
-4
/
+4
|
|
/
*
|
Merge pull request #11026 from hpvb/fix-assign-in-if
Rémi Verschelde
2017-09-12
1
-2
/
+2
|
\
\
|
*
|
Remove assignment and declarations in if statements
Hein-Pieter van Braam
2017-09-08
1
-2
/
+2
|
|
/
*
/
Fix various assorted warnings
Hein-Pieter van Braam
2017-09-08
1
-1
/
+1
|
/
*
Added a warning for when a PC compression is not found for the project, close...
Juan Linietsky
2017-09-05
1
-1
/
+8
*
Merge pull request #10877 from hpvb/fix-unitialized-variables
Rémi Verschelde
2017-09-02
1
-1
/
+1
|
\
|
*
Fix use of unitialized variables
Hein-Pieter van Braam
2017-09-02
1
-1
/
+1
[next]