shithub: choc

RSS feed

2531f324 – Simon Howard <fraggle@soulsphere.org> authored on 2018/10/11 18:27
dehacked: Fix mistake in comment.

02fc812e – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/10/05 21:34
iwad: Search Steam-on-Linux paths for WAD files

3bf06ab2 – Fabian Greffrath <fabian@greffrath.com> authored on 2018/10/04 09:42
video: explicitly check for aspect_ratio_correct's value being 1

b9416dc6 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/10/02 10:04
Merge branch 'master' of gh:mfrancis95/chocolate-doom

cb49854d – mfrancis95 <mikefrancis95@gmail.com> authored on 2018/10/02 12:31
Make sure SDL_HINT_NO_SIGNAL_HANDLERS is only set if using SDL >= 2.0.4

28e6533f – mfrancis95 <mikefrancis95@gmail.com> authored on 2018/10/01 21:09
Format the previous commit according to Chocolate Doom's coding style guidelines

09f9ffb6 – mfrancis95 <mikefrancis95@gmail.com> authored on 2018/10/01 21:51
Fix SIGINT being ignored when Dehacked SHA1 warning dialog open

3e21ed71 – mfrancis95 <mikefrancis95@gmail.com> authored on 2018/10/01 14:27
Gracefully error out when player starts are missing

560cdc3e – Simon Howard <fraggle@soulsphere.org> authored on 2018/09/30 19:34
configure: add AM_PROG_AR macro.

0a7d77c2 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/09/30 18:53
Merge pull request #1081 from hifi/wipe-refactor

54a2c31e – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/09/18 16:48
video: remove errant code for the -width and -height parameters

50d2f52b – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/09/16 16:32
travis: Remove sdl2-branch

b6988822 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/09/16 16:29
Merge pull request #1084 from chungy/win32_html_docs

5d629db9 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/09/15 23:08
pkg/win32: Use pandoc to create HTML versions of the docs

aa72812c – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/09/16 00:51
man: Generate Markdown versions of CMDLINE

eccaa5aa – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/09/16 00:30
docgen: add Markdown output mode

aff22a2e – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/09/16 00:30
INSTALL: Convert document to Markdown format

3e0dc2d6 – Simon Howard <fraggle@soulsphere.org> authored on 2018/09/09 14:54
Fix warnings introduced by previous commits.

b695b712 – Simon Howard <fraggle@soulsphere.org> authored on 2018/09/09 14:45
iwad: Check executable location for IWADs.

b34edc6d – Simon Howard <fraggle@soulsphere.org> authored on 2018/09/09 14:44
Convert various bits of code to M_{Dir,Base}Name.

ae8c1ed2 – Simon Howard <fraggle@soulsphere.org> authored on 2018/09/09 14:36
misc: Add M_{Dir,Base}Name utility functions.

de9163ef – Fabian Greffrath <fabian@greffrath.com> authored on 2018/09/04 11:32
config: let GetDefaultConfigDir() never return NULL

1641969b – Toni Spets <toni.spets@iki.fi> authored on 2018/08/24 12:20
doom: Refactor wipe to advance once per frame

28e72614 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/08/17 20:48
Merge pull request #1075 from turol/const

9ea4b024 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/08/17 20:47
Merge pull request #1079 from hifi/fix-setup-crash

2d68e079 – Toni Spets <toni.spets@iki.fi> authored on 2018/08/15 15:50
setup: Use proper function signatures for callbacks

98f4af33 – Jonathan Dowland <jon+github@alcopop.org> authored and GitHub <noreply@github.com> committed on 2018/08/15 14:21
Merge pull request #1077 from hifi/fix-joystick-event-skip

078673f7 – Toni Spets <toni.spets@iki.fi> authored on 2018/08/12 07:56
doom: Don't skip joy events when menu is closed

dd78c087 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/08/11 09:02
Merge pull request #1074 from AXDOOMER/master

3bd1270c – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:45
hexen: Fix constness issues in DrawClassMenu

a901b7a5 – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:44
hexen: Fix constness issue in MN_Drawer

1e71555a – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:43
hexen: Make QuitEndMsg contents const

dcc753fb – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:42
hexen: Make GammaText contents const

e1158955 – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:40
hexen: Make P_SetYellowMessage message parameter const

77f1f76b – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:39
hexen: Make P_SetMessage message parameter const

7660e72f – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:37
hexen: Make MenuItem_t text member const

e822d5df – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:35
hexen: Make ACSAssert fmt parameter const

cd812fce – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:32
hexen: Make MN_TextBWidth parameter const

b0cfaad6 – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:32
hexen: Make MN_DrTextB text parameter const

f57c4033 – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:30
hexen: Make MN_TextAWidth parameter const

79d1b19e – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:30
hexen: Make MN_DrTextAYellow text parameter const

7209e8ab – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:28
hexen: Make MN_DrTextA text parameter const

062e8870 – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:26
hexen: Fix constness issue between SC_MatchString, SC_MustMatchString and MapCmdNames

e026fc87 – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:19
hexen: Make SC_Compare parameter const

0e86f377 – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:17
hexen: Make SC_ScriptError parameter const

6f1d394d – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:14
hexen: Make SC_OpenFile parameter const

d5298aab – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:13
hexen: Make SC_Open parameter const

3430e574 – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:12
hexen: Make SC_OpenLump parameter const

a1a4a819 – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:08
hexen: Make OpenScript name parameter const

464c1ca1 – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:04
hexen: Make R_TextureNumForName parameter const

4f2fb75e – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 14:03
hexen: Make R_CheckTextureNumForName parameter const

06bec5ae – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 13:58
hexen: Make R_FlatNumForName parameter const

ed41adf8 – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 13:55
hexen: Make SV_SaveGame description parameter const

81e83adb – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 13:52
hexen: Make SV_Write buffer parameter const

57421ae3 – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 13:40
hexen: Make G_DeferedPlayDemo parameter const

92f5c72a – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 13:38
hexen: Mark defdemoname variable static

f6ec4e92 – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 13:38
hexen: Make defdemoname variable const

cacc67fa – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 13:32
heretic: Make TerrainTypeDefs name member const

43faac6f – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 13:28
heretic: Make QuitEndMsg contents const

e9c6e30c – Turo Lamminen <turotl@gmail.com> authored on 2018/08/07 13:26
heretic: Make MenuItem_t text member const

1134129b – Alexandre-Xavier Labonté-Lamoureux <alexandrexavier@live.ca> authored on 2018/08/06 17:03
Heretic: Fix P_FindNextHighestFloor's behavior

82ff0b70 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/08/02 13:10
Merge pull request #1072 from turol/const

ef9843f5 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/28 11:51
doom: Make msgNames contents const

40b87adc – Turo Lamminen <turotl@gmail.com> authored on 2018/07/28 11:50
doom: Make detailNames contents const

8c763b6e – Turo Lamminen <turotl@gmail.com> authored on 2018/07/28 11:50
doom: Make skullName contents const

402de607 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/28 11:47
doom: Make sprnames contents const and fix some function parameters to match

19202f1c – Turo Lamminen <turotl@gmail.com> authored on 2018/07/28 11:43
doom: Fix constness issue in HU_Responder

c5384b04 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/28 11:41
doom: Make mapnames_commercial contents const

39d9cd20 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/28 11:40
doom: Make mapnames_chex contents const

a02f9777 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/28 11:38
doom: Make mapnames contents const

1222f2eb – Turo Lamminen <turotl@gmail.com> authored on 2018/07/28 11:37
doom: Make player_names contents const

4b988f28 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/28 11:35
doom: Make M_StringWidth parameter const

5f92a20c – Turo Lamminen <turotl@gmail.com> authored on 2018/07/28 11:35
doom: Make M_WriteText string parameter const

595ef234 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/28 11:34
doom: Fix constness issue in M_WriteText

c150deb3 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/28 11:29
doom: Fix constness issue in G_DoPlayDemo

f3cf920e – Turo Lamminen <turotl@gmail.com> authored on 2018/07/28 11:28
doom: Make DemoVersionDescription return value const

c5dabb5b – Turo Lamminen <turotl@gmail.com> authored on 2018/07/28 11:24
doom: Make castinfo_t name member const

714d40f3 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/28 11:24
doom: Make textscreen_t text member const

78a5cc84 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/28 11:22
doom: Make textscreen_t background member const

0efd5a78 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/28 11:15
doom: Make gamedescription variable const

84817579 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/28 11:11
doom: Make gameversions cmdline member const

c3f94ff3 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/24 14:42
doom: Make gameversions description member const

96bb3bfc – Turo Lamminen <turotl@gmail.com> authored on 2018/07/24 14:37
doom: Make SetMissionForPackName parameter const

02d6cce1 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/24 14:36
doom: Fix const correctness issue in SetMissionForPackName

042ed3a8 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/24 14:34
d_iwad: Make iwad_t description member const

2d18a405 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/24 14:34
d_iwad: Make iwad_t name member const

d7565fb3 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/24 14:32
d_iwad: Make D_SuggestGameName return value const

5d82938c – Turo Lamminen <turotl@gmail.com> authored on 2018/07/24 14:31
d_iwad: Make D_SuggestIWADName return value const

f177dcbc – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2018/07/21 05:31
wad: Make w32 MapFile filename parameter const

6b923b07 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/21 13:09
doom: Make copyright banner const

2ecb680c – Turo Lamminen <turotl@gmail.com> authored on 2018/07/21 13:07
doom: Make end messages const

891e6c4e – Turo Lamminen <turotl@gmail.com> authored on 2018/07/21 13:07
doom: Make M_SelectEndMessage return value const

3982d04b – Turo Lamminen <turotl@gmail.com> authored on 2018/07/21 12:27
doom: Make banners variable const

1524b8f8 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/21 12:52
wad: Free results of D_TryFindWADByName in W_ParseCommandLine

6cabdf87 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/21 12:50
wad: Make W_NWTMergeFile filename parameter const

45ad423f – Turo Lamminen <turotl@gmail.com> authored on 2018/07/21 12:50
wad: Make W_NWTDashMerge parameter const

08a4de58 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/21 12:42
wad: Make W_MergeFile parameter const

a138539a – Turo Lamminen <turotl@gmail.com> authored on 2018/07/21 12:42
wad: Make W_AddFile parameter const

a2b9c9c5 – Turo Lamminen <turotl@gmail.com> authored on 2018/07/21 12:40
wad: Make W_OpenFile parameters const

a934b69f – Turo Lamminen <turotl@gmail.com> authored on 2018/07/21 12:39
wad: Make OpenFile parameter const

Next