aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Fix ColorPicker's screen pick functionalityMariano Suligoy2017-06-192-19/+20
| | |_|_|/ / | |/| | | |
* | | | | | Texture rect_region drawing now clamps UV to avoid bleeding. This avoids scen...Juan Linietsky2017-06-186-22/+44
* | | | | | -Added AudioStreamPlayer2D, for 2D positional soundJuan Linietsky2017-06-189-54/+680
|/ / / / /
* | | | | Added normalmap support to stylebox and animated sprite.Juan Linietsky2017-06-184-2/+49
* | | | | Add normalmap support for drawing in all low level primitives. Only added sup...Juan Linietsky2017-06-176-73/+112
* | | | | -Fixed shader lang to not be able to get scalar from matrix (ie mat.x), to ma...Juan Linietsky2017-06-171-2/+0
* | | | | Merge pull request #9228 from BastiaanOlij/fix_primitive_sliderRémi Verschelde2017-06-171-23/+22
|\ \ \ \ \
| * | | | | fix sliders for primitivesBastiaanOlij2017-06-171-23/+22
* | | | | | -Fix freezes caused by etccomp2, closes #9183Juan Linietsky2017-06-165-19/+25
|/ / / / /
* | | | | Complete changing of resource extensionsGeorge Marques2017-06-161-1/+1
* | | | | Merge pull request #9212 from BastiaanOlij/add_primitive_hintsRémi Verschelde2017-06-161-25/+25
|\ \ \ \ \
| * | | | | Add sensible hints to propertiesBastiaanOlij2017-06-161-25/+25
* | | | | | Merge pull request #9208 from Calinou/tweak-default-fovRémi Verschelde2017-06-161-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Increase the default perspective camera FOVHugo Locurcio2017-06-161-1/+1
* | | | | | Godot 3.0 primitives as resources for use with MeshInstanceBastiaanOlij2017-06-169-495/+1777
* | | | | | Cleaned up Screen Space Reflections, closes #8119Juan Linietsky2017-06-161-5/+2
* | | | | | Fixes to SSR, WIP.Juan Linietsky2017-06-162-43/+28
* | | | | | Merge pull request #9201 from vnen/rename-extensionsRémi Verschelde2017-06-1613-16/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Rename Godot-specific resource extensionsGeorge Marques2017-06-1513-16/+16
* | | | | | Merge pull request #9196 from volzhs/scene-tabRémi Verschelde2017-06-162-41/+128
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Enhance scene tabsvolzhs2017-06-162-41/+128
* | | | | | Merge pull request #9192 from remorse107/masterRémi Verschelde2017-06-151-8/+11
|\ \ \ \ \ \
| * | | | | | Color Picker Fixed Appearanceremorse1072017-06-151-8/+11
* | | | | | | fix bug related to unshaded materials not working on MSVC. Not cleanest solut...Juan Linietsky2017-06-151-0/+2
* | | | | | | Merge pull request #9176 from RandomShaper/fix-touchbuttonRémi Verschelde2017-06-152-57/+47
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix/improve TouchScreenButtonPedro J. Estébanez2017-06-142-57/+47
* | | | | | | get rid of button arrayJuan Linietsky2017-06-143-681/+1
* | | | | | | Merge pull request #9160 from karroffel/color-ramp-renameRémi Verschelde2017-06-145-50/+50
|\ \ \ \ \ \ \
| * | | | | | | renamed occurances of ColorRamp with GradientKarroffel2017-06-145-50/+50
* | | | | | | | Merge pull request #9165 from Noshyaar/pr-areaRémi Verschelde2017-06-1413-92/+92
|\ \ \ \ \ \ \ \
| * | | | | | | | Refactor layer_mask to collision_layerPoommetee Ketson2017-06-1413-92/+92
| |/ / / / / / /
* | | | | | | | Fixed several bugs with directional light, and changed defaults to be more se...Juan Linietsky2017-06-142-6/+6
* | | | | | | | Fixed broken Line2D due to math changes in f271591ac22bd07e1b2316448dd6e9af87...Marc Gilleron2017-06-141-3/+3
|/ / / / / / /
* | / / / / / -Fixed occluder rendering, closes #8560Juan Linietsky2017-06-132-0/+20
| |/ / / / / |/| | | | |
* | | | | | Remove default shadow bias of 0.1 for spot and omni light, fixes #8654Juan Linietsky2017-06-131-2/+3
* | | | | | Change Omni light default mode to Cube, avoids users confusing it as a bug, c...Juan Linietsky2017-06-121-1/+1
* | | | | | Properly adjust the visible editor rect and make limits respected, closes #8328Juan Linietsky2017-06-122-0/+2
|/ / / / /
* | | | | Restored multiple viewport function, as well as view modes.Juan Linietsky2017-06-112-0/+63
* | | | | Restired multithread support in OSX and Windows, should stop the crashes.Juan Linietsky2017-06-101-1/+1
* | | | | renamed all Rect3.pos to Rect3.positionalexholly2017-06-099-25/+25
* | | | | -Restored multithread capability to VisualServerJuan Linietsky2017-06-095-0/+42
* | | | | Merge pull request #9051 from toger5/fixedScriptEditorListSeperationRémi Verschelde2017-06-081-13/+16
|\ \ \ \ \
| * | | | | fixed overlapping of temp. colors (script editor)toger52017-06-071-13/+16
* | | | | | -Added proper access to depth texture from shaderJuan Linietsky2017-06-0717-505/+542
* | | | | | Fog is complete!Juan Linietsky2017-06-072-0/+295
* | | | | | Revert "Fix text warp in color blocks with CJK"Rémi Verschelde2017-06-071-1/+1
|/ / / / /
* | | | | GraphNode: Remove debug print.Andreas Haas2017-06-061-2/+0
* | | | | -working SCREEN_TEXTURE, SCREEN_UV shader variablesJuan Linietsky2017-06-052-35/+38
* | | | | Fix build errorPoommetee Ketson2017-06-051-1/+1
* | | | | Merge pull request #9038 from AlexHolly/rect2-rename-posRémi Verschelde2017-06-0539-267/+267
|\ \ \ \ \