summaryrefslogtreecommitdiffstats
path: root/scene/resources/texture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Ability to set flags via code in StreamTexture, as some users find it useful....Juan Linietsky2017-12-261-0/+2
* Added a higher level wrapper for proxy textureJuan Linietsky2017-12-041-0/+69
* Added filter_clip to AtlasTextureMrCdK2017-11-051-3/+20
* 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.Nathan Warden2017-10-211-2/+4
* | Bind unbound enums, rearrange some by valuePoommetee Ketson2017-10-221-1/+1
|/
* Rename pos to position in user facing methods and variablesletheed2017-09-201-3/+3
* Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-31/+34
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-17/+17
* Texture: Fix wrong method bind instance typeIgnacio Etcheverry2017-08-071-1/+1
* Added missing binding to ImageTexture, closes #8371Juan Linietsky2017-08-061-1/+1
* keep default exported script values unless overriden, closes #8127Juan Linietsky2017-08-061-0/+1
* Merge pull request #8209 from robertdhernandez/Texture-Region-Editor-SyncRémi Verschelde2017-08-011-3/+7
|\
| * Texture region now updates when changing an AtlasRobert Hernandez2017-06-291-3/+7
* | Add object type hint for docsPoommetee Ketson2017-07-191-2/+2
|/
* Reworked translation systemJuan Linietsky2017-06-281-8/+11
* Curve featuresMarc Gilleron2017-06-261-38/+6
* BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-251-1/+1
* GradientTexture now uses a GradientMarc Gilleron2017-06-241-133/+27
* Added Curve resourceMarc Gilleron2017-06-241-184/+58
* Texture rect_region drawing now clamps UV to avoid bleeding. This avoids scen...Juan Linietsky2017-06-181-11/+11
* Add normalmap support for drawing in all low level primitives. Only added sup...Juan Linietsky2017-06-171-34/+48
* -Fix freezes caused by etccomp2, closes #9183Juan Linietsky2017-06-161-1/+19
* -Restored multithread capability to VisualServerJuan Linietsky2017-06-091-0/+4
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-19/+19
* many fixes to image loader, voxel cone tracing, etc.Juan Linietsky2017-06-021-2/+2
* Merge pull request #8869 from Hinsbart/errorsRémi Verschelde2017-05-251-4/+0
|\
| * Fix errors on engine startup.Andreas Haas2017-05-221-4/+0
* | Fix stex import into black textures when lossless and lossy are selected, clo...Juan Linietsky2017-05-231-1/+2
|/
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-91/+56
* Fix property warnings and hide some debug printsRémi Verschelde2017-04-231-7/+9
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-061-0/+468
* Fix typos in source code using codespellRémi Verschelde2017-03-241-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-618/+493
* a ton of bug fixes to the rendererJuan Linietsky2017-02-161-0/+5
* Many fixes to make exported scenes work better, still buggy.Juan Linietsky2017-02-151-0/+6
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-56/+56
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-9/+9
* Several bugfixes, improving the import workflowJuan Linietsky2017-02-061-0/+44
* Lot of work in new importer, importing textures now works.Juan Linietsky2017-02-011-0/+329
* removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-141-2/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-59/+59
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-14/+4
|\
| * Begining of GLES3 renderer:Juan Linietsky2016-10-031-14/+4
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/