shithub: choc

RSS feed

010e52f9 – Mike Swanson <mikeonthecomputer@gmail.com> authored and GitHub <noreply@github.com> committed on 2016/06/10 02:56
Merge pull request #728 from nukeykt/retailfix

4ce27fe5 – nukeykt <alexeytf2@icloud.com> authored on 2016/06/10 09:11
doom: Fix tab char in last commit.

bd6cec70 – nukeykt <alexeytf2@icloud.com> authored on 2016/06/10 09:08
doom: Fix automap cheat handling when emulating older EXEs.

44fea0d8 – nukeykt <alexeytf2@icloud.com> authored on 2016/06/09 17:13
doom: Fix minor Ultimate/Final Doom and Chex emulation bugs.

1be6c76f – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/06/09 02:51
doom: Remove commented out code from the last commit

a520aacd – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/06/09 02:48
Merge pull request #727 from nukeykt/retailfix

e132bd49 – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/08 19:20
Do make {install,dist} as part of travis build.

efe8f0f6 – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/08 19:13
Fix some references broken by markdown change.

b6397775 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/06/08 00:55
pkg: Really fix the Makefile from the last commit, include the docs

e2b48049 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/06/08 00:36
Convert the rest of the doc files to Markdown.

77c680f7 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/06/07 06:07
strife/p_plats.c: Add braces for for() loops and un-indent I_Error().

c996c125 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/06/07 06:03
Convert files from CRLF to LF line endings.

2e1a244a – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/06/07 05:44
Merge pull request #726 from chungy/readme.md

189fbf78 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/06/06 18:44
README: Convert to Markdown format.

9c6799b4 – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/05 19:00
pkg: Remove ChangeLog file from binary dists.

4b45eb2d – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/05 18:56
TODO: Update TODO file.

3ec49f40 – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/05 07:52
Switch builds to use Trusty.

dbc0aaf1 – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/05 07:47
Fix travis build of master branch?

0cd3b7e5 – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/05 07:45
setup: Fix crash with Chex Quest warp select.

f3405a4d – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/05 07:28
Use apt addon rather than sudo for builds.

f8063a27 – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/05 07:17
Add build file for Travis CI.

4946e59e – Simon Howard <fraggle+github@gmail.com> authored on 2016/06/04 20:40
Merge pull request #700 from nukeykt/opl-timer-fix

ed77a8fe – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/04 15:32
osx: Bump OSX deployment target to 10.7.

f802aa44 – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/01 10:34
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom

f0999abc – Simon Howard <fraggle@soulsphere.org> authored on 2016/05/31 16:14
setup: Remove widget for disk activity icon.

2730a06c – Simon Howard <fraggle@soulsphere.org> authored on 2016/05/31 16:03
video: Remove show_diskicon from video code.

90a455e5 – Simon Howard <fraggle@soulsphere.org> authored on 2016/05/31 15:58
diskicon: De-dupe icon dimension constants.

70b90f34 – Simon Howard <fraggle@soulsphere.org> authored on 2016/05/31 15:56
diskicon: Fix Strife disk icon.

5bddaa7c – Simon Howard <fraggle@soulsphere.org> authored on 2016/05/31 15:47
diskicon: Draw disk icon with black background.

76071402 – Fabian Greffrath <fabian@greffrath.com> authored on 2016/05/24 17:02
Use a heuristic approach to detect infinite state cycles

512f850d – Simon Howard <fraggle@soulsphere.org> authored on 2016/05/22 18:36
Fix STDISK patch offset calculation.

ced40ce2 – Simon Howard <fraggle@soulsphere.org> authored on 2016/05/22 13:34
Refactor loading disk icon code.

ed8cbb08 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/05/22 06:41
NEWS: change khokh2001 attribution to Nuke.YKT

ebeccb0f – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/05/22 03:43
NEWS: Use past-tense rather than present and imperative.

d0467c9a – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/05/21 08:38
NEWS: Strife IWAD/voices.wad loading behavior tweak

7742f0d4 – James Haley <haleyjd@hotmail.com> authored on 2016/05/21 09:57
Swap order of checks for voices.wad; resolve issue #675

1efd274d – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/05/20 03:40
NEWS: Update for the current state of the repo. Maybe release soon...?

c0492ef8 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/05/19 04:44
d_iwad: Find Strife from a GOG.com installation

e94e6cd9 – Simon Howard <fraggle+github@gmail.com> authored on 2016/05/14 10:17
Merge pull request #705 from nukeykt/dmxgus

1db8ff0b – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/05/05 03:57
doom: Use inequality comparison for the freedoom variant (thanks Jon)

4bab09e9 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/05/05 03:29
Merge pull request #702 from chungy/master

bd0a63d9 – nukeykt <alexeytf2@icloud.com> authored on 2016/05/03 18:42
music: DMX's "GUS instrument mappings bug" emulation

0fd26e60 – Simon Howard <fraggle+github@gmail.com> authored on 2016/04/30 20:52
Merge pull request #703 from chocolate-doom/gamevariant

b5dabaf7 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/04/19 01:19
doom: Always allow loading PWADs for Freedoom: Phase 1

59b322bd – Simon Howard <fraggle+github@gmail.com> authored on 2016/04/29 07:08
Merge pull request #635 from chungy/automake_bindir

7b95fbbf – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2015/11/03 02:38
automake: install binaries to ${bindir} not ${exec_prefix}/games

4ff55462 – Fabian Greffrath <fabian@greffrath.com> authored on 2016/04/25 16:48
opl_sdl.c: remove unused variable "i"

ab050f0a – Fabian Greffrath <fabian@greffrath.com> authored on 2016/04/22 02:10
gamevariant can be either freedoom or freedm

6df0ab86 – Fabian Greffrath <fabian@greffrath.com> authored on 2016/04/20 13:03
introduce a gamevariant variable to tell different IWADs apart

d982aa21 – Simon Howard <fraggle+github@gmail.com> authored on 2016/04/18 05:52
Merge pull request #701 from krystalgamer/patch-1

8e36bba2 – krystalgamer <krystalgamer@users.noreply.github.com> authored on 2016/04/17 10:32
Removed non-existing files from project

6b2fc842 – nukeykt <alexeytf2@icloud.com> authored on 2016/04/12 12:56
opl: fix time calculation after tempo change

7c4a6bf7 – Simon Howard <fraggle+github@gmail.com> authored on 2016/03/27 14:30
Merge pull request #688 from jkbenaim/heretix-namefix

85b6f63a – Jason <jkbenaim@gmail.com> authored on 2016/03/27 12:03
Heretic: Add map names for Episode 6

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

Next