Commit graph

12 commits

Author SHA1 Message Date
Kp 3718678576 Reduce cvar.h includes 2015-06-07 16:20:46 +00:00
Bradley Bell 70cf799a6a use con_puts instead of con_printf. 2015-04-25 13:45:26 -07:00
Bradley Bell 3a550e124d mark functions as static. 2015-04-25 13:45:26 -07:00
Bradley Bell eaf11884e2 simplify struct declaration 2015-02-23 23:31:40 -08:00
Bradley Bell 86cd85e22d use hash for cmd and alias list 2015-02-22 13:29:07 -08:00
Bradley Bell 03116c6799 Eliminate unnecessary casts.
Use static_cast.
2015-02-17 02:27:15 -08:00
Bradley Bell cb617a18f9 Use sizeof for bounds.
Fix incorrect bounds for some strncat calls.
2015-02-17 02:27:15 -08:00
Bradley Bell b49067fd43 don't mess around with void pointers 2015-02-17 02:27:15 -08:00
Bradley Bell 0191bf451f miscellaneous fixes 2015-02-17 02:27:15 -08:00
Bradley Bell 4a8ca90d52 remove extra newlines from con_printf 2015-02-16 13:34:22 -08:00
Bradley Bell b14f6031f5 simplify help system 2015-02-16 13:34:13 -08:00
Bradley Bell bbb32d0175 added cmd and cvar modules from d2x 2015-02-10 23:35:44 -08:00