summaryrefslogtreecommitdiffstats
path: root/core/resource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Add hints to run with --verbose when leaking nodes/resources at exitRémi Verschelde2020-06-081-8/+9
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-14/+28
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-52/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-11/+1
* Fixes leaks in ResourceCache, Vulkan and X11qarmin2020-04-151-0/+3
* Replace NULL with nullptrlupoDharkael2020-04-021-10/+10
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-4/+4
* Added StringName as a variant type.Juan Linietsky2020-02-211-1/+1
* Merge pull request #34296 from timothyqiu/lock-33072Rémi Verschelde2020-01-061-1/+4
|\
| * Fixes crash when using Resource::_take_over_pathHaoyu Qiu2019-12-121-1/+4
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
|/
* Merge pull request #30622 from creikey/fix-path-cachingRémi Verschelde2019-10-211-5/+35
|\
| * Some resources are freed before they are savedCameron Reikes2019-07-251-5/+35
* | Added some obvious errors explanationsqarmin2019-09-251-2/+2
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-5/+3
|/
* No more metadata and dependency indices kept in resources saved.Juan Linietsky2019-04-111-0/+20
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+5
* Fixed duplicating AnimationPlayers leaving empty tracks.DualMatrix2018-09-011-1/+1
* Crash fixes for material and animtreeJuan Linietsky2018-08-201-2/+4
* -Fixes to how hashing happened, now StringName and NodePath use default hashe...Juan Linietsky2018-07-021-6/+11
* Remove error messagesJuan Linietsky2018-06-211-1/+1
* -Added AnimationGraphPlayer (still missing features)Juan Linietsky2018-06-181-1/+0
* Duplicate Arrays and Dictionaries when instancing scene in editorBojidar Marinov2018-03-131-1/+1
* Make cyclic resource inclusion error message more helpfulletheed2018-01-181-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-2/+2
* -Implemented Proxy Textures (needed to solve the problem with ViewportTexture)Juan Linietsky2017-12-041-0/+29
* Fixes ERR_EXPLAIN being overwrittenIgnacio Etcheverry2017-09-061-2/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-2/+2
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-2/+2
* Made bool constructor explicit in Variant to avoid bugs, fixes #7843Juan Linietsky2017-08-051-0/+1
* Add object type hint for docsPoommetee Ketson2017-07-231-2/+1
* Reworked translation systemJuan Linietsky2017-06-281-3/+29
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-129/+92
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-12/+12
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-3/+3
* Lot of work in new importer, importing textures now works.Juan Linietsky2017-02-011-0/+1
* Removed import/export system, will start new one from scratch.Juan Linietsky2017-01-251-130/+0
* WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-211-0/+1
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-3/+3
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-1/+3
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-5/+6
* Type renames:Juan Linietsky2017-01-111-2/+2