shithub: choc

RSS feed

1089c6a3 – Simon Howard <fraggle+github@gmail.com> authored on 2016/03/24 17:25
Merge pull request #687 from chocolate-doom/jmtd-doc-install-freedm

6cd7d53a – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/03/24 17:26
Update INSTALL.template

41c3d6d5 – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/03/23 14:14
Merge pull request #683 from nukeykt/authors2

6b0a6fee – nukeykt <alexeytf2@icloud.com> authored on 2016/03/23 22:34
Add Alexey to AUTHORS

bd7a22c3 – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/03/11 10:37
Update AUTHORS

cf9c0364 – Simon Howard <fraggle+github@gmail.com> authored on 2016/03/10 12:47
Merge pull request #679 from jmtd/osx-launcher-lmp

c9d46e0c – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/03/10 17:29
Add support for .lmp file formats to Mac Launcher

21668aca – James Haley <haleyjd@hotmail.com> authored on 2016/03/09 14:57
Cast player pitch to unsigned when calculating sigil mega blast trajectory

4077f339 – James Haley <haleyjd@hotmail.com> authored on 2016/03/06 07:00
Verified change to AM_addMark logic

c2a82e24 – James Haley <haleyjd@hotmail.com> authored on 2016/03/06 06:51
Verified changes needed to P_KillMobj

899bc171 – James Haley <haleyjd@hotmail.com> authored on 2016/03/05 20:36
pw_invisibility is in fact cleared on burning death; addl resolution for issue #663

a515d590 – James Haley <haleyjd@hotmail.com> authored on 2016/03/05 20:22
Address multiple issues identified by nukeykt; partially resolves issue #663

71cf6472 – James Haley <haleyjd@hotmail.com> authored on 2016/03/05 19:39
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom

bc09b36a – James Haley <haleyjd@hotmail.com> authored on 2016/03/05 19:38
Allow SDL headers and libraries to exist in the msvc project directory

2dedb037 – Simon Howard <fraggle+github@gmail.com> authored on 2016/03/01 15:58
Merge pull request #672 from jmtd/jmtd-revert-mrandom-seeding

4f040459 – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/02/12 14:20
Revert "Seed the M_Random random number generator from the system time to give"

3a1bc426 – Simon Howard <fraggle@soulsphere.org> authored on 2016/02/28 15:02
Add Contributor Covenant as Code of Conduct.

96a017b5 – Simon Howard <fraggle@soulsphere.org> authored on 2016/02/28 09:36
Update some doomworld http: links I missed.

826d2a09 – Simon Howard <fraggle@soulsphere.org> authored on 2016/02/28 09:30
Update Doomworld URLs.

2137da43 – Simon Howard <fraggle@soulsphere.org> authored on 2016/02/28 09:20
Change all chocolate-doom.org URLs to https:

e3954613 – Simon Howard <fraggle@soulsphere.org> authored on 2016/02/28 08:25
opl: Fix compile errors.

a0ef4eda – Simon Howard <fraggle+github@gmail.com> authored on 2016/02/28 08:12
Merge pull request #669 from nukeykt/nuked-opl

166c3d2e – nukeykt <alexeytf2@icloud.com> authored on 2016/02/28 16:59
opl: Fix tab characters

eb3cd651 – nukeykt <alexeytf2@icloud.com> authored on 2016/02/28 16:53
opl: Nuked OPL3 v1.7

cae001b8 – Simon Howard <fraggle@soulsphere.org> authored on 2016/02/17 14:53
CONTRIBUTING: Oops.

f4bf4d80 – Simon Howard <fraggle@soulsphere.org> authored on 2016/02/17 14:51
CONTRIBUTING: Add Git commit message guidelines.

216dbe12 – Simon Howard <fraggle@soulsphere.org> authored on 2016/02/17 14:37
CONTRIBUTING: Tweak wording.

deee6944 – Simon Howard <fraggle@soulsphere.org> authored on 2016/02/17 14:30
Add contributors guide.

1360e6ab – Simon Howard <fraggle@soulsphere.org> authored on 2016/02/15 15:12
Fix automake warning by changing variable name.

e25368ca – nukeykt <alexeytf2@icloud.com> authored on 2016/02/11 15:49
opl:Nuked OPL emulator

5e162ed7 – Simon Howard <fraggle@soulsphere.org> authored on 2016/02/06 12:38
doom: Correctly handle savegame fopen() failure.

b40e43e3 – Simon Howard <fraggle+github@gmail.com> authored on 2016/01/22 17:55
Merge pull request #655 from njankowski/issue-651

b2206374 – njankowski <njankowski@users.noreply.github.com> authored on 2016/01/22 11:33
Fix typo and remove unused symbol. Fixes #651

37c1162f – James Haley <haleyjd@hotmail.com> authored on 2016/01/10 23:08
Rogue did change the gib health check after all, we misread the assembly about 100 times in a row (this stuff is hard)

3b7f8c55 – Simon Howard <fraggle@soulsphere.org> authored on 2016/01/03 10:29
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom

6aad2f80 – Simon Howard <fraggle@soulsphere.org> authored on 2016/01/03 10:27
joystick: Don't initialize if joystick_index < 0.

ca78a3ab – Simon Howard <fraggle+github@gmail.com> authored on 2015/12/31 04:05
Merge pull request #649 from rrebello/makefile-fix

86cb29b6 – Rodrigo Rebello <rprebello@gmail.com> authored on 2015/12/30 06:36
Avoid use of '$<' and '$^' in Makefile rules

59d5f4e5 – Simon Howard <fraggle@soulsphere.org> authored on 2015/12/25 08:36
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom

b0585fa6 – Simon Howard <fraggle@soulsphere.org> authored on 2015/12/25 08:33
Fix bug when starting multiplayer Chex Quest games.

3dd823ca – Fabian Greffrath <fabian@greffrath.com> authored on 2015/12/11 09:11
tables.c: Changed type of finetangent[]/finesine[] to fixed_t

2ecfe698 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/11/30 16:35
Hexen: Let the MRJONES cheat report the same version string as HEXEN.EXE

71cc7a16 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/11/17 12:33
Fix warning: variable ‘widget’ set but not used

6345a9bd – Fabian Greffrath <fabian@greffrath.com> authored on 2015/11/17 06:13
Do not blindly assume single-byte framebuffers

d3688018 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/11/12 08:07
Merge pull request #640 from chocolate-doom/de-obfuscate

dba0583c – Fabian Greffrath <fabian@greffrath.com> authored on 2015/11/11 05:58
De-obfuscate some numerical constants found in the source code

9cc55c7f – Simon Howard <fraggle@soulsphere.org> authored on 2015/11/09 18:31
Fix warning due to mismatched enum types.

6fb9d62d – Simon Howard <fraggle@soulsphere.org> authored on 2015/11/09 18:31
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom

c9debbb1 – Simon Howard <fraggle@soulsphere.org> authored on 2015/11/09 18:30
Set the window title for command prompt.

74e95c61 – Simon Howard <fraggle+github@gmail.com> authored on 2015/11/08 14:22
Merge pull request #594 from khokh2001/warp

0f569394 – Simon Howard <fraggle@soulsphere.org> authored on 2015/11/08 13:39
Add Fabian and Jon to AUTHORS.

59698770 – Simon Howard <fraggle+github@gmail.com> authored on 2015/11/06 13:42
Merge pull request #638 from rrebello/io-ports-fix

b67821cd – Simon Howard <fraggle+github@gmail.com> authored on 2015/11/06 12:55
Merge pull request #637 from Azarien/upstream_master

e8117526 – Azarien <Azarien@users.noreply.github.com> authored on 2015/11/06 12:27
Add v_diskicon.c/v_diskicon.h to MSVC project files.

2e855ffe – Rodrigo Rebello <rprebello@gmail.com> authored on 2015/11/06 07:14
opl: limit use of ioperm/inb/outb to x86 architecture

2efd8ce2 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/11/04 03:16
autoconf: Re-direct error messages if pkg-config cannot be found

0b0cae72 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/11/04 02:35
autoconf: Call AC_CANONICAL_HOST before querying the host variable

ff61aa86 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/11/02 08:48
disk icon: Move check for accumulated read bytes to i_video.c

cb3520a3 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/11/02 06:40
disk icon: Make displaying the disk activity indicator optional

bba2a845 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/11/02 06:25
disk icon: Add a threshold for showing the disk icon

5803fe84 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/11/02 03:06
#include "i_system.h" in src/doom/p_doors.c for I_Error()

665e472b – Fabian Greffrath <fabian@greffrath.com> authored on 2015/11/01 13:34
Merge pull request #634 from chocolate-doom/diskicon

cb4848b8 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/10/30 04:53
bash-completion: allow multiple files with the same extensions

278cd34b – Fabian Greffrath <fabian@greffrath.com> authored on 2015/10/30 04:25
bash-completion: fix syntax error

ea37ca0e – Simon Howard <fraggle+github@gmail.com> authored on 2015/10/27 08:43
Merge pull request #632 from chungy/bash-completion-inst

6ce8514c – Fabian Greffrath <fabian@greffrath.com> authored on 2015/10/27 11:20
Merge pull request #631 from chocolate-doom/completion

c3e58795 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2015/10/27 05:30
bash-completion: Detect the appropriate directory for installation

ad37a8ff – Fabian Greffrath <fabian@greffrath.com> authored on 2015/10/26 14:44
Bash-Completion: First attempt at programatically creating the parameters list

0dfe43f1 – Simon Howard <fraggle+github@gmail.com> authored on 2015/10/26 07:49
Merge pull request #630 from rrebello/configure-option-fix

61a6af25 – Rodrigo Rebello <rprebello@gmail.com> authored on 2015/10/22 11:28
configure: fix --with-PACKAGE option checks

8993063b – Fabian Greffrath <fabian@greffrath.com> authored on 2015/10/26 03:35
Add error message for linedefs referencing non-existent sidedefs

125acd0e – Fabian Greffrath <fabian@greffrath.com> authored on 2015/10/26 03:28
Merge pull request #629 from rrebello/fix-gcc-struct-warn

9eab7159 – Rodrigo Rebello <rprebello@gmail.com> authored on 2015/10/22 07:29
Fix "`gcc_struct' attribute directive ignored" warnings

d9738a53 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/10/18 07:48
man: add a bash-completion scriptlet

bd0d0b9c – Simon Howard <fraggle+github@gmail.com> authored on 2015/10/10 11:14
Merge pull request #622 from chungy/master

29187fab – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2015/10/10 02:15
doom: update gameversion documentation to include 1.666 through 1.8

02ccadef – Simon Howard <fraggle+github@gmail.com> authored on 2015/10/08 09:45
Merge pull request #619 from khokh2001/dmx-opl-volume-fix

0609b476 – khokh2001 <alexeytf2@gmail.com> authored on 2015/10/08 18:52
opl: Minor fixes for last commit.

10ccadee – Simon Howard <fraggle+github@gmail.com> authored on 2015/10/05 06:33
Merge pull request #618 from khokh2001/opl-volume-fix

816f94a8 – khokh2001 <alexeytf2@gmail.com> authored on 2015/10/05 18:06
opl: DMX MIDI channel volume calculation fix.

0e83eb0e – Simon Howard <fraggle+github@gmail.com> authored on 2015/09/20 18:29
Merge pull request #615 from Gaerzi/patch-1

c06aa481 – Gaerzi <gaerzi@gmail.com> authored on 2015/09/20 14:11
Allow binding jump to mouse button in Strife

51b9d1fc – Simon Howard <fraggle+github@gmail.com> authored on 2015/09/12 13:17
Merge pull request #611 from linguica/master

8b1522fc – linguica <github@andrewstine.org> authored on 2015/09/11 13:07
Merge remote-tracking branch 'chocolate-doom/master'

0cb9b40b – linguica <github@andrewstine.org> authored on 2015/09/11 13:05
Add error message to untagged DR tag crash

5d6ac0a7 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2015/09/10 04:35
Bump version number to 2.2.1 and add NEWS about it

c6f5de37 – Simon Howard <fraggle+github@gmail.com> authored on 2015/09/10 06:52
Merge pull request #610 from Azarien/upstream_patch

73932263 – Azarien <Azarien@users.noreply.github.com> authored on 2015/09/10 10:47
Ensure the buffer is zero-terminated.

b393641f – Fabian Greffrath <fabian@greffrath.com> authored on 2015/09/08 10:20
factor disk load indicator out into separate src/v_diskicon.[ch] files

2170e4e9 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/09/07 07:40
Merge branch 'master' into diskicon

7510c748 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/09/07 07:25
condense checks for drawing disk icon and redrawing HUD into one variable

8d365762 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/09/07 02:33
Strife: force redraw of the screen border after drawing the disk icon

e6250d6a – Simon Howard <fraggle+github@gmail.com> authored on 2015/09/06 17:31
Merge pull request #607 from chungy/strife-screensize

4ed86e5f – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2015/09/06 14:10
setup: Strife uses screensize 10 by default. closes #462

5c644aea – linguica <github@andrewstine.org> authored on 2015/09/06 08:51
Merge remote-tracking branch 'chocolate-doom/master'

7a295155 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/09/05 07:51
get entirely rid of background saving and restoring

b3f6b771 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/09/04 09:33
Merge pull request #606 from jmtd/diskicon-strife

9913f4f4 – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/09/04 03:36
Fix STDISK offset for strife

9057c76e – Fabian Greffrath <fabian@greffrath.com> authored on 2015/09/03 07:32
forgot to declare functions void(void)

10cdf908 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/09/03 07:30
factor out backing up of the background into its own function

Next