summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2017-05-01Rename project file to "project.godot"Rémi Verschelde
2017-04-29Revert "Use .godot as file extension for project files."Juan Linietsky
2017-04-25added documentation for SurfaceToolclayjohn
2017-04-24added descriptions for WorldEnvironment node in documentationclayjohn
2017-04-24Merge pull request #8277 from tagcup/math_checksRémi Verschelde
2017-04-20Clarification of degrees/radians in angle methodsChris Bradfield
2017-04-16Use .godot as file extension for project files.Andreas Haas
2017-04-10Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-07classref: Sync with current sourceRémi Verschelde
2017-04-06Added various functions basic math classes. Also enabled math checks only for...Ferenc Arn
2017-04-05Fix URLs to moved docs pagesRémi Verschelde
2017-04-05Merge pull request #8259 from bojidar-bg/move-slide-wall-fixRémi Verschelde
2017-04-04Fix is_move_and_slide_on_wall, make move_and_slide floor angle configurableBojidar Marinov
2017-04-03Made slide and reflect active verbs acting on itself in Vector2 and Vector3.Ferenc Arn
2017-03-29Update classes.xml to master version, add a small feature to doc_statusBojidar Marinov
2017-03-24Merge pull request #8122 from tagcup/axis_check_normalizationRémi Verschelde
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-03-23Explicitly documented that Transform.basis is not necessarily an orthogonal m...Ferenc Arn
2017-03-14List Control::has_point as a virtual methodCrazyGuy108
2017-03-05Merge pull request #7916 from RebelliousX/tab_containerRémi Verschelde
2017-03-05- `tab_changed` signal emits only by selecting a different tab.Thaer Razeq
2017-03-04Added a SceneTree.has_network_peer, closes #7922Karol Walasek
2017-02-12Merge pull request #7581 from Faless/v6_wild_bindRémi Verschelde
2017-02-04Renamed engine.cfg to godot.cfg, to forcefully break compatibility with 2.xJuan Linietsky
2017-01-29grammar fixes, it's -> itsChris Bradfield
2017-01-23Update docs reference for TCP_Server::listen and UDPPacketPeer::listenFabio Alessandrelli
2017-01-15Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant wit...Ferenc Arn
2017-01-14Finish renaming *Frame GUI classes to *RectRémi Verschelde
2017-01-13Tween: Rename times_in_sec (sic) param to durationRémi Verschelde
2017-01-12some class renamesJuan Linietsky
2017-01-10Merge pull request #7426 from m4nu3lf/bugfix/physicsJuan Linietsky
2017-01-10Merge pull request #7438 from tagcup/matrix3_rotate_fixJuan Linietsky
2017-01-10Remove deprecated Vector2.floorf methodEmmanuel Leblond
2017-01-09Fixed inertia tensor computation and center of massm4nu3lf
2017-01-08Fix the order in which additional transformations are applied in Matrix3 and ...Ferenc Arn
2017-01-08Fix codeblock tag in classes.xml for EditorSettingsEmmanuel Leblond
2017-01-03Use right handed coordinate system for rotation matrices and quaternions. Als...Ferenc Arn
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2017-01-02Merge pull request #7410 from nounoursheureux/masterRémi Verschelde
2017-01-02Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde
2017-01-02Exposing edit_resource method of EditorNode in the EditorPlugin (#7355)Bruno Ortiz
2017-01-02Add the 'finished' signal to AnimatedSpriteWilhem Barbier
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-12-23Merge pull request #7322 from Jerome67000/classref-editRémi Verschelde
2016-12-23PopupMenu upgrade: Hide on item selection (#7306)Ivan P. Skodje
2016-12-17doc improvement for get_colliding_bodies() methodsJerome67000
2016-12-09Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli
2016-11-30Revert "Do not emit NOTIFICATION_READY more than once (breaking change)"Rémi Verschelde
2016-11-28Merge pull request #7138 from bojidar-bg/ready_guardRémi Verschelde