summaryrefslogtreecommitdiffstats
path: root/scene/resources/curve.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed plane's d to distanceMarcus Elg2020-05-101-2/+2
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-2/+2
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-8/+8
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-45/+36
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove ERR_EXPLAIN from scene/* codeTomasz Chabora2019-08-091-32/+8
* Curve: Prevent forcing 1.0 min value to 0.99Rémi Verschelde2019-06-211-4/+9
* Fixing Curve2D/3D baked interpolated valuesMaxime Leroy2019-05-011-3/+6
* Small fixes, mostly dupicated codeqarmin2019-04-081-1/+1
* Appease some CppCheck warns for files in the "scene" directoryMichael Alexsander Silva Dias2019-01-161-16/+16
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Bind Curve::get_point_countmerumelu2018-09-071-0/+1
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-36/+36
* Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky2018-07-061-0/+10
* Up vector implementation and OrientedPathFollow.danilo22052018-05-201-0/+125
* Added methods get_closest_point and get_closest_offset to both Curve2D and Cu...danilo22052018-05-011-0/+166
* Bind many more properties to scriptsBojidar Marinov2018-01-121-3/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* CurveEditor: fix can't edit right tangentPoommetee Ketson2017-10-031-5/+5
* Rename pos to position in user facing methods and variablesletheed2017-09-201-24/+17
* Fix enums bindingsMaxim Sheronov2017-09-131-0/+4
* Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde2017-09-121-9/+0
|\
| * Fix unused variable warningsHein-Pieter van Braam2017-09-081-9/+0
* | Fix various assorted warningsHein-Pieter van Braam2017-09-081-12/+13
|/
* Dead code tells no talesRémi Verschelde2017-08-271-338/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add object type hint for docsPoommetee Ketson2017-07-191-4/+4
* Reworked translation systemJuan Linietsky2017-06-281-1/+1
* Fix build error on masterPoommetee Ketson2017-06-281-1/+1
* Fix curve saving, refined undo/redoMarc Gilleron2017-06-281-21/+25
* Curve featuresMarc Gilleron2017-06-261-0/+118
* Fixes method bindRamesh Ravone2017-06-251-2/+2
* Added Curve resourceMarc Gilleron2017-06-241-0/+359
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-465/+359
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-69/+69
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-11/+11
* Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-161-3/+3
* Type renames:Juan Linietsky2017-01-111-32/+32
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-4/+4
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-69/+69
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Curve2D/3D: Add clear_points method.Andreas Haas2016-12-031-0/+19
* Fix curve bugAlgrin62016-07-211-3/+3
* remove trailing whitespaceHubert Jarosz2016-05-211-1/+1
* Fixed curve baking, now always start at origin pointHearto Lazor2016-04-151-1/+2
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1