shithub: choc

RSS feed

f1f8ecde – Fabian Greffrath <fabian@greffrath.com> authored and GitHub <noreply@github.com> committed on 2017/09/20 11:52
Merge pull request #942 from chocolate-doom/makemake

4082f7ca – Fabian Greffrath <fabian@greffrath.com> authored on 2017/09/20 06:26
Make "make" aware of convenience libraries in subdirectories

58fee652 – Fabian Greffrath <fabian@greffrath.com> authored and GitHub <noreply@github.com> committed on 2017/09/15 19:32
Merge pull request #940 from chocolate-doom/shorttics

af02c3db – Fabian Greffrath <fabian@greffrath.com> authored on 2017/09/15 19:32
replace M_CheckParm() with M_ParmExists()

11035e79 – Fabian Greffrath <fabian@greffrath.com> authored on 2017/09/15 17:29
add a -shorttics command line option

14fc72bb – Simon Howard <fraggle@soulsphere.org> authored on 2017/09/14 18:05
video: Fix out-of-date comment.

b5db4a75 – Simon Howard <fraggle@soulsphere.org> authored on 2017/09/04 19:55
Merge branch 'sdl2-branch' of github.com:chocolate-doom/chocolate-doom into sdl2-branch

f62b804e – Simon Howard <fraggle@soulsphere.org> authored on 2017/09/04 19:54
heretic: Remove list terminator for alphSwitchList.

63141cfc – turol <turol@users.noreply.github.com> authored and Simon Howard <fraggle+github@gmail.com> committed on 2017/09/03 19:29
Add cppcheck static analysis to travis build (#939)

a89a0e65 – Simon Howard <fraggle@soulsphere.org> authored on 2017/09/02 15:33
Add checks in P_RespawnSpecials().

3cf76211 – Simon Howard <fraggle@soulsphere.org> authored on 2017/09/02 15:25
Fix warnings about P_InitSwitchList() overruns.

75bedca7 – Simon Howard <fraggle@soulsphere.org> authored on 2017/09/02 15:02
textscreen: Check return value from realloc().

d8054e60 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2017/08/25 07:56
Merge branch 'master' into sdl2-branch

83a71dd8 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2017/08/25 07:54
d_iwad: Find the GOG install of Doom 3: BFG

435bf4b1 – Fabian Greffrath <fabian@greffrath.com> authored on 2017/08/23 05:00
Remove duplicate I_Realloc() definition

ca642412 – Fabian Greffrath <fabian@greffrath.com> authored on 2017/08/23 04:44
Merge branch 'master' into sdl2-branch

cb793641 – Fabian Greffrath <fabian@greffrath.com> authored on 2017/08/22 03:59
Simplify I_Realloc() logic around error check

dc9d3bba – Fabian Greffrath <fabian@greffrath.com> authored on 2017/08/21 08:11
Remove two post-realloc checks that are now redundant

36fa1d29 – Fabian Greffrath <fabian@greffrath.com> authored on 2017/08/21 07:51
Demand use of I_Realloc() instead of realloc() in the HACKING guide

30e4e431 – Fabian Greffrath <fabian@greffrath.com> authored on 2017/08/21 07:38
replace calls to realloc() with the new I_Realloc()

729df2ed – Fabian Greffrath <fabian@greffrath.com> authored on 2017/08/21 07:36
i_system: Add an I_Realloc() function

8a52bc04 – Fabian Greffrath <fabian@greffrath.com> authored on 2017/08/23 04:41
Merge branch 'master' into sdl2-branch

83a81103 – Fabian Greffrath <fabian@greffrath.com> authored and GitHub <noreply@github.com> committed on 2017/08/23 04:01
Merge pull request #937 from chocolate-doom/i_realloc

9f055dbe – Fabian Greffrath <fabian@greffrath.com> authored on 2017/08/22 03:59
Simplify I_Realloc() logic around error check

bf12aa5c – Fabian Greffrath <fabian@greffrath.com> authored on 2017/08/21 08:11
Remove two post-realloc checks that are now redundant

7b1d8f99 – Fabian Greffrath <fabian@greffrath.com> authored on 2017/08/21 07:51
Demand use of I_Realloc() instead of realloc() in the HACKING guide

23175608 – Fabian Greffrath <fabian@greffrath.com> authored on 2017/08/21 07:38
replace calls to realloc() with the new I_Realloc()

12cf8abd – Fabian Greffrath <fabian@greffrath.com> authored on 2017/08/21 07:36
i_system: Add an I_Realloc() function

e334de61 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2017/08/13 07:49
Merge commit '76d72fc48dc88fac4faa8b0b3907679eb8555778' into sdl2-branch

9c2e7100 – turol <turol@users.noreply.github.com> authored and Simon Howard <fraggle+github@gmail.com> committed on 2017/08/12 21:55
video: Fix resource leak on PNG saving failure paths (#933)

c00d374d – Simon Howard <fraggle@soulsphere.org> authored on 2017/08/06 15:14
setup: Remove porch/integer scale controls.

b064565c – Simon Howard <fraggle@soulsphere.org> authored on 2017/08/06 07:44
doom: Fix "Screen Size" label with BFG IWADs.

132a4d16 – Mike Swanson <mikeonthecomputer@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/08/04 05:50
Merge pull request #928 from fjrosario/patch-2

94f01c5b – fjrosario <frosario@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/08/04 08:44
Fixed grammer error in README.md

76d72fc4 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2017/07/27 14:42
Write an aspect-correct PNG only if aspect_ratio_correct is set.

e9cfd047 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2017/07/27 14:52
WritePCXfile: set hres/vres so the aspect ratio is set to 1:1

2daa6465 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2017/07/27 12:34
Ignore *.pcx files

03eb29f2 – Mike Swanson <mikeonthecomputer@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/07/22 10:26
Merge pull request #923 from turol/va_end

f89e87cd – Turo Lamminen <turotl@gmail.com> authored on 2017/07/22 15:53
setup: Fix missing va_end

5383fa67 – Jonathan Dowland <jon+github@alcopop.org> authored and GitHub <noreply@github.com> committed on 2017/07/17 09:30
Merge pull request #881 from AlexMax/chocolate-midivolume

83a7dfb9 – Jonathan Dowland <jon+github@alcopop.org> authored and GitHub <noreply@github.com> committed on 2017/07/17 09:30
Merge branch 'sdl2-branch' into chocolate-midivolume

52ccdb80 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2017/07/16 21:10
NEWS: Move stray "HEAD" entry to the 3.0.0 section.

a423cc98 – Fabian Greffrath <fabian@greffrath.com> authored and GitHub <noreply@github.com> committed on 2017/06/20 13:13
Merge pull request #918 from devnexen/mem_leak_fixes

5409a57f – David Carlier <devnexen@gmail.com> authored on 2017/06/20 11:16
Tiny memory leak fix in call error path.

1843d641 – Fabian Greffrath <fabian@greffrath.com> authored and GitHub <noreply@github.com> committed on 2017/05/31 04:16
Merge pull request #913 from chocolate-doom/last_resize_time

c47a715e – Fabian Greffrath <fabian@greffrath.com> authored on 2017/05/31 04:14
video: turn 500 ms delay into a constant

7dd42ec0 – Fabian Greffrath <fabian@greffrath.com> authored on 2017/05/19 04:36
video: omit drawing to screen until the window resize has finished

a0b556eb – Fabian Greffrath <fabian@greffrath.com> authored on 2017/05/19 04:29
video: update scaled texture also when switching fullscreen

1c5c9b24 – Fabian Greffrath <fabian@greffrath.com> authored on 2017/05/18 11:14
video: apply windows self-resizing only after a 500 ms delay

0bcc7170 – Fabian Greffrath <fabian@greffrath.com> authored on 2017/05/08 05:16
Win32: do not redefine WIN32_LEAN_AND_MEAN

7f27e795 – Jonathan Dowland <jon+github@alcopop.org> authored and Simon Howard <fraggle+github@gmail.com> committed on 2017/05/02 14:11
textscreen: zenity chooser file filter tweaks (#909)

a28f58da – Fabian Greffrath <fabian@greffrath.com> authored on 2017/04/24 10:46
Merge branch 'master' into sdl2-branch

429fa571 – Fabian Greffrath <fabian@greffrath.com> authored on 2017/04/24 06:27
data/convert-icon: Support Pillow in addition to PIL

7b128dc1 – Jonathan Dowland <jon+github@alcopop.org> authored and GitHub <noreply@github.com> committed on 2017/04/03 12:08
Merge pull request #904 from jmtd/nes30pro

b92fa936 – Jonathan Dowland <jmtd@debian.org> authored on 2017/04/02 15:58
Re-order NES30 Pro and FC30 Pro entries

08e465f4 – Jonathan Dowland <jmtd@debian.org> authored on 2017/04/02 15:45
Yet another FC30 variant

432f853e – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2017/04/02 11:55
joystick: Add NES30 Pro Joystick mode

f3cd3474 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2017/04/01 13:31
joystick: Add NES30 Pro (not FC30) mappings for Linux

a7460558 – Jonathan Dowland <jon@dow.land> authored and Jonathan Dowland <jon+github@alcopop.org> committed on 2017/03/30 13:35
mappings for NES30 Pro on Linux

58c0a3e0 – Jonathan Dowland <jon+github@alcopop.org> authored on 2017/03/29 13:15
Adjust NES30Pro joypad settings, add FC30 Pro

c37d25a6 – Jonathan Dowland <jon+github@alcopop.org> authored and GitHub <noreply@github.com> committed on 2017/03/28 13:21
Merge pull request #900 from jmtd/joystick-hysteresis

3004b95a – Jonathan Dowland <jon+github@alcopop.org> authored on 2017/03/28 13:08
move joystick hysteresis to i_video

7bb82228 – Fabian Greffrath <fabian@greffrath.com> authored on 2017/03/28 09:00
video: move video_display check to I_GetWindowPosition()

f27269f7 – Jonathan Dowland <jon+github@alcopop.org> authored on 2017/03/21 13:12
Merge branch 'joystick-allow-savegames' into sdl2-branch

5e3314dd – Jonathan Dowland <jon+github@alcopop.org> authored on 2017/03/21 03:42
Adjustments to selecting save slots via joypad

98e31e07 – Wintermute0110 <wintermute0110@gmail.com> authored and Jonathan Dowland <jon+github@alcopop.org> committed on 2017/03/20 21:01
Create a savegame name by pressing Fire with joystick.

c6a63b62 – Jonathan Dowland <jon+github@alcopop.org> authored on 2017/03/21 03:03
doom menu joystick handling cleanup

56383f62 – Jonathan Dowland <jon+github@alcopop.org> authored on 2017/03/20 18:04
small typo in a comment

81b81c96 – Wintermute 0110 <wintermute0110@gmail.com> authored and Simon Howard <fraggle+github@gmail.com> committed on 2017/03/21 00:05
Fix detection of triggers in XBox 360 wireless gamepad. (#889)

782e0301 – Jonathan Dowland <jon+github@alcopop.org> authored and GitHub <noreply@github.com> committed on 2017/03/20 12:17
Merge pull request #890 from Wintermute0110/joystick-allow-quit-game

3213faa4 – Wintermute0110 <wintermute0110@gmail.com> authored on 2017/03/20 19:44
Simulate Y/N key press with joystick Fire/Use buttons in YES/NO dialogs.

439d4f5e – Fabian Greffrath <fabian@greffrath.com> authored on 2017/03/19 12:31
video: do not ignore 0x0 max texture dimensions

20c58f5f – Fabian Greffrath <fabian@greffrath.com> authored on 2017/03/19 10:42
video: Enable running headless with the dummy SDL video driver

fb7a43cb – Jonathan Dowland <jon+github@alcopop.org> authored and GitHub <noreply@github.com> committed on 2017/03/17 18:21
Merge pull request #879 from chungy/autoconf_bashcompletion

bc87379f – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2017/03/17 07:22
configure.ac: Use echo|tr to change PROGRAM_PREFIX case

7bdfcdf0 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2017/03/16 11:58
resource.rc.in: Add a winuser.h include, fixes #885

b58976aa – Alex Mayfield <alexmax2742@gmail.com> authored on 2017/03/14 17:19
Put our winged Int16 writing into function

e8e2d602 – Alex Mayfield <alexmax2742@gmail.com> authored on 2017/03/13 19:40
Move midipipe messages out of net

f09202ec – Alex Mayfield <alexmax2742@gmail.com> authored on 2017/03/13 18:56
Style fixes

e6260bfe – Alex Mayfield <alexmax2742@gmail.com> authored on 2017/03/09 17:36
Pass working directory to CreateProcess

3d3d950a – Alex Mayfield <alexmax2742@gmail.com> authored on 2017/03/09 16:07
Move bytes_written declaration to top

fee18df7 – Alex Mayfield <alexmax2742@gmail.com> authored on 2017/03/09 15:12
WriteFile requires 4th parameter

b4701b6c – Alex Mayfield <alexmax2742@gmail.com> authored on 2017/03/09 13:09
Improve version mismatch error

bad40257 – Alex Mayfield <alexmax2742@gmail.com> authored on 2017/03/08 19:03
Pass sample rate to midiproc

044b3e83 – Alex Mayfield <alexmax2742@gmail.com> authored on 2017/03/08 18:16
Define and comment fixes

ba9a4fc5 – Alex Mayfield <alexmax2742@gmail.com> authored on 2017/03/08 17:51
Merge remote-tracking branch 'me/chocolate-midivolume' into chocolate-midivolume

4abf58cf – Alex Mayfield <alexmax2742@gmail.com> authored on 2017/03/08 17:45
Remove debugging bits

b29e4d4c – Jonathan Dowland <jon+github@alcopop.org> authored on 2017/03/06 02:37
.gitignore: Ignore PNG screenshot file patterns

7f4e1ae1 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2017/03/05 13:43
bash-completion: Use autoconf substitutions for the chocolate name

dbb9de97 – Jonathan Dowland <jon+github@alcopop.org> authored on 2017/03/02 03:59
NES30 in USB mode and FC30 variants

512f236b – Jonathan Dowland <jon+github@alcopop.org> authored on 2017/03/02 03:55
Add NES30 to known joysticks

5cf245c0 – Jonathan Dowland <jon+github@alcopop.org> authored on 2017/03/01 07:30
Fix error message for PNG screenshots

8e9b4eaf – Jonathan Dowland <jon+github@alcopop.org> authored and GitHub <noreply@github.com> committed on 2017/02/28 12:23
Merge pull request #739 from jmtd/sdl2-fix-window-position-hexen

6adc6726 – Jonathan Dowland <jon+github@alcopop.org> authored on 2016/06/27 18:16
hexen: honour window_position during start-up

73a90031 – Alex Mayfield <alexmax2742@gmail.com> authored on 2017/02/26 12:35
More GCC warnings

668d0369 – Alex Mayfield <alexmax2742@gmail.com> authored on 2017/02/26 12:27
Merge remote-tracking branch 'chungy/chocolate-midivolume' into chocolate-midivolume

37ea28a4 – Alex Mayfield <alexmax2742@gmail.com> authored on 2017/02/26 12:24
Fix GCC warnings

f6581c53 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2017/02/26 09:18
midiproc: Change name to @PROGRAM_PREFIX@midiproc in automake

9a257cdf – Stephen Finniss <scfinniss@gmail.com> authored and Simon Howard <fraggle+github@gmail.com> committed on 2017/02/25 17:51
Support for Watcom C

9f9d6472 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2017/02/21 15:57
Add midiproc to the automake system.

Next