foxygit
/
doom
Log in
Files
Commits
Refs
git clone https://git.kristoffersson.info/repos/doom.git
commits
tags
2020-04-05
Merge pull request #1263 from drfrag666/tdmgcc2
Turo Lamminen
12caa300
2020-04-04
Add active branches to Travis build.
Simon Howard
51dbd914
Fixed compilation with Code::Blocks and TDM-GCC 5.1 (missing includes).
drfrag
00990588
2020-02-04
doom: Clean up trailing whitespace
Turo Lamminen
8af3da56
doom: Make gamedescription not const, it's now dynamically allocated
Turo Lamminen
160988d3
doom: Make gamedescription always dynamically allocated
Turo Lamminen
8ae83694
doom: Mark D_SetGameDescription static
Turo Lamminen
25b70033
doom: Move gamedescription global variable from doomstat.c to d_main.c
Turo Lamminen
71c2c2bc
doom: Reduce scope of variable deh_sub in GetGameName
Turo Lamminen
1b1c4167
doom: Use DEH_snprintf in GetGameName
Turo Lamminen
134f7f79
doom: Make GetGameName parameter const
Turo Lamminen
6be98435
doom: Always return an allocated string from GetGameName
Turo Lamminen
b7368be6
doom: Allocate deh_gamename with standard malloc
Turo Lamminen
263a6fef
doom: Add a new variable for DEH gamename to separate it from the parameter
Turo Lamminen
89900f95
2020-03-19
Merge pull request #1257 from xordspar0/fno-common
Simon Howard
ae2ee6c8
Merge pull request #1256 from kraflab/add-heretic-mouse-inv
Simon Howard
cfdf4dec
2020-03-15
Remove redundant demoextend definition
Jordan Christiansen
a8fd4b1f
2020-03-14
Add heretic mouse inv buttons
Ryan Krafnick
e9e76ede
2020-03-12
Fix segmentation fault when running on rgb565 screen (#1255)
Wells Lu
181c56fc
2020-02-20
Fix GUS emulation with Midiproc.exe (#1253)
Julia Nechaevskaya
f1fa7faf
2020-01-27
Merge pull request #1245 from chocolate-doom/mfrancis95-patch-1
Mike Swanson
a8e8763c
Fix memory leak when iwad not found (fix #1241)
Michael Francis
d358269b
2020-01-20
Merge pull request #1238 from chocolate-doom/heretic_key_arti
Simon Howard
68d11b6f
Merge pull request #1243 from chocolate-doom/statdump
Simon Howard
ac228b34
pass wbstartstruct_t * as const to all the functions which don't change it
Fabian Greffrath
400f9d19
explicitly direct output to stdout if '-' is given as a file name
Fabian Greffrath
82257467
2020-01-14
Merge pull request #1240 from turol/fix-uninit
Turo Lamminen
40e600b9
2020-01-13
hexen: Fix uninitialized memory use when calling R_DrawVisSprite from R_DrawPSprite
Turo Lamminen
8d622369
heretic: Fix uninitialized memory use when calling R_DrawVisSprite from R_DrawPSprite
Turo Lamminen
592f0115
2020-01-10
Merge pull request #1237 from chocolate-doom/keypad_enter
Mike Swanson
f81b5c7b
2020-01-09
Allow to toggle full screen using Enter on num. keyboard
Julia Nechaevskaya
75499e05
Add missing `else`, bind Tome to Backspace (127) by default
Julia Nechaevskaya
76fa96e1
Use an existing check for arti_tomeofpower
Julia Nechaevskaya
f7a14366
2020-01-08
Heretic: artifacts can be binded to own keys
Julia Nechaevskaya
22f39b5d
Merge pull request #1235 from chocolate-doom/travis-bionic
Mike Swanson
bef0c380
travis: change to dist: bionic
Fabian Greffrath
e96a59cc
2020-01-03
Merge pull request #1234 from JNechaevsky/patch-1
Michael Francis
bed9ff62
Update copyright year to 2020 in PACKAGE_COPYRIGHT
Julia Nechaevskaya
570921ae
2019-12-16
Merge pull request #1228 from mfrancis95/redundancyfixes
Michael Francis
7b348d34
2019-12-09
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
mfrancis95
1b06590a
Remove unnecessary non-null mobj checks in hexen/p_enemy.c. These checks are safe to remove because the mobj is already being dereferenced
mfrancis95
af983840
Remove unnecessary non-null mobj checks in hexen/a_action.c. These checks are safe to remove because the mobj is already being dereferenced
mfrancis95
2d88fd0d
Merge pull request #1227 from mfrancis95/printffixes
Simon Howard
a713167f
Merge pull request #1226 from mfrancis95/redundancyfix
Simon Howard
5e44a80f
Fix printf warning in net_gui.c
mfrancis95
f327c7d4
Fix fprintf warning in strife/p_setup.c
mfrancis95
7154c3d5
Fix fprintf warning in doom/p_setup.c
mfrancis95
cc95de13
Fix printf warnings in midifile.c
mfrancis95
79465946
2019-12-11
Merge pull request #1229 from chocolate-doom/msc-packed
Mike Swanson
b37418d8
2019-12-10
fix packed attribute for structs when compiling with MSVC
Fabian Greffrath
0334e656
← newer
older →