| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-06-23 | Fix typo to PTRCALL_ENABLED from previous commit | Rémi Verschelde | 1 | -15/+8 | |
| And boo @reduz, those trailing spaces :p | |||||
| 2016-06-23 | added "arch" parameter, made iphone use it to build isim | Ariel Manzur | 2 | -6/+17 | |
| 2016-06-23 | iOS simulator: merge into iphone detect.py | Rémi Verschelde | 3 | -155/+31 | |
| Fixes #4489 | |||||
| 2016-06-22 | Improved binding system (ObjectTypeDB::bind_method) to be friendlier to ↵ | Juan Linietsky | 22 | -23/+517 | |
| 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 | 2 | -0/+27 | |
| 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 | 151 | -105/+105 | |
| neccesary for libpng 1.6.27 to work silently | |||||
| 2016-06-22 | libpng: New version 1.6.27 | J08nY | 26 | -8469/+15338 | |
| 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 | 1 | -0/+1 | |
| 2016-06-22 | Added alert() functionality for OS X | Keyaku | 2 | -0/+18 | |
| 2016-06-22 | fix android resource locale | volzhs | 2 | -0/+0 | |
| 2016-06-22 | Classref: added for new *Array bindings | J08nY | 1 | -0/+223 | |
| - append(),append_array(),insert(),remove() | |||||
| 2016-06-22 | *Array: added bindings for other DVector methods | J08nY | 1 | -7/+42 | |
| - affects {RAW,INT,REAL,STRING,VECTOR2,VECTOR3,COLOR}_ARRAY - adds bindings for append(),append_array(),remove(),insert() - broadens #4245 | |||||
| 2016-06-21 | Fixed error using the same atlas rect for all images, closes #4139 | Juan Linietsky | 3 | -2/+17 | |
| 2016-06-21 | Better support in ScriptLanguage for GC based scripts | Juan Linietsky | 2 | -2/+15 | |
| 2016-06-22 | classref: Fix UTF-8 parsing in makerst | Rémi Verschelde | 1 | -2/+3 | |
| 2016-06-21 | Expose missing Quaternion operators. | Andreas Haas | 1 | -3/+12 | |
| 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 | 1 | -15476/+15546 | |
| 2016-06-21 | Fix classes.xml sorting | George Marques | 2 | -0/+29 | |
| Make methods, signals, theme items and constants sort correctly | |||||
| 2016-06-21 | Fix a inherited transform bug with Camera2D preview drawing | Bojidar Marinov | 1 | -3/+2 | |
| Closes #5339 | |||||
| 2016-06-21 | Added code completion existing color setting | Paulb23 | 6 | -4/+7 | |
| 2016-06-21 | Added code completion selected color setting | Paulb23 | 6 | -9/+7 | |
| 2016-06-21 | Added code completion background color setting | Paulb23 | 5 | -1/+9 | |
| 2016-06-21 | Set default duration parameter of joystick vibration to 0. | Andreas Haas | 3 | -3/+3 | |
| 2016-06-21 | Fix File.get_as_text() to return the whole file | George Marques | 1 | -0/+7 | |
| It was returning only from the cursor forward. | |||||
| 2016-06-21 | Add classref for File class | George Marques | 1 | -2/+66 | |
| 2016-06-21 | Fix project manager category list, small enchancements as well | Bojidar Marinov | 2 | -3/+22 | |
| 2016-06-21 | Ability to premultiply alpha on font import, fixes #5231 | Juan Linietsky | 1 | -0/+26 | |
| 2016-06-21 | Add support levels to search | Bojidar Marinov | 2 | -1/+27 | |
| 2016-06-21 | Check hashes when downloading assets | Bojidar Marinov | 2 | -10/+18 | |
| 2016-06-21 | Animation: Fix property loop_interpolation | J08nY | 1 | -3/+4 | |
| fixes #5317 | |||||
| 2016-06-21 | Make return type explicit. | Saracen | 1 | -1/+1 | |
| 2016-06-21 | Object: get_signal_connection_list fixed | J08nY | 1 | -8/+10 | |
| now returns only the connections for the signal argument, as specified fixes #5329 | |||||
| 2016-06-21 | Renamed Trackpad Hint to Emulate 3 Button Mouse. (#5258) | sunnystormy | 2 | -2/+2 | |
| 2016-06-20 | property remove parent owned nodes when using replace, fixes #4128 | Juan Linietsky | 3 | -0/+18 | |
| 2016-06-20 | do not crash when generating preview of very large sound files, fixes #4123 | Juan Linietsky | 2 | -12/+12 | |
| 2016-06-20 | fix CanvasItem.get_global_transform() and CanvasItem.get_local_transform(), ↵ | Juan Linietsky | 2 | -3/+6 | |
| closes #4075 | |||||
| 2016-06-20 | Fixed file name being removed on folder change in save as dialogs fixes #5324 | Daniel J. Ramirez | 1 | -3/+0 | |
| 2016-06-20 | Don't create outlines from dummy meshes. Fixes #4718 | MarianoGNU | 1 | -0/+6 | |
| 2016-06-20 | fix bug decompressing bc texture, closes #4404 | Juan Linietsky | 1 | -2/+17 | |
| 2016-06-20 | Fixed the order of events called by _input, closes #4384 | Juan Linietsky | 1 | -1/+1 | |
| 2016-06-20 | Add quotes to .tscn keys, solves #4366 | Juan Linietsky | 2 | -3/+21 | |
| 2016-06-20 | added missing status, closes #4361 | Juan Linietsky | 1 | -0/+1 | |
| 2016-06-20 | Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431 | Juan Linietsky | 1 | -1/+9 | |
| 2016-06-20 | Fix error storing path for children of instanced nodes in .tscn, fixes #4320 ↵ | Juan Linietsky | 2 | -4/+1 | |
| fixes #4579 fixes #4580 | |||||
| 2016-06-20 | Fixed caret not drawing on focus regain | Paulb23 | 1 | -0/+3 | |
| 2016-06-20 | Changed save all scripts shortcut to avoid collision, fixes #4278 | Juan Linietsky | 1 | -1/+1 | |
| 2016-06-21 | correct current Intent for android | volzhs | 1 | -1/+13 | |
| 2016-06-20 | properly initialize loops to 0 in eventplayer | Juan Linietsky | 1 | -1/+1 | |
| 2016-06-20 | fix loop counter for eventstream, closes #4493 | Juan Linietsky | 1 | -4/+6 | |
| 2016-06-20 | -Improved theme editor, when a new class is added, the members are created ↵ | Juan Linietsky | 2 | -36/+50 | |
| empty, closes #4619 -Made theme editor take less vertical space by using a scroll area | |||||
