RSS feed
b39121c6
– Simon Howard <fraggle@soulsphere.org>
authored
on 2015/02/19 19:31
Refactor config file API.
1f5ce047
– Simon Howard <fraggle@soulsphere.org>
authored
on 2015/02/19 19:03
Fix game code that makes false boolean assumptions.
714d7a29
– Simon Howard <fraggle@soulsphere.org>
authored
on 2015/02/19 18:50
doom: Change weaponowned[] to an int array.
51ab62f6
– Fabian Greffrath <fabian@greffrath.com>
authored
on 2015/02/17 07:00
setup: fix "control reaches end of non-void function" compiler warning
e1f905cd
– Simon Howard <fraggle@soulsphere.org>
authored
on 2015/01/19 18:29
PHILOSOPHY: Expand discussion on minimalism.
6d637534
– Simon Howard <fraggle@soulsphere.org>
authored
on 2015/01/19 16:50
Add extra checks to weapon cycling loops.
10eb5ee8
– Simon Howard <fraggle+github@gmail.com>
authored
on 2015/01/07 12:11
Merge pull request #502 from dbrackett16/patch-1
5b55d807
– dbrackett16 <dbrackett16@pocohi.com>
authored
on 2015/01/06 06:52
Fixed Missing File in project
80bf45c9
– Fabian Greffrath <fabian@greffrath.com>
authored
on 2014/12/29 09:25
man: fix typo in manual generation
3b350014
– Fabian Greffrath <fabian@greffrath.com>
authored
on 2014/12/29 03:35
add missing includes for calling SHORT() in Heretic
d54947a8
– Fabian Greffrath <fabian@greffrath.com>
authored
on 2014/12/29 03:09
Merge pull request #493 from derek57/patch-3
8c643f65
– Fabian Greffrath <fabian@greffrath.com>
authored
on 2014/12/29 03:05
Merge pull request #492 from derek57/patch-2
b6ba5eb8
– Simon Howard <fraggle+github@gmail.com>
authored
on 2014/12/26 13:02
Merge pull request #495 from WinterMute/build-outside-source-dir
d66659c6
– Dave Murphy <davem@devkitpro.org>
authored
on 2014/12/26 10:40
allow building in subdirectory or outside source directory
4e5e16c1
– derek57 <derek57@users.noreply.github.com>
authored
on 2014/12/22 12:31
even more endianness fixes by myself (Ronald Lasmanowicz)
66205bbf
– derek57 <derek57@users.noreply.github.com>
authored
on 2014/12/22 12:29
even more endianness fixes by myself (Ronald Lasmanowicz)
ba8400b3
– Simon Howard <fraggle@soulsphere.org>
authored
on 2014/12/18 15:04
Strip out CPU affinity hack.
7311827f
– Fabian Greffrath <fabian@greffrath.com>
authored
on 2014/12/18 06:01
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom
e7abef98
– Fabian Greffrath <fabian@greffrath.com>
authored
on 2014/12/18 05:59
fix some more endianess issues with the width fields in patch_t structs
ea5f633f
– Fabian Greffrath <fabian@greffrath.com>
authored
on 2014/12/18 05:53
fix a bug that causes monsters to become partly invisible
cdc62c17
– Simon Howard <fraggle+github@gmail.com>
authored
on 2014/12/17 06:17
Merge pull request #485 from chungy/master
0c361cc1
– Mike Swanson <mikeonthecomputer@gmail.com>
authored
on 2014/12/16 16:46
strife: Fix the name of MAP29, should be "Entity's Lair"
ad3e1a25
– James Haley <haleyjd@hotmail.com>
authored
on 2014/12/15 05:47
Upstream fix from SVE: MF_MVIS flag
275671aa
– James Haley <haleyjd@hotmail.com>
authored
on 2014/12/15 05:46
Upstream fix from SVE: Missing break statement
5dcf8333
– Simon Howard <fraggle+github@gmail.com>
authored
on 2014/12/14 08:07
Merge pull request #481 from chungy/master
b3deb3d3
– Mike Swanson <mikeonthecomputer@gmail.com>
authored
on 2014/12/13 20:51
Add Steam IWAD path for Strife: Veteran Edition
6b217ee0
– Simon Howard <fraggle@soulsphere.org>
authored
on 2014/11/27 13:58
textscreen: Exit immediately when all windows close.
06821e94
– Simon Howard <fraggle@soulsphere.org>
authored
on 2014/11/27 11:54
hexen: audit calls to P_StartACS().
5eeef20d
– Simon Howard <fraggle@soulsphere.org>
authored
on 2014/11/27 10:28
hexen: Store minotaur start time as little endian.
3e70ef4c
– Simon Howard <fraggle@soulsphere.org>
authored
on 2014/11/26 14:12
hexen: Fix incorrect size on M_StringCopy().
66b295d4
– Simon Howard <fraggle@soulsphere.org>
authored
on 2014/11/03 20:00
setup: Fix bug with strdup() of NULL pointer.
176050dc
– Simon Howard <fraggle@gmail.com>
authored
on 2014/11/01 17:19
opl: Fix code style to match guidelines.
116b698e
– Simon Howard <fraggle+github@gmail.com>
authored
on 2014/11/01 17:07
Merge pull request #466 from khokh2001/opl-fix2
d051bd5d
– Simon Howard <fraggle+github@gmail.com>
authored
on 2014/11/01 17:03
Merge pull request #465 from khokh2001/opl-fix
6cbe5972
– Simon Howard <fraggle@gmail.com>
authored
on 2014/11/01 16:54
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
af1dd2eb
– Simon Howard <fraggle@gmail.com>
authored
on 2014/11/01 16:42
opl: Internally swap MUS/MID percussion channel #s.
9aa36cf8
– James Haley <haleyjd@hotmail.com>
authored
on 2014/11/01 15:24
Remove unreferenced "grid" variable
66477dc7
– James Haley <haleyjd@hotmail.com>
authored
on 2014/11/01 15:17
Automap accuracy fixes (against proper game)
6f1356bb
– James Haley <haleyjd@hotmail.com>
authored
on 2014/11/01 15:09
Revert "Automap accuracy fixes"
12ecb455
– James Haley <haleyjd@hotmail.com>
authored
on 2014/11/01 15:08
Automap accuracy fixes
37aae667
– khokh2001 <alexeytf2@gmail.com>
authored
on 2014/10/29 13:03
opl additive voice volume calculation fix
0cada1cf
– khokh2001 <alexeytf2@gmail.com>
authored
on 2014/10/29 12:52
Update i_oplmusic.c
98e1771a
– khokh2001 <alexeytf2@gmail.com>
authored
on 2014/10/28 21:37
opl note limitation and octave overflow fixes
ae20311e
– khokh2001 <alexeytf2@gmail.com>
authored
on 2014/10/28 21:36
opl additive voice volume calculation fix
563d83b6
– Simon Howard <fraggle+github@gmail.com>
authored
on 2014/10/28 18:31
Merge pull request #468 from khokh2001/opl-fix4
4f4cfd90
– khokh2001 <alexeytf2@gmail.com>
authored
on 2014/10/28 21:49
opl voice allocation fix
5a7a5402
– Simon Howard <fraggle+github@gmail.com>
authored
on 2014/10/28 18:27
Merge pull request #467 from khokh2001/opl-fix3
cad5d6f2
– khokh2001 <alexeytf2@gmail.com>
authored
on 2014/10/28 21:42
opl drum note fix
5e064562
– Fabian Greffrath <fabian+debian@greffrath.com>
authored
and Fabian Greffrath <fabian@greffrath.com>
committed
on 2014/10/28 02:27
setup: dynamically set size of iwad_labels array
6357ef2d
– James Haley <haleyjd@hotmail.com>
authored
on 2014/10/27 07:58
Default screenblocks 10, not 9
da55ba55
– James Haley <haleyjd@hotmail.com>
authored
on 2014/10/27 07:34
Missed change for startskill init
76b6d1a2
– James Haley <haleyjd@hotmail.com>
authored
on 2014/10/26 16:29
Another teleport beacon correction
a0104247
– James Haley <haleyjd@hotmail.com>
authored
on 2014/10/26 16:27
Rogue fixed DOOM bug regarding switch sound origins
f55a88fe
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/25 23:38
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
1b9e5c61
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/25 23:37
Add gamepad config for PS4 DualShock 4.
3ecb69e1
– James Haley <haleyjd@hotmail.com>
authored
on 2014/10/25 12:43
Must allow HU_CHANGENAME in chat_dest range
d91383ee
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/25 10:58
Remove 1280x1000 scaling.
9d01d090
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/24 16:29
Replace strdup() with M_StringDuplicate().
b42b5269
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/24 16:14
strife: Allow inventory items > 255.
88b562df
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/24 16:10
Proceed by pressing enter at netgame warning screen.
9c480b1c
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/24 15:48
Ignore metadata loop tags if both are zero.
5616ae06
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/24 15:41
Ignore loop tags on non-looping substitute tracks.
68a553dd
– James Haley <haleyjd@hotmail.com>
authored
on 2014/10/23 22:58
Fix 4: Changing player name on local client
3e3342a3
– James Haley <haleyjd@hotmail.com>
authored
on 2014/10/23 20:53
Upstream fix 3
ee236f29
– James Haley <haleyjd@hotmail.com>
authored
on 2014/10/23 20:52
Upstream fix 2
2363b136
– James Haley <haleyjd@hotmail.com>
authored
on 2014/10/23 20:52
Upstream fix 1
d61a8018
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/21 20:19
Bump version number to 2.1.0.
096b0da0
– Simon Howard <fraggle+github@gmail.com>
authored
on 2014/10/21 16:48
Merge pull request #447 from chungy/master
ea3f2823
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/21 16:43
Update download URL for source code.
c2c46389
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/20 21:03
Update NEWS again.
0677af31
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/20 21:00
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
3608dddd
– Fabian Greffrath <fabian@greffrath.com>
authored
on 2014/10/21 02:56
bfgedition: remap menu graphics by means of DEH_AddStringReplacement()
21a41318
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/20 20:54
doom: Add -pack parameter to specify mission pack.
378857f3
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/20 20:38
Update NEWS.
084587ec
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/19 13:02
doom: Write -cdrom savegames to c:\doomdata.
16c56ea0
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/19 12:52
textscreen: Don't allow input of unprintable characters.
d88369c6
– Mike Swanson <mikeonthecomputer@gmail.com>
authored
on 2014/10/19 08:48
i_video: fix an if condition in my previous commit
a8a5d289
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/18 21:38
Update NEWS.
3bd29e8d
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/18 21:37
doom: Add game names for Freedoom IWADs.
f8459dfd
– Mike Swanson <mikeonthecomputer@gmail.com>
authored
on 2014/10/18 20:38
allow -geometry to specify fullscreen or windowed modes, like PrBoom
dec3348a
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/18 16:48
Fix dehacked patch loading order.
5914e160
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/18 16:33
dehacked: Allow override of string replacements.
2ab317c4
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/18 10:11
doom: Refactor IWAD dehacked patch loading.
621552f6
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/16 21:55
doom: Add -noiwaddeh command line parameter.
3dce9e52
– Brad Harding <brad@doomretro.com>
authored
and Simon Howard <fraggle@gmail.com>
committed
on 2014/06/02 14:20
Call SDL_Quit() on exit
d5b6bb70
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/16 19:25
Fix crash caused by adding a new WAD file.
c7e82b38
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/14 18:59
Fix OPL MIDI tempo calculations.
77d7e984
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/13 21:26
textscreen: Fix use-after-free with mouse press.
63e1c884
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/07 20:52
Allow -warp to episodes beyond episode 4.
16eb6597
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/07 20:42
Disable -oldsync startup message.
73bbc8ce
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/07 20:27
Use old network sync code by default.
9e9bb23d
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/07 20:12
midi: Fix "D_DDTBLU disease".
e4d9b85a
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/07 18:47
opl: Use uint64_t for microsecond times.
2afa4144
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/07 17:48
Allow multiple substitute mappings for music tracks.
056bd10f
– Fabian Greffrath <fabian@greffrath.com>
authored
on 2014/10/06 15:54
terminate the destination string in M_StringReplace()
a43186b2
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/01 19:58
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
0ec3d826
– Simon Howard <fraggle@gmail.com>
authored
on 2014/10/01 19:56
hexen: Add workaround for Mac Hexen IWAD.
a0a4303a
– James Haley <haleyjd@hotmail.com>
authored
on 2014/09/24 16:22
Upstream fix to torpedo weapon changing
6f8bed05
– James Haley <haleyjd@hotmail.com>
authored
on 2014/09/19 18:37
Upstream fixes to stair building issues
12732a15
– James Haley <haleyjd@hotmail.com>
authored
on 2014/09/17 21:22
Upstream bug fix to teleport beacon allegiance
Next