Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-25 | Add *Array.invert() documentation | George Marques | |
2016-06-25 | Expose *Array.invert() to script | George Marques | |
Properly solve #4601. | |||
2016-06-25 | Gradle: remove trailing spaces | Rémi Verschelde | |
2016-06-25 | Merge pull request #5400 from paper-pauper/wm-class-fix | Rémi Verschelde | |
Changes X11 res_name to "Godot_Engine" | |||
2016-06-25 | Merge pull request #5398 from djrm/shortcuts | Rémi Verschelde | |
Configurable shortcuts for tabs switching | |||
2016-06-25 | Merge pull request #5397 from djrm/gizmos_fix | Rémi Verschelde | |
Added high resolution icons for the Gizmos | |||
2016-06-25 | Changes X11 res_name to "Godot_Engine" | paper-pauper | |
Add additional/alternative WM_CLASS; only affects the game window, avoids redundancy and allows finer control in WMs (#5265) | |||
2016-06-24 | Configurable shortcuts for tabs switching | Daniel J. Ramirez | |
2016-06-24 | Added high resolution icons for the Gizmos, fixes #1638 | Daniel J. Ramirez | |
2016-06-24 | changed way to return reference | Juan Linietsky | |
2016-06-24 | Merge pull request #5391 from RandomShaper/parallax-layer-fix-tidy | Rémi Verschelde | |
Improve parallax mirroring algorithm | |||
2016-06-24 | Merge pull request #5389 from volzhs/remove-duplicate-aidl | Rémi Verschelde | |
Remove duplicated aidl for android | |||
2016-06-24 | Merge pull request #5388 from Hinsbart/keyword_bool | Rémi Verschelde | |
Add "bool" to GDScript reserverd keywords | |||
2016-06-24 | Merge pull request #5386 from Paulb23/code_completion_color_theme | Rémi Verschelde | |
Exposed code completion colors to the text edit theme | |||
2016-06-24 | Merge pull request #5382 from volzhs/fix-save-ip | Rémi Verschelde | |
Fix network IP setting change | |||
2016-06-24 | Merge pull request #5380 from vnen/string-canvasitem-docs | Rémi Verschelde | |
Documentation for String and CanvasItem | |||
2016-06-24 | Merge pull request #5379 from neikeq/pr-issue-5375 | Rémi Verschelde | |
Fix weird deselection behaviour with text field | |||
2016-06-24 | Merge pull request #5328 from Paulb23/line_edit_caret | Rémi Verschelde | |
Added caret blink to line edit | |||
2016-06-24 | Improve parallax mirroring algorithm | Pedro J. Estébanez | |
Replaces the iterative approach currently used by the standard fmod() function. Also fixes infinite looping that happens when the mirroring value is negative. | |||
2016-06-25 | Remove duplicated aidl for android | volzhs | |
Tested IAP function on device. | |||
2016-06-24 | Merge pull request #5387 from vnen/fix-strrange-comparison | Juan Linietsky | |
Fix bug in String==StrRange comparison | |||
2016-06-24 | Add "bool" to GDScript reserverd keywords | Andreas Haas | |
Noticed that "bool" wasn't highlighted when used like `export(bool) var is_xy = false` | |||
2016-06-24 | Fix bug in String==StrRange comparison | George Marques | |
It was comparing the StrRange with itself, always return true if both were the same length. Fix #3843 | |||
2016-06-24 | Exposed code completion colors to the text edit theme | Paulb23 | |
2016-06-24 | Properly report a valid error instead of reporting as a bug, closes #3841 | Juan Linietsky | |
2016-06-24 | Fix weird deselection behaviour with text field | Ignacio Etcheverry | |
- TextEdit will now deselect if Ctrl+Left/Right is pressed - TextEdit and LineEdit no longer deselect text when Alt is pressed (except with Apple style keys) | |||
2016-06-24 | Fix network IP setting change | volzhs | |
Fix #5368 | |||
2016-06-23 | Make button aware of it being dragged and reset state, closes #4178 | Juan Linietsky | |
2016-06-23 | Add docs for String and CanvasItem | George Marques | |
2016-06-23 | Rename CanvasItem.edit_get() to edit_get_state() | George Marques | |
This makes more sense of what it does and correlates to edit_set_state() | |||
2016-06-23 | Fix issue saving flags (size fill expand), fixes #4176 | Juan Linietsky | |
2016-06-23 | Add sha256_buffer() function to String | George Marques | |
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 | |