shithub: choc

RSS feed

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

18578581 – Fabian Greffrath <fabian@greffrath.com> authored and GitHub <noreply@github.com> committed on 2019/06/07 11:22
Merge pull request #1177 from vilhelmgray/fix_textscreen_cmakefile

6323d330 – William Breathitt Gray <vilhelm.gray@gmail.com> authored on 2019/06/07 17:48
textscreen: Fix ambiguous textscreen CMake line

e8ad50b8 – mfrancis95 <mikefrancis95@gmail.com> authored on 2019/06/02 22:45
Always try to load SKY3 when starting a new game in Doom II (resolve #921)

23c7d01a – Simon Howard <fraggle@soulsphere.org> authored and GitHub <noreply@github.com> committed on 2019/06/02 15:29
Merge pull request #1168 from chocolate-doom/drag-and-drop3

0abcb12f – Fabian Greffrath <fabian@greffrath.com> authored on 2019/05/24 10:24
allow for loading WAD files and DEHACKED patches by drag-and-drop (take 3)

5e6377aa – Jonathan Dowland <jon@dow.land> authored and GitHub <noreply@github.com> committed on 2019/05/12 11:00
Merge pull request #1162 from jmtd/count-scrollers

f9f7fbd6 – Jonathan Dowland <jon@dow.land> authored on 2019/05/12 06:04
Report number of scrollers when there are too many

18213cb8 – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2019/05/09 07:35
INSTALL: Fix a couple grammatical errors from the last commit.