aboutsummaryrefslogtreecommitdiff
path: root/core/io/resource_format_binary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes scene corruption when updating dependencies.Rainer Deyke2018-03-241-3/+5
* Clean up some bad words from code commentsArtem Varaksa2018-02-171-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
* fix compile issueJuan Linietsky2017-12-151-1/+1
* -Added new scene conversion to binary on export (disabled by default, please ...Juan Linietsky2017-12-151-23/+45
* Merge pull request #13176 from bojidar-bg/allow-subproperty-setJuan Linietsky2017-11-221-3/+8
|\
| * Fix combatibility with older .scn filesBojidar Marinov2017-11-221-3/+8
* | Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde2017-11-211-5/+1
|\|
| * Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-211-5/+1
* | Rename Rect3 to AABB.Ferenc Arn2017-11-171-6/+6
|/
* Cleanup unnecessary debug printsRémi Verschelde2017-10-211-18/+0
* Rename pos to position in user facing methods and variablesletheed2017-09-201-4/+4
* Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde2017-09-121-27/+14
|\
| * Fix unused variable warningsHein-Pieter van Braam2017-09-081-27/+14
* | Fix various assorted warningsHein-Pieter van Braam2017-09-081-2/+2
|/
* -Fixed EditorDirDialog, which was really old and needed to use EditorFileSystemJuan Linietsky2017-09-031-0/+3
* Fix typos 'a' and 'an'Poommetee Ketson2017-09-021-2/+2
* Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-3/+3
* Fix issues regarding reload of resources in imported scenes. Closes #10017Juan Linietsky2017-08-311-2/+3
* Dead code tells no talesRémi Verschelde2017-08-271-48/+0
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Cleanup tons of obsolete commented out codeRémi Verschelde2017-08-261-12/+9
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-1/+1
* core/io: fix typo 'resoucre' to 'resource'Indah Sylvia2017-08-081-3/+3
* Style: Apply clang-format on all filesRémi Verschelde2017-07-301-1/+1
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-8/+8
* Lots of work on Audio & Physics engine:Juan Linietsky2017-07-151-3/+70
* Reworked translation systemJuan Linietsky2017-06-281-0/+7
* renamed all Rect3.pos to Rect3.positionalexholly2017-06-091-6/+6
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-4/+4
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-14/+0
* Fix two typos from previous commitRémi Verschelde2017-05-171-3/+3
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-133/+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-680/+572
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Many fixes to make exported scenes work better, still buggy.Juan Linietsky2017-02-151-7/+42
* Removed import/export system, will start new one from scratch.Juan Linietsky2017-01-251-97/+0
* Audio bus editing is COMPLETE!Juan Linietsky2017-01-251-1/+2
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-9/+11
* Both Array and Dictionary are always in shared mode (removed copy on write).Juan Linietsky2017-01-111-4/+4
* Type renames:Juan Linietsky2017-01-111-16/+16
* Variant INT and REAL are now 64 bits (other types remain at 32)Juan Linietsky2017-01-081-6/+34
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-44/+44
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-8/+8
* Begin modifying properties to make them more friendly to script and doc.Juan Linietsky2017-01-031-2/+2
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-7/+7
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-77/+13
|\
| * Begining of GLES3 renderer:Juan Linietsky2016-10-031-77/+13