Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-28 | Fix style bug in event queue | Rémi Verschelde | |
Same fix as for 1f9812ab835e97ff07f4abba23a7915e04d306c9 Not sure if this code actually does anything though, `buffer_max_used` seems unused. | |||
2016-06-27 | fix bug in reporting of message queue size | Juan Linietsky | |
2016-06-27 | Make most resources (save for packedscenes and scripts) reload if they ↵ | Juan Linietsky | |
change on disk. Closes #4059. | |||
2016-06-27 | Properly deliver localized coordinates when passing gui events through ↵ | Juan Linietsky | |
parents, closes #4215 | |||
2016-06-26 | Cleaner way to enable ptrcall | Juan Linietsky | |
2016-06-26 | -Fix crashes with thread_exit() | Juan Linietsky | |
-Added draft of C script API (still disabled and unused) | |||
2016-06-26 | Merge pull request #5412 from vnen/dvector-invert-bind | Rémi Verschelde | |
Expose *Array.invert() to script | |||
2016-06-25 | Expose *Array.invert() to script | George Marques | |
Properly solve #4601. | |||
2016-06-25 | Added function to notify ScriptLanguage when a thread is created/freed, ↵ | Juan Linietsky | |
allows scripts to allocate a stack there via TLS | |||
2016-06-24 | changed way to return reference | Juan Linietsky | |
2016-06-24 | Merge pull request #5380 from vnen/string-canvasitem-docs | Rémi Verschelde | |
Documentation for String and CanvasItem | |||
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-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 | Fix typo to PTRCALL_ENABLED from previous commit | Rémi Verschelde | |
And boo @reduz, those trailing spaces :p | |||
2016-06-23 | Merge pull request #5338 from J08nY/array-bindings | Rémi Verschelde | |
*Array bindings | |||
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-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-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-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 | 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 | Object: get_signal_connection_list fixed | J08nY | |
now returns only the connections for the signal argument, as specified fixes #5329 | |||
2016-06-20 | fix CanvasItem.get_global_transform() and CanvasItem.get_local_transform(), ↵ | Juan Linietsky | |
closes #4075 | |||
2016-06-20 | fix bug decompressing bc texture, closes #4404 | Juan Linietsky | |
2016-06-20 | Add quotes to .tscn keys, solves #4366 | Juan Linietsky | |
2016-06-20 | added missing status, closes #4361 | Juan Linietsky | |
2016-06-20 | Merge pull request #5196 from vnen/similarity-code-completion | Rémi Verschelde | |
Improve code completion search | |||
2016-06-20 | Property reporty base type when a function fails, fixes #4581 probably also ↵ | Juan Linietsky | |
closes other issues | |||
2016-06-19 | Add similarity comparison to String | George Marques | |
Uses the Sorensen-Dice coefficient to calculate similarity. This also adds String.bigrams() as a convenience function needed by the comparison. | |||
2016-06-19 | Merge pull request #5283 from djrm/remove_prints | Rémi Verschelde | |
Removed lots of prints | |||
2016-06-19 | Merge pull request #5281 from J08nY/useless-preprocessor | Rémi Verschelde | |
Fix #5263: Useless preprocessor condition | |||
2016-06-19 | -Added trigger mode to tracks, useful for properties that work as triggers, ↵ | Juan Linietsky | |
such as playing a sample, an animation, etc. -Better interpolation of discrete tracks, fixes #4417 | |||
2016-06-18 | Removed lots of prints | Daniel J. Ramirez | |
2016-06-19 | Remove USE_QUAD_VECTORS unused check | J08nY | |
2016-06-19 | Remove CHARTYPE_16BITS unused checks | J08nY | |
fix #5263 | |||
2016-06-18 | corrently parse utf8 from zip_io open, closes #1708 | Juan Linietsky | |
this probably failed when exporting or opening android apk files too, should fix that too. | |||
2016-06-18 | Drop fully commented-out files | Rémi Verschelde | |
Part of #5272 | |||
2016-06-18 | Drop empty .cpp files for header-only classes | Rémi Verschelde | |
Part of #5272 | |||
2016-06-18 | Drop empty files that are not used anywhere | Rémi Verschelde | |
Part of #5272 | |||
2016-06-18 | -Changed how Dir works so it's more user friendly, closes #4705 | Juan Linietsky | |
2016-06-18 | -made get_space_left() return values more homogenous, also for script, ↵ | Juan Linietsky | |
converted to mb, closes #4617 | |||
2016-06-18 | Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872 | Juan Linietsky | |
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde | |
Also removes a couple wrong Godot headers from third-party source files. | |||
2016-06-17 | Merge pull request #5250 from bojidar-bg/add-sha256 | Juan Linietsky | |
Add sha256 to String and File/FileAccess. | |||
2016-06-17 | Add sha256 to String and File/FileAccess. | Bojidar Marinov | |
Probably does #4166 | |||
2016-06-17 | -added missing .inc files | Juan Linietsky | |
-Made it possible to change the editor theme -Added two options to theme editor plugin to create empty template themes and editor themes -Make sure that saved themes to .tres keep the null theme fields, to make it easier to keep those when saving/loading the theme |