Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-25 | GDScript: Allow accessing constants of outer classes | George Marques | |
2018-07-25 | GDScript: Enable built-in function introspection in non-tools | George Marques | |
Only for debug builds. Fix problems in non-tools targets. | |||
2018-07-25 | GDScript: Fix bogus error when a cursor token is found on class | George Marques | |
2018-07-25 | GDScript: Allow strict conversion when assigning typed variables | George Marques | |
2018-07-25 | GDScript: Fix mismatching between export hint and type hint | George Marques | |
2018-07-25 | GDScript: Allow inherited method to add optional arguments | George Marques | |
Also show the parent method signature in the error message. | |||
2018-07-25 | GDScript: Fix returned value of get_default_argument_count() | George Marques | |
2018-07-25 | GDScript: Fix main script detection | George Marques | |
2018-07-25 | GDScript: Look up local scope first for detecting type | George Marques | |
2018-07-26 | Merge pull request #20137 from hpvb/reduce-vector-cow | Hein-Pieter van Braam | |
Reduce unnecessary COW on Vector by make writing explicit | |||
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | |
This commit makes operator[] on Vector const and adds a write proxy to it. From now on writes to Vectors need to happen through the .write proxy. So for instance: Vector<int> vec; vec.push_back(10); std::cout << vec[0] << std::endl; vec.write[0] = 20; Failing to use the .write proxy will cause a compilation error. In addition COWable datatypes can now embed a CowData pointer to their data. This means that String, CharString, and VMap no longer use or derive from Vector. _ALWAYS_INLINE_ and _FORCE_INLINE_ are now equivalent for debug and non-debug builds. This is a lot faster for Vector in the editor and while running tests. The reason why this difference used to exist is because force-inlined methods used to give a bad debugging experience. After extensive testing with modern compilers this is no longer the case. | |||
2018-07-26 | allow comments and whitespace before shader_type declaration | Todd Ross | |
2018-07-26 | Merge pull request #20455 from Calinou/add-user-data-dropdowns | Rémi Verschelde | |
Add menu buttons to open the project and editor data folders | |||
2018-07-25 | Add menu buttons to open the project and editor data folders | Hugo Locurcio | |
2018-07-25 | Merge pull request #20448 from volzhs/duplicated-code | Rémi Verschelde | |
Remove duplicated codes | |||
2018-07-25 | Merge pull request #20260 from fire/editor_property_type | Juan Linietsky | |
Add editor property type so that inspector can search for objects. | |||
2018-07-25 | Merge pull request #20458 from neikeq/igiveuponbranchnames | Ignacio Etcheverry | |
Mono module bug fixes | |||
2018-07-25 | Add editor property type so that inspector can search for objects. This is a ↵ | K. S. Ernest (iFire) Lee | |
regression. | |||
2018-07-25 | Fix continuous attempt to reload domain with API assemblies out of sync | Ignacio Etcheverry | |
2018-07-25 | Mono: Fix domain reload never triggering | Ignacio Etcheverry | |
2018-07-25 | Fix '!valid' error spam on C# script instance create | Ignacio Etcheverry | |
2018-07-25 | Mono: Fix null dereferences | Ignacio Etcheverry | |
2018-07-25 | Merge pull request #20453 from ippan/fix_coremidi_case | Rémi Verschelde | |
change framework name CoreMidi to CoreMIDI | |||
2018-07-25 | Merge pull request #20456 from Paulb23/issue_20429_fix_right_click_crash | Rémi Verschelde | |
Fix crash on doc right click, issue 20429 | |||
2018-07-25 | Merge pull request #20450 from fire/vs_generic_search_20433 | Rémi Verschelde | |
Visualscript: Don't show Shift+A search box at every screen. | |||
2018-07-25 | Merge pull request #18368 from Gamblify/RasterizerEngineSync | Rémi Verschelde | |
sync rasterizers with engine | |||
2018-07-25 | Fix crash on doc right click, issue 20429 | Paulb23 | |
2018-07-25 | Merge pull request #20452 from fire/vs_hide_empty_categories_20433 | Max Hilbrunner | |
Visualscript: Hide empty categories for basic types and methods. | |||
2018-07-25 | Visualscript: Don't show Shift+A search box at every screen and reuse ↵ | K. S. Ernest (iFire) Lee | |
EDIT_FIND_NODE_TYPE (ctrl-f) shortcut. The generic search shortcut is now CTRL-F. | |||
2018-07-26 | change framework name CoreMidi to CoreMIDI | PanPan | |
2018-07-25 | Merge pull request #20298 from PJB3005/18-07-20-mono-partial-api-ext | Ignacio Etcheverry | |
Makes Mono binding classes partial & adds GetNode<T>. | |||
2018-07-25 | Visualscript: Hide empty categories for basic types and methods. | K. S. Ernest (iFire) Lee | |
2018-07-25 | Merge pull request #20449 from Chaosus/matrix_conversion | Juan Linietsky | |
Added conversions between matrixes in shaders | |||
2018-07-25 | Added conversions between matrixes in shaders | Chaosus | |
2018-07-25 | Merge pull request #20370 from marcelofg55/gdnative_crash | Thomas Herzog | |
Fix possible crash at NativeScript::get_base_script | |||
2018-07-25 | Remove duplicated codes | volzhs | |
2018-07-25 | Fix possible crash at NativeScript::get_base_script | Marcelo Fernandez | |
2018-07-25 | Merge pull request #20441 from AlexHolly/fix-string-format-case-placeholder | Rémi Verschelde | |
Fix format ignores case in placeholder | |||
2018-07-25 | Fix format ignores case in placeholder | Alexander Holland | |
2018-07-25 | Merge pull request #20440 from Chaosus/fixtexturecrash | Max Hilbrunner | |
Fix game crash when you pass invalid or null parameter to ImageTexture.set_data | |||
2018-07-25 | Fix crash when you pass invalid parameter to ImageTexture.set_data | Chaosus | |
2018-07-25 | Merge pull request #20404 from TigerCaldwell/master | Rémi Verschelde | |
Ensured consistency between RigidBody, PhysicsDirectBodyState, PhysicsServers and their 2D counterparts | |||
2018-07-25 | Merge pull request #20133 from ibrahn/fix-tree-uninit-branch | Rémi Verschelde | |
fixed a branch on uninitialised data in gui/tree | |||
2018-07-25 | Merge pull request #20154 from marcelofg55/midi_driver | Rémi Verschelde | |
Added a new MIDIDriver class | |||
2018-07-25 | Merge pull request #20300 from Chaosus/editorsettings_fixes | Rémi Verschelde | |
Few fixes for editor tab in editor settings | |||
2018-07-25 | Merge pull request #20422 from fire/gltf2_names_3 | Rémi Verschelde | |
GLTF2 Bones are now named and their parents are correct. | |||
2018-07-25 | Merge pull request #19726 from guilhermefelipecgs/feature_add_menu_hover | Rémi Verschelde | |
Opens the menu with the same parent on mouse focus | |||
2018-07-24 | Opens the menu with the same parent on mouse focus | Guilherme Felipe | |
2018-07-24 | Bones are now named and their parents are correct. | K. S. Ernest (iFire) Lee | |
2018-07-24 | Merge pull request #20411 from ibrahn/remove-substr-strlen | Rémi Verschelde | |
removed redundant strlen calculation from String::substr |