shithub: choc

RSS feed

847770da – Simon Howard <fraggle@soulsphere.org> authored on 2018/11/09 20:01
Clean up previous -version change.

b88a8cdb – Simon Howard <fraggle@soulsphere.org> authored on 2018/11/09 19:58
net: Use -newsync by default again.

94ed513e – Simon Howard <fraggle@soulsphere.org> authored on 2018/11/09 19:55
net: Improve -newsync to use a PID controller.

b00a10ae – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/11/03 02:43
Add a -version parameter like most programs have

54500659 – Fabian Greffrath <fabian@greffrath.com> authored and GitHub <noreply@github.com> committed on 2018/11/08 15:46
Merge pull request #1103 from mfrancis95/master

84425084 – mfrancis95 <mikefrancis95@gmail.com> authored on 2018/11/08 08:59
Fix memory leak related to Steam directories

dac0cda2 – Fabian Greffrath <fabian@greffrath.com> authored on 2018/11/06 10:43
i_system: mark I_Quit() and I_Error() with GCC's 'noreturn' attribute

62571c3d – Fabian Greffrath <fabian@greffrath.com> authored on 2018/11/06 10:26
d_iwad: fix a missing pointer indicator in a variable declaration

602ea481 – Simon Howard <fraggle@soulsphere.org> authored on 2018/11/03 09:34
glob: Fix build failure.

65ae592c – Simon Howard <fraggle@soulsphere.org> authored on 2018/11/03 09:22
strife: Add autoloading for .seh files.

221e62bf – Simon Howard <fraggle@soulsphere.org> authored on 2018/11/03 09:19
strife: Allow SEH replacement for "empty slot".

f6717da5 – Simon Howard <fraggle@soulsphere.org> authored on 2018/11/03 09:14
heretic: Add autoloading for .hhe patches.

036484b6 – Simon Howard <fraggle@soulsphere.org> authored on 2018/11/03 09:12
wad: Autoload both .wad and .lmp files.

f5da1a45 – Simon Howard <fraggle@soulsphere.org> authored on 2018/11/03 09:11
glob: Add multi-pattern matching.

5705be4c – Simon Howard <fraggle@soulsphere.org> authored on 2018/11/03 08:37
doom: Bump tempstring[] size to 90 bytes.

c06b2c5f – Simon Howard <fraggle@soulsphere.org> authored on 2018/11/02 18:24
Add WAD file autoloading.

0121b8c0 – Simon Howard <fraggle@soulsphere.org> authored on 2018/11/01 14:38
glob: Fix includes.

6a87a917 – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/29 19:24
Oops.

829c1e4c – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/29 16:58
glob: Make sorting respect GLOB_FLAG_NOCASE.

65c7edcd – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/29 16:53
glob: Add flag for reading filenames sorted.

0a85811d – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/29 16:05
glob: Add flags arg for case insensitive matching.

2bfb1bba – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/29 15:32
video: Bump default window size to 800x600.

301a9f04 – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/29 14:51
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom

62e23730 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/10/29 13:22
Merge pull request #1099 from devnexen/cmake_build_fix

01991be2 – David Carlier <devnexen@gmail.com> authored on 2018/10/29 16:21
cmake build fix

35c999fa – Fabian Greffrath <fabian@greffrath.com> authored on 2018/10/29 07:14
glob: handle file systems returning DT_UNKNOWN for d_type (e.g. XFS)

67d4033d – Fabian Greffrath <fabian@greffrath.com> authored on 2018/10/29 05:57
glob: repair for systems without d_type field in struct dirent

4ae30764 – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/28 15:05
Use M_StringJoin() instead of hand-rolled malloc.

b98b4e6b – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/27 22:35
misc: Fix bug with M_StringStartsWith().

bfb2dd3f – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/27 14:41
Oops.

1c8880fe – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/27 14:31
strife: Convert to new glob API.

1bbbdea9 – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/27 14:29
glob: Fix quirk with patterns ending in '*'.

cd71cb30 – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/27 14:08
glob: Fix for Watcom, too.

d676cd7a – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/27 14:05
glob: Hook in win32 implementation for _MSC_VER.

f01ac84a – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/27 13:58
music: Find .cfg files by globbing, not by name.

d113f443 – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/27 13:57
glob: Allow symlinks to be globbed.

419776fc – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/27 13:50
Add system-specific globbing API.

7f03c58c – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/27 12:31
music: Add argument to disable substitute music.

e49be7d6 – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/24 16:08
setup: Always show music packs action.

3bde136c – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/24 16:03
opl: Use SDL_mixer post-mix hook for OPL output.

00f6a3e7 – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/23 19:43
music: Factor out music packs to separate file.

2db2e37b – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/21 16:17
setup: Fix warning about unused result.

a0660000 – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/21 16:00
music: Show message about filename-based substs.

f5ea51bc – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/21 15:46
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom

38a3e092 – Fabian Greffrath <fabian@greffrath.com> authored and GitHub <noreply@github.com> committed on 2018/10/21 19:36
Merge pull request #1097 from devnexen/update_angle_t_type

9e14ceab – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/21 15:44
setup: Add window action to open music pack dir.

ceb3e491 – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/21 15:30
music: Auto-configure a music pack directory.

8c43337a – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/21 13:40
textscreen: Allow any widget in action area.

74cdbedd – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/21 12:57
music: Disable Strife d_intro table entry.

1996d03d – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/21 12:54
music: Allow filename template for substitution.

59dae316 – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/21 12:27
music: Add table of common hashes->filenames.

bbefecc2 – David Carlier <devnexen@gmail.com> authored on 2018/10/21 03:12
Update angle_t type.

ba65f433 – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/20 21:20
music: Allow shortened hashes for subst configs.

243df30e – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/20 08:25
video: Add -borderless command line parameter.

ffbc2b34 – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/14 20:40
Fix formatting for -response argument.

9d4b4aee – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/14 07:35
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom

5e32affd – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/14 07:34
Add '-response' command line argument.

08bb28ed – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/10/14 06:59
Merge pull request #1094 from mfrancis95/master

2531f324 – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/11 18:27
dehacked: Fix mistake in comment.

e295bb01 – mfrancis95 <mikefrancis95@gmail.com> authored on 2018/10/10 22:20
Heretic: Call W_GenerateHashTable()

02fc812e – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/10/05 21:34
iwad: Search Steam-on-Linux paths for WAD files

3bf06ab2 – Fabian Greffrath <fabian@greffrath.com> authored on 2018/10/04 09:42
video: explicitly check for aspect_ratio_correct's value being 1

b9416dc6 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/10/02 10:04
Merge branch 'master' of gh:mfrancis95/chocolate-doom

cb49854d – mfrancis95 <mikefrancis95@gmail.com> authored on 2018/10/02 12:31
Make sure SDL_HINT_NO_SIGNAL_HANDLERS is only set if using SDL >= 2.0.4

28e6533f – mfrancis95 <mikefrancis95@gmail.com> authored on 2018/10/01 21:09
Format the previous commit according to Chocolate Doom's coding style guidelines

09f9ffb6 – mfrancis95 <mikefrancis95@gmail.com> authored on 2018/10/01 21:51
Fix SIGINT being ignored when Dehacked SHA1 warning dialog open

3e21ed71 – mfrancis95 <mikefrancis95@gmail.com> authored on 2018/10/01 14:27
Gracefully error out when player starts are missing

560cdc3e – Simon Howard <fraggle@soulsphere.org> authored on 2018/09/30 19:34
configure: add AM_PROG_AR macro.

0a7d77c2 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/09/30 18:53
Merge pull request #1081 from hifi/wipe-refactor

54a2c31e – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/09/18 16:48
video: remove errant code for the -width and -height parameters

50d2f52b – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/09/16 16:32
travis: Remove sdl2-branch

b6988822 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/09/16 16:29
Merge pull request #1084 from chungy/win32_html_docs

5d629db9 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/09/15 23:08
pkg/win32: Use pandoc to create HTML versions of the docs

aa72812c – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/09/16 00:51
man: Generate Markdown versions of CMDLINE

eccaa5aa – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/09/16 00:30
docgen: add Markdown output mode

aff22a2e – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/09/16 00:30
INSTALL: Convert document to Markdown format

3e0dc2d6 – Simon Howard <fraggle@soulsphere.org> authored on 2018/09/09 14:54
Fix warnings introduced by previous commits.

b695b712 – Simon Howard <fraggle@soulsphere.org> authored on 2018/09/09 14:45
iwad: Check executable location for IWADs.

b34edc6d – Simon Howard <fraggle@soulsphere.org> authored on 2018/09/09 14:44
Convert various bits of code to M_{Dir,Base}Name.

ae8c1ed2 – Simon Howard <fraggle@soulsphere.org> authored on 2018/09/09 14:36
misc: Add M_{Dir,Base}Name utility functions.

de9163ef – Fabian Greffrath <fabian@greffrath.com> authored on 2018/09/04 11:32
config: let GetDefaultConfigDir() never return NULL

1641969b – Toni Spets <toni.spets@iki.fi> authored on 2018/08/24 12:20
doom: Refactor wipe to advance once per frame

28e72614 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/08/17 20:48
Merge pull request #1075 from turol/const

9ea4b024 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/08/17 20:47
Merge pull request #1079 from hifi/fix-setup-crash

2d68e079 – Toni Spets <toni.spets@iki.fi> authored on 2018/08/15 15:50
setup: Use proper function signatures for callbacks

98f4af33 – Jonathan Dowland <jon+github@alcopop.org> authored and GitHub <noreply@github.com> committed on 2018/08/15 14:21
Merge pull request #1077 from hifi/fix-joystick-event-skip

078673f7 – Toni Spets <toni.spets@iki.fi> authored on 2018/08/12 07:56
doom: Don't skip joy events when menu is closed

dd78c087 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/08/11 09:02
Merge pull request #1074 from AXDOOMER/master

3bd1270c – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:45
hexen: Fix constness issues in DrawClassMenu

a901b7a5 – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:44
hexen: Fix constness issue in MN_Drawer

1e71555a – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:43
hexen: Make QuitEndMsg contents const

dcc753fb – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:42
hexen: Make GammaText contents const

e1158955 – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:40
hexen: Make P_SetYellowMessage message parameter const

77f1f76b – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:39
hexen: Make P_SetMessage message parameter const

7660e72f – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:37
hexen: Make MenuItem_t text member const

e822d5df – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:35
hexen: Make ACSAssert fmt parameter const

cd812fce – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:32
hexen: Make MN_TextBWidth parameter const

b0cfaad6 – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:32
hexen: Make MN_DrTextB text parameter const

f57c4033 – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:30
hexen: Make MN_TextAWidth parameter const

79d1b19e – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:30
hexen: Make MN_DrTextAYellow text parameter const

Next