aboutsummaryrefslogtreecommitdiff
path: root/scene/resources (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix two typos from previous commitRémi Verschelde2017-05-171-1/+1
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-179-204/+99
* Move other lone thirdparty files to thirdparty/miscRémi Verschelde2017-04-287-5306/+4
* Fix theme_data.h formatting via make_header.pyRémi Verschelde2017-04-272-352/+232
* Add new editor and default theme (WIP)Daniel J. Ramirez2017-04-27158-326/+5240
* Revert " 3.0 recompute_aabb on add_surface"Ramesh Ravone2017-04-261-2/+0
* 3.0 recompute_aabb on add_surfaceRamesh Ravone2017-04-261-0/+2
* Merge pull request #8277 from tagcup/math_checksRémi Verschelde2017-04-241-2/+2
|\
| * Added various functions basic math classes. Also enabled math checks only for...Ferenc Arn2017-04-061-2/+2
* | Fix property warnings and hide some debug printsRémi Verschelde2017-04-231-7/+9
* | Merge pull request #8376 from RayKoopa/fix_stylebox_expand_marginRémi Verschelde2017-04-202-4/+7
|\ \
| * | Respect the expand margin for StyleBoTextures again.Ray Koopa2017-04-132-4/+7
* | | 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
|/ / /