dxx-rebirth/misc
2011-07-15 10:43:03 +02:00
..
args.c Made formatting for help text more consistent and prettier; Somewhat changed the code for help text so we can use variables in the help text. For example: If we change MAXIMUM_FPS, it will automatically be displayed in the help text without manual editing needed 2011-07-01 01:00:59 +02:00
byteswap.c * Removed executable flag on most files 2007-09-21 19:06:05 +00:00
dl_list.c Revisited Kip's non-Tracker changes and implemented to D2X: Prettier SConstruct output, Forgotten newlines at end of files, Improvement in dl_list code, Revamped menu GUI defines; I am NOT HAPPY I have to do these changes seperately 2008-10-28 17:58:54 +00:00
dos_disk.h * Removed executable flag on most files 2007-09-21 19:06:05 +00:00
error.c Add support for Windows native error/warning boxes; Only print to stdout on Linux/other *nix; Fixed redundant printing of Error and Warning via stdout 2010-11-30 13:46:23 +01:00
errtest.c * Removed executable flag on most files 2007-09-21 19:06:05 +00:00
hash.c Remove redundant conf.h directives 2009-04-30 13:01:31 +00:00
hmp.c Bail out of hmp_reset() if midiOutOpen fails and return error with -debug set; execute hmp_reset() before first song plays; renamed digi_win32_stop_current_song() to digi_win32_stop_midi_song() to keep naming convention; Fixed some compiler warnings 2011-07-15 10:43:03 +02:00
ignorecase.c Got rid of cfile code: Renamed cfile-functions to use PHYSFSX-naming convention, Replaced cfile-macros with proper PHYSFS(X) calls; Introduced PHYSFSX_exists() which can check case-sensitive or case-insensitive to give more flexibility with game content 2011-06-01 09:59:55 +02:00
parsarg.c * Removed executable flag on most files 2007-09-21 19:06:05 +00:00
parsarg.h * Removed executable flag on most files 2007-09-21 19:06:05 +00:00
parstest.c * Removed executable flag on most files 2007-09-21 19:06:05 +00:00
physfsrwops.c * Removed executable flag on most files 2007-09-21 19:06:05 +00:00
physfsx.c Fixed typo 2011-07-04 21:46:14 +02:00
pngfile.c * Removed executable flag on most files 2007-09-21 19:06:05 +00:00
strio.c Got rid of cfile code: Renamed cfile-functions to use PHYSFSX-naming convention, Replaced cfile-macros with proper PHYSFS(X) calls; Introduced PHYSFSX_exists() which can check case-sensitive or case-insensitive to give more flexibility with game content 2011-06-01 09:59:55 +02:00
strutil.c Fix a critical bug in string_array_add - when d_reallocing the buffer containing the string data, update all the pointers in '*list' as well as next_str, preventing ugly crashes 2011-02-21 14:37:03 +08:00