summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-05- Rename main.workspace to chocolate.workspace (since we have doom.cbp,Russell Rice
heretic.cbp and hexen.cbp) - Rename textscreen.cbp to libtextscreen.cbp Subversion-branch: /branches/raven-branch Subversion-revision: 1336
2008-10-05Include missing files in hexen projectRussell Rice
Subversion-branch: /branches/raven-branch Subversion-revision: 1335
2008-10-05Update codeblocks projectsRussell Rice
Subversion-branch: /branches/raven-branch Subversion-revision: 1334
2008-10-04Draw loading disk into a temporary buffer rather than the screen, to fixSimon Howard
bug with leftover junk at startup melt. Subversion-branch: /branches/raven-branch Subversion-revision: 1333
2008-10-03Disable calls into low-level netgame code, until netgames are fixed.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1332
2008-10-03Remove calls to Logitech Cyberman code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1331
2008-10-03Remove #defines for hexen/r_draw.c; we are only using the C versions ofSimon Howard
these functions now. Subversion-branch: /branches/raven-branch Subversion-revision: 1330
2008-10-03Add missing UpdateState variable.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1329
2008-10-03Fix bug in previous commit.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1328
2008-10-03Fix crash with P_FindNextHighestFloor.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1327
2008-10-03Rename Hexen main function to common D_DoomMain function.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1326
2008-10-03Fix Steam search path for Heretic.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1325
2008-10-02Split out high-level sound code from hexen/i_ibm.c and refactor to useSimon Howard
common interface. Subversion-branch: /branches/raven-branch Subversion-revision: 1324
2008-10-01Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1323
2008-10-01Add .lvimrc local vim project settings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1322
2008-10-01Update HH-TODO.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1321
2008-10-01Remove duplicate SlopeDiv function.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1320
2008-10-01Remove some redundant DOS and NeXT-related code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1319
2008-10-01Remove some duplicate definitions from h2def.h.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1318
2008-10-01Remove Hexen duplicate KEY_ definitions.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1317
2008-10-01Merge tinttable variable to common.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1316
2008-10-01Finish merge of hexen/v_video.c to common (oops)Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1315
2008-10-01Merge hexen/v_video.c to common.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1314
2008-10-01Rename "FuzzColumn"/"FuzzPatch" for Heretic/Hexen code toSimon Howard
TLColumn/TLPatch for consistency; these are translucent draw functions, not fuzzy draw functions like Doom's R_DrawFuzzColumn. Subversion-branch: /branches/raven-branch Subversion-revision: 1313
2008-10-01Use common versions of ticcmd_t and event_t for Hexen code. Remove oldSimon Howard
i_video definitions and use common i_video.c interface. Subversion-branch: /branches/raven-branch Subversion-revision: 1312
2008-10-01Merge Hexen fixed_t and angle definitions to common code, plus byteSimon Howard
swapping macros, bounding box checking, read/write file, screenshot and command line argument code. Update Heretic code to use ANG1_X rather than the new (correct) ANG1 definition. Subversion-branch: /branches/raven-branch Subversion-revision: 1311
2008-09-30Add steam paths for finding Heretic/Hexen IWAD files.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1310
2008-09-30Add chocolate-heretic to default build.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1309
2008-09-30Move d_iwad.c into common code and update Heretic to use it on startupSimon Howard
to locate the IWAD file. Subversion-branch: /branches/raven-branch Subversion-revision: 1308
2008-09-29- Set project dependencies for heretic and hexen to build libtextscreenRussell Rice
and libpcsound as well - Remove a silly debug line in the project arguments for all games Subversion-branch: /branches/raven-branch Subversion-revision: 1307
2008-09-29- Fix chocolate-server buildRussell Rice
- Fix chocolate-setup build, so at least some setup facility is available for now Subversion-branch: /branches/raven-branch Subversion-revision: 1306
2008-09-29- Create separate codeblocks project files for doom, heretic and hexen,Russell Rice
they all build except for hexen, which is currently WIP - Fix build on windows Subversion-branch: /branches/raven-branch Subversion-revision: 1305
2008-09-28Expand number of joystick buttons supported by Heretic to the numberSimon Howard
supported by Chocolate Doom. Subversion-branch: /branches/raven-branch Subversion-revision: 1304
2008-09-28Make the joybspeed autorun hack work in Heretic.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1303
2008-09-28Move novert support into common i_video.c code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1302
2008-09-28Tidy up heretic start up messages.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1301
2008-09-28Add support for extra mouse and keyboard controls to Heretic code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1300
2008-09-28Update HH-TODOSimon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1299
2008-09-28Add missing PROGRAM_PREFIX #define.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1298
2008-09-28Make Heretic main loop not hog the CPU.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1297
2008-09-27Fix sound crash on Heretic startup.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1296
2008-09-27Split out startup banner code into common code; display copyright noticeSimon Howard
in Heretic. Subversion-branch: /branches/raven-branch Subversion-revision: 1295
2008-09-27Save Heretic configuration files on exit.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1294
2008-09-27Swap retail/registered version title bar descriptions.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1293
2008-09-27Set the title bar in Heretic.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1292
2008-09-27Fix crash caused by mistake in previous change.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1291
2008-09-26Fix compile error.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1290
2008-09-26Use sizeof for size of types, rather than hard-coding the size.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1289
2008-09-26Fix up Heretic code for mmaped WAD I/O. Call W_ReleaseLump* instead ofSimon Howard
Z_Free/Z_ChangeTag. Subversion-branch: /branches/raven-branch Subversion-revision: 1288
2008-09-25Shutdown sound at exit, so that the music does not continue to play atSimon Howard
the ENDOOM screen. Subversion-branch: /branches/raven-branch Subversion-revision: 1287