|
Filename: checker.c | |||
| Revision 1.1 | donut | 1999/06/14 22:13:46 | None |
|
Initial revision | |||
| Show difference between Revision 1.1.1.1 and 1.1 | |||
| Revision 1.1.1.1 | donut | 1999/06/14 22:13:46 | +0 -0 |
|
Import of d1x 1.37 source. | |||
|
Filename: compare.c | |||
| Revision 1.1 | donut | 1999/06/14 22:13:46 | None |
|
Initial revision | |||
| Show difference between Revision 1.1.1.1 and 1.1 | |||
| Revision 1.1.1.1 | donut | 1999/06/14 22:13:46 | +0 -0 |
|
Import of d1x 1.37 source. | |||
|
Filename: d_delay.c | |||
| Revision 1.2 | donut | 1999/07/07 20:56:17 | +10 -0 |
|
Use usleep (or nanosleep) for d_delay | |||
| Show difference between Revision 1.1 and 1.2 | |||
| Revision 1.1 | donut | 1999/06/14 22:13:46 | None |
|
Initial revision | |||
| Show difference between Revision 1.1.1.1 and 1.1 | |||
| Revision 1.1.1.1 | donut | 1999/06/14 22:13:46 | +0 -0 |
|
Import of d1x 1.37 source. | |||
|
Filename: d_glob.c | |||
| Revision 1.2 | donut | 2001/07/27 19:52:33 | +1 -30 |
|
fix glob memleak on linux. In fact it does believe in freeing glob structs, just not when you do it in some insane way ;) | |||
| Show difference between Revision 1.1 and 1.2 | |||
| Revision 1.1 | donut | 1999/06/14 22:13:47 | None |
|
Initial revision | |||
| Show difference between Revision 1.1.1.1 and 1.1 | |||
| Revision 1.1.1.1 | donut | 1999/06/14 22:13:47 | +0 -0 |
|
Import of d1x 1.37 source. | |||
|
Filename: d_io.c | |||
| Revision 1.2 | donut | 2001/12/07 05:38:31 | +4 -4 |
|
Fix mismatched arg types in the win32 code, work around byte being defined by windows headers as well as our own, and allow overriding of make vars. | |||
| Show difference between Revision 1.1 and 1.2 | |||
| Revision 1.1 | donut | 1999/06/14 22:13:47 | None |
|
Initial revision | |||
| Show difference between Revision 1.1.1.1 and 1.1 | |||
| Revision 1.1.1.1 | donut | 1999/06/14 22:13:47 | +0 -0 |
|
Import of d1x 1.37 source. | |||
|
Filename: d_slash.c | |||
| Revision 1.1 | sekmu | 1999/09/05 11:23:23 | None |
|
windows mission and hudlog altdirs | |||
|
Filename: error.c | |||
| Revision 1.1 | donut | 1999/06/14 22:13:48 | None |
|
Initial revision | |||
| Show difference between Revision 1.1.1.1 and 1.1 | |||
| Revision 1.1.1.1 | donut | 1999/06/14 22:13:48 | +0 -0 |
|
Import of d1x 1.37 source. | |||
|
Filename: makefile | |||
| Revision 1.3 | donut | 2003/07/07 10:07:13 | +4 -0 |
|
add opengl replacement texture support (requires libpng and zlib) | |||
| Show difference between Revision 1.2 and 1.3 | |||
| Revision 1.2 | sekmu | 1999/09/05 11:23:30 | +1 -1 |
|
windows mission and hudlog altdirs | |||
| Show difference between Revision 1.1 and 1.2 | |||
| Revision 1.1 | donut | 1999/06/14 22:13:45 | None |
|
Initial revision | |||
| Show difference between Revision 1.1.1.1 and 1.1 | |||
| Revision 1.1.1.1 | donut | 1999/06/14 22:13:45 | +0 -0 |
|
Import of d1x 1.37 source. | |||
|
Filename: makefile.nt | |||
| Revision 1.3 | sekmu | 1999/09/05 11:23:30 | +1 -1 |
|
windows mission and hudlog altdirs | |||
| Show difference between Revision 1.2 and 1.3 | |||
| Revision 1.2 | sekmu | 1999/08/03 23:13:21 | +1 -1 |
|
*** empty log message *** | |||
| Show difference between Revision 1.1 and 1.2 | |||
| Revision 1.1 | donut | 1999/06/14 22:13:53 | None |
|
Initial revision | |||
| Show difference between Revision 1.1.1.1 and 1.1 | |||
| Revision 1.1.1.1 | donut | 1999/06/14 22:13:53 | +0 -0 |
|
Import of d1x 1.37 source. | |||
|
Filename: pngfile.c | |||
| Revision 1.1 | donut | 2003/07/07 10:07:13 | None |
|
add opengl replacement texture support (requires libpng and zlib) | |||
|
Filename: strio.c | |||
| Revision 1.1 | donut | 1999/06/14 22:13:51 | None |
|
Initial revision | |||
| Show difference between Revision 1.1.1.1 and 1.1 | |||
| Revision 1.1.1.1 | donut | 1999/06/14 22:13:51 | +0 -0 |
|
Import of d1x 1.37 source. | |||
|
Filename: strutil.c | |||
| Revision 1.4 | sekmu | 1999/10/25 08:09:19 | +6 -3 |
|
compilable in dos again. __DOS__ is never defined. use MSDOS or DJGPP | |||
| Show difference between Revision 1.3 and 1.4 | |||
| Revision 1.3 | donut | 1999/10/17 23:15:23 | +7 -5 |
|
made str(n)icmp have const args | |||
| Show difference between Revision 1.2 and 1.3 | |||
| Revision 1.2 | donut | 1999/10/14 04:48:21 | +9 -5 |
|
alpha fixes, and gl_font args | |||
| Show difference between Revision 1.1 and 1.2 | |||
| Revision 1.1 | donut | 1999/06/14 22:13:53 | None |
|
Initial revision | |||
| Show difference between Revision 1.1.1.1 and 1.1 | |||
| Revision 1.1.1.1 | donut | 1999/06/14 22:13:53 | +0 -0 |
|
Import of d1x 1.37 source. | |||