dxx-rebirth/common
Kp 03821fab0d Rely on libc strdup if DEBUG_MEMORY_ALLOCATIONS is unset
If !DEBUG_MEMORY_ALLOCATIONS, our strdup is not special.  Rely on the
compiler one, which might be.
2013-12-19 03:31:24 +00:00
..
2d Use RAII to manage function-local heap objects 2013-12-08 19:04:52 +00:00
3d Switch to C++ linkage 2013-12-06 03:35:32 +00:00
arch Defer freeing window until after EVENT_WINDOW_CLOSED 2013-12-19 03:11:56 +00:00
editor Make med_functions const 2013-11-28 00:27:43 +00:00
include Rely on libc strdup if DEBUG_MEMORY_ALLOCATIONS is unset 2013-12-19 03:31:24 +00:00
main Pass glow_values as array<> to retain size information 2013-12-19 03:31:24 +00:00
maths Mark private functions static 2013-11-02 04:23:55 +00:00
misc Rely on libc strdup if DEBUG_MEMORY_ALLOCATIONS is unset 2013-12-19 03:31:24 +00:00
texmap Switch to C++ linkage 2013-12-06 03:35:32 +00:00
ui Use ui_dputs_at instead of ui_dprintf_at where possible 2013-12-17 04:03:34 +00:00