summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-23Make button aware of it being dragged and reset state, closes #4178Juan Linietsky
2016-06-23Fix issue saving flags (size fill expand), fixes #4176Juan Linietsky
2016-06-23Merge pull request #5201 from Hinsbart/quat_opRémi Verschelde
Expose missing Quaternion operators.
2016-06-23png: Do not output warnings as errorsRémi Verschelde
2016-06-23Fix typo to PTRCALL_ENABLED from previous commitRémi Verschelde
And boo @reduz, those trailing spaces :p
2016-06-23added "arch" parameter, made iphone use it to build isimAriel Manzur
2016-06-23iOS simulator: merge into iphone detect.pyRémi Verschelde
Fixes #4489
2016-06-23Merge pull request #5362 from J08nY/pngRémi Verschelde
libpng: New version 1.6.27
2016-06-23Merge pull request #5360 from Paulb23/fix_script_save_as_issue_4210Rémi Verschelde
Fixed save as not working with scripts, issue 4210
2016-06-23Merge pull request #5358 from Keyaku/alert-for-osxRémi Verschelde
Added alert() functionality for OS X
2016-06-23Merge pull request #5345 from djrm/fix_#5324Rémi Verschelde
Fixed file name being removed on folder change in save as dialogs fix…
2016-06-23Merge pull request #5235 from volzhs/fix-android-exportRémi Verschelde
fix errors while exporting android
2016-06-23Merge pull request #5338 from J08nY/array-bindingsRémi Verschelde
*Array bindings
2016-06-23Merge pull request #5364 from RandomShaper/windows-high-contrast-compatRémi Verschelde
Make editor compatible with Windows high contrast themes
2016-06-22Improved binding system (ObjectTypeDB::bind_method) to be friendlier to ↵Juan Linietsky
statically typed languages, should help in the Mono integration. Disabled by default.
2016-06-23Make editor compatible with Windows high contrast themesPedro J. Estébanez
By providing a manifest specifying the targeted Windows versions (as per https://msdn.microsoft.com/en-us/library/windows/desktop/hh404233(v=vs.85).aspx#_______supporting_high_contrast_themes_in_windows_8_and_later) now the Godot editor renders normally under a high contrast theme on Windows, instead of staying white/black.
2016-06-22Fixed iCCp chunk in pngsJ08nY
neccesary for libpng 1.6.27 to work silently
2016-06-22libpng: New version 1.6.27J08nY
Warning: libpng 1.6 is strict about iCCp chunks being incorrect, solution is to fix the profile. On *nix ImageMagicks "convert" works on windows optiPNG.
2016-06-22Fixed save as not working with scriptsPaulb23
2016-06-22Added alert() functionality for OS XKeyaku
2016-06-22Merge pull request #5357 from volzhs/fix-locale-androidRémi Verschelde
fix android resource locale
2016-06-22fix android resource localevolzhs
2016-06-22Classref: added for new *Array bindingsJ08nY
- append(),append_array(),insert(),remove()
2016-06-22*Array: added bindings for other DVector methodsJ08nY
- affects {RAW,INT,REAL,STRING,VECTOR2,VECTOR3,COLOR}_ARRAY - adds bindings for append(),append_array(),remove(),insert() - broadens #4245
2016-06-22Merge pull request #5333 from J08nY/signal-list-fixRémi Verschelde
Object: get_signal_connection_list fixed
2016-06-22Merge pull request #5344 from Paulb23/code_completion_colorsRémi Verschelde
Code completion box colors
2016-06-22Merge pull request #5274 from Paulb23/editor_file_dialog_shortcutsRémi Verschelde
Added editor file dialog shortcuts
2016-06-22Merge pull request #5282 from Hodes/masterRémi Verschelde
editor_node.cpp now takes care of removing plugin after deactivating it
2016-06-21Fixed error using the same atlas rect for all images, closes #4139Juan Linietsky
2016-06-21Better support in ScriptLanguage for GC based scriptsJuan Linietsky
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-21Expose missing Quaternion operators.Andreas Haas
Scripts can now evaluate the following cases: - (quat * real) and (quat / real) - (quat + quat) and (quat - quat)
2016-06-21Sync classes.xml with the new sortingGeorge Marques
2016-06-21Fix classes.xml sortingGeorge Marques
Make methods, signals, theme items and constants sort correctly
2016-06-21Merge pull request #5349 from bojidar-bg/fix-camera2d-screen-previewRémi Verschelde
Fix a inherited transform bug with Camera2D preview drawing
2016-06-21Fix a inherited transform bug with Camera2D preview drawingBojidar Marinov
Closes #5339
2016-06-21Added code completion existing color settingPaulb23
2016-06-21Added code completion selected color settingPaulb23
2016-06-21Merge pull request #5336 from bojidar-bg/assetlib-additional-featuresRémi Verschelde
Assetlib additional features
2016-06-21Added code completion background color settingPaulb23
2016-06-21Merge pull request #5340 from Hinsbart/rumble_durationRémi Verschelde
Set default duration parameter of joystick vibration to 0.
2016-06-21Merge pull request #5335 from J08nY/loop-interpolation-scene-fixRémi Verschelde
Animation: Fix property loop_interpolation
2016-06-21Set default duration parameter of joystick vibration to 0.Andreas Haas
2016-06-21Merge pull request #5325 from vnen/doc-fileRémi Verschelde
Add class reference for File class
2016-06-21Fix File.get_as_text() to return the whole fileGeorge Marques
It was returning only from the cursor forward.
2016-06-21Add classref for File classGeorge Marques
2016-06-21Fix project manager category list, small enchancements as wellBojidar Marinov
2016-06-21Ability to premultiply alpha on font import, fixes #5231Juan Linietsky
2016-06-21Add support levels to searchBojidar Marinov