| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Variant::blend: add Quat, fix Vector3. | Josh Grams | 2016-03-08 | 1 | -1/+7 | |
| | | ||||||
| * | AnimationTreePlayer: blend value tracks (closes #2299) | Josh Grams | 2016-03-01 | 1 | -0/+53 | |
| | | | | | | | Variant: - zero() sets a Variant to the appropriate type of zero value - blend() blends part of one Variant on top of another. | |||||
| * | fixed string operator[], which was broken. Closes #2202 | Juan Linietsky | 2016-01-02 | 1 | -2/+2 | |
| | | ||||||
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | -Added Color8(r8,g8,b8,a8) function as well as .r8,.g8,.b8,.a8 members to ↵ | Juan Linietsky | 2015-12-31 | 1 | -0/+32 | |
| | | | | | Color, to deal with colors in the 0-255 range. Closes #2345 | |||||
| * | Fix "in" operator, make it use evaluate() instead of operator== | Franklin Sobrinho | 2015-12-11 | 1 | -1/+1 | |
| | | ||||||
| * | Fix return type of Matrix32 member vars | Rémi Verschelde | 2015-11-23 | 1 | -3/+3 | |
| | | | | | Thanks to @bojidar-bg for localising the issue. | |||||
| * | Merge pull request #2749 from TheHX/fix_string_content_test | Juan Linietsky | 2015-11-18 | 1 | -1/+1 | |
| |\ | | | | | Fix String content test | |||||
| | * | Fix String content test | Franklin Sobrinho | 2015-11-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | Implement Quat multiply operator, and xform method | Franklin Sobrinho | 2015-11-11 | 1 | -1/+15 | |
| |/ | ||||||
| * | -Integers and Float should interpolate on animation, maybe fixes #1891, ↵ | Juan Linietsky | 2015-05-16 | 1 | -1/+9 | |
| | | | | | please test | |||||
| * | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky | 2015-05-01 | 1 | -1/+1 | |
| | | ||||||
| * | Sort xml files, so order is constant | est31 | 2015-05-01 | 1 | -13/+38 | |
| | | | | | Makes xml format work better with version control systems. | |||||
| * | Fixed bug in array comparison, fixes #1712 | Juan Linietsky | 2015-04-26 | 1 | -1/+2 | |
| | | ||||||
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 | |
| | | ||||||
| * | -Concatenating arrays keeps the shared property if any of the arrays is ↵ | Juan Linietsky | 2015-04-07 | 1 | -1/+1 | |
| | | | | | shared. Fixes #1646 | |||||
| * | Merge pull request #1396 from Spooner/fix_sprintf_errors | Juan Linietsky | 2015-03-22 | 1 | -6/+10 | |
| |\ | | | | | Fix sprintf errors | |||||
| | * | Correctly halt on error in sprintf parsing (fixes #1393) | Bil Bas (Spooner) | 2015-02-19 | 1 | -6/+10 | |
| | | | ||||||
| * | | support for 2D shadow casters | Juan Linietsky | 2015-03-02 | 1 | -0/+3 | |
| |/ | | | | | | | | | | Added support for 2D shadow casters. *DANGER* Shaders in CanvasItem CHANGED, if you are using shader in a CanvasItem and pull this, you will lose them. Shaders now work through a 2D material system similar to 3D. If you don't want to lose the 2D shader code, save the shader as a .shd, then create a material in CanvasItem and re-assign the shader. | |||||
| * | Merge branch 'master' of https://github.com/okamstudio/godot into add_sprintf | Bil Bas (Spooner) | 2015-02-01 | 1 | -0/+24 | |
| |\ | ||||||
| | * | Add InputEvent::ACTION get/set support for variant | sanikoyes | 2015-01-20 | 1 | -0/+24 | |
| | | | | | | | | | Add action_press/action_release method bind | |||||
| * | | Added basic sprintf functionality (e.g. "fish %d %s" % [12, Vector2(1, 2)]) | Bil Bas (Spooner) | 2015-01-10 | 1 | -0/+14 | |
| |/ | ||||||
| * | -fix assignment to vector types in script using integer indices crash (#978) | Juan Linietsky | 2015-01-02 | 1 | -2/+2 | |
| | | ||||||
| * | -assignment of ord to string index made valid #1072 | Juan Linietsky | 2015-01-02 | 1 | -11/+21 | |
| | | ||||||
| * | 3D Physics and Other Stuff | Juan Linietsky | 2014-09-02 | 1 | -0/+34 | |
| | | | | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-= -New Vehicle (Based on Bullet's RaycastVehicle) - Vehiclebody/VehicleWheel. Demo will come soon, old vehicle (CarBody) will go away soon too. -A lot of fixes to the 3D physics engine -Added KinematicBody with demo -Fixed the space query API for 2D (demo will come soon). 3D is WIP. -Fixed long-standing bug with body_enter/body_exit for Area and Area2D -Performance variables now includes physics (active bodies, collision pairs and islands) -Ability to see what's inside of instanced scenes! -Fixed Blend Shapes (no bs+skeleton yet) -Added an Android JavaClassWrapper singleton for using Android native classes directly from GDScript. This is very Alpha! | |||||
| * | Polygon2D | Juan Linietsky | 2014-07-07 | 1 | -1/+53 | |
| | | | | | | | | | | -=-=-=-=- Another gift for those who make 2D games: -Edit polygons, concave or convex, color them, texture them and uv-map them -Corresponding editor -Can have a custom pivot, so they are compatible with bones and IK | |||||
| * | Light Baker! | Juan Linietsky | 2014-06-11 | 1 | -1/+1 | |
| | | | | | | | -=-=-=-=-=-= -Support for lightmap baker, have fun figuring out how it works before tutorial is published. | |||||
| * | Fix Variant vector2/vecotor3 multiply bug | marynate | 2014-03-29 | 1 | -2/+2 | |
| | | ||||||
| * | -scripts are converted to bytecode on export | Juan Linietsky | 2014-02-25 | 1 | -1/+2 | |
| | | | | | -fix bug in doc where touchscreen events were not documented | |||||
| * | -run script in editor | Juan Linietsky | 2014-02-20 | 1 | -1/+8 | |
| | | | | | | -add search docs dialog that returns places string was found -added flash | |||||
| * | GODOT IS OPEN SOURCE | Juan Linietsky | 2014-02-09 | 1 | -0/+3394 | |
