shithub: choc

RSS feed

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

f0e330bd – Fabian Greffrath <fabian@greffrath.com> authored and GitHub <noreply@github.com> committed on 2019/12/06 04:39
Merge pull request #1224 from AlexMax/master

84d3eb67 – Alex Mayfield <alexmax2742@gmail.com> authored on 2019/12/05 16:34
Additional CMake ignores

fe9a6a86 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/12/03 04:30
video: if renderer creation failed, try again without acceleration

2fe30c8e – Simon Howard <fraggle@soulsphere.org> authored and GitHub <noreply@github.com> committed on 2019/12/02 05:26
Merge pull request #1220 from chocolate-doom/map33-partime

df6affc8 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/11/26 16:26
doom: revert erroneous part of code

10408d83 – Fabian Greffrath <fabian@greffrath.com> authored and GitHub <noreply@github.com> committed on 2019/11/25 15:58
Merge pull request #1218 from chocolate-doom/partime-map33

00d2024f – Fabian Greffrath <fabian@greffrath.com> authored on 2019/11/22 16:29
doom: correctly determine the par time for MAP33

13089753 – Simon Howard <fraggle@soulsphere.org> authored and GitHub <noreply@github.com> committed on 2019/11/18 14:48
Merge pull request #1217 from chocolate-doom/travis-prefix

33abbdeb – Fabian Greffrath <fabian@greffrath.com> authored on 2019/11/18 09:09
travis: determine program prefix from config.h

f2bf7ca0 – Simon Howard <fraggle@soulsphere.org> authored on 2019/11/11 14:18
quickcheck: Bring submodule up to date.

4f973607 – Simon Howard <fraggle@soulsphere.org> authored on 2019/11/11 13:45
travis: Perform parallel builds.

f987f82e – Simon Howard <fraggle@soulsphere.org> authored on 2019/11/11 13:39
Fix quickcheck URL.

522016c9 – Simon Howard <fraggle@soulsphere.org> authored on 2019/11/11 13:32
Add quickcheck repo as submodule, and add to Travis.

e1cc501e – Simon Howard <fraggle@soulsphere.org> authored and GitHub <noreply@github.com> committed on 2019/11/05 05:55
Merge pull request #1210 from chocolate-doom/freedoom-single-player

7d724dd5 – Simon Howard <fraggle@soulsphere.org> authored on 2019/11/03 13:05
iwad: Change priority to pick freedoom over freedm.

be4b3357 – Simon Howard <fraggle@soulsphere.org> authored on 2019/11/03 09:54
doom: Remove warning about Freedoom IWADs.

7fd5e770 – Simon Howard <fraggle@soulsphere.org> authored on 2019/11/03 09:53
INSTALL: Update note about Freedoom.

4786b177 – Simon Howard <fraggle@soulsphere.org> authored on 2019/11/03 09:46
osx: Add Freedoom single player IWADs to launcher.

21bcebf3 – Simon Howard <fraggle@soulsphere.org> authored and GitHub <noreply@github.com> committed on 2019/10/18 08:50
Merge pull request #1205 from SmileTheory/chocolate-v12

5f7bfef2 – James Canete <SmileTheory@gmail.com> authored on 2019/10/17 13:10
Missed a bit.

77f49e5e – James Canete <SmileTheory@gmail.com> authored on 2019/10/17 12:14
Requested changes.

6d773dce – James Canete <SmileTheory@gmail.com> authored on 2019/10/14 00:03
Detect v1.0/v1.1 IWADs.

9eae89d3 – James Canete <SmileTheory@gmail.com> authored on 2019/10/13 08:46
Doom 1.2 demo support

9eaf5ccf – Julia Nechaevskaya <julia.nechaevskaya@live.com> authored and GitHub <noreply@github.com> committed on 2019/10/10 05:33
Update copyright year to 2019 in PACKAGE_COPYRIGHT

d1c94b43 – Simon Howard <fraggle@soulsphere.org> authored and GitHub <noreply@github.com> committed on 2019/10/07 18:24
Merge pull request #1201 from TsarFox/master

756d1ea6 – Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> authored on 2019/10/06 01:21
Use SDL_free with SDL pointers.

ee9fc21f – Fabian Greffrath <fabian@greffrath.com> authored on 2019/09/12 05:28
midiproc: fix compiler warnings introduced by the previous bug fix

9a26795b – Mike Swanson <mikeonthecomputer@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/09/10 16:52
Merge pull request #1195 from AlexMax/master

390a57c8 – Mike Swanson <mikeonthecomputer@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/09/10 16:51
Merge pull request #1196 from mikeday0/choc

9fc91e6e – Michael Day <mikeguy42@gmail.com> authored on 2019/09/10 18:16
fix .lvimrc looking for configure.in instead of configure.ac

bb6b3153 – Alex Mayfield <alexmax2742@gmail.com> authored on 2019/09/08 17:05
Use inherited handles to communicate with midiproc

bc50bd12 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2019/09/07 06:57
use reverse-DNS naming for installing *.desktop files

4ec9978b – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2019/09/07 06:43
Update to latest AppStream (formerly AppData) standards

2b6357b1 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/09/02 17:06
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom

dc22bb70 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/09/02 17:06
doom: no doom-all auto-load for Hacx and Chex Quest

ff0ef58b – Fabian Greffrath <fabian@greffrath.com> authored and GitHub <noreply@github.com> committed on 2019/09/02 06:14
Merge pull request #1194 from Zodomaniac/master

6a5fcb0b – Zodomaniac <15119473+Zodomaniac@users.noreply.github.com> authored on 2019/09/01 15:05
Updated font headers with Python 3 Pillow.

1aa667e6 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/08/30 06:13
midiproc: do not unset midi_server_registered in StopSong()

2d01baab – Fabian Greffrath <fabian@greffrath.com> authored on 2019/08/28 07:40
midiproc: call UnregisterSong() where appropriate

b9d4c04c – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2019/08/06 11:40
bash-completion: always install into $datadir/bash-completion

59e2dec7 – Simon Howard <fraggle@soulsphere.org> authored and GitHub <noreply@github.com> committed on 2019/08/03 21:05
Merge pull request #1186 from chocolate-doom/writefilerace2

398275d2 – Simon Howard <fraggle@soulsphere.org> authored on 2019/08/03 12:42
midiproc: Stop using REGISTER_SONG_ACK messages.

485b939b – Alex Mayfield <alexmax2742@gmail.com> authored on 2019/07/15 18:08
Use SDL_free with SDL pointers

5734001a – Alex Mayfield <alexmax2742@gmail.com> authored on 2019/07/15 18:08
CMakeLists.txt fixes

4d106478 – Simon Howard <fraggle@soulsphere.org> authored on 2019/07/13 20:00
midiproc: Acknowledge all commands on completion.

d832c576 – Simon Howard <fraggle@soulsphere.org> authored on 2019/07/13 19:52
midiproc: Add command for song unregistration.

f1d557ff – Fabian Greffrath <fabian@greffrath.com> authored and GitHub <noreply@github.com> committed on 2019/07/11 14:20
Merge pull request #1183 from chocolate-doom/autoloadcommon

05d7b38c – Fabian Greffrath <fabian@greffrath.com> authored and GitHub <noreply@github.com> committed on 2019/07/11 14:20
rename "common" directory to "doom-all"

2e86d1db – Fabian Greffrath <fabian@greffrath.com> authored and GitHub <noreply@github.com> committed on 2019/07/10 16:13
Merge pull request #1172 from mfrancis95/master

00802f2d – Fabian Greffrath <fabian@greffrath.com> authored on 2019/06/26 07:46
doom: support common auto-loaded files for all Doom flavors

6e746bd6 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/06/24 10:33
remove .wad extension from WAD name in default savegame name

1c6affdd – Fabian Greffrath <fabian@greffrath.com> authored on 2019/06/24 06:08
append WAD name to default savegame name if savegamedir is empty

5a04f331 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/06/24 05:34
reverse the order of map and PWAD name in default savegame name

Next