aboutsummaryrefslogtreecommitdiff
path: root/drivers (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-04base for translationJuan Linietsky3-1/+5916
2016-05-04Remove double incluson of scene/gui/dialogs.hMattias Cibien1-1/+0
Removed a double inclusion of scene/gui/dialogs.h in file editor_file_dialog.h
2016-05-03Modified editor strings to be translatable in the futureJuan Linietsky96-2103/+2135
2016-05-03Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxesDaniel J. Ramirez2-3/+4
2016-05-04Fix ds3 gamepad mappingHinsbart1-0/+1
2016-05-03Fix windows 64-bits build.George Marques3-3/+4
The change in `tools/doc/doc_data.cpp` is needed because the MSVC compiler does not support variable length arrays. Fix #4113
2016-05-03Update OpenSSL to 1.0.2hmrezai35-153/+365
2016-05-03Autocomplete no longer shows duplicates, issue 1824Paulb231-0/+4
2016-05-03Input DocumentationCowThing1-0/+16
Input Documentation
2016-05-03Sync class referenceRémi Verschelde1-63/+107
2016-05-03Add ability to send drag events to another objectJuan Linietsky3-1/+38
will be documented/tested later
2016-05-03Fixed behavior of OS.set_window_resizableMattias Cibien1-1/+1
Should fix #4428. * Minimize button is not hidden anymore
2016-05-03Fix crash in dynamic fontsanikoyes1-0/+4
2016-05-03Fixed documentation generator for polymorphic functionsDaniel J. Ramirez1-0/+20
2016-05-02Documented bool methodsDaniel J. Ramirez1-0/+3
2016-05-02Documented floatDaniel J. Ramirez1-0/+5
2016-05-02Documented int methodsDaniel J. Ramirez1-0/+3
2016-05-02Revert "added name parameter on animationplayer finished"Juan Linietsky1-3/+2
2016-05-02Update Opus driver to 1.1.2George Marques270-5041/+12794
And opusfile to 0.7.
2016-05-02Finished AnimationPlayer DocumentationCowThing1-0/+4
Finished AnimationPlayer Documentation
2016-05-02Finished Timer DocumentationCowThing1-0/+3
Finished Timer Documentation
2016-05-02Fix checking unsaved changes only in current sceneIgnacio Etcheverry1-1/+5
2016-05-02Fix error in GLSL #include codeSaracen1-27/+26
2016-05-01Support for dynamic fonts (TTF)Juan Linietsky8-1/+3974
Added support for DynamicFont, which can load a TTF of any size to use as a font. No import required.
2016-05-02added name parameter on animationplayer finishedAlexander Holland1-2/+3
2016-05-01Documented YSort (#4515)CowThing1-0/+4
Documented YSort
2016-05-01Debugger: Fix breaked signal binding (#4508)Rémi Verschelde1-1/+1
Closes #4270.
2016-05-01Documented ColorRampDaniel J. Ramirez1-0/+14
2016-05-01Partial documentation for Particles2DDaniel J. Ramirez1-0/+36
2016-05-01Document Popup, PopupDialog, PopupMenu, and PopupPanelBojidar Marinov1-7/+29
2016-05-01Tabs: Fix align issue with right/close buttonsRémi Verschelde1-5/+2
The stylebox around the close button was badly centered. There were also bad margins applied when using right buttons.
2016-05-01Tabs: cleanup code, no functional changeRémi Verschelde1-86/+36
Some dead code removed, a few cosmetic changes.
2016-05-01Tabs: Fix navigation buttons overlap when resizingRémi Verschelde1-42/+9
It was not taking into account the minimum width of the stylebox. Fixed by factorizing some duplicate code.
2016-05-01Tabs: Fix icon size not taken into account for offsetRémi Verschelde1-0/+1
Fixes #4107.
2016-05-01Support for #includes in built-in GL shaders.Saracen1-53/+85
2016-05-01FileDialog: reset mkdir label after use (#4500)Rémi Verschelde3-2/+3
Closes #1686.
2016-05-01OSX: Fix lib suffix for Android lib (#4499)Rémi Verschelde1-3/+1
Fixes #1452.
2016-05-01GridMap: Fix backwards rotate hotkeys (#4498)Rémi Verschelde1-3/+3
Fixes #1237
2016-05-01AnimationPlayer: Prevent resetting timeline when pinned (#4497)Rémi Verschelde1-0/+3
Fixes #1019
2016-05-01math: Fix rounding error for 0 in Math::round (#4495)Rémi Verschelde2-5/+3
Thus revert the previous workaround in commit b123bc4a2a9c07fcfd27a84109960bda158b3b9d. Fixes #3221.
2016-05-01Project manager: unescape project names (#4494)Rémi Verschelde1-1/+1
Fixes #3609
2016-05-01Add math/script expression evaluation in editor (#3620)Franco Eusébio Garcia5-40/+252
Rebase of #453
2016-05-01Allow any directory for custom character set and gradient image file when ↵volzhs1-2/+2
import font fix #4486
2016-04-29Ignore invalid folders in `platform`Rémi Verschelde1-1/+1
Fixes #4479
2016-04-29Implement OS.get_process_ID for WindowsGeorge Marques2-0/+6
Based on code by @ratsdiov. Closes #1733
2016-04-29classref: Run doctool and merge BitmapFontRémi Verschelde1-201/+207
BitmapFont was split from the Font class, so the relevant method descriptions were readded manually.
2016-04-29disabled appiraterAriel Manzur1-3/+3
2016-04-29Add more documentations for this classes:Geequlim1-1/+39
* BoxContainer * CenterContainer * ScrollContainer * SplitContainer * Vector2 * StringArray * FileDiloags
2016-04-29rate url on iOS and properly launching from .app on OSXAriel Manzur2-2/+12
2016-04-29I think this is ok, "resizable" property might changeAriel Manzur1-1/+1