shithub: choc

RSS feed

f515c88a – Jonathan Dowland <jon@dow.land> authored on 2017/11/30 12:15
install.template: move definitions to Makefile

c1f553b9 – Jonathan Dowland <jon@dow.land> authored on 2017/11/27 17:24
further manpage substitutions and fixes

e0b8a7e0 – Jonathan Dowland <jon@dow.land> authored on 2017/11/27 16:17
overhaul manpages, add parameters

16ae1b6c – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/01/06 17:32
Merge pull request #957 from BlooD2oo1/sdl2-branch

59142245 – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/06 17:30
Merge remote-tracking branch 'origin/sdl2-branch'

d2cdb398 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/01/06 16:07
Merge pull request #966 from duganchen/icon-locations

154c1d54 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/01/06 04:31
pkg/win32: use --add-bom when processing files in unix2dos

666e8da5 – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/05 16:07
hexen: Add extra context for assertion failures.

f5446def – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/05 15:52
hexen: Change comment to American spelling.

ffa290d2 – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/05 15:44
hexen: Validate strings during header parsing.

55fb4179 – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/05 15:36
hexen: Replace ValidateLumpOffset with ReadOffset().

29994d4d – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/05 15:28
hexen: Validate ACS instructions.

f4f2242c – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/05 15:26
hexen: Use ReadCodeInt() to parse header.

53e98bc7 – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/05 15:19
hexen: Remove PCodePtr entirely.

fe9adcbd – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/05 15:02
hexen: Add validation of lump offset values.

4ec79628 – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/05 14:44
hexen: Eliminate most direct usage of PCodePtr.

5e51c203 – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/05 07:41
hexen: Add bounds checking for CmdPrintCharacter.

714b700b – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/04 20:47
hexen: Add doc comments for new functions.

07109cb2 – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/04 20:36
hexen: Add bounds checking for strings table.

118d869f – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/04 20:27
hexen: Add bounds checking for world variables.

005a79c6 – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/04 20:24
hexen: Add bounds checking for map variables.

48af05e0 – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/04 20:21
hexen: Add bounds checking for script variables.

1797341f – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/04 20:09
hexen: Add assertion checking for ACS stack.

8777b99c – Simon Howard <fraggle@soulsphere.org> authored on 2017/12/30 17:15
Update NEWS, bump version to 3.0.0.

76d893ee – Simon Howard <fraggle@soulsphere.org> authored on 2017/12/30 13:48
README.Music: add hint for finding ioperm.sys file.

241d056f – Fabian Greffrath <fabian@greffrath.com> authored on 2017/12/11 09:46
midiproc: some further improvements

42802762 – Dugan Chen <thedoogster@gmail.com> authored on 2017/12/09 10:37
Install icons to PREFIX/share/icons/hicolor/128x128/apps

95bd2d44 – Fabian Greffrath <fabian@greffrath.com> authored on 2017/12/02 13:00
fix some mixed line endings

e8457578 – Fabian Greffrath <fabian@greffrath.com> authored on 2017/11/25 06:11
midipipe: initialize state variables

f88cbbaa – Fabian Greffrath <fabian@greffrath.com> authored on 2017/11/23 10:22
midiproc: consider the case that RegisterSong() fails

b90a9e58 – Fabian Greffrath <fabian@greffrath.com> authored on 2017/11/23 10:19
cp-with-libs: add dsound.dll to the list of bundled DLLs

f4abf51e – Fabian Greffrath <fabian@greffrath.com> authored on 2017/11/22 15:46
i_sdlmusic: avoid code duplication and code path splitting

45da1a18 – BlooD2oo1 <BloD2o1@gmail.com> authored on 2017/11/20 17:26
Make 0 and 5 keys on the numeric keypad bindable for left handed users

413f4ecd – Fabian Greffrath <fabian@greffrath.com> authored on 2017/11/04 09:32
video: disable VSYNC if software rendering is enforced

8204450b – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/10/31 20:41
Merge pull request #953 from ericwa/sdl2-branch

bd954b94 – Eric Wasylishen <ewasylishen@gmail.com> authored on 2017/10/31 10:30
Allocate large enough buffer for SDL_ConvertAudio.

4746d238 – Simon Howard <fraggle@soulsphere.org> authored on 2017/10/22 15:13
strife: Move D_IdentifyVersion() earlier in startup.

6a51ab4f – Simon Howard <fraggle@soulsphere.org> authored on 2017/10/22 14:54
setup: Tweak server list interface.

58006edc – Simon Howard <fraggle@soulsphere.org> authored on 2017/10/22 14:39
textscreen: Add extern "C" for C++ imports.