dxx-rebirth/common
Kp 1dc0e24f30 Propagate swap_bytes argument for create_shortpos
In every case but one, create_shortpos was called with a constant flag
equal to words_bigendian.  The demo system called it with a constant 0.
Split create_shortpos into create_shortpos_little and
create_shortpos_native.  Use create_shortpos_native for the demo system,
and create_shortpos_little everywhere else.
2015-06-13 22:42:21 +00:00
..
2d Pass unsigned x/y to gr_pixel 2015-05-09 17:39:00 +00:00
3d Convert local arrays to array<> 2015-04-19 04:18:49 +00:00
arch Use unique_ptr to manage GLsync fence 2015-05-09 17:39:01 +00:00
editor
include Always parse WORDS_BIGENDIAN and !WORDS_BIGENDIAN 2015-06-13 22:42:21 +00:00
main Propagate swap_bytes argument for create_shortpos 2015-06-13 22:42:21 +00:00
maths Preprocess out EDITOR-only vm_vec_ang_2_matrix 2015-06-02 03:03:32 +00:00
misc Always parse WORDS_BIGENDIAN and !WORDS_BIGENDIAN 2015-06-13 22:42:21 +00:00
texmap change u_int*_t to C99 standard uint*_t 2015-05-18 17:12:53 -07:00
ui Fix UI_GADGET -fno-inline build 2015-06-11 03:06:58 +00:00