]> icculus.org git repositories - divverent/darkplaces.git/commit
now supports Mac and Windows newlines everywhere
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 25 Jan 2005 20:05:18 +0000 (20:05 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 25 Jan 2005 20:05:18 +0000 (20:05 +0000)
commit5e50ce0968fe5404bc5872337ed882f2505dcc9c
treeb1674d8c67bb9dac9725ab539edf919a3fdcbfd1
parent868ce75d072a7e166d8c0f6f52aa4bdd15c59c2c
now supports Mac and Windows newlines everywhere
all text files are now saved in UNIX format
removed FS_Gets and FS_Getline (they were only used by the loadgame code along with sscanf...  bad)
added FS_UnGetc (needed for Windows newline support in FRIK_FILE fgets)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4963 d7cf8633-e32d-0410-b094-e92efae38249
13 files changed:
cmd.c
common.c
console.c
fs.c
fs.h
host.c
host_cmd.c
menu.c
model_brush.c
pr_cmds.c
pr_edict.c
prvm_cmds.c
r_shadow.c