Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-23 | Make button aware of it being dragged and reset state, closes #4178 | Juan Linietsky | |
2016-06-23 | Fix issue saving flags (size fill expand), fixes #4176 | Juan Linietsky | |
2016-06-23 | Merge pull request #5201 from Hinsbart/quat_op | Rémi Verschelde | |
Expose missing Quaternion operators. | |||
2016-06-23 | png: Do not output warnings as errors | Rémi Verschelde | |
2016-06-23 | Fix typo to PTRCALL_ENABLED from previous commit | Rémi Verschelde | |
And boo @reduz, those trailing spaces :p | |||
2016-06-23 | added "arch" parameter, made iphone use it to build isim | Ariel Manzur | |
2016-06-23 | iOS simulator: merge into iphone detect.py | Rémi Verschelde | |
Fixes #4489 | |||
2016-06-23 | Merge pull request #5362 from J08nY/png | Rémi Verschelde | |
libpng: New version 1.6.27 | |||
2016-06-23 | Merge pull request #5360 from Paulb23/fix_script_save_as_issue_4210 | Rémi Verschelde | |
Fixed save as not working with scripts, issue 4210 | |||
2016-06-23 | Merge pull request #5358 from Keyaku/alert-for-osx | Rémi Verschelde | |
Added alert() functionality for OS X | |||
2016-06-23 | Merge pull request #5345 from djrm/fix_#5324 | Rémi Verschelde | |
Fixed file name being removed on folder change in save as dialogs fix… | |||
2016-06-23 | Merge pull request #5235 from volzhs/fix-android-export | Rémi Verschelde | |
fix errors while exporting android | |||
2016-06-23 | Merge pull request #5338 from J08nY/array-bindings | Rémi Verschelde | |
*Array bindings | |||
2016-06-23 | Merge pull request #5364 from RandomShaper/windows-high-contrast-compat | Rémi Verschelde | |
Make editor compatible with Windows high contrast themes | |||
2016-06-22 | Improved 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-23 | Make editor compatible with Windows high contrast themes | Pedro 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-22 | Fixed iCCp chunk in pngs | J08nY | |
neccesary for libpng 1.6.27 to work silently | |||
2016-06-22 | libpng: New version 1.6.27 | J08nY | |
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-22 | Fixed save as not working with scripts | Paulb23 | |
2016-06-22 | Added alert() functionality for OS X | Keyaku | |
2016-06-22 | Merge pull request #5357 from volzhs/fix-locale-android | Rémi Verschelde | |
fix android resource locale | |||
2016-06-22 | fix android resource locale | volzhs | |
2016-06-22 | Classref: added for new *Array bindings | J08nY | |
- append(),append_array(),insert(),remove() | |||
2016-06-22 | *Array: added bindings for other DVector methods | J08nY | |
- affects {RAW,INT,REAL,STRING,VECTOR2,VECTOR3,COLOR}_ARRAY - adds bindings for append(),append_array(),remove(),insert() - broadens #4245 | |||
2016-06-22 | Merge pull request #5333 from J08nY/signal-list-fix | Rémi Verschelde | |
Object: get_signal_connection_list fixed | |||
2016-06-22 | Merge pull request #5344 from Paulb23/code_completion_colors | Rémi Verschelde | |
Code completion box colors | |||
2016-06-22 | Merge pull request #5274 from Paulb23/editor_file_dialog_shortcuts | Rémi Verschelde | |
Added editor file dialog shortcuts | |||
2016-06-22 | Merge pull request #5282 from Hodes/master | Rémi Verschelde | |
editor_node.cpp now takes care of removing plugin after deactivating it | |||
2016-06-21 | Fixed error using the same atlas rect for all images, closes #4139 | Juan Linietsky | |
2016-06-21 | Better support in ScriptLanguage for GC based scripts | Juan Linietsky | |
2016-06-22 | Merge pull request #5350 from vnen/fix-classesxml-sorting | Rémi Verschelde | |
Fix classes.xml sorting | |||
2016-06-22 | classref: Fix UTF-8 parsing in makerst | Rémi Verschelde | |
2016-06-21 | Expose missing Quaternion operators. | Andreas Haas | |
Scripts can now evaluate the following cases: - (quat * real) and (quat / real) - (quat + quat) and (quat - quat) | |||
2016-06-21 | Sync classes.xml with the new sorting | George Marques | |
2016-06-21 | Fix classes.xml sorting | George Marques | |
Make methods, signals, theme items and constants sort correctly | |||
2016-06-21 | Merge pull request #5349 from bojidar-bg/fix-camera2d-screen-preview | Rémi Verschelde | |
Fix a inherited transform bug with Camera2D preview drawing | |||
2016-06-21 | Fix a inherited transform bug with Camera2D preview drawing | Bojidar Marinov | |
Closes #5339 | |||
2016-06-21 | Added code completion existing color setting | Paulb23 | |
2016-06-21 | Added code completion selected color setting | Paulb23 | |
2016-06-21 | Merge pull request #5336 from bojidar-bg/assetlib-additional-features | Rémi Verschelde | |
Assetlib additional features | |||
2016-06-21 | Added code completion background color setting | Paulb23 | |
2016-06-21 | Merge pull request #5340 from Hinsbart/rumble_duration | Rémi Verschelde | |
Set default duration parameter of joystick vibration to 0. | |||
2016-06-21 | Merge pull request #5335 from J08nY/loop-interpolation-scene-fix | Rémi Verschelde | |
Animation: Fix property loop_interpolation | |||
2016-06-21 | Set default duration parameter of joystick vibration to 0. | Andreas Haas | |
2016-06-21 | Merge pull request #5325 from vnen/doc-file | Rémi Verschelde | |
Add class reference for File class | |||
2016-06-21 | Fix File.get_as_text() to return the whole file | George Marques | |
It was returning only from the cursor forward. | |||
2016-06-21 | Add classref for File class | George Marques | |
2016-06-21 | Fix project manager category list, small enchancements as well | Bojidar Marinov | |
2016-06-21 | Ability to premultiply alpha on font import, fixes #5231 | Juan Linietsky | |
2016-06-21 | Add support levels to search | Bojidar Marinov | |