aboutsummaryrefslogtreecommitdiff
path: root/scene/resources
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8370 from volzhs/fix-stylebox-masterAndreas Haas2017-04-141-10/+4
|\
| * Fix editor style box for ToolButtonvolzhs2017-04-121-10/+4
* | PackedScene: Fix wrong DEFVALIgnacio Etcheverry2017-04-141-1/+1
|/
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-08104-0/+104
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-0611-204/+1198
* Fix typo in FixedSpatialMaterialAndreas Haas2017-04-061-1/+1
* Fixed WindowDialog not aligning properlyRobert Hernandez2017-03-312-3/+3
* Fixed AtlasTexture being incorrectlyRobert Hernandez2017-03-301-6/+8
* Merge pull request #8130 from volzhs/cache-font-masterRémi Verschelde2017-03-242-1/+26
|\
| * Cache DynamicFont resource for Androidvolzhs2017-03-242-1/+26
* | Fix typos in source code using codespellRémi Verschelde2017-03-246-8/+8
|/
* Fix redundant connections saved in sub-inheritancePedro J. Estébanez2017-03-152-21/+28
* Merge pull request #7981 from RandomShaper/position-for-2d-shadersRémi Verschelde2017-03-131-0/+2
|\
| * Map POSITION to gl_FragCoord.xy for 2D shadersPedro J. Estébanez2017-03-081-0/+2
* | Fix node duplication in scene sub-inheritancePedro J. Estébanez2017-03-092-6/+21
|/
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-05101-10039/+8382
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-056-0/+168
* Added functionality for resizable dialogs.Ray Koopa2017-03-011-16/+11
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-281-1/+1
* Add disabled tabsRay Koopa2017-02-272-0/+8
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-216-7/+7
* Correct hash behavior for floating point numbersHein-Pieter van Braam2017-02-162-6/+6
* a ton of bug fixes to the rendererJuan Linietsky2017-02-162-1/+6
* Many fixes to make exported scenes work better, still buggy.Juan Linietsky2017-02-154-3/+15
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-1345-810/+810
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-1338-240/+240
* Merge pull request #7352 from Zylann/polylineRémi Verschelde2017-02-121-0/+8
|\
| * Added Line2D node that draws a polygon-based lineMarc Gilleron2017-01-151-0/+8
* | Several bugfixes, improving the import workflowJuan Linietsky2017-02-062-0/+54
* | wav file importing!Juan Linietsky2017-02-022-0/+685
* | Lot of work in new importer, importing textures now works.Juan Linietsky2017-02-012-0/+400
* | Merge pull request #7002 from RandomShaper/vcs-friendlinessJuan Linietsky2017-01-251-6/+4
|\ \
| * | Improve .tscn VCSPedro J. Estébanez2017-01-161-6/+4
* | | Audio bus editing is COMPLETE!Juan Linietsky2017-01-251-1/+2
* | | WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-216-148/+4
* | | Merge pull request #7528 from tagcup/real_t_float_fixesJuan Linietsky2017-01-203-7/+7
|\ \ \
| * | | Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-163-7/+7
* | | | Use property convention introduced in b085c4 (_ rather than / as separator).Ferenc Arn2017-01-181-1/+1
|/ / /
* | | Style: Fix statements ending with ';;'Rémi Verschelde2017-01-166-20/+20
* | | Style: No break before list braceRémi Verschelde2017-01-161-2/+1
* | | Oops! Audio engine has vanished :DJuan Linietsky2017-01-159-865/+1
* | | no more errors related to missing GlobalConfig::Get (or so I hope)Juan Linietsky2017-01-141-6/+0
| |/ |/|
* | Merge pull request #6519 from RandomShaper/enhance-tilesetJuan Linietsky2017-01-142-0/+26
|\ \
| * | Add modulate (color) to TileSet tilesPedro J. Estébanez2016-11-302-0/+26
* | | removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-141-2/+1
* | | Style: Fix whole-line commented codeRémi Verschelde2017-01-1412-38/+43
* | | Finish renaming *Frame GUI classes to *RectRémi Verschelde2017-01-141-2/+2
* | | rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-143-3/+3
* | | Unify naming of blendshape / morphtarget into just "Blend Shape"Juan Linietsky2017-01-122-63/+63
* | | Type renames:Juan Linietsky2017-01-1116-92/+92