aboutsummaryrefslogtreecommitdiff
path: root/scene/resources (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix style error with MenuButton in default themegeequlim2017-11-241-3/+3
|
* Fix TileMap and TileSet ClassDB bindingsRuslan Mustakov2017-11-241-1/+1
|
* Implement auto-tilingMariano Suligoy2017-11-202-7/+470
|
* Fixed mesh importing when multiple materials are presentDaniel J. Ramirez2017-11-171-4/+6
|
* Rename Rect3 to AABB.Ferenc Arn2017-11-1711-42/+42
| | | | Fixes #12973.
* Merge pull request #12870 from Nibodhika/masterRémi Verschelde2017-11-172-6/+17
|\ | | | | Fixing tilemap rotation for non top-left tiles.
| * Fixing tilemap rotation for non top-left tiles.Vito2017-11-152-6/+17
| |
* | Remove obsolete ButtonArray themingRémi Verschelde2017-11-151-33/+0
| | | | | | | | | | ButtonArrays have been removed in 3.0. [ci skip]
* | -Ability to choose operator for emission, closes #10441Juan Linietsky2017-11-152-1/+38
| | | | | | | | | | -Ability to use proper operator for GI Probe, closes #10534 -Closes #12938 as it's no longer needed (thanks for the work though)
* | Ability to update parts of an array, and set arrays as dynamic drawJuan Linietsky2017-11-142-0/+10
| |
* | Merge pull request #12811 from Chaosus/quadsizeRémi Verschelde2017-11-132-13/+30
|\ \ | | | | | | Add size to QuadMesh
| * | Added size to QuadMeshChaosus2017-11-132-13/+30
| |/
* | Merge pull request #12014 from hi-ogawa/fix-video-playbackRémi Verschelde2017-11-131-2/+2
|\ \ | |/ |/| Fix video playback
| * Fix video playbackMatt Hughes2017-10-141-2/+2
| | | | | | | | | | | | | | | | This adds support to - VideoPlayer - VideoStreamWebm - VideoStreamTheora
* | Merge pull request #12852 from djrm/pr_import_fixesRémi Verschelde2017-11-122-3/+12
|\ \ | | | | | | Update meshes when reimporting,
| * | Update meshes when reimporting,Daniel J. Ramirez2017-11-122-3/+12
| | | | | | | | | | | | Save scene preview even when not doing save and play.
* | | Merge pull request #12858 from dfleury2/masterRémi Verschelde2017-11-121-3/+2
|\ \ \ | |/ / |/| | fix: Updates dynamic_font_stb to use get_extension, and memnew
| * | fix: Updates dynamic_font_stb to use get_extension, and memnewD. Fleury2017-11-121-3/+2
| | |
* | | -Added ramp fadeout in AudioStreamPlayer, removes clips on audio restartJuan Linietsky2017-11-121-9/+23
| | | | | | | | | | | | -Fixed bug in AudioStreamPlayerSampler not completely writing the target buffer if sample ends, fixes #12307
* | | Set ambient contribution by default to 1, fixes #11850Juan Linietsky2017-11-121-1/+2
|/ /
* | Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky2017-11-097-8/+8
| |
* | Remove get_default_video_mode definition on OSX/iOSRémi Verschelde2017-11-091-1/+1
| | | | | | | | | | | | | | | | It had been missed in d09160a8b67fdc60e8108962c4e9bd4c0bc7f13e and broke compilation for those platforms. Took the opportunity to run clang-format on the code base to fix some corner cases that went through our static tests/were overlooked recently.
* | Added filter_clip to AtlasTextureMrCdK2017-11-052-3/+24
| |
* | Refactor bufer to bufferPoommetee Ketson2017-10-281-1/+1
| |
* | fix a 'proximity_fade_distacne' typo in materialJakub Grzesik2017-10-251-1/+1
| |
* | Missing binds for SSAOBlur enum caused issues compiling GDNative cpp_bindingsBastiaan Olij2017-10-231-0/+5
| |
* | Revert "Rename Schlick GGX to GGX."Rémi Verschelde2017-10-232-5/+5
| |
* | Many fixes to SSAO, should be good now.Juan Linietsky2017-10-222-19/+78
| |
* | Merge pull request #12296 from tagcup/ggx_renameRémi Verschelde2017-10-222-5/+5
|\ \ | | | | | | Rename Schlick GGX to GGX.
| * | Rename Schlick GGX to GGX.Ferenc Arn2017-10-212-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Schlick's approximation and GGX are orthogonal concepts. Furthermore, it's usage so far has been inconsistent: we don't even use it with anisotropic SchlickGGX, and Burley (Disney) diffuse does use it while its name doesn't indicate it. The use of Schlick's approximation in Burley and GGX is an implementation detail and doesn't need to be reflected to the namig.
* | | CubeMap: fix duplicate flags propertyPoommetee Ketson2017-10-221-1/+0
|/ /
* | Merge pull request #12286 from NathanWarden/add_cubemap_propertiesRémi Verschelde2017-10-211-2/+4
|\ \ | | | | | | Added properties for CubeMap.
| * | Added properties for CubeMap.Nathan Warden2017-10-211-2/+4
| | |
* | | Bind unbound enums, rearrange some by valuePoommetee Ketson2017-10-221-1/+1
|/ /
* | Merge pull request #12228 from ↵Rémi Verschelde2017-10-202-0/+11
|\ \ | | | | | | | | | | | | hi-ogawa/fix-spatial-shader-conversion-with-texture Fix spatial shader conversion with texture
| * | Fix spatial shader conversion with textureHiroshi Ogawa2017-10-192-0/+11
| | |
* | | Fix animation before first keyPedro J. Estébanez2017-10-151-5/+12
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this, the value assumed for the interval between the start of the track and the first frame would be the one of the first key if - *seeking/playing a continuous track*; - *seeking a discrete track*. And the first key would be ignored until reached -thus not modifying the target property/transform- in the remaining case; namely, *playing a discrete track*. In other words, the inner workings of the animation system considered the unreached first key for interpolation but not for a query of every key inside a time range. With this changes, the first key is only considered is the animation is looped and ignored otherwise. That way, in order to have a start value, you'll need an explicit key at the very beginning of the track, while having the flexibility of the animation player not touching the target value until the first key is reached. This corresponds to the point 1) of #10752.
* / [DOCS] Fix a few typos.Andreas Haas2017-10-141-1/+1
|/
* Added and improved some missing icons, plus some other visual fixes.Daniel J. Ramirez2017-10-131-1/+1
|
* Remove junk outputRuslan Mustakov2017-10-131-2/+0
| | | | | Remove several prints that were added for engine debugging, but are of no use to the end user, and only pollute the editor and game logs.
* Merge pull request #12026 from hickop/default-theme-slidersRémi Verschelde2017-10-111-0/+2
|\ | | | | Added grabber_area to default_theme sliders. Fixes #11261
| * Added grabber_area to default_theme sliders. Fixes #11261hickop2017-10-111-0/+2
| |
* | Fix data alignment issues in get_data() in AudioStreamSamplehungrymonkey2017-10-091-1/+2
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I am fixing the issue by adding DATA_PAD to the return pointer as suggested by hi-ogawa When using set_data in AudioStreamSample in PoolByteArray, the data is set using a DATA_PAD to pad the pointer to the correct place as such uint8_t *dataptr = (uint8_t *)data; copymem(dataptr + DATA_PAD, r.ptr(), datalen); data_bytes = datalen; godot/scene/resources/audio_stream_sample.cpp#L473 All I am doing is adding a DATA_PAD to the return pointer to get_data() in AudioStreamSample to change godot/scene/resources/audio_stream_sample.cpp#L48 PoolVector<uint8_t>::Write w = pv.write(); copymem(w.ptr(), data, data_bytes); to PoolVector<uint8_t>::Write w = pv.write(); uint8_t *dataptr = (uint8_t *)data; copymem(w.ptr(), dataptr + DATA_PAD, data_bytes); Please review whether or not set or get is correct. Because this issue seems to be fixable by removing DATA_PAD in set_data() instead of adding DATA_PAD to get_data(). I have not tested the latter fix Fixes #issue, 11873
* CurveEditor: fix can't edit right tangentPoommetee Ketson2017-10-031-5/+5
|
* Merge pull request #11646 from djrm/pr_visual_improvementsPoommetee Ketson2017-10-0215-1020/+7
|\ | | | | Several visual improvements.
| * Several visual improvements.Daniel J. Ramirez2017-09-2815-1020/+7
| | | | | | | | | | | | | | | | | | Added proper label sizing Improved text editor status bar Fixed some issues with ItemList and also some style fixes Added background to color picker samples (the mrcdk fix) Fixed slider ticks. Added VS breakpoint and error styleboxes.
* | Switched Burley/Lambert, and restored diffuse term to 0-1 range for ↵Juan Linietsky2017-10-012-4/+4
| | | | | | | | compatibility.
* | Ability to set a custom FOV makes it possible to use sky on orthogonal view. ↵Juan Linietsky2017-09-292-14/+13
|/ | | | Closes #9186
* Added light affect parameter to baked AOJuan Linietsky2017-09-232-0/+26
|
* Rename get_position => get_playback_position and seek_pos => seek on audio ↵Marcelo Fernandez2017-09-233-7/+7
| | | | classes