Commit History

Author SHA1 Message Date
  bruvzg 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 3 years ago
  Yuri Sizov 1459507ed2 Rename EditorInterface.get_editor_main_control to get_editor_main_screen 3 years ago
  Micky 723bf85145 Rename ParticlesMaterial to ParticleProcessMaterial 3 years ago
  kobewi ece3df3938 Add per-scene UndoRedo 3 years ago
  Rémi Verschelde b942c1ffe3 Merge pull request #62827 from fire-forge/ok-cancel 3 years ago
  FireForge e4067064ce Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog 3 years ago
  kobewi d2900429e8 Add static methods for creating Image and ImageTexture 3 years ago
  Rémi Verschelde c8ce7e34e2 i18n: Misc fixes translation strings 3 years ago
  reduz 746dddc067 Replace most uses of Map by HashMap 3 years ago
  bruvzg de4c97758a Fix more issues found by cppcheck. 3 years ago
  reduz 6f51eca1e3 Discern between virtual and abstract class bindings 3 years ago
  megalobyte 8824b6c5e9 Update if == NOTIFICATION_* to switch statements to match coding style 3 years ago
  trollodel 05b56f316d Remove most EditorNode constructor parameters and fields 3 years ago
  Hendrik Brucker b396fd4eef Improve compilation speed (forward declarations/includes cleanup) 3 years ago
  trollodel aa1102fc53 Store panels and docks singletons in their own classes 4 years ago
  Rémi Verschelde fe52458154 Update copyright statements to 2022 4 years ago
  John Wigg ed5f6cc351 Fix GPUParticle3D emission point generation 4 years ago
  Hugo Locurcio 1bd214258e Improve visibility rect/AABB generation usability in GPUParticles 4 years ago
  Aaron Franke 84f720966c Use doubles for time in many other places 4 years ago
  reduz 6631f66c2a Optimize StringName usage 4 years ago
  Lightning_A e28fd07b2b Rename `instance()`->`instantiate()` when it's a verb 4 years ago
  Aaron Franke de3f6699a5 Rename Transform to Transform3D in core 5 years ago
  Rémi Verschelde 8247667a3e Core: Drop custom `copymem`/`zeromem` defines 4 years ago
  reduz 083aa9b95e Refactor Process Mode 4 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 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