shithub: choc

RSS feed

ab79aad3 – Nuke.YKT <alexeytf2@gmail.com> authored on 2015/07/27 09:16
Another fix

d15d930d – Nuke.YKT <alexeytf2@gmail.com> authored on 2015/07/26 23:01
Small fix to previous commit.

40a9e2d0 – Nuke.YKT <alexeytf2@gmail.com> authored on 2015/07/26 22:57
doom:Emulation of hidden par bug in Final Doom.

41eebca5 – Simon Howard <fraggle@soulsphere.org> authored on 2015/07/24 19:12
opl: Add a secret DMXOPTION to reverse stereo channels.

2ed00ec1 – Simon Howard <fraggle+github@gmail.com> authored on 2015/07/23 11:37
Merge pull request #592 from linguica/msvc-fixes

0e9b2c33 – linguica <github@andrewstine.org> authored on 2015/07/23 08:27
Fixed Heretic / Hexen vcproj files

4d975256 – Simon Howard <fraggle+github@gmail.com> authored on 2015/07/22 11:12
Merge pull request #590 from linguica/patch-1

4d85eb16 – linguica <github@andrewstine.org> authored on 2015/07/22 07:06
Added deh_bexstr.c to MSVC project

82132ad6 – Simon Howard <fraggle+github@gmail.com> authored on 2015/07/22 06:07
Merge pull request #588 from jmtd/text-segv

0b27583c – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/07/22 03:02
Add constraint check to CellOverflowedSize

15cec0d0 – Simon Howard <fraggle+github@gmail.com> authored on 2015/07/22 06:06
Merge pull request #589 from Azarien/upstream_master

68828570 – Azarien <Azarien@users.noreply.github.com> authored on 2015/07/22 10:51
VS2015 compilation fix

47434df8 – Simon Howard <fraggle+github@gmail.com> authored on 2015/07/17 07:17
Merge pull request #582 from khokh2001/doom-1.666

5f7c253a – Nuke.YKT <alexeytf2@gmail.com> authored on 2015/07/17 09:04
Expanded table of valid game versions.

4a002031 – Nuke.YKT <alexeytf2@gmail.com> authored on 2015/07/17 08:28
Doom v1.666, 1.7, 1.8 support.

259350d4 – Simon Howard <fraggle+github@gmail.com> authored on 2015/07/16 19:44
Merge pull request #581 from khokh2001/doom-1.666

4b2dc259 – Simon Howard <fraggle@soulsphere.org> authored on 2015/07/15 20:04
setup: Update to add new defaults.

0229ae9c – Simon Howard <fraggle+github@gmail.com> authored on 2015/07/15 19:48
Merge pull request #580 from jmtd/aspect-ratio-screenshots

787ab13a – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/07/15 18:15
Write out aspect-corrected 1600x1200 PNGs

b81ba59d – Simon Howard <fraggle+github@gmail.com> authored on 2015/07/13 21:48
Merge pull request #577 from jkbenaim/master

19ca52e9 – Jason Benaim <jkbenaim@gmail.com> authored on 2015/07/13 21:19
Fix int/pointer union

628e1e15 – Simon Howard <fraggle@soulsphere.org> authored on 2015/07/11 22:52
osx: Add CFBundleIdentifier to Info.plist.

41f216bc – Simon Howard <fraggle@soulsphere.org> authored on 2015/07/11 13:39
textscreen: Fix struct initializers.

68786296 – Simon Howard <fraggle@soulsphere.org> authored on 2015/07/11 13:13
textscreen: Allow cycling through tables with tab key.

7a2f14ef – Simon Howard <fraggle@soulsphere.org> authored on 2015/07/11 12:43
setup: Clean up gamepad configuration window.

ef256921 – Simon Howard <fraggle@soulsphere.org> authored on 2015/07/10 23:38
doom: Avoid overflow for spawn angle calculation.

a9a3ca3c – Simon Howard <fraggle@soulsphere.org> authored on 2015/07/10 20:16
setup: Clean up multiplayer dialog code.

161e0658 – Simon Howard <fraggle@soulsphere.org> authored on 2015/07/09 21:58
setup: Simplify mouse configuration window code.

c82c457a – Simon Howard <fraggle@soulsphere.org> authored on 2015/07/09 21:44
setup: Clean up the keyboard controls window.

19559480 – Simon Howard <fraggle@soulsphere.org> authored on 2015/07/09 21:27
setup: Clean up the sound configuration window.

1cab001b – Simon Howard <fraggle@soulsphere.org> authored on 2015/07/09 21:20
textscreen: Fix separator special case handling.

c754eaf3 – Simon Howard <fraggle@soulsphere.org> authored on 2015/07/09 21:18
textscreen: Add TXT_SetTableColumns() function.

e365e664 – Simon Howard <fraggle@soulsphere.org> authored on 2015/07/08 22:19
textscreen: Add further table conveniences.

5da27e00 – Simon Howard <fraggle@soulsphere.org> authored on 2015/07/08 21:51
textscreen: Add table cell overflowing.

ac31afbe – Simon Howard <fraggle@soulsphere.org> authored on 2015/07/08 17:37
Fix formatting issues introduced in last merge.

93fe1124 – Simon Howard <fraggle+github@gmail.com> authored on 2015/07/08 17:29
Merge pull request #567 from jmtd/pitch-shifting

8a3621b2 – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/07/08 18:02
Enable pitch-shifting in Hexen

17f3963b – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/07/08 17:31
Default snd_pitchshift on for Heretic/Hexen

4780944f – Simon Howard <fraggle@soulsphere.org> authored on 2015/07/08 17:24
setup: Fix population of extra_table.

a8c4c51d – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/07/06 17:41
snd_pitchshift defaults off, except Raven games

d811a1be – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/07/06 16:00
Immediately free pitch-shifted sound effects

2c2bfe84 – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/07/01 19:22
Make pitch-shifting optional (default to off)

bb403e30 – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/06/26 03:56
Implement approximation of Doom's pitching

8c7e10c9 – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/06/26 03:52
Introduce pitch to allocated_sound_t

e7b1f301 – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/06/25 14:58
rework AllocateSound to return allocated_sound_t

f6deaba7 – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/06/24 16:59
Replace ->driver_data with GetAllocatedSoundBySfxinfo

ad116c05 – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/06/26 03:26
Switch channels_playing to track allocated_sound_t

bf67262a – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/06/23 17:43
update I_StartSound, S_StartSound with pitch

79ffc9db – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/06/26 02:39
Define NORM_PITCH in i_sound.h

31f27c7a – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/06/29 13:38
fix CacheSFX/WriteWAV debug procedure

e80278a9 – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/06/27 14:23
whitespace clean-ups

bb764b8e – Fabian Greffrath <fabian@greffrath.com> authored on 2015/06/26 06:12
Merge pull request #565 from jmtd/misc-fixups

769b385c – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/06/23 14:18
Minor whitespace fix-ups

80abfe65 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/06/22 15:09
Merge pull request #564 from jmtd/misc-fixups

06dfd81d – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/06/12 14:54
remove trailing whitespace

738da515 – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/06/21 12:49
Miscellaneous whitespace/formatting clean-ups

4bce23ff – Jonathan Dowland <jon+github@alcopop.org> authored on 2015/05/22 12:35
Use Mix_PlayChannel instead of Mix_PlayChannelTimed

52efd102 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/06/15 05:16
Add Keywords to the setup.desktop file

c5849693 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/06/15 05:08
Merge pull request #558 from chungy/setup.desktop

edfba306 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2015/06/13 09:35
setup.desktop: Add a missing semicolon to Categories

5f3a3ddf – Simon Howard <fraggle@soulsphere.org> authored on 2015/06/10 19:04
Update README.Strife.

1dc203c5 – Simon Howard <fraggle@soulsphere.org> authored on 2015/06/10 18:38
setup: Fix help URL for level warp menu.

0794465d – Simon Howard <fraggle@soulsphere.org> authored on 2015/06/10 16:44
Add alternate project files to make dist.

a538c179 – Simon Howard <fraggle@soulsphere.org> authored on 2015/06/09 18:52
Bump version number to 2.2.0.

10d4be9b – Simon Howard <fraggle@soulsphere.org> authored on 2015/06/08 17:22
hexen: Replace v1.0 warning with an error.

25c67b71 – Simon Howard <fraggle@soulsphere.org> authored on 2015/06/08 17:12
opl: Change result from OPL_Init() to an enum.

e81997d7 – Simon Howard <fraggle@soulsphere.org> authored on 2015/06/08 16:58
Replace "opl_type" config variable with DMXOPTION.

e986a934 – Simon Howard <fraggle@soulsphere.org> authored on 2015/06/08 16:04
opl: Add missing function prototype to header.

ef4c73fc – Simon Howard <fraggle@soulsphere.org> authored on 2015/06/07 15:17
textscreen: Refactor TXT_OpenURL() to simplify.

f69c5a10 – Simon Howard <fraggle+github@gmail.com> authored on 2015/06/07 15:15
Merge pull request #548 from chungy/shellexecute

b44b84be – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2015/06/06 06:52
textscreen: Pass url directly to ShellExecute, snprintf unneeded

7265f8d9 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2015/06/05 18:49
textscreen: use ShellExecute on Windows to open URLs

f30f390e – Simon Howard <fraggle@soulsphere.org> authored on 2015/06/03 21:07
textscreen: Tweak to command line to open URL.

a0f514d3 – Simon Howard <fraggle@soulsphere.org> authored on 2015/06/03 16:23
Add @AXDOOMER to credits for sky transition bug.

f28d7980 – Simon Howard <fraggle@soulsphere.org> authored on 2015/06/03 16:20
Fix demo desyncs caused by P_RunThinkers() change.

d6556ee4 – Simon Howard <fraggle@soulsphere.org> authored on 2015/05/31 00:29
Fix bug with frames being rendered twice.

e06b8d3e – Simon Howard <fraggle@soulsphere.org> authored on 2015/05/30 22:26
setup: Add help links for Multiplayer windows.

81bebcd0 – Simon Howard <fraggle@soulsphere.org> authored on 2015/05/30 10:04
NEWS: Improve 2.2.0 release notes.

6b005685 – Simon Howard <fraggle@soulsphere.org> authored on 2015/05/30 09:06
Fix tab character.

0e90c19c – Simon Howard <fraggle+github@gmail.com> authored on 2015/05/30 09:04
Merge pull request #545 from khokh2001/opl3_mode

1e516e34 – Nuke.YKT <alexeytf2@gmail.com> authored on 2015/05/29 13:30
Text formatting.

54c2e6d4 – Nuke.YKT <alexeytf2@gmail.com> authored on 2015/05/28 22:12
One result checking is enought to detect OPL3.

7c377fc8 – Nuke.YKT <alexeytf2@gmail.com> authored on 2015/05/28 22:00
Added OPL3 mode support.

5082f149 – Simon Howard <fraggle@soulsphere.org> authored on 2015/05/28 05:41
Credit Alexey Khokholov by name rather than username.

6ad993a2 – Simon Howard <fraggle@soulsphere.org> authored on 2015/05/28 05:12
Rollback of 4f8f8a43e174f1e82dc0160c0ea96070e1cf6ef9.

f4303dd6 – Simon Howard <fraggle@soulsphere.org> authored on 2015/05/27 19:19
NEWS: Add draft notes for 2.2.0 release.

307a78f6 – Simon Howard <fraggle@soulsphere.org> authored on 2015/05/27 18:03
opl: Some minor tweaks to the last merge.

a09682d4 – Simon Howard <fraggle+github@gmail.com> authored on 2015/05/27 17:51
Merge pull request #516 from khokh2001/oldopl

4f8f8a43 – Simon Howard <fraggle@soulsphere.org> authored on 2015/05/27 17:37
opl: Tweak voice replacement algorithm.

172188c3 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/05/27 15:37
Oops, revert debug changes

310ad72c – Fabian Greffrath <fabian@greffrath.com> authored on 2015/05/27 15:35
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom

7d8a9f3f – Fabian Greffrath <fabian@greffrath.com> authored on 2015/05/27 15:35
desktop: Add some additional keywords to *.desktop files

4ffeb43f – Simon Howard <fraggle@soulsphere.org> authored on 2015/05/25 18:16
Change license statement on sha1.c to GPLv2.

d1bfae16 – Simon Howard <fraggle+github@gmail.com> authored on 2015/05/12 05:07
Merge pull request #542 from chungy/final2_sky_fix

b3678129 – Simon Howard <fraggle@soulsphere.org> authored on 2015/05/11 20:54
Replace AES implementation with the Linux one.

81c69106 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2015/05/11 20:32
doom: the sky changes in final2 map11->12 and map20->21 transitions.

1f87d0ba – Simon Howard <fraggle@soulsphere.org> authored on 2015/05/10 14:53
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom

3a140fe3 – Simon Howard <fraggle@soulsphere.org> authored on 2015/05/10 14:48
Add back the Doom PWAD reload hack.

f1050ee4 – Fabian Greffrath <fabian@greffrath.com> authored on 2015/05/08 05:11
warnings: fix "variable ‘..’ set but not used" warnings

5b423fcf – Fabian Greffrath <fabian@greffrath.com> authored on 2015/05/08 05:05
warnings: fix "redundant redeclaration of ‘player_names’"

Next