Commit graph

15 commits

Author SHA1 Message Date
Kp 3718678576 Reduce cvar.h includes 2015-06-07 16:20:46 +00:00
Bradley Bell b69dee5c07 remove trailing newlines. 2015-04-25 13:48:11 -07:00
Bradley Bell eaf40c24ce use Int3 instead of assert. 2015-04-25 13:45:37 -07:00
Bradley Bell 3a550e124d mark functions as static. 2015-04-25 13:45:26 -07:00
Bradley Bell 1c2746ae45 Make constructor and overloads for cvar_t 2015-02-23 23:31:41 -08:00
Bradley Bell 44dace6a49 Make cvar names const 2015-02-23 23:31:40 -08:00
Bradley Bell 7eef141b7e friendlier detection of cvar collision 2015-02-23 23:31:40 -08:00
Bradley Bell 45d31b6d57 Replace cvar.archive with flags.
Add cheat flag.
2015-02-23 20:44:20 -08:00
Bradley Bell a838e08431 use hash for cvar 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 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