aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/animation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused variables (fourth pass) + dead codeRémi Verschelde2016-07-081-3/+0
| | | | Also fix a potential regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33.
* Revert "Added toggle for loop interpolation based on adolson's code"Rémi Verschelde2016-06-261-19/+3
| | | | | | | | | | | | | | | This reverts commits 8884b8f51963553dd1ecc0bc4accf64deb4f645f bd5c8f2aa086c2cacc704dfef249c124760ab569 and 5cb31f6d5b667a551092b699de6f4786e0bb5b6d. <reduz> Akien, I understand the need for the second loop mode, but I think the current UI is pretty confusing. I think this should be changed for an enum, both there and in the animation.. otherwise we should revert it [...] <reduz> alternatively this could be added per track, which I think should make it a little less confusing Reopens #959..
* Animation: Fix property loop_interpolationJ08nY2016-06-211-3/+4
| | | | fixes #5317
* -Added options for scene import plugin to keep materials and user-added ↵Juan Linietsky2016-06-201-0/+24
| | | | tracks to animations, please test! closes #4425
* Replace 'or'/'and' keywordsGeorge Marques2016-06-191-1/+1
| | | | Some compilers do not like this.
* Merge pull request #4724 from Cybolic/optional-loop-interpolationRémi Verschelde2016-06-191-1/+16
|\ | | | | Added toggle for loop interpolation based on adolson's code
| * Added toggle for loop interpolation based on adolson's codeChristian Dannie Storgaard2016-05-201-1/+16
| |
* | -Added trigger mode to tracks, useful for properties that work as triggers, ↵Juan Linietsky2016-06-191-13/+32
|/ | | | | | such as playing a sample, an animation, etc. -Better interpolation of discrete tracks, fixes #4417
* remove trailing whitespaceHubert Jarosz2016-03-091-158/+158
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* -some changes by okamJuan Linietsky2015-06-301-3/+13
|
* Several performance improvements, mainly in loading and instancing scenes ↵Juan Linietsky2015-06-291-4/+4
| | | | | | | | and resources. A general speedup should be apparent, with even more peformance increase when compiling optimized. WARNING: Tested and it seems to work, but if something breaks, please report.
* Fixed some items caught in cppcheckNathan Warden2015-05-021-2/+2
|
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* 3D Import Import & UDPJuan Linietsky2014-11-121-124/+157
| | | | | | | | | -=-=-=-=-=-=-=-=-=-=- -Animation Import filter support -Animation Clip import support -Animation Optimizer Fixes, Improvements and Visibile Options -Extremely Experimental UDP support.
* Bug FixesJuan Linietsky2014-11-021-1/+1
| | | | | | | | | | | | | | | | -=-=-=-=- -Fixed problem with scaling shapes (#827), related to not taking scale in consideration for calculating the moment of inertia -Added support for multiline strings (or comments) using """ -Save subscene bug, properties not being saved in root node (#806) -Fix Crash in CollisionPolygon2DEditor (#814) -Restored Ability to compile without 3D (#795) -Fix InterpolatedCamera (#803) -Fix UV Import for OBJ Meshes (#771) -Fixed issue with modifier gizmos (#794) -Fixed CapsuleShape gizmo handle (#50) -Fixed Import Button (not properly working in 3D) (#733) -Many misc fixes (though no new features)
* Huge Amount of BugFixJuan Linietsky2014-10-031-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=- -Fixes to Collada Exporter (avoid crash situtions) -Fixed to Collada Importer (Fixed Animation Optimizer Bugs) -Fixes to RigidBody/RigidBody2D body_enter/body_exit, was buggy -Fixed ability for RigidBody/RigidBody2D to get contacts reported and bodyin/out in Kinematic mode. -Added proper trigger support for 3D Physics shapes -Changed proper value for Z-Offset in OmniLight -Fixed spot attenuation bug in SpotLight -Fixed some 3D and 2D spatial soudn bugs related to distance attenuation. -Fixed bugs in EventPlayer (channels were muted by default) -Fix in ButtonGroup (get nodes in group are now returned in order) -Fixed Linear->SRGB Conversion, previous algo sucked, new algo works OK -Changed SRGB->Linear conversion to use hardware if supported, improves texture quality a lot -Fixed options for Y-Fov and X-Fov in camera, should be more intuitive. -Fixed bugs related to viewports and transparency Huge Amount of New Stuff: -=-=-=-=-=-=-=-==-=-=-=- -Ability to manually advance an AnimationPlayer that is inactive (with advance() function) -More work in WinRT platform -Added XY normalmap support, imports on this format by default. Reduces normlmap size and enables much nice compression using LATC -Added Anisotropic filter support to textures, can be specified on import -Added support for Non-Square, Isometric and Hexagonal tilemaps in TileMap. -Added Isometric Dungeon demo. -Added simple hexagonal map demo. -Added Truck-Town demo. Shows how most types of joints and vehicles are used. Please somebody make a nicer town, this one is too hardcore. -Added an Object-Picking API to both RigidBody and Area! (and relevant demo)
* Small Issues & MaintenanceJuan Linietsky2014-08-011-8/+8
| | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+1938