summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2016-07-18Merge pull request #5527 from djrm/color_picker_fixesRémi Verschelde
Color picker fixes
2016-07-18Add a function to notify font users that the font changed. Closes #5774Juan Linietsky
2016-07-18Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712Rémi Verschelde
Fixed toggle breakpoint gutter not updating when the game is running, issue 5712
2016-07-18Merge pull request #5718 from jay3d/masterRémi Verschelde
Added gyroscope support to Godot and Android
2016-07-18Merge pull request #5657 from Paulb23/block_caretRémi Verschelde
Added block caret to TextEdit
2016-07-15Added documentation for color picker raw modeDaniel J. Ramirez
2016-07-16Added gyroscope support to Godot and AndroidJamil Halabi
2016-07-15Update docs with breakpoint_toggled signalPaulb23
2016-07-15Merge pull request #5705 from StraToN/doc-updateRémi Verschelde
Docs-update: AnimatedSprite, AnimatedSprite3D (unfinished)
2016-07-14Written AnimatedSprite, AnimatedSprite3D (unfinished)Julian Murgia
2016-07-14Fix classes.xml structureGeorge Marques
Fix the addition in #4854 which added elements in the wrong place.
2016-07-12Added caret block mode to docsPaulb23
2016-07-11Update textedit docs with colors, show line number and highlight all occurencesPaulb23
2016-07-11Merge pull request #4854 from Razzlegames/screenToLocalJuan Linietsky
Conversion function for screen coords to local Canvas coords
2016-07-10Conversion function for screen coords to local Canvas coordsKyle Luce
- Useful if you need to Convert screen coords to the coordinate space of a CanvasItem, but don't have an associated InputEvent to use in #make_event_local. For example, if you have a particular point on the screen you'd like to project into World Space, for various reasons, you would use this function on the root of the scene. This is analogous to ray casting from screen space in 3D.
2016-07-10Merge pull request #5559 from Hinsbart/connected_joystickspunto-
Input: add get_connected_joysticks() method.
2016-07-10Merge pull request #5490 from timoschwarzer/masterJuan Linietsky
Add new Camera2D alignment functions
2016-07-10Merge pull request #5489 from jejung/richtextlabel-get_textJuan Linietsky
RichTextLabel-get_text
2016-07-08classref: Add docs for InputEvent* and InputMapRémi Verschelde
2016-07-08classref: Fix arg name for is_action_pressed/releasedRémi Verschelde
Also position TEXTURE_SPHERE constant properly.
2016-07-08classref: Fix descriptions indentation after #5588Rémi Verschelde
2016-07-08Classref: update with new doctool indentationJ08nY
2016-07-06Update String.capitalize() documentationPawel Kowal
2016-07-05Update classes.xml to fix sorting of constantsGeorge Marques
2016-07-05Input: add get_connected_joysticks() method.Andreas Haas
fixes #5465
2016-06-29Add documentationTimo Schwarzer
2016-06-29Adding support to get the raw text without formatting information from a ↵Jean Jung
RichTextLabel.
2016-06-28Added ItemList.get_selected_items() docJean Jung
2016-06-28syncing the referenceJean Jung
2016-06-25Add *Array.invert() documentationGeorge Marques
2016-06-24Merge pull request #5380 from vnen/string-canvasitem-docsRémi Verschelde
Documentation for String and CanvasItem
2016-06-24Merge pull request #5328 from Paulb23/line_edit_caretRémi Verschelde
Added caret blink to line edit
2016-06-23Add docs for String and CanvasItemGeorge Marques
2016-06-22Added caret blink documentationPaulb23
2016-06-22Classref: added for new *Array bindingsJ08nY
- append(),append_array(),insert(),remove()
2016-06-22Merge pull request #5350 from vnen/fix-classesxml-sortingRémi Verschelde
Fix classes.xml sorting
2016-06-22classref: Fix UTF-8 parsing in makerstRémi Verschelde
2016-06-21Sync classes.xml with the new sortingGeorge Marques
2016-06-21Add classref for File classGeorge Marques
2016-06-19Add docs for String.bigrams() and String.similarity(text)George Marques
2016-06-19Clarification about enter keys confusionMehmet Durgel
Some Languages threat KEY_RETURN and KEY_ENTER keys having the same keycode (eg: Javascript). Added additional explanation about this issue. Related to #4595
2016-06-18Classref: Mutex, Semaphore, Thread, *Array (#5278)J08nY
2016-06-18Fix type hint for the seed argumentRémi Verschelde
Closes #5260.
2016-06-16Classref: added PacketPeer*J08nY
2016-06-16Sync classrefJ08nY
2016-06-15Classref: Added docs for StreamPeer* (#5216)J08nY
2016-06-15Merge pull request #5192 from J08nY/issue-5190Rémi Verschelde
Dictionary: rename param in .has() .has_all() .erase()
2016-06-15Merge pull request #5210 from J08nY/issue-5189Rémi Verschelde
String documentation: .ord_at() returns int not String
2016-06-15Add joystick vibration support on Linux (#5043)Wilhem Barbier
2016-06-14String documentation: .ord_at() returns int not StringJ08nY
fixes #5189