ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_Config.c
(Generate patch)

Comparing Daodan/src/Daodan_Config.c (file contents):
Revision 877 by alloc, Sun Jun 2 11:25:34 2013 UTC vs.
Revision 983 by alloc, Sun Mar 16 20:06:52 2014 UTC

# Line 25 | Line 25 | bool patch_disablecmdline = true;
25   bool patch_flatline = true;
26   bool patch_fonttexturecache = true;
27   bool patch_getcmdline = true;
28 + bool patch_hdscreens_lowres = true;
29 + bool patch_highres_console = true;
30   bool patch_kickguns = false;
31   bool patch_killvtune = true;
32   bool patch_largetextures = true;
# Line 36 | Line 38 | bool patch_particledisablebit = false;
38   bool patch_pathfinding = true;
39   bool patch_projaware = true;
40   bool patch_safeprintf = true;
41 + bool patch_showalllasersights = false;
42   bool patch_throwtest = false;
43   bool patch_usedaodangl = true;
44   bool patch_usegettickcount = true;
# Line 129 | Line 132 | bool DDrIniCallback(char* section, bool
132                                  patch_fonttexturecache = !_stricmp(inifile_cleanstr(value), "true");
133                          else if (!_stricmp(name, "getcmdline"))
134                                  patch_getcmdline = !_stricmp(inifile_cleanstr(value), "true");
135 +                        else if (!_stricmp(name, "hdscreens_lowres"))
136 +                                patch_hdscreens_lowres = !_stricmp(inifile_cleanstr(value), "true");
137 +                        else if (!_stricmp(name, "highres_console"))
138 +                                patch_highres_console = !_stricmp(inifile_cleanstr(value), "true");
139                          else if (!_stricmp(name, "kickguns"))
140                                  patch_kickguns = !_stricmp(inifile_cleanstr(value), "true");
141                          else if (!_stricmp(name, "killvtune"))
# Line 151 | Line 158 | bool DDrIniCallback(char* section, bool
158                                  patch_projaware = !_stricmp(inifile_cleanstr(value), "true");
159                          else if (!_stricmp(name, "safeprintf"))
160                                  patch_safeprintf = !_stricmp(inifile_cleanstr(value), "true");
161 +                        else if (!_stricmp(name, "showalllasersights"))
162 +                                patch_showalllasersights = !_stricmp(inifile_cleanstr(value), "true");
163                          else if (!_stricmp(name, "throwtest"))
164                                  patch_throwtest = !_stricmp(inifile_cleanstr(value), "true");
165                          else if (!_stricmp(name, "usedaodangl"))

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)