shithub: choc

RSS feed

93fb29c1 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/01 15:05
Make I_Error format string parameter const

b6b765a0 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/03/10 07:55
NEWS: Make note of some of the post-3.0.0 developments.

16a00c60 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/03/10 07:36
NEWS: Minor formatting fixes for Markdown.

674f6b14 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/03/10 09:31
Merge pull request #998 from jmtd/bye-bye-msvc

f3d2dc49 – Jonathan Dowland <jon@dow.land> authored on 2018/03/07 11:10
remove MSVC_FILES def from Makefile.am

00d7eb22 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/03/07 06:19
pkg/win32: Remove mention of cygwin

685062a5 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/03/07 06:00
pkg/win32: Set LC_ALL=C before running ./cp-with-libs

4c9c2e7f – Jonathan Dowland <jon@dow.land> authored on 2018/03/05 10:36
Remove msvc project (unmaintained)

d50a8a60 – Fabian Greffrath <fabian@greffrath.com> authored and GitHub <noreply@github.com> committed on 2018/03/03 03:01
Merge pull request #996 from AXDOOMER/master

20eca789 – Alexandre-Xavier Labonté-Lamoureux <alexandrexavier@live.ca> authored on 2018/03/01 10:05
Fix exception thrown by Windows when debugging with GDB

ed2a7870 – Fabian Greffrath <fabian@greffrath.com> authored on 2018/02/22 08:44
setup: when disabling "Always Run" reset joybspeed to its default value 2

4a5f98e8 – Fabian Greffrath <fabian@greffrath.com> authored on 2018/02/21 15:49
strife: fix type mismatch of spechit[] between p_enemy.c and p_map.c

7279f688 – Fabian Greffrath <fabian@greffrath.com> authored on 2018/02/21 14:55
video: more pixel_t type consistency

28b514bb – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/02/20 10:10
Merge branch 'printf' of gh:turol/chocolate-doom

eef7a4e0 – Fabian Greffrath <fabian@greffrath.com> authored on 2018/02/20 17:55
video: rename rgbabuffer variable to argbbuffer

14e9e565 – Turo Lamminen <turotl@gmail.com> authored on 2018/02/17 11:15
Add format string attribute to TXT_snprintf

51a73a6c – Turo Lamminen <turotl@gmail.com> authored on 2018/02/17 11:14
Add format string attribute to M_snprintf

8b5ee89f – Turo Lamminen <turotl@gmail.com> authored on 2018/02/17 11:13
Add format string attribute to I_Error

695e8b3d – Turo Lamminen <turotl@gmail.com> authored on 2018/02/17 11:13
setup: Fix format string problems in level select dialog

658479b4 – Turo Lamminen <turotl@gmail.com> authored on 2018/02/17 11:10
Fix format string problem in M_StringDuplicate

a94fcfe0 – Turo Lamminen <turotl@gmail.com> authored on 2018/02/17 10:57
Fix format string problem in I_Realloc

30b05089 – Turo Lamminen <turotl@gmail.com> authored on 2018/02/17 10:53
Fix format string problems in R_DrawPlanes

38d9e11a – Turo Lamminen <turotl@gmail.com> authored on 2018/02/14 05:45
setup: Fix format string problem

83c9d051 – Turo Lamminen <turotl@gmail.com> authored on 2018/02/14 05:40
Add format string attribute to DEH_String

58e56f14 – Turo Lamminen <turotl@gmail.com> authored on 2018/02/14 05:40
Add GCC printf format string attribute

f8235983 – Turo Lamminen <turotl@gmail.com> authored on 2018/02/13 14:03
Add format attribute to ST_RealMessage

5c87d6b9 – Turo Lamminen <turotl@gmail.com> authored on 2018/02/13 14:01
Add format attribute to ST_Message

e045c767 – Turo Lamminen <turotl@gmail.com> authored on 2018/02/13 14:43
Add format attribute to formatted_printf

57384076 – Turo Lamminen <turotl@gmail.com> authored on 2018/02/13 14:33
Add format attribute to AddCmdLineParameter

23476990 – Turo Lamminen <turotl@gmail.com> authored on 2018/02/13 14:13
Add format attribute to DEH_snprintf

39bfee97 – Turo Lamminen <turotl@gmail.com> authored on 2018/02/13 14:08
Add format attribute to DEH_fprintf

67712c6a – Turo Lamminen <turotl@gmail.com> authored on 2018/02/13 14:07
Add format attribute to DEH_printf

e064e078 – Turo Lamminen <turotl@gmail.com> authored on 2018/02/13 13:49
Add format attribute to DEH_Warning

8ddcaf22 – Turo Lamminen <turotl@gmail.com> authored on 2018/02/13 13:47
Add format attribute to DEH_Error

ce935d5a – Turo Lamminen <turotl@gmail.com> authored on 2018/02/13 13:39
Add GCC printf format attribute

0b50fbde – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/02/14 15:58
Print a more useful error about which savegame failed to load

0fe9bbcf – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/02/13 20:43
When a savegame can't be loaded, exit with an error.

a8985916 – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/27 21:00
ISSUE_TEMPLATE: Add intro comment with useful links.

f779332e – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/27 20:43
Add issue template.

dd77fbd2 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/01/27 20:00
CONTRIBUTING: Add more details for bug reports

9b924532 – Mike Swanson <mikeonthecomputer@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/01/27 10:26
Merge pull request #974 from turol/warnings

5bd5e162 – Turo Lamminen <turotl@gmail.com> authored on 2018/01/09 14:06
hexen/sv_save.c: Error out on incomplete read

e1e4cbd6 – Turo Lamminen <turotl@gmail.com> authored on 2018/01/09 14:05
heretic/p_saveg.c: Error out on incomplete read

ea59eb71 – Turo Lamminen <turotl@gmail.com> authored on 2018/01/06 10:46
strife: Don't ignore return value of fread() call when loading savegame mission objective

5941db63 – Turo Lamminen <turotl@gmail.com> authored on 2018/01/06 10:35
i_sdlmusic: Don't ignore return value of fgets() call

f39a5d2c – Turo Lamminen <turotl@gmail.com> authored on 2018/01/06 10:32
strife: Don't ignore return value of fread() call

091fdce0 – Turo Lamminen <turotl@gmail.com> authored on 2018/01/06 10:20
heretic: Don't ignore return value of fread() call

52bf4884 – Turo Lamminen <turotl@gmail.com> authored on 2018/01/06 10:11
doom: Don't ignore return value of fread() call

41b772f1 – Turo Lamminen <turotl@gmail.com> authored on 2018/01/06 10:28
Swap fread parameters so return value makes more sense

5e2df0a5 – Turo Lamminen <turotl@gmail.com> authored on 2018/01/06 10:02
textscreen: Don't ignore return value of system() call

e326cd33 – Turo Lamminen <turotl@gmail.com> authored on 2018/01/06 09:58
travis: Treat warnings as errors

edd74056 – Turo Lamminen <turotl@gmail.com> authored on 2018/01/06 09:55
configure.ac: Add configure option to treat warnings as errors

96e0123c – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/01/26 23:52
bash-completion: complete list of valid -gameversion parameters

da880120 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/01/26 23:49
bash-completion: Build from actual shell script templates.

35827930 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/01/22 15:41
Update AppStream XML files to current (0.11) standards

12d69a4e – Fabian Greffrath <fabian@greffrath.com> authored on 2018/01/22 12:24
install AppStream metadata into the proper location

60c3beb6 – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/20 21:44
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom

50f881cd – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/20 21:43
hexen: Remove test code mistakenly added.

497514e3 – Jonathan Dowland <jon@dow.land> authored on 2018/01/15 14:18
better choice of substvar for chocolate-server.6

433230aa – Jonathan Dowland <jon@dow.land> authored on 2018/01/15 14:10
man: Fix simplecpp -D arguments

ccfbd4a0 – Jonathan Dowland <jon@dow.land> authored on 2018/01/15 14:10
bash-completion: run docgen with -z argument

69b80439 – Jonathan Dowland <jon@dow.land> authored on 2018/01/15 14:01
fix typo @PACKAGE_SHORTNAME + '@'

70d910d3 – Jonathan Dowland <jon@dow.land> authored on 2018/01/15 12:35
Fix generation of top-level INSTALL file

91a66a7e – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/14 18:26
Replace COPYING with COPYING.md Markdown version.

40811c8e – Simon Howard <fraggle@soulsphere.org> authored on 2018/01/14 18:02
INSTALL: Update patch file links.

55a1c1c9 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/01/09 22:01
hexen: Fix spelling error

a42d9a22 – Jonathan Dowland <jon+github@alcopop.org> authored and GitHub <noreply@github.com> committed on 2018/01/09 12:20
Merge pull request #962 from jmtd/manpage-fixes

45880bd2 – Jonathan Dowland <jon@dow.land> authored on 2018/01/09 12:19
Implement suggestions from Fabian. Thanks!

d0aca324 – Jonathan Dowland <jon@dow.land> authored on 2017/11/30 18:04
don't build chocolate-setup.6 anymore; more subs

32ccfe01 – Jonathan Dowland <jon@dow.land> authored on 2017/11/30 14:10
expand docgen/default.cfg.template substitutions

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

Next