shithub: choc

RSS feed

85b0d244 – Zvonimir Bužanić <zbuzanic@gmail.com> authored and GitHub <noreply@github.com> committed on 2016/10/20 19:03
Update year

d4703c13 – Fabian Greffrath <fabian@greffrath.com> authored on 2016/09/18 08:26
#include "i_system.h" for I_Error()

5974dfc9 – Fabian Greffrath <fabian@greffrath.com> authored on 2016/09/17 09:12
Merge branch 'master' into sdl2-branch

93e591e1 – Fabian Greffrath <fabian@greffrath.com> authored on 2016/09/02 16:58
video: call SDL_GetWindowPixelFormat() only once

f0bef91e – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/08/26 17:27
NEWS: Update for recent changes.

442785ab – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/08/26 17:08
d_iwad: Really ensure vanilla loading order for GOG.com installs

9524b0fa – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/08/26 16:59
Ignore Emacs temp files and src/*.cfg src/*.txt

1112fd95 – James Haley <haleyjd@hotmail.com> authored on 2016/08/26 17:09
Overflow safety for solidsegs; hopefully interim.

d0de82ca – James Haley <haleyjd@hotmail.com> authored on 2016/08/26 17:08
Enable map file in debug build for Hexen

72f342b2 – James Haley <haleyjd@hotmail.com> authored on 2016/08/25 20:38
Ignore hexndata under msvc project directory

130c5a5c – James Haley <haleyjd@hotmail.com> authored on 2016/08/25 20:36
Get rid of debug comment, and move call up

7caca1df – James Haley <haleyjd@hotmail.com> authored on 2016/08/25 20:23
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom

9ab44a4f – James Haley <haleyjd@hotmail.com> authored on 2016/08/25 20:22
Mix_HaltChannel must always be called when releasing a sound. Fixes #773.

81f2c5b2 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/08/24 07:21
p_spec: fix the wording of a comment about sector overflows

81fe8ce1 – James Haley <haleyjd@hotmail.com> authored on 2016/08/23 20:33
Ensure values retrieved with RegQueryValueEx are null-terminated.

fa7726b5 – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/08/15 13:33
Adjust SFC30 controller defaults to be consistent

dc120bcc – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/08/15 13:20
Add joystick virtual button for toggle automap

3f2a6fdf – Fabian Greffrath <fabian@greffrath.com> authored on 2016/08/07 14:18
SetVideoMode(): make re-entrant

10db74bb – Fabian Greffrath <fabian@greffrath.com> authored on 2016/08/07 14:18
CreateUpscaledTexture(): set max texture dimensions more generally

7c5fb110 – Fabian Greffrath <fabian@greffrath.com> authored on 2016/08/07 14:16
SetVideoMode(): remove unused "doompal" variable

36b34fc9 – Jonathan Dowland <jon+github@alcopop.org> authored and GitHub <noreply@github.com> committed on 2016/07/24 17:24
Merge pull request #760 from jmtd/defined-random

f5b04622 – Simon Howard <fraggle@soulsphere.org> authored on 2016/07/23 13:50
textscreen: Fix rendering when using a tiling WM.

5e919067 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/07/22 20:06
d_iwad: re-sort the GOG.com games by vanilla IWAD loading order

33551994 – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/07/22 03:24
I don't think we need this anymore

eccc7950 – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/07/21 03:49
Add P_SubRandom and fix P_Random ambiguities

d3c8f731 – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/07/18 05:14
Implement Vanilla limit of 4046 lumps in a WAD

490def9e – Simon Howard <fraggle@soulsphere.org> authored on 2016/07/17 20:07
man: Fix build to allow out-of-tree builds.

aca532db – Simon Howard <fraggle@soulsphere.org> authored on 2016/07/17 20:02
docgen: Read included templates from relative path.

93a2a60a – Jonathan Dowland <jon+github@alcopop.org> authored and GitHub <noreply@github.com> committed on 2016/07/15 05:49
Merge pull request #755 from chungy/sdl2-getprefpath

1c5973e4 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/07/14 17:24
Use SDL_GetPrefPath for the configuration directory.

f232822d – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2016/07/14 15:09
Merge pull request #754 from chocolate-doom/sdl2-png-screenshots

7215d13b – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/07/14 19:44
Revert using SDL_Image for PNG screenshots

ca0e7776 – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/07/14 14:46
Remove some autoconf foo for GL

b0ad1460 – Jonathan Dowland <jon+github@alcopop.org> authored and GitHub <noreply@github.com> committed on 2016/07/14 13:59
Merge pull request #745 from chocolate-doom/sdl2-swmode

13704286 – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/07/14 13:16
use SDL_GL_GetProcAddress to avoid GL dependency

3cf08f9f – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2016/07/13 19:38
Merge pull request #750 from nukeykt/nukedopl174

c801dd12 – nukeykt <alexeytf2@icloud.com> authored on 2016/07/14 08:19
opl: Nuked OPL3 v1.7.4

de098378 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2016/07/13 11:48
Add autoconf check for GL and link the engines to it.

e82b4c18 – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/07/12 13:47
Add CheckGLVersion to warn about software GL

f90f95af – Jonathan Dowland <jon@dow.land> authored and Jonathan Dowland <jon+github@alcopop.org> committed on 2016/07/07 18:28
Add force_software_renderer video rendering option

24de8171 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2016/07/10 18:57
Merge pull request #748 from nukeykt/retailfix

c91572ed – nukeykt <alexeytf2@icloud.com> authored on 2016/07/11 05:01
opl: Nuked OPL3 v1.7.3

95dc2af7 – Simon Howard <fraggle@soulsphere.org> authored on 2016/07/10 15:16
diskicon: Use *saved_background for sizeof().

c0bd4b7f – Fabian Greffrath <fabian@greffrath.com> authored on 2016/07/10 08:17
do not naively assume singly-byte frame buffers

f4d455c2 – Simon Howard <fraggle@soulsphere.org> authored on 2016/07/09 11:27
video: Set pixel format correctly for rgbabuffer.

2be292a6 – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/07/05 14:23
make two variables static

2f26be8a – Jonathan Dowland <jon+github@alcopop.org> authored and GitHub <noreply@github.com> committed on 2016/07/04 17:41
Merge pull request #738 from jmtd/sdl2-fix-window-position

15b87aba – Jonathan Dowland <jon+github@alcopop.org> authored and GitHub <noreply@github.com> committed on 2016/07/04 17:38
Merge pull request #744 from chocolate-doom/sdl2-mousewheel

35f805c2 – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/07/04 17:17
Fix mix-up of up/down buttons; ignore OS invert

2435f5bb – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/07/02 18:22
Fix mousewheel for SDL2 by synthesising buttons

346490a4 – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/07/04 02:25
textscreen: fix check for size of screen

4f9b811f – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/06/27 17:52
sdl2: fix window_position config option

a8a7ea27 – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/06/27 13:13
setup: Fixes for SFC30 on Linux systems

c88aa553 – Jonathan Dowland <jon@dow.land> authored on 2016/06/27 02:57
setup: Add joystick config for 8bitdo SFC/SNES30

ec90c9fa – Jonathan Dowland <jon+github@alcopop.org> authored and GitHub <noreply@github.com> committed on 2016/06/27 02:40
INSTALL.template: remove spare "compatible"

29a06c4e – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/26 14:54
INSTALL: Add comment about using FreeDM.

e8b9df8d – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/26 14:44
osx: Add FreeDM to IWAD list.

88cfa18c – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/26 14:16
setup: Add joystick config for 8bitdo NES30 PRO.

e5fb4a9e – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/26 14:01
setup: Reset button map when loading configs.

b6448730 – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/17 14:12
Add note to CONTRIBUTING guide about formatting.

8914be2c – James Haley <haleyjd@hotmail.com> authored on 2016/06/14 16:34
Fix issue #623: PCX reserved byte should be 0

034d2a9f – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/12 20:47
Remove library deps not needed for sdl2-branch.

55a7efa9 – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/12 20:45
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom

02c7144d – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/12 20:43
Set categories for some command line args.

2bd688e2 – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/12 15:33
osx: Remove GNUstep stuff.

fdb6b0f3 – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/12 15:28
osx: Remove hack for dealing with .svn directories.

0458d30a – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/12 11:20
osx: Add help button for command line.

5caec283 – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/11 21:22
osx: Remove IWADLocation.m from dist.

65a0cc9c – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/11 13:48
setup: Use TXT_If() for main menu.

06f1f8bc – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/11 13:38
configure: Bump to temporary version number.

c1396246 – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/11 13:28
Merge remote-tracking branch 'origin/master' into sdl2-branch

b5d296d2 – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/11 13:26
osx: New background for .dmg package.

614a449d – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/11 11:17
osx: Add missing connection for Chex control.

ec5b192d – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2016/06/11 10:09
Merge pull request #730 from nukeykt/retailfix

25087a65 – nukeykt <alexeytf2@icloud.com> authored on 2016/06/11 12:13
opl: Nuked OPL3 v1.7.2

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.

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

3626db38 – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/09 19:10
textscreen: Set parent pointer for conditionals.

ef4d10f9 – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/09 19:02
textscreen: Make file select more distinguishing.

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.

ad113dcd – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/05 11:17
setup: Use SNDDEVICE_SB for OPL, not ..._ADLIB.

d0de770d – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/05 10:30
setup: Avoid use of SDL_JoystickFromInstanceID().

1fdb0375 – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/05 08:27
Merge remote-tracking branch 'origin/master' into sdl2-branch

921a73c0 – Simon Howard <fraggle@soulsphere.org> authored on 2016/06/05 08:23
setup: Further simplify display dialog logic.

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.

Next