Commit History

Author SHA1 Message Date
  Andrii Doroshenko (Xrayez) 7247247522 Make unsaved scripts in the script editor more user-friendly 5 years ago
  PouleyKetchoupp ccff2f2551 Optimized ScriptEditor initialization when many scripts are loaded 5 years ago
  Paulb23 bc4cee4458 Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter 5 years ago
  Paulb23 156daddaaf Expose Syntax highlighter for editor plugins 5 years ago
  Paulb23 2f1080be9b Convert syntax highlighters into a resource 5 years ago
  Swarnim Arun 5c48631509 Fix crashing of VisualScript due to... 5 years ago
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 years ago
  Rémi Verschelde 07bc4e2f96 Style: Enforce separation line between function definitions 5 years ago
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 years ago
  Rémi Verschelde 69de7ce38c Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 5 years ago
  Rémi Verschelde fdf58a5858 Rename InputFilter back to Input 5 years ago
  Rémi Verschelde 28bd664de5 Merge pull request #37542 from swarnimarun/patch_vs_02 5 years ago
  Rémi Verschelde d2b85ef642 Merge pull request #37530 from swarnimarun/patch_vs_01 5 years ago
  Tomasz Chabora c1023157eb Remove Node.get_position_in_parent() 5 years ago
  Swarnim Arun 69e485d443 Update vsnodes on editing vs variables 5 years ago
  Swarnim Arun 971e12d61c VisualScript styling for new Variant Types 5 years ago
  lupoDharkael 95a1400a2a Replace NULL with nullptr 5 years ago
  Juan Linietsky 441f1a5fe9 Popups are now windows also (broken!) 5 years ago
  Juan Linietsky 4758057f20 Working multiple window support, including editor 5 years ago
  Juan Linietsky 8e6960a69e Refactored input, goes all via windows now. 5 years ago
  Juan Linietsky 9e08742de8 Added a Window node, and made it the scene root. 5 years ago
  Juan Linietsky 4396e98834 Refactored Input, create DisplayServer and DisplayServerX11 5 years ago
  Rémi Verschelde cb282c6ef0 Style: Set clang-format Standard to Cpp11 5 years ago
  Rémi Verschelde e2b66cacf7 Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes 5 years ago
  Rémi Verschelde 01afc442c7 Signals: Port connect calls to use callable_mp 5 years ago
  Yuri Roubinsky 9cfd2ed564 Fix resizer icon color in VisualScripts/Shaders when graph headers is on 5 years ago
  Juan Linietsky 33b5c57199 Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 5 years ago
  bruvzg 1af06d3d46 Rename `scancode` to `keycode`. 7 years ago
  Rémi Verschelde 2cf6ac6c50 Replace FALLTHROUGH macro by C++17 [[fallthrough]] 5 years ago
  Juan Linietsky 69c95f4b4c Reworked signal connection system, added support for Callable and Signal objects and made them default. 5 years ago