summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-12-08Update lists of keyboard/mouse/joystick buttons.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1411
2008-12-08Flip the screen buffers after changing palette when doing the HexenSimon Howard
fade-in. Subversion-branch: /branches/raven-branch Subversion-revision: 1410
2008-12-05Update codeblocks projectsRussell Rice
Subversion-branch: /branches/raven-branch Subversion-revision: 1409
2008-12-05Auto-select the game type based on detected IWADs. If IWADs fromSimon Howard
multiple games are detected, pop up a dialog box to prompt the user to select a game to configure. Subversion-branch: /branches/raven-branch Subversion-revision: 1408
2008-12-03Oops.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1406
2008-12-03Centralise the list of IWAD files and use bitmasks to select whichSimon Howard
mission types are valid. Subversion-branch: /branches/raven-branch Subversion-revision: 1405
2008-12-02Add missing include.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1404
2008-12-02Use the hardware palette for textscreen and Hexen graphical startup.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1403
2008-12-02Fix setup to show the correct available sfx/music options, depending onSimon Howard
the game type. Add CD music option for Hexen. Subversion-branch: /branches/raven-branch Subversion-revision: 1402
2008-12-02Use PROGRAM_PREFIX for defining config file filenames.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1401
2008-12-02Fix endianness bug with Hexen ACS code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1400
2008-12-01Do endianness conversion when accessing patch->width fields.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1399
2008-12-01Add missing header includes.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1398
2008-12-01Remove 'uint' type.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1397
2008-12-01Remove #pragma statements.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1396
2008-12-01Fix make dist.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1395
2008-11-28Update HH-TODO.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1393
2008-11-28Add function to get the number of episodes.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1392
2008-11-28Set svn:ignore properties on directories.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1391
2008-11-28Add Heretic/Hexen controls to setup program.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1390
2008-11-27Add -game command-line parameter to control what game to configureSimon Howard
settings for. Subversion-branch: /branches/raven-branch Subversion-revision: 1389
2008-11-26Add bindings for remaining missing config file variables, to getSimon Howard
chocolate-setup functional again. Subversion-branch: /branches/raven-branch Subversion-revision: 1388
2008-11-24Make chocolate-setup use m_controls.c definitions for config fileSimon Howard
keyboard/mouse/joystick variables. Make other configuration file variables static and add bind functions. Subversion-branch: /branches/raven-branch Subversion-revision: 1387
2008-11-23Shut up some Hexen compiler warnings.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1386
2008-11-23Shut up compiler warnings in Heretic code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1385
2008-11-21Move setup/ into src/ and merge with main codebase. Remove duplicatedSimon Howard
code. Split out I_Endoom to separate i_endoom.c file. Subversion-branch: /branches/raven-branch Subversion-revision: 1384
2008-11-21Update msvc projectRussell Rice
Subversion-branch: /branches/raven-branch Subversion-revision: 1383
2008-11-21Update codeblocks projectRussell Rice
Subversion-branch: /branches/raven-branch Subversion-revision: 1382
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-31- Update codeblocks projectsRussell Rice
Subversion-branch: /branches/raven-branch Subversion-revision: 1370
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-26Update HH-TODO.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1364
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