dxx-rebirth/common
Kp 333d619858 Update tool_bundle.py to parse correctly under Python3
mmontag reports that tool_bundle.py cannot be parsed under Python 3.
Fortunately, the errors are all straightforward, so non-OS X systems can
see the errors when the file is imported.  Normally, the file is only
imported when building for darwin, so non-OS X systems do not see the
problem.

- Add parentheses to print() calls.  This is not consistent with the
  rest of the Rebirth output scheme, but is simple to do.
- Adjust the syntax for raising exceptions.

Reported-by: mmontag <https://github.com/dxx-rebirth/dxx-rebirth/issues/503#issuecomment-619463994>
2020-04-26 17:26:23 +00:00
..
2d Move some SDL-only symbols into !DXX_USE_OGL 2019-08-06 02:59:41 +00:00
3d Move some SDL-only symbols into !DXX_USE_OGL 2019-08-06 02:59:41 +00:00
arch Update tool_bundle.py to parse correctly under Python3 2020-04-26 17:26:23 +00:00
editor Enable -Wformat-truncation 2018-08-26 18:10:36 +00:00
include Prefer NSDMI over simple default constructors 2020-04-26 17:26:23 +00:00
main Prefer NSDMI over simple default constructors 2020-04-26 17:26:23 +00:00
maths Fix integer truncation in quaternion setup 2019-04-13 18:00:07 +00:00
mem Use array<> for memdebug data 2016-10-29 23:16:15 +00:00
misc Fix Windows build of hmp.cpp 2019-05-17 02:13:22 +00:00
music Rework ADL dynamic loader 2018-10-15 00:51:53 +00:00
texmap Require support for std::index_sequence, std::make_index_sequence 2020-04-26 17:26:23 +00:00
ui Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +00:00
unittest Use C++11 user-defined literals to dispatch valptridx error style 2020-04-26 17:26:23 +00:00