shithub: choc

RSS feed

34f29737 – Turo Lamminen <turol@iki.fi> authored on 2020/06/02 14:24
hexen: Reconstruct textBuffer from SlotText and slotptr

032740bf – Turo Lamminen <turol@iki.fi> authored on 2020/06/02 14:16
hexen: Change order of some statements

1a581dbc – Turo Lamminen <turol@iki.fi> authored on 2020/06/02 14:15
hexen: Separate changing buffer contents and buffer pointer

bcd7cbb3 – Turo Lamminen <turol@iki.fi> authored on 2020/06/02 14:10
heretic: Reconstruct textBuffer from SlotText and slotptr

db7d9dbf – Turo Lamminen <turol@iki.fi> authored on 2020/06/02 13:52
heretic: Change order of some statements

33dea69c – Turo Lamminen <turol@iki.fi> authored on 2020/06/02 13:51
heretic: Separate changing buffer contents and buffer pointer

c0a6b6b5 – Turo Lamminen <turol@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/05/12 17:59
Add clang to Travis CI (#1285)

dfadc930 – Turo Lamminen <turol@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/05/12 06:32
Merge pull request #1281 from turol/clang

8c449751 – Turo Lamminen <turol@iki.fi> authored on 2020/05/07 13:45
strife: Fix clang abs warning in R_StoreWallRange

2fe50ce9 – Turo Lamminen <turol@iki.fi> authored on 2020/05/07 13:44
hexen: Fix clang abs warning in R_StoreWallRange

271b41a8 – Turo Lamminen <turol@iki.fi> authored on 2020/05/07 13:43
hexen: Fix clang abs warning in P_XYMovement

02844c38 – Turo Lamminen <turol@iki.fi> authored on 2020/05/07 13:40
hexen: Fix clang abs warning in A_SorcBallOrbit

53d3f69c – Turo Lamminen <turol@iki.fi> authored on 2020/05/07 13:39
hexen: Fix clang abs warnings in A_DragonFlight

dd913a15 – Turo Lamminen <turol@iki.fi> authored on 2020/05/07 13:38
hexen: Fix another clang abs warning in DragonSeek

698015b6 – Turo Lamminen <turol@iki.fi> authored on 2020/05/07 13:37
hexen: Fix clang abs warning in DragonSeek

5d0720d5 – Turo Lamminen <turol@iki.fi> authored on 2020/05/03 11:26
heretic: Fix clang abs warning in R_StoreWallRange

670212f2 – Simon Howard <fraggle@soulsphere.org> authored and GitHub <noreply@github.com> committed on 2020/05/04 07:28
Merge pull request #1280 from chocolate-doom/fluidsynth-fix

3c44a45b – Simon Howard <fraggle@soulsphere.org> authored on 2020/05/03 13:06
music: Disable Fluidsynth when we want Timidity.

6a299e2f – Turo Lamminen <turol@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/05/02 15:50
Merge pull request #1278 from turol/const

4768d328 – Turo Lamminen <turol@iki.fi> authored on 2020/05/02 11:56
strife: Fix const correctness issue in D_IdentifyVersion

40fe319b – Turo Lamminen <turol@iki.fi> authored on 2020/05/02 11:55
setup: Fix const correctness issue in SetupMission

c7de9d61 – Turo Lamminen <turol@iki.fi> authored on 2020/05/02 11:53
setup: Make GetMissionForName parameter const

ec4a02df – Turo Lamminen <turol@iki.fi> authored on 2020/05/02 11:32
setup: Make ArgumentNeedsEscape parameter const

6973c8df – Turo Lamminen <turol@iki.fi> authored on 2020/05/02 11:28
musicpacks: Make DumpSubstituteConfig parameter const

ab56f8d2 – Turo Lamminen <turol@iki.fi> authored on 2020/05/02 11:24
strife: Make G_RecordDemo parameter const

9bcf4bc3 – Turo Lamminen <turol@iki.fi> authored on 2020/05/02 11:24
hexen: Make G_RecordDemo name parameter const

b2fb9324 – Turo Lamminen <turol@iki.fi> authored on 2020/05/02 11:23
heretic: Make G_RecordDemo name parameter const

80727ba1 – Turo Lamminen <turol@iki.fi> authored on 2020/05/02 11:18
heretic: Make SetHHEVersionByName parameter const

eb32583c – Turo Lamminen <turol@iki.fi> authored on 2020/05/02 11:17
iwad: Fix const correctness issue in D_FindIWAD

80f0e230 – Turo Lamminen <turol@iki.fi> authored on 2020/05/02 11:08
iwad: Fix const correctness issue in AddXdgDirs

ea5677cf – Turo Lamminen <turol@iki.fi> authored on 2020/05/01 21:16
doom: Make G_RecordDemo parameter const

5ae632e4 – Turo Lamminen <turol@iki.fi> authored on 2020/05/01 21:14
net: Make NET_QueryAddress parameter const

84fa6864 – Simon Howard <fraggle@soulsphere.org> authored and GitHub <noreply@github.com> committed on 2020/04/30 16:52
Merge pull request #1276 from turol/const

a3e027a2 – Turo Lamminen <turol@iki.fi> authored on 2020/04/28 13:57
strife: Refactor chat macro defaults for const correctness

f96fb607 – Turo Lamminen <turol@iki.fi> authored on 2020/04/27 15:47
hexen: Fix const correctness issue in InitMapInfo

43edb6bf – Turo Lamminen <turol@iki.fi> authored on 2020/04/27 15:46
hexen: Refactor chat macro defaults for const correctness

e88fdf26 – Turo Lamminen <turol@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/04/27 15:37
Merge pull request #1274 from turol/const

f523e59e – Turo Lamminen <turol@iki.fi> authored on 2020/04/26 11:47
doom: Refactor chat macro defaults for const correctness

fab333ed – kitchen-ace <47063032+kitchen-ace@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/04/23 03:39
Heretic: Allow Morph Ovum to be bound to a key (#1273)

5dce0ef7 – Simon Howard <fraggle@soulsphere.org> authored and GitHub <noreply@github.com> committed on 2020/04/19 08:50
Merge pull request #1156 from devnexen/file_posix_api_upd

daaaefa7 – Simon Howard <fraggle@soulsphere.org> authored and GitHub <noreply@github.com> committed on 2020/04/10 16:08
Merge pull request #1266 from NY00123/hexen_1_1_patch

5a29738f – Simon Howard <fraggle@soulsphere.org> authored and GitHub <noreply@github.com> committed on 2020/04/07 16:56
Merge pull request #1267 from madebr/choco_autoconf_bugreport

baa92f7e – Anonymous Maarten <anonymous.maarten@gmail.com> authored on 2020/04/05 21:32
Use PACKAGE_BUGREPORT (instead of PACKAGE_ISSUES)

7ac729c4 – NY00123 <ny00@outlook.com> authored on 2020/04/06 18:51
hexen: Disable checks in A_SoAExplode not present in version 1.1

12caa300 – Turo Lamminen <turol@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/04/05 10:15
Merge pull request #1263 from drfrag666/tdmgcc2

00990588 – drfrag <drfrag666@hotmail.com> authored on 2020/04/04 15:52
Fixed compilation with Code::Blocks and TDM-GCC 5.1 (missing includes).

51dbd914 – Simon Howard <fraggle@soulsphere.org> authored on 2020/04/04 11:50
Add active branches to Travis build.

8af3da56 – Turo Lamminen <turol@iki.fi> authored on 2020/02/04 09:04
doom: Clean up trailing whitespace

160988d3 – Turo Lamminen <turol@iki.fi> authored on 2020/02/04 09:13
doom: Make gamedescription not const, it's now dynamically allocated

8ae83694 – Turo Lamminen <turol@iki.fi> authored on 2020/02/04 08:34
doom: Make gamedescription always dynamically allocated

25b70033 – Turo Lamminen <turol@iki.fi> authored on 2020/02/04 08:32
doom: Mark D_SetGameDescription static

71c2c2bc – Turo Lamminen <turol@iki.fi> authored on 2020/02/04 08:29
doom: Move gamedescription global variable from doomstat.c to d_main.c

1b1c4167 – Turo Lamminen <turol@iki.fi> authored on 2020/02/04 08:27
doom: Reduce scope of variable deh_sub in GetGameName

134f7f79 – Turo Lamminen <turol@iki.fi> authored on 2020/02/04 08:26
doom: Use DEH_snprintf in GetGameName

6be98435 – Turo Lamminen <turol@iki.fi> authored on 2020/02/04 08:23
doom: Make GetGameName parameter const

b7368be6 – Turo Lamminen <turol@iki.fi> authored on 2020/02/04 08:21
doom: Always return an allocated string from GetGameName

263a6fef – Turo Lamminen <turol@iki.fi> authored on 2020/02/04 08:10
doom: Allocate deh_gamename with standard malloc

89900f95 – Turo Lamminen <turol@iki.fi> authored on 2020/02/04 07:13
doom: Add a new variable for DEH gamename to separate it from the parameter

ae2ee6c8 – Simon Howard <fraggle@soulsphere.org> authored and GitHub <noreply@github.com> committed on 2020/03/18 19:03
Merge pull request #1257 from xordspar0/fno-common

cfdf4dec – Simon Howard <fraggle@soulsphere.org> authored and GitHub <noreply@github.com> committed on 2020/03/18 19:02
Merge pull request #1256 from kraflab/add-heretic-mouse-inv

a8fd4b1f – Jordan Christiansen <xordspar0@gmail.com> authored on 2020/03/15 12:55
Remove redundant demoextend definition

e9e76ede – Ryan Krafnick <kraflab@gmail.com> authored on 2020/03/14 11:21
Add heretic mouse inv buttons

181c56fc – Wells Lu <55797333+wellslutw@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/03/12 15:49
Fix segmentation fault when running on rgb565 screen (#1255)

f1fa7faf – Julia Nechaevskaya <julia.nechaevskaya@live.com> authored and GitHub <noreply@github.com> committed on 2020/02/20 16:07
Fix GUS emulation with Midiproc.exe (#1253)

a8e8763c – Mike Swanson <mikeonthecomputer@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/01/27 07:13
Merge pull request #1245 from chocolate-doom/mfrancis95-patch-1

d358269b – Michael Francis <mikefrancis95@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/01/27 02:57
Fix memory leak when iwad not found (fix #1241)

68d11b6f – Simon Howard <fraggle@soulsphere.org> authored and GitHub <noreply@github.com> committed on 2020/01/20 13:17
Merge pull request #1238 from chocolate-doom/heretic_key_arti

ac228b34 – Simon Howard <fraggle@soulsphere.org> authored and GitHub <noreply@github.com> committed on 2020/01/20 13:16
Merge pull request #1243 from chocolate-doom/statdump

400f9d19 – Fabian Greffrath <fabian@greffrath.com> authored on 2020/01/20 17:18
pass wbstartstruct_t * as const to all the functions which don't change it

82257467 – Fabian Greffrath <fabian@greffrath.com> authored on 2020/01/20 17:11
explicitly direct output to stdout if '-' is given as a file name

40e600b9 – Turo Lamminen <turol@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/01/14 07:42
Merge pull request #1240 from turol/fix-uninit

8d622369 – Turo Lamminen <turol@iki.fi> authored on 2020/01/13 07:45
hexen: Fix uninitialized memory use when calling R_DrawVisSprite from R_DrawPSprite

592f0115 – Turo Lamminen <turol@iki.fi> authored on 2020/01/13 07:44
heretic: Fix uninitialized memory use when calling R_DrawVisSprite from R_DrawPSprite

f81b5c7b – Mike Swanson <mikeonthecomputer@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/01/09 21:56
Merge pull request #1237 from chocolate-doom/keypad_enter

75499e05 – Julia Nechaevskaya <julia.nechaevskaya@live.com> authored and Fabian Greffrath <fabian@greffrath.com> committed on 2020/01/09 15:10
Allow to toggle full screen using Enter on num. keyboard

76fa96e1 – Julia Nechaevskaya <julia.nechaevskaya@live.com> authored on 2020/01/09 13:51
Add missing `else`, bind Tome to Backspace (127) by default

f7a14366 – Julia Nechaevskaya <julia.nechaevskaya@live.com> authored on 2020/01/09 08:03
Use an existing check for arti_tomeofpower

22f39b5d – Julia Nechaevskaya <julia.nechaevskaya@live.com> authored on 2020/01/08 17:43
Heretic: artifacts can be binded to own keys

bef0c380 – Mike Swanson <mikeonthecomputer@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/01/08 05:40
Merge pull request #1235 from chocolate-doom/travis-bionic

e96a59cc – Fabian Greffrath <fabian@greffrath.com> authored on 2020/01/08 08:56
travis: change to dist: bionic

bed9ff62 – Michael Francis <mikefrancis95@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/01/03 06:09
Merge pull request #1234 from JNechaevsky/patch-1

570921ae – Julia Nechaevskaya <julia.nechaevskaya@live.com> authored and GitHub <noreply@github.com> committed on 2020/01/03 13:04
Update copyright year to 2020 in PACKAGE_COPYRIGHT

7b348d34 – Michael Francis <mikefrancis95@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/12/16 03:53
Merge pull request #1228 from mfrancis95/redundancyfixes

1b06590a – mfrancis95 <mikefrancis95@gmail.com> authored on 2019/12/08 19:22
Remove unnecessary non-null player checks in Hexen's P_PoisonDamage. These checks are safe to remove because player will always be non-null within that function

af983840 – mfrancis95 <mikefrancis95@gmail.com> authored on 2019/12/08 19:20
Remove unnecessary non-null mobj checks in hexen/p_enemy.c. These checks are safe to remove because the mobj is already being dereferenced

2d88fd0d – mfrancis95 <mikefrancis95@gmail.com> authored on 2019/12/08 19:18
Remove unnecessary non-null mobj checks in hexen/a_action.c. These checks are safe to remove because the mobj is already being dereferenced

b37418d8 – Mike Swanson <mikeonthecomputer@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/12/10 21:23
Merge pull request #1229 from chocolate-doom/msc-packed

0334e656 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/12/10 07:50
fix packed attribute for structs when compiling with MSVC

a713167f – Simon Howard <fraggle@soulsphere.org> authored and GitHub <noreply@github.com> committed on 2019/12/09 05:45
Merge pull request #1227 from mfrancis95/printffixes

5e44a80f – Simon Howard <fraggle@soulsphere.org> authored and GitHub <noreply@github.com> committed on 2019/12/09 05:44
Merge pull request #1226 from mfrancis95/redundancyfix

f327c7d4 – mfrancis95 <mikefrancis95@gmail.com> authored on 2019/12/08 17:58
Fix printf warning in net_gui.c

7154c3d5 – mfrancis95 <mikefrancis95@gmail.com> authored on 2019/12/08 17:56
Fix fprintf warning in strife/p_setup.c

cc95de13 – mfrancis95 <mikefrancis95@gmail.com> authored on 2019/12/08 17:54
Fix fprintf warning in doom/p_setup.c

79465946 – mfrancis95 <mikefrancis95@gmail.com> authored on 2019/12/08 17:51
Fix printf warnings in midifile.c

87af671f – mfrancis95 <mikefrancis95@gmail.com> authored on 2019/12/08 17:49
Fix printf warning in memio.c

f09fa9d0 – mfrancis95 <mikefrancis95@gmail.com> authored on 2019/12/08 17:48
Fix fprintf warnings in i_oplmusic.c

200b601e – mfrancis95 <mikefrancis95@gmail.com> authored on 2019/12/08 17:46
Fix printf warnings in i_musicpack.c

ce258546 – mfrancis95 <mikefrancis95@gmail.com> authored on 2019/12/08 17:45
Fix fprintf warnings in gusconf.c

3ae01da3 – mfrancis95 <mikefrancis95@gmail.com> authored on 2019/12/08 17:27
Remove unnecessary checks in EV_DoLockedDoor

d3466465 – Mike Swanson <mikeonthecomputer@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/12/05 22:59
Merge pull request #1221 from chocolate-doom/render_retry

Next