godot/core
Rémi Verschelde 26e9145c26 SCons: Cleanup DEBUG, _DEBUG and NDEBUG defines
- `_DEBUG` is MSVC specific so it didn't make much sense to define for
  Android and iOS builds.
- iOS was the only platform to define `DEBUG`. We don't use it anywhere
  outside thirdparty code, which we usually don't intend to debug, so it
  seems better to be consistent with other platforms.
- Consistently define `NDEBUG` to disable assert behavior in both `release`
  and `release_debug` targets. This used to be set for `release` for all
  platforms, and `release_debug` for Android and iOS only.
- Due to the above, I removed the only use we made of `assert()` in Godot
  code, which was only implemented for Unix anyway, should have been
  `DEV_ENABLED`, and is in PoolAllocator which we don't actually use.
- The denoise and recast modules keep defining `NDEBUG` even for the `debug`
  target as we don't want OIDN and Embree asserting all over the place.
2022-09-23 15:21:26 +02:00
..
config Merge pull request #65816 from bruvzg/proj_settings_missing_flags 2022-09-21 18:56:31 +02:00
crypto Swap arguments of ResourceSaver.save() 2022-07-29 19:53:09 +02:00
debugger Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
error Errors: Fallback to fprintf if OS singleton doesn't exist 2022-06-30 16:00:30 +02:00
extension Merge pull request #65817 from bruvzg/typed_array 2022-09-23 10:24:46 +02:00
input Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
io Merge pull request #66246 from Jummit/fix-dir-crash 2022-09-23 09:41:59 +02:00
math Fix array-bounds warning in BVH 2022-09-22 16:06:25 +01:00
object Merge pull request #66110 from Zylann/reference_get_count 2022-09-22 08:26:29 +02:00
os SCons: Cleanup DEBUG, _DEBUG and NDEBUG defines 2022-09-23 15:21:26 +02:00
string HarfBuzz: Update to version 5.2.0, add new Unicode 15 blocks and scripts. 2022-09-17 23:19:11 +03:00
templates Add a Framebuffer cache 2022-08-05 13:37:29 +02:00
variant Merge pull request #65817 from bruvzg/typed_array 2022-09-23 10:24:46 +02:00
core_bind.cpp Add method bind for Geometry2D.decompose_polygon_in_convex 2022-09-21 09:40:03 +04:00
core_bind.h Add method bind for Geometry2D.decompose_polygon_in_convex 2022-09-21 09:40:03 +04:00
core_builders.py Use maximum zlib compression when generating editor translation headers 2021-10-29 19:07:48 +02:00
core_constants.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
core_constants.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
core_globals.cpp Variant memory pools 2022-07-04 12:01:46 +01:00
core_globals.h Variant memory pools 2022-07-04 12:01:46 +01:00
core_string_names.cpp Cleanup metadata usage 2022-05-06 00:27:10 +02:00
core_string_names.h Cleanup metadata usage 2022-05-06 00:27:10 +02:00
doc_data.cpp Fix missing method qualifiers in script doc 2022-07-24 23:00:19 +02:00
doc_data.h Add ability to flag classes as experimental or deprecated. 2022-09-11 00:11:33 +01:00
register_core_types.cpp Merge pull request #63740 from Faless/net/4.x_http_request_decompress 2022-09-20 22:29:16 +02:00
register_core_types.h Fix extension registration order. 2022-02-20 10:58:46 -03:00
SCsub [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
typedefs.h Change some math macros to constexpr 2022-03-09 16:24:32 +01:00
version.h Core: Move generated VERSION_HASH to a .cpp file 2022-02-09 09:20:17 +01:00