shithub: choc

RSS feed

5a58a336 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/03/18 13:16
doc: document the -shorttics command line option

28cb8e96 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/03/16 05:10
sound: CPP does not support lazy evaluation

10ebb15f – Fabian Greffrath <fabian@greffrath.com> authored on 2019/03/16 04:57
sound: check if the SDL2_Mixer version checking macro is defined

c2c3e55b – Fabian Greffrath <fabian@greffrath.com> authored on 2019/03/15 10:35
sound: call Mix_Init() with MIX_INIT_MID flag depending on SDL2_Mixer version

f7e752f3 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/03/14 13:16
Merge pull request #1150 from chocolate-doom/mix_init

c3a7be87 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/03/14 12:43
sound: more elegant solution to undefined MIX_INIT_MID

fd0c9775 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/03/14 07:42
sound: support SDL2_Mixer versions where MIX_INIT_MID is undefined

54fd320a – Fabian Greffrath <fabian@greffrath.com> authored on 2019/03/13 04:51
sound: Initialize SDL_Mixer for digital/MIDI music playback

ecab8d3a – Mike Swanson <mikeonthecomputer@gmail.com> authored on 2019/03/01 17:12
NEWS: Replace a couple more AXDOOMER references

79e5bc2f – Mike Swanson <mikeonthecomputer@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/03/01 17:08
Merge pull request #1145 from AXDOOMER/master

d2cb788b – Alexandre-Xavier Labonté-Lamoureux <alexandrexavier@live.ca> authored on 2019/03/01 16:13
NEWS: Replace all names refering to AXDOOMER with 'AXDOOMER'

0446a1ad – Jonathan Dowland <jon+github@alcopop.org> authored and GitHub <noreply@github.com> committed on 2019/02/28 22:15
Merge pull request #1142 from jmtd/petname

52d99f42 – Jonathan Dowland <jon@dow.land> authored on 2019/02/28 22:12
remove redundant else blocks

d6ee8cc9 – Jonathan Dowland <jon@dow.land> authored on 2019/02/28 17:23
*will* need petname for *-setup (CMake edition)

d65e0928 – Jonathan Dowland <jon@dow.land> authored on 2019/02/28 17:22
don't need petname for the dedicated server

c11a3b24 – Jonathan Dowland <jon@dow.land> authored on 2019/02/28 17:21
don't need string.h anymore

708606ab – Jonathan Dowland <jon@dow.land> authored on 2019/02/28 17:11
add const to const static arrays and members

ceb32492 – Jonathan Dowland <jon@dow.land> authored on 2019/02/28 17:08
Tweak adjectives/nouns; remove troublesome ones

ea6d1a5f – Jonathan Dowland <jon@dow.land> authored on 2019/02/28 17:04
Address review comments (Thanks Fraggle!)

78a0de9c – Simon Howard <fraggle@soulsphere.org> authored on 2019/02/28 16:21
musicpacks: Allow .mp3 files for music replacements.

a21dacec – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/02/28 10:21
Merge pull request #1128 from Altazimuth/i_glob-msvc-cmake-fix

5037bbfa – Jonathan Dowland <jon@dow.land> authored on 2019/02/27 15:39
Generate a random "pet" player username

25ae4973 – Simon Howard <fraggle@soulsphere.org> authored on 2019/02/23 11:53
net: Display appropriate message on connect failure.

835d9271 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/02/18 16:47
Revert "doom: use separate pointers and buffers for demo recording and playback"

91565e8f – Fabian Greffrath <fabian@greffrath.com> authored and GitHub <noreply@github.com> committed on 2019/02/18 11:03
Merge pull request #1135 from chocolate-doom/prepare_continue_record

355e1d8d – Fabian Greffrath <fabian@greffrath.com> authored and GitHub <noreply@github.com> committed on 2019/02/18 07:33
doom: fix initialization value of floor->crush in EV_BuildStairs() (#1137)

ceae5a1d – Simon Howard <fraggle@soulsphere.org> authored on 2019/02/16 15:37
Third time lucky?

afb8137a – Simon Howard <fraggle@soulsphere.org> authored on 2019/02/16 15:34
Oops.

da60fc0b – Simon Howard <fraggle@soulsphere.org> authored on 2019/02/16 15:32
HACKING: Add section with config for Vim, Emacs.

49319467 – Simon Howard <fraggle@soulsphere.org> authored on 2019/02/10 14:19
Update NEWS.

20efac7e – Simon Howard <fraggle@soulsphere.org> authored on 2019/02/10 08:17
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom

708d6e0a – Simon Howard <fraggle@soulsphere.org> authored on 2019/02/10 08:11
net: Increase master server refresh period.

7f49b3a9 – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/02/10 07:41
Merge pull request #1136 from turol/const

89b23152 – Simon Howard <fraggle@soulsphere.org> authored on 2019/02/09 20:09
net: Request hole punches when doing queries.

d1f2b422 – Simon Howard <fraggle@soulsphere.org> authored on 2019/02/09 18:00
net: Send hole punch requests on connect.

48f038cc – Simon Howard <fraggle@soulsphere.org> authored on 2019/02/09 16:52
net: Add logging message when sending hole punch.

7e4a268d – Simon Howard <fraggle@soulsphere.org> authored on 2019/02/09 15:39
net: Add reference counting scheme for addresses.

76178ee7 – Simon Howard <fraggle@soulsphere.org> authored on 2019/02/09 14:25
net: Add initial server code for NAT hole punching.

660cad39 – Simon Howard <fraggle@soulsphere.org> authored on 2019/01/30 14:08
net: Increase run frequency for dedicated server.

b3251269 – Simon Howard <fraggle@soulsphere.org> authored on 2019/01/30 14:07
net: Add logging for PID sync parameters.

fea3b294 – Simon Howard <fraggle@soulsphere.org> authored on 2019/01/30 13:42
net: Trigger resends from server in deadlock scenario.

b8656b52 – Simon Howard <fraggle@soulsphere.org> authored on 2019/01/30 13:31
net: Send resend requests to server on deadlock.

945355d2 – Simon Howard <fraggle@soulsphere.org> authored on 2019/01/29 18:19
net: Add client message when a tic is first sent.

b9cf256e – Simon Howard <fraggle@soulsphere.org> authored on 2019/01/29 18:17
net: Fix log message when tic is stored.

87d96c2d – Turo Lamminen <turotl@gmail.com> authored on 2019/01/29 15:00
strife: Make sprnames contents and related function parameters const

73e91879 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/29 15:00
strife: Make terraintype_t flat member const

7bd251b2 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/29 14:58
strife: Make cursorName contents const

284c14fe – Turo Lamminen <turotl@gmail.com> authored on 2019/01/29 14:57
strife: Make rndmessage_t messages member contents const

504603b2 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/29 14:49
strife: Make invammonames contents const

26eb6f22 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/29 14:39
strife: Make mobjinfo_t name member const

59005612 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/29 14:38
strife: Make P_RemoveInventoryItem return value const

a5b17c11 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/29 14:37
strife: Fix const correctness issue in P_UseInventoryItem

8f0abe20 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/29 14:28
strife: Make mapnames contents const

f20057f5 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/29 14:26
strife: Fix const correctness issue in G_DoPlayDemo

8b923a44 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/29 14:25
strife: Make DemoVersionDescription return value const

12b10977 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/29 14:16
strife: Remove unused extern declaration of basedefault

04e497d8 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/29 14:15
strife: Make gamedescription variable const

55e7d8d5 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/29 13:54
strife: Make misc_settings deh_name member const

97f684f4 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/29 13:51
strife: Make deh_cheat_t name member const

bbb0f166 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/26 11:41
strife: Make gameversions description and cmdline members const

4b6d00bc – Turo Lamminen <turotl@gmail.com> authored on 2019/01/26 10:58
strife: Make copyright_banners contents const

42e70126 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/26 10:56
strife: Make banners contents const

984a5e2d – Turo Lamminen <turotl@gmail.com> authored on 2019/01/26 10:45
strife: Make HUlib_drawYellowText text parameter const

d1f6b744 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/26 10:43
strife: Make D_DrawText string parameter const

4220bb2e – Simon Howard <fraggle@soulsphere.org> authored and Fabian Greffrath <fabian@greffrath.com> committed on 2019/01/20 13:44
doom: use separate pointers and buffers for demo recording and playback

a03d9381 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/01/28 05:02
hexen: replace shifted negative value with negative of shifted value

8fc4e10f – Fabian Greffrath <fabian@greffrath.com> authored on 2019/01/28 05:00
heretic: replace shifted negative value with negative of shifted value

2d6a5bc3 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/01/28 04:37
travis: upgrade build environment to Ubuntu Xenial

59f737ad – Fabian Greffrath <fabian@greffrath.com> authored on 2019/01/28 04:34
txt: free already loaded libraries on LoadLibraryW() failure

173300a3 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/01/28 04:26
strife: explicitly declare a bit-shifted 1 literal as unsigned

6478a567 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/01/28 04:25
net: explicitly declare a bit-shifted 1 literal as unsigned

79b2fed0 – Simon Howard <fraggle@soulsphere.org> authored on 2019/01/27 18:37
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom

31accc83 – Simon Howard <fraggle@soulsphere.org> authored on 2019/01/27 18:36
net: Add logging of server events.

124ca83d – Simon Howard <fraggle@soulsphere.org> authored on 2019/01/27 18:35
net: Add logging of client events.

f7f8ce6c – Simon Howard <fraggle@soulsphere.org> authored on 2019/01/27 18:33
net: Add network log file.

7f7a72d6 – Fabian Greffrath <fabian@greffrath.com> authored and GitHub <noreply@github.com> committed on 2019/01/25 03:31
Merge pull request #1130 from chocolate-doom/defaultsavename

c247ce4a – Fabian Greffrath <fabian@greffrath.com> authored on 2019/01/25 03:31
factor out some lumpinfo query into separate functions

1e606b8a – Fabian Greffrath <fabian@greffrath.com> authored on 2019/01/24 07:18
travis: print cppcheck's output to stdout

fff2e0e0 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/01/23 16:21
pass buffer size to M_snprintf() instead of string length

2880809d – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/01/23 10:01
Merge pull request #1129 from mfrancis95/master

4127fabf – Simon Howard <fraggle+github@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/01/23 06:28
Merge pull request #1132 from turol/const

6e3418c6 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/01/23 07:18
configure: relax libpng version check to >= 1.2.50

2f5571d7 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/01/23 05:12
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom

3409f7a8 – Fabian Greffrath <fabian@greffrath.com> authored on 2019/01/23 04:01
add libpng-dev to the dependencies for the travis build

c5d8067d – Turo Lamminen <turotl@gmail.com> authored on 2019/01/22 14:26
setup: Make mission_config_t string members const

8f82960f – Turo Lamminen <turotl@gmail.com> authored on 2019/01/22 14:22
setup: Fix const correctness issue in SetChatMacroDefaults

9209085d – Turo Lamminen <turotl@gmail.com> authored on 2019/01/22 14:19
setup: Make game_title variable const

cf216648 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/22 14:18
setup: Fix const correctness issue in GetLaunchButton

0ad55d18 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/22 14:16
setup: Make known_joystick_t name member const

5a7cb095 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/22 14:15
setup: Make joystick_config_t name member const

0ec616b8 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/22 14:12
setup: Make CalibrationLabel return value const

fa22df13 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/22 14:11
setup: Make ServerQueryWindow title parameter const

94f59664 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/22 14:09
setup: Make StartGameMenu window_title parameter const

80816d07 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/22 14:07
setup: Make AddMouseControl label parameter const

6e18c2ec – Turo Lamminen <turotl@gmail.com> authored on 2019/01/22 14:06
setup: Make GetGameTitle return value const

ea34b7bc – Turo Lamminen <turotl@gmail.com> authored on 2019/01/22 14:05
setup: Make GetExecutableName return value const

f766714b – Turo Lamminen <turotl@gmail.com> authored on 2019/01/22 14:04
setup: Make AddSectionLabel title parameter const

e0b005e6 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/22 14:02
setup: Make AddKeyControl name parameter const

ed72f3fc – Turo Lamminen <turotl@gmail.com> authored on 2019/01/22 14:01
setup: Make AddJoystickControl label parameter const

04535a58 – Turo Lamminen <turotl@gmail.com> authored on 2019/01/22 14:00
setup: Make TempFile parameter const

Next