dxx-rebirth/common
Kp 5af44fa27a Refactor to propagate MultiLevelInv_Count initial
All callers of MultiLevelInv_Count passed a constant value.  Factor
out the top level blocks of MultiLevelInv_Count into helper functions,
then create two new functions corresponding to MultiLevelInv_Count(0)
and MultiLevelInv_Count(1), implemented by calling the appropriate new
helper functions.
2016-07-14 01:59:03 +00:00
..
2d Rewrite declarations of ubyte * to standard uint8_t * 2016-07-14 01:59:02 +00:00
3d Propagate MAX_INSTANCE_DEPTH 2016-07-10 04:11:34 +00:00
arch Added breaks in event.cpp to prevent unwanted events if -nomouse and/or -nojoystick is given; Added automap_apply_input() to prevent multiple inputs per frame causing multiple movement applications. 2016-05-30 13:17:42 +02:00
editor Remove unnecessary gr_setcolor calls 2016-02-12 04:02:28 +00:00
include Rewrite declarations of ubyte * to standard uint8_t * 2016-07-14 01:59:02 +00:00
main Refactor to propagate MultiLevelInv_Count initial 2016-07-14 01:59:03 +00:00
maths Rewrite simple integer casts from C style to static_cast<> 2016-06-05 01:04:26 +00:00
mem Rewrite declarations of ubyte * to standard uint8_t * 2016-07-14 01:59:02 +00:00
misc Rewrite declarations of ubyte * to standard uint8_t * 2016-07-14 01:59:02 +00:00
texmap Rewrite declarations of ubyte * to standard uint8_t * 2016-07-14 01:59:02 +00:00
ui Simplify ui_radio_set_value loop 2016-07-06 01:54:25 +00:00