Age | Commit message (Expand) | Author |
2007-05-16 | Rejig net_cl_new_sync and drone to be in d_net.c instead of | Simon Howard |
2007-05-02 | Check in autoconf if python is installed; if not, don't run python | Simon Howard |
2007-03-15 | Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamed | Simon Howard |
2007-03-09 | Move the pcsound library to the top level, alongside textscreen. | Simon Howard |
2007-03-07 | Use native endianness for sound output, rather than always LSB. Add PC | Simon Howard |
2006-12-21 | Split off IWAD-related code into separate d_iwad.c. On Windows, search | Simon Howard |
2006-12-16 | Add icon for setup tool. | Simon Howard |
2006-12-15 | Split off scaling code into i_scale.c. Add aspect ratio correction | Simon Howard |
2006-11-14 | Support running as a screensaver under X! | Simon Howard |
2006-10-22 | Remove d_french.h from autotools build. | Simon Howard |
2006-10-05 | Dehacked information checksum generation | Simon Howard |
2006-09-19 | Turn on -Wall as well. | Simon Howard |
2006-07-24 | Oops :-) | Simon Howard |
2006-07-22 | New mus -> mid conversion code thanks to Ben Ryves <benryves@benryves.com> | Simon Howard |
2006-05-20 | Split off keyboard key definitions to a separate file. | Simon Howard |
2006-04-08 | Forgot to add net_query.c to Makefile.am | Simon Howard |
2006-03-31 | Remove reference to nonexistent i_main.h | Simon Howard |
2006-03-30 | Split off timer code into separate i_timer.c file. Add d_dedicated.c | Simon Howard |
2006-03-30 | Dedicated server mode. | Simon Howard |
2006-03-17 | Fix windres detection | Simon Howard |
2006-02-19 | Move tic number expansion code to common code. Parse game data packets | Simon Howard |
2006-01-30 | Install into the games directory, not bin (Thanks to Jon Dowland) | Simon Howard |
2006-01-08 | Move common connection code into net_common.c, shared by server | Simon Howard |
2005-12-30 | Fix client code to correctly send reply to server on connection. | Simon Howard |
2005-12-29 | Add initial client/server connect code. Reorganise sources list in | Simon Howard |
2005-10-30 | Add foundation code for the new networking system | Simon Howard |
2005-10-17 | Start of Dehacked 'Misc' section support. Initial Health+Bullets, | Simon Howard |
2005-10-12 | doomfeatures.h to allow certain features to be disabled in the build | Simon Howard |
2005-10-09 | Include libtextscreen include in the right place, include deh_main.h | Simon Howard |
2005-10-08 | Dehacked "Sound" section support | Simon Howard |
2005-10-08 | WAD merging code | Simon Howard |
2005-10-04 | Dehacked "Misc" section parser (currently a dummy) | Simon Howard |
2005-10-04 | Rewrite cheats code. Add dehacked cheat replacement. | Simon Howard |
2005-10-03 | Add mapping code to map out structures and switch thing/frame code to use | Simon Howard |
2005-10-02 | The beginnings of dehacked support | Simon Howard |
2005-10-02 | ENDOOM support using text mode emulation | Simon Howard |
2005-10-01 | automake doesn't recognise .rc files unless there is a rule like this in | Simon Howard |
2005-09-27 | Fix .rc -> .o rule | Simon Howard |
2005-09-27 | Don't write converted output file unless everything went through | Simon Howard |
2005-09-24 | Add application icon to running program | Simon Howard |
2005-09-20 | Conditionally build the resource file, dependent on whether windres exists | Simon Howard |
2005-09-20 | Include icon in exe, rather than the default icon. Thanks to Joe Kennedy | Simon Howard |
2005-09-05 | Add mmus2mid code from prboom. Use 'void *' for music handles. Pass | Simon Howard |
2005-08-31 | Remove the last traces of NORMALUNIX | Simon Howard |
2005-08-30 | Windows fixes | Simon Howard |
2005-08-12 | Port network code to use SDL_net | Simon Howard |
2005-08-04 | Turn on compiler optimisation and warning options | Simon Howard |
2005-08-04 | Silence compiler warnings | Simon Howard |
2005-07-24 | Move to SDL for graphics. | Simon Howard |
2005-07-23 | Use ANSI-standard limit constants. Remove LINUX define. | Simon Howard |