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
/
scene
/
resources
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Godot-specific resource extensions
George Marques
2017-06-15
13
-16
/
+16
*
fix bug related to unshaded materials not working on MSVC. Not cleanest solut...
Juan Linietsky
2017-06-15
1
-0
/
+2
*
renamed all Rect3.pos to Rect3.position
alexholly
2017-06-09
3
-5
/
+5
*
-Restored multithread capability to VisualServer
Juan Linietsky
2017-06-09
3
-0
/
+7
*
-Added proper access to depth texture from shader
Juan Linietsky
2017-06-07
8
-488
/
+523
*
Fog is complete!
Juan Linietsky
2017-06-07
2
-0
/
+295
*
-working SCREEN_TEXTURE, SCREEN_UV shader variables
Juan Linietsky
2017-06-05
2
-35
/
+38
*
Merge pull request #9038 from AlexHolly/rect2-rename-pos
Rémi Verschelde
2017-06-05
14
-56
/
+56
|
\
|
*
renamed all Rect2.pos to Rect2.position
alexholly
2017-06-04
14
-56
/
+56
*
|
Removed stupid right arrow to edit resource. Now simply click it..
Juan Linietsky
2017-06-04
1
-0
/
+4
*
|
Added depth texture support (using parallax) to default material.
Juan Linietsky
2017-06-04
2
-36
/
+157
|
/
*
many fixes to image loader, voxel cone tracing, etc.
Juan Linietsky
2017-06-02
1
-2
/
+2
*
Rework shading modes and change location of light shader
Juan Linietsky
2017-06-01
2
-2
/
+8
*
rewritten PBR implementation to make it friendlier with Blender
Juan Linietsky
2017-05-31
2
-83
/
+43
*
Several fixes related to PBR and Environment
Juan Linietsky
2017-05-30
2
-41
/
+41
*
-Added .hdr format support
Juan Linietsky
2017-05-28
6
-45
/
+546
*
Removed skybox support, added panorama support. Skybox support may come back ...
Juan Linietsky
2017-05-25
4
-156
/
+88
*
Merge pull request #8869 from Hinsbart/errors
Rémi Verschelde
2017-05-25
1
-4
/
+0
|
\
|
*
Fix errors on engine startup.
Andreas Haas
2017-05-22
1
-4
/
+0
*
|
Fix stex import into black textures when lossless and lossy are selected, clo...
Juan Linietsky
2017-05-23
2
-2
/
+3
|
/
*
Merge pull request #8818 from tagcup/mesh_methods
Rémi Verschelde
2017-05-20
1
-0
/
+5
|
\
|
*
GDScript bindings for various missing Mesh functions.
Ferenc Arn
2017-05-18
1
-0
/
+5
*
|
Merge pull request #8631 from volzhs/editor-theme-custom
Rémi Verschelde
2017-05-20
160
-5252
/
+353
|
\
\
|
|
/
|
/
|
|
*
New customizable editor theme
volzhs
2017-05-09
4
-23
/
+40
|
*
Revert "Add new editor and default theme (WIP)"
volzhs
2017-05-03
158
-5237
/
+321
*
|
Fix two typos from previous commit
Rémi Verschelde
2017-05-17
1
-1
/
+1
*
|
Removal of Image from Variant, converted to a Resource.
Juan Linietsky
2017-05-17
9
-204
/
+99
|
/
*
Move other lone thirdparty files to thirdparty/misc
Rémi Verschelde
2017-04-28
7
-5306
/
+4
*
Fix theme_data.h formatting via make_header.py
Rémi Verschelde
2017-04-27
2
-352
/
+232
*
Add new editor and default theme (WIP)
Daniel J. Ramirez
2017-04-27
158
-326
/
+5240
*
Revert " 3.0 recompute_aabb on add_surface"
Ramesh Ravone
2017-04-26
1
-2
/
+0
*
3.0 recompute_aabb on add_surface
Ramesh Ravone
2017-04-26
1
-0
/
+2
*
Merge pull request #8277 from tagcup/math_checks
Rémi Verschelde
2017-04-24
1
-2
/
+2
|
\
|
*
Added various functions basic math classes. Also enabled math checks only for...
Ferenc Arn
2017-04-06
1
-2
/
+2
*
|
Fix property warnings and hide some debug prints
Rémi Verschelde
2017-04-23
1
-7
/
+9
*
|
Merge pull request #8376 from RayKoopa/fix_stylebox_expand_margin
Rémi Verschelde
2017-04-20
2
-4
/
+7
|
\
\
|
*
|
Respect the expand margin for StyleBoTextures again.
Ray Koopa
2017-04-13
2
-4
/
+7
*
|
|
Merge pull request #8370 from volzhs/fix-stylebox-master
Andreas Haas
2017-04-14
1
-10
/
+4
|
\
\
\
|
*
|
|
Fix editor style box for ToolButton
volzhs
2017-04-12
1
-10
/
+4
|
|
/
/
*
/
/
PackedScene: Fix wrong DEFVAL
Ignacio Etcheverry
2017-04-14
1
-1
/
+1
|
/
/
*
|
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
104
-0
/
+104
*
|
New particle system, mostly working, some small features missing.
Juan Linietsky
2017-04-06
11
-204
/
+1198
*
|
Fix typo in FixedSpatialMaterial
Andreas Haas
2017-04-06
1
-1
/
+1
|
/
*
Fixed WindowDialog not aligning properly
Robert Hernandez
2017-03-31
2
-3
/
+3
*
Fixed AtlasTexture being incorrectly
Robert Hernandez
2017-03-30
1
-6
/
+8
*
Merge pull request #8130 from volzhs/cache-font-master
Rémi Verschelde
2017-03-24
2
-1
/
+26
|
\
|
*
Cache DynamicFont resource for Android
volzhs
2017-03-24
2
-1
/
+26
*
|
Fix typos in source code using codespell
Rémi Verschelde
2017-03-24
6
-8
/
+8
|
/
*
Fix redundant connections saved in sub-inheritance
Pedro J. Estébanez
2017-03-15
2
-21
/
+28
*
Merge pull request #7981 from RandomShaper/position-for-2d-shaders
Rémi Verschelde
2017-03-13
1
-0
/
+2
|
\
[next]