提交歷史

作者 SHA1 備註 提交日期
  Rémi Verschelde cca2a9d2d5 Merge pull request #38387 from Rhathe/set_iterations 4 年之前
  Rémi Verschelde 140350d767 Style: Enforce braces around if blocks and loops 4 年之前
  Rémi Verschelde a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) 4 年之前
  Rémi Verschelde b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 年之前
  Rémi Verschelde 49646383f1 Update copyright statements to 2021 4 年之前
  Rhathe 768f4e684c Enable setting of collision iterations in Physics2DServer 5 年之前
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 年之前
  LATRio 0562b78f40 Properly expose PhysicsServer methods 6 年之前
  Juan Linietsky ee464f56c4 Add a minimum treshold for acquiring rest contacts to avoid numerical precision issues. Fixes #25074 6 年之前
  Rémi Verschelde 433b8ee526 doc: Sync classref with current source 6 年之前
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 6 年之前
  Juan Linietsky daa1686772 Merge pull request #21386 from RandomShaper/fix-picking-in-canvas-layers 7 年之前
  Rémi Verschelde 277b24dfb7 Make core/ includes absolute, remove subfolders from include path 7 年之前
  Rémi Verschelde 5e900ebf29 PhysicsServer: Add validity checks for shape query parameters 7 年之前
  Pedro J. Estébanez 6d0f4a4ad7 Fix picking in CanvasLayer 7 年之前
  Juan Linietsky ee07fb5ebe Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ability to choose between bodies and areas when colliding. 7 年之前
  Rémi Verschelde 391e46830f doc: Sync classref with current source 7 年之前
  Hein-Pieter van Braam 0e29f7974b Reduce unnecessary COW on Vector by make writing explicit 7 年之前
  Tiger Caldwell 40c7716586 Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respective 2D counterparts to be more consistent and to include more useful methods. 7 年之前
  MrCdK 0ea9c7c4dd Expose methods area_set_area_monitor_callback and area_set_monitorable in PhysicsServer and Physics2DServer 7 年之前
  Andrea Catania 6ed392f47a Improved kinematic body 2D and 3D, Now can move rigid body 7 年之前
  Paolo Perkovic 08d4bfacaf Fix inconsistencies and typos in argument names 7 年之前
  Bojidar Marinov 9b8e8b2220 Bind many more properties to scripts 7 年之前
  Rémi Verschelde e4213e66b2 Add missing copyright headers and fix formatting 7 年之前
  Rémi Verschelde b50a9114b1 Update copyright statements to 2018 7 年之前
  Ignacio Etcheverry 0a0a44da8d Mono: Make the bindings generator output enums 7 年之前
  Juan Linietsky bc2e8d99e5 Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 8 年之前
  AndreaCatania d6e413bb9c Removed type_mask and fixed some variable name 8 年之前
  Juan Linietsky 4deac219b0 Remove node from list before calling queries, fixes #10886 8 年之前
  Juan Linietsky 192a4d7de5 Reworked how servers preallocate RIDs, should fix #10970 8 年之前