dxx-rebirth/common
Kp 514a146102 Update tool_bundle.py membership test for SCons 4.2.0
SConstruct 4.2.0 removes `Environment.has_key`[1].  Switch to use
`__contains__`, which works in SConstruct 4.1.0 and SConstruct 4.2.0.

[1]: https://scons.org/scons-420-is-available.html :
```
Internal has_key methods removed from SCons' dictionary-like objects SubstitutionEnvironment and OverrideEnvironment - in other words, an env - to match Python 3 which no longer has dict.has_key.
```

Reported-by: nastys <https://github.com/dxx-rebirth/dxx-rebirth/issues/561#issuecomment-907872094>
Reported-by: Kreeblah <https://github.com/dxx-rebirth/dxx-rebirth/issues/561#issuecomment-907876676>
2021-08-31 02:20:06 +00:00
..
2d Remove unused return value of gr_bitmap_rle_compress 2021-08-26 03:13:45 +00:00
3d Move View_zoom out of global scope 2021-08-26 03:13:45 +00:00
arch Update tool_bundle.py membership test for SCons 4.2.0 2021-08-31 02:20:06 +00:00
editor Pass grs_canvas& to print_clock 2020-12-27 22:03:09 +00:00
include Use constexpr if in valptridx tests for allow_nullptr 2021-08-26 03:13:46 +00:00
main Move render_frame helper inline 2021-08-26 03:13:45 +00:00
maths Replace __attribute_warn_unused_result with C++17 [[nodiscard]] 2021-06-28 03:37:51 +00:00
mem
misc Improve error reporting for PHYSFSX_openReadBuffered 2021-07-25 23:00:56 +00:00
music
texmap
ui Remote write-only field UI_GADGET::status 2021-08-26 03:13:46 +00:00
unittest Add support for xrange steps other than +1 2021-08-26 03:13:45 +00:00