aboutsummaryrefslogtreecommitdiff
path: root/core/variant_call.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* classref: Fix arg name for is_action_pressed/releasedRémi Verschelde2016-07-081-4/+4
| | | | | | Also position TEXTURE_SPHERE constant properly. (cherry picked from commit a15de809429171e93556db6e9d7010a2b3d61f18)
* Make sure builtin types' constants remain in orderGeorge Marques2016-07-081-42/+60
| | | | | | | | | | This adds a list of constants for VariantCall to make sure the order of register is kept when showing in the editor help and in the documentation. This also remove the sorting of constants from the doctool, so it keeps the natural order in classes.xml. (cherry picked from commit 29b62ce5d009bfdc57e065e450d7e01c5bd5bd05)
* String documentation: .ord_at() returns int not StringJ08nY2016-06-251-1/+1
| | | | | | fixes #5189 (cherry picked from commit 58a891265aabc7944ae5b7e588b64ff21ecd3ea8)
* Dictionary: rename param in .has() .has_all() .erase()J08nY2016-06-251-3/+3
| | | | | | fixes #5190, param should be named key, not value (cherry picked from commit 7a19e3c6ae360fc278f2eed7b5d402d794b794e3)
* Exposed Image.INTERPOLATE_*J08nY2016-06-251-0/+3
| | | | (cherry picked from commit 8a4eca8aa84ae79feba4c73f45af77b3dfde0e65)
* Added possibility to strip left and right to strip_edges (#4594)Mattias Cibien2016-05-121-2/+2
| | | | (cherry picked from commit 49c473bb365054969687f14ed0b55bfe3b06e637)
* Variant: readd Dict.has_allRémi Verschelde2016-05-061-0/+2
| | | | Erroneously removed in 4bc494ae2ec07497d27d97acccdd6514c6ae878a.
* export fix_alpha_edgesAriel Manzur2016-05-051-2/+2
|
* dictionary has_allAlexander Holland2016-04-271-0/+2
| | | | (cherry picked from commit a8ebd43ab7d246669f1a8bb30fb780c07abe01d6)
* Removed get() function from many variant typed arrays, fixes #2135Juan Linietsky2016-01-241-7/+7
|
* added a new function to escape properly json, fixes #3282Juan Linietsky2016-01-101-0/+6
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* make popup emit index when id is not definedJuan Linietsky2015-12-121-3/+3
|
* add pop_back/pop_front/push_back/push_front to array, to make it according ↵Juan Linietsky2015-12-121-0/+6
| | | | to doc, fixes #3040
* Add constructor for Image built-in typeFranklin Sobrinho2015-12-061-0/+7
|
* -Display on animation editor which keys are invalid and which tracks are ↵Juan Linietsky2015-12-051-2/+2
| | | | | | unresolved -Added a tool to clean up unresolved tracks and unused keys
* Correct retvals of String::to_ascii() and String::to_utf8()est312015-11-241-2/+2
| | | | | | Both return RawArray, not String. My fault from commit f83f96cb44a5c4f65c6271d0a98606b489adc488.
* -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260Juan Linietsky2015-11-191-2/+2
|
* Implement Quat multiply operator, and xform methodFranklin Sobrinho2015-11-111-0/+2
|
* added floor() and ceil() to Vector3MrGreenTea2015-07-151-10/+8
|
* Added helper methods to InputEventJaguar2015-06-231-0/+4
|
* Added rot/pos constructor for Matrix32 variant.James McLean2015-06-091-0/+7
|
* Add String.to_utf8() and String.to_ascii()est312015-06-041-1/+36
|
* fixed ColorArray constructor when taking array as parameterromulox_x2015-04-271-1/+1
|
* resolved some cases wehre built-in doc is not properlt generated, fixes #1719Juan Linietsky2015-04-221-0/+2
|
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* -Concatenating arrays keeps the shared property if any of the arrays is ↵Juan Linietsky2015-04-071-0/+2
| | | | shared. Fixes #1646
* Fix for InputEvent::set_as_actionAlex Bonfim2015-03-151-5/+5
|
* fix return value of slide and reflectJuan Linietsky2015-02-151-2/+2
| | | | closes #1311
* FixesJuan Linietsky2014-12-201-0/+6
| | | | | | | | -=-=-= -Added missing quaternion constructor -code completion fixes -winrt fixes
* UDP FixesJuan Linietsky2014-11-131-0/+2
| | | | | | | | | | | | | | -=-=-=-=- Curse the day I decided to port UDP code, as it ended up being two nights of work. At least It's done now (I hope). -Fixed UDP Support, API seems stable -Added UDP Chat demo (chat that can lose your packets, heh) -Added helpers to areas and bodies to get list of collided bodies and contained bodies. -Sped up screen/viewport capture code. -Added code to save an image as PNG -Small fix so scripts register their singletons after modules did.
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-0/+2
| | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- *YOUR SOURCE MIGHT NOT WORK* For mor information on fix: https://github.com/okamstudio/godot/wiki/devel_scene_tree Other stuff: -Shower of bullets demo -Fixes all around
* Huge Amount of BugFixJuan Linietsky2014-10-031-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=- -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)
* - more fixes on #672 on windowsJuan Linietsky2014-09-191-0/+26
| | | | | | - added #660, but need help on osx, help please I don't have a mac! - fixed #667 and #668 (eol detection in comments) - added #670 (hint when using method without () )
* 3D Physics and Other StuffJuan Linietsky2014-09-021-0/+5
| | | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-= -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!
* -Fixed pull request overwrite by mistakeJuan Linietsky2014-08-141-2/+4
| | | | -Forgot to mention that lightmap baking to texture was implemented in latest push.
* Little BitsJuan Linietsky2014-08-141-3/+3
| | | | | | | | -=-=-=-=-=- -Fixed small bugs all around -Added ability to show/hide entire sections of the spatial (3D) tree -WIP new vehicle (not ready yet) based on Bullet
* added String.md5_text() bindingDana Olson2014-08-131-0/+2
|
* Small Issues & MaintenanceJuan Linietsky2014-08-011-1/+9
| | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-= -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
* FineTune HDR and Other StuffJuan Linietsky2014-06-171-0/+2
| | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- -More parameters to ESM shadows -LightMap Octree now can bake to "hdr" (use HDR8 for now) -New resource PolygonPathFinder, polygon based pathfinder using A-star algorithm. (will add nodes to use it more easily soon)
* Add get_scale script binding to Matrix32 classmarynate2014-05-221-0/+2
|
* -Fixed a few bugs in ViewportJuan Linietsky2014-04-101-1/+1
| | | | | -Made a few demos using Viewport to show it's true power! -Fixed some start-up error messages.
* Add Matrix3::get_scale() bindingmarynate2014-04-011-0/+2
|
* -Added ATITC texture supportJuan Linietsky2014-02-261-0/+3
| | | | | -Fixed bug of some tabs showing wrong names -Exported properties for viewport
* -improved physics ccdJuan Linietsky2014-02-191-0/+4
| | | | | | -html5 exporter works again -disable repeat on image loader by default -can change shape offset en tileset, texture offset was broken
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+1504