shithub: choc

RSS feed

26e75881 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/31 11:08
pcsound: Make pcsound_driver_s name member const

1ec2d4d8 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/31 11:05
opl: Make opl_driver_t name member const

1332c5aa – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/03/27 13:51
Merge pull request #1006 from turol/const

f186ecd1 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/27 15:35
textscreen: Fix const correctness issue in guitest

695895dd – Turo Lamminen <turotl@gmail.com> authored on 2018/03/27 15:33
textscreen: Make AddOperatorButton label parameter const in calculator example

fccdde81 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/27 15:28
Make TXT_NewDropdownList values parameter const

0c4fe5bb – Turo Lamminen <turotl@gmail.com> authored on 2018/03/27 15:21
Make TXT_NewFileSelector prompt parameter const

061a1dee – Turo Lamminen <turotl@gmail.com> authored on 2018/03/27 15:20
textscreen: Make txt_fileselect_s prompt member const

bdb14111 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/03/24 16:20
Merge pull request #1002 from chungy/unrestricted_aspect

98d59e65 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/03/24 15:08
Merge pull request #1005 from turol/const

76ca4ec0 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/03/24 12:29
NEWS: Add mention of the unrestricted aspect option

db8a8047 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/03/24 12:25
video: allow integer_scaling to still force an 8:5 ratio

d4ef25a0 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/24 12:02
Make TXT_SelectFile extensions parameter const

03eb55c8 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/03/23 19:26
Merge branch 'doom-map33-text' of gh:CapnClever/chocolate-doom

465a8113 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/03/23 19:03
Merge branch 'abs_call_fixes' of gh:devnexen/chocolate-doom

99a015c3 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/03/23 07:22
Merge pull request #1004 from nukeykt/nukedopl-1.8

db8ead81 – nukeykt <alexeytf2@icloud.com> authored on 2018/03/22 15:56
opl: Nuked OPL3 v1.8

4a3c8c6d – Mike Swanson <mikeonthecomputer@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/03/20 08:08
Merge pull request #1003 from turol/const

cd65e9da – Turo Lamminen <turotl@gmail.com> authored on 2018/03/20 15:01
textscreen: Fix constness issue in TXT_SelectFile

4c069fef – Turo Lamminen <turotl@gmail.com> authored on 2018/03/20 14:30
textscreen: Fix one more variant of TXT_SelectFile

7a1267e2 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/03/18 09:17
Merge pull request #1001 from ioan-chera/pull-request-mac

cc8faa98 – Ioan Chera <ioan.chera@gmail.com> authored on 2018/03/18 08:08
Clean-up of AppleScript-generating C string processing

7a47cb6b – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/03/18 06:19
setup: Change wording of the aspect option to "Force"

2ecf987d – Ioan Chera <ioan.chera@gmail.com> authored on 2018/03/18 05:42
Fix TXT_SelectFile for macOS

073465c3 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/03/17 21:08
video: Don't enforce an 8:5 ratio when correction is not enabled.

5ff16989 – Simon Howard <fraggle@soulsphere.org> authored on 2018/03/17 19:49
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom

ded7e89d – Simon Howard <fraggle@soulsphere.org> authored on 2018/03/17 19:47
music: Fix bug with loop metadata tags on Windows.

f3ce0c7f – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/03/17 19:44
Merge pull request #986 from turol/musicsubst

56d1487b – Turo Lamminen <turotl@gmail.com> authored on 2018/01/30 14:04
i_sdlmusic: Read whole config file at once and then parse

8b8b46cd – Turo Lamminen <turotl@gmail.com> authored on 2018/02/03 10:15
misc: Always add terminating '\0' in M_ReadFile

e03c281d – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/03/17 06:50
man: Remove quotes added in my prior commit for the WIN32 define

da548170 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/03/17 06:46
win32: Include appropriate game-specific INSTALL files in Zips.

3fd5eed6 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/03/17 06:29
Add a const for TXT_SelectFile in the Windows build too

1db716fa – Simon Howard <fraggle@soulsphere.org> authored on 2018/03/16 19:41
textscreen: Simplify AppleScript for fileselect.

dd45fd96 – Simon Howard <fraggle@soulsphere.org> authored on 2018/03/16 18:32
osx: Fix AppleScript script under High Sierra.

de175686 – Mike Swanson <mikeonthecomputer@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/03/16 18:00
Merge pull request #999 from turol/const

9690b06a – Simon Howard <fraggle@soulsphere.org> authored on 2018/03/16 17:48
docgen: Fix spurious whitespace.

ceefa5bb – Simon Howard <fraggle@soulsphere.org> authored on 2018/03/16 17:20
docgen: Add 'game' and 'obscure' categories.

04b3ca24 – Simon Howard <fraggle@soulsphere.org> authored on 2018/03/16 16:34
Oops.

1692a219 – Simon Howard <fraggle@soulsphere.org> authored on 2018/03/16 16:31
Add a doc comment for -nogui.

c7214384 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/13 16:17
Make W_ReleaseLumpName parameter const

cc5a879a – Turo Lamminen <turotl@gmail.com> authored on 2018/03/13 16:14
Make W_CacheLumpName name parameter const

0eb2d12e – Turo Lamminen <turotl@gmail.com> authored on 2018/03/13 16:10
Make W_GetNumForName parameter const

77eb05a2 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/13 16:06
Make W_CheckNumForName parameter const

eb0c1ba6 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/13 16:02
Make Z_ChangeTag2 file parameter const

aacff41c – Turo Lamminen <turotl@gmail.com> authored on 2018/03/13 15:57
Make TXT_NewRadioButton label parameter const

71ea0f90 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/13 15:53
Make TXT_SetRadioButtonLabel value parameter const

569787da – Turo Lamminen <turotl@gmail.com> authored on 2018/03/13 15:47
Make TXT_NewSeparator parameter const

a6fbae76 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/13 15:46
Make TXT_SetSeparatorLabel label parameter const

94d85c51 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/13 15:44
Make TXT_SetWindowHelpURL help_url parameter const

232c968e – Turo Lamminen <turotl@gmail.com> authored on 2018/03/13 15:33
textscreen: Make help_url member const in txt_window_s

592edc0d – Turo Lamminen <turotl@gmail.com> authored on 2018/03/13 15:30
Make TXT_OpenURL parameter const

10fda2ac – Turo Lamminen <turotl@gmail.com> authored on 2018/03/13 15:27
Make TXT_MessageBox title character const

334232d3 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/13 15:25
Make TXT_MessageBox message parameter const

6283e91f – Turo Lamminen <turotl@gmail.com> authored on 2018/03/13 15:19
Make TXT_NewLabel parameter const

50e55526 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/13 15:07
Make TXT_SetLabel value parameter const

aa555a22 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/13 15:03
textscreen: Use more const-correct loop in TXT_SetLabel

19a09393 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/06 15:12
Make TXT_NewWindow parameter const

49b57516 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/06 15:05
Make TXT_SelectFile window_title parameter const

90ded64b – Turo Lamminen <turotl@gmail.com> authored on 2018/03/06 14:50
textscreen: Make ExpandExtension parameter const

5f82ebd7 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/06 14:22
Make TXT_NewInvertedCheckBox label parameter const

27a28b8a – Turo Lamminen <turotl@gmail.com> authored on 2018/03/06 14:14
Make TXT_NewCheckBox label parameter const

898442b1 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/06 13:58
Make TXT_NewButton2 label parameter const

4b48cd7f – Turo Lamminen <turotl@gmail.com> authored on 2018/03/06 13:54
Make TXT_NewButton parameter const

44b80b2a – Turo Lamminen <turotl@gmail.com> authored on 2018/03/06 13:45
Make TXT_SetButtonLabel label parameter const

1758e890 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/06 13:38
textscreen: Make SDLWheelToTXTButton parameter const

10d2130a – Turo Lamminen <turotl@gmail.com> authored on 2018/03/06 13:35
textscreen: Make TranslateKeysym parameter const

fff3741c – Turo Lamminen <turotl@gmail.com> authored on 2018/03/06 13:33
textscreen: Make FontForName parameter const

54a38844 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/02 19:11
textscreen: Make name member const in txt_font_t

83d0f369 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/02 19:09
Make TXT_SetDesktopTitle parameter const

8ec41dca – Turo Lamminen <turotl@gmail.com> authored on 2018/03/02 17:53
Make TXT_SetWindowTitle parameter const

47091d24 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/02 18:57
Make M_StrCaseStr parameters and return value const

746f4293 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/02 18:50
Make M_ExtractFileBase path parameter const

95fef9ea – Turo Lamminen <turotl@gmail.com> authored on 2018/03/02 18:48
Make M_FileCaseExists parameter const

2efb4fb8 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/02 18:42
Make M_FileExists parameter const

2ac504e2 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/02 18:39
Make M_TempFile parameter const

19bae115 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/02 18:23
Make M_MakeDirectory parameter const

55087403 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/02 18:21
Make M_ReadFile name parameter const

deefc1dd – Turo Lamminen <turotl@gmail.com> authored on 2018/03/02 18:13
Make M_WriteFile name parameter const

bad8774d – Turo Lamminen <turotl@gmail.com> authored on 2018/03/01 16:29
Make DEH_AddStringReplacement parameters const

7ad49f8e – Turo Lamminen <turotl@gmail.com> authored on 2018/03/01 16:10
doom: Make HUlib_addMessageToSText string parameters const

398412c1 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/01 15:35
dehacked: Make SubstitutionForString parameter const

4f1a13f9 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/01 15:33
dehacked: Make strhash parameter const

6e76f031 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/01 15:30
dehacked: Make NextFormatArgument and ValidFormatReplacement parameters const

fc6d7daf – Turo Lamminen <turotl@gmail.com> authored on 2018/03/01 15:15
Make I_PrintStartupBanner parameter const

a5802419 – Turo Lamminen <turotl@gmail.com> authored on 2018/03/01 15:10
Make I_PrintBanner parameter const

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

Next