Commit History

Author SHA1 Message Date
  Juan Linietsky d4433ae6d3 Remove Signal connect binds 3 years ago
  FireForge e4067064ce Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog 3 years ago
  reduz 746dddc067 Replace most uses of Map by HashMap 3 years ago
  Aaron Franke fa7a7795f0 Rename Basis get_axis to get_column, remove redundant methods 3 years ago
  reduz 6f51eca1e3 Discern between virtual and abstract class bindings 3 years ago
  trollodel 05b56f316d Remove most EditorNode constructor parameters and fields 4 years ago
  Hendrik Brucker b396fd4eef Improve compilation speed (forward declarations/includes cleanup) 3 years ago
  Rémi Verschelde fe52458154 Update copyright statements to 2022 4 years ago
  Nathan Franke 49403cbfa0 Replace String comparisons with "", String() to is_empty() 4 years ago
  reduz 6631f66c2a Optimize StringName usage 4 years ago
  Aaron Franke de3f6699a5 Rename Transform to Transform3D in core 5 years ago
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 5 years ago
  Rémi Verschelde 44357ddc28 Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::get_viewport() 5 years ago
  Marcel Admiraal 4b8b803931 Rename Control margin to offset 5 years ago
  Marcel Admiraal 8509c8c8fc Rename AcceptDialog get_ok() to get_ok_button() 5 years ago
  Stijn Hinlopen 526e060b73 Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and resource depency dialogs). 5 years ago
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 years ago
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 years ago
  lupoDharkael 95a1400a2a Replace NULL with nullptr 5 years ago
  Rémi Verschelde eaaee63b62 doc: Update classref with node renames 5 years ago
  Rémi Verschelde d1acbbce7f Rename more 2D and 3D nodes to follow convention 5 years ago
  Juan Linietsky eaae4b6408 Renamed 2D and 3D nodes to make their types explicit 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
  Rémi Verschelde 01afc442c7 Signals: Port connect calls to use callable_mp 5 years ago
  Juan Linietsky 69c95f4b4c Reworked signal connection system, added support for Callable and Signal objects and made them default. 5 years ago
  Juan Linietsky 3205a92ad8 PoolVector is gone, replaced by Vector 6 years ago
  Juan Linietsky 6deffa62fb Several fixes to 3D rendering, and multimesh implementation. 6 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 6 years ago
  Braden Bodily 71d71d55b5 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 6 years ago