summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-11-09Recreate Hexen graphical startup in SDL.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1380
2008-11-08Recreate Heretic startup progress bar using textscreen library.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1379
2008-11-08Use sizeof(short) to calculate size for allocation.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1378
2008-11-03Add NULL terminator to Hexen sprite names list.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1377
2008-11-03Add NULL terminator to sprite names list.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1376
2008-11-02Fix up raven-branch copyright notices.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1375
2008-11-02Remove Hexen TIMEBOMB code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1374
2008-10-31Move gamma correction table to tables.c.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1373
2008-10-31Don't set processor affinity on OSX, as it does not supportSimon Howard
sched_setaffinity. Subversion-branch: /branches/raven-branch Subversion-revision: 1372
2008-10-31- Delete the "all-in-one" project file and rename the solution file toRussell Rice
chocolate.sln - Create separate msvc projects for all games supported, which work the same as the codeblocks ones - Include fixes (nothing compiler specific, just additions of stdio.h) to build with msvc Subversion-branch: /branches/raven-branch Subversion-revision: 1371
2008-10-30- Add missing m_random.h for hexenRussell Rice
- Update codeblocks projects Subversion-branch: /branches/raven-branch Subversion-revision: 1369
2008-10-30Factor out Heretic and Hexen versions of m_misc.c. Make -file forSimon Howard
Heretic and Hexen use WAD path lookup. Subversion-branch: /branches/raven-branch Subversion-revision: 1368
2008-10-30Turn off warnings-as-errors.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1367
2008-10-29Update Hexen to use common cheats code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1366
2008-10-29Add packed structure attribute for structures read from disk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1365
2008-10-24Further fixes to stop lumps being modified.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1363
2008-10-24Fix Heretic/Hexen implementations of P_LoadBlockmap to not modify theSimon Howard
lump. Subversion-branch: /branches/raven-branch Subversion-revision: 1362
2008-10-24Endianness fixes for ACS code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1361
2008-10-23Fix Heretic/Hexen demo desyncs.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1360
2008-10-13Set window title for chocolate-hexen.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1359
2008-10-13Perform necessary shutdown tasks on exit of Hexen.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1357
2008-10-12Don't hog the CPU.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1356
2008-10-12Fix autorun hack for Hexen.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1355
2008-10-11- Use FILE_MAP_COPY instead of FILE_MAP_ALL_ACCESS for memory mappedRussell Rice
files, the latter prevented it from working at all Subversion-branch: /branches/raven-branch Subversion-revision: 1354
2008-10-10Convert Heretic/Hexen menu code to use translated key value whenSimon Howard
entering save game names. Subversion-branch: /branches/raven-branch Subversion-revision: 1353
2008-10-10Move shiftxform table to i_video.c; make 'data2' for key eventsSimon Howard
consistently be the properly translated version of the key pressed. Subversion-branch: /branches/raven-branch Subversion-revision: 1352
2008-10-10Fix crash at Hexen title screen.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1351
2008-10-10Set SavePath correctly and create the directory if necessary.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1350
2008-10-09Fix crashes when loading the same level twice.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1348
2008-10-09Add mouse grab callback for Hexen.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1347
2008-10-09Replace Z_ChangeTag/Z_Free usage with W_ReleaseLump*Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1346
2008-10-08Fix sound effects!Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1345
2008-10-08Save config file at exit and initialise sound (fixes music)Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1344
2008-10-08Replace hexen "shareware" variable with gamemode/gamemission. UseSimon Howard
d_iwad.c code to find the IWAD file. Remove AddWADFile and use the w_wad.c API directly. Subversion-branch: /branches/raven-branch Subversion-revision: 1343
2008-10-08Move chocolate-hexen to default build.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1342
2008-10-08Minor tweaks to get chocolate-hexen to build.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1341
2008-10-08Remove unused tsm_ID reference.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1340
2008-10-08Use internal DisplayTicker variable for hexen/sb_bar.c.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1339
2008-10-08Switch configuration file code to common configuration file code, andSimon Howard
remove old code. Subversion-branch: /branches/raven-branch Subversion-revision: 1338
2008-10-05Perform bounds checking on separation and volume values passed to theSimon Howard
low-level sound code, as the Heretic s_sound.c code generates values that are out of range. Subversion-branch: /branches/raven-branch Subversion-revision: 1337
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