devilutionX/Source
2020-09-17 23:10:47 +02:00
..
.clang-format Reformat the .clang-format files 2020-03-29 20:45:57 +02:00
all.h Sanitize use of namespace 2020-04-22 13:15:29 +02:00
appfat.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-14 15:30:49 +02:00
appfat.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
automap.cpp Correct automap rendering for all resolutions dynamically 2020-05-15 19:12:03 +02:00
automap.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
capture.cpp Remove some unused variables 2020-05-14 11:44:15 +02:00
capture.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
codec.cpp Remove the std namespace from uint32_t 2020-05-14 11:44:15 +02:00
codec.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
control.cpp C++03 compatibility (#736) 2020-05-17 01:37:19 +02:00
control.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
cursor.cpp Check that cursor is inside of the level 2020-05-15 19:12:03 +02:00
cursor.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
dead.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-06 12:05:13 +02:00
dead.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
debug.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-14 15:30:49 +02:00
debug.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
diablo.cpp Added single-player difficulty menu. 2020-09-17 23:10:47 +02:00
diablo.h implement variable game speed #525 2020-09-17 14:32:06 +02:00
doom.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-03-29 23:40:05 +02:00
doom.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
drlg_l1.cpp Fix broken wall tile 2020-04-18 16:28:55 +02:00
drlg_l1.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
drlg_l2.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-14 15:30:49 +02:00
drlg_l2.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
drlg_l3.cpp Remove hardcoded spawn location for Cave maps 2020-04-18 16:28:55 +02:00
drlg_l3.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
drlg_l4.cpp Add code for load hell maps 2020-04-18 16:28:55 +02:00
drlg_l4.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
dthread.cpp Remove some unused variables 2020-05-14 11:44:15 +02:00
dthread.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
dx.h clean unused variables 2020-06-17 01:58:11 +02:00
effects.cpp Fix memory leak with audio stream not been released 2020-04-17 09:36:55 +02:00
effects.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
encrypt.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-14 15:30:49 +02:00
encrypt.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
engine.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-14 15:30:49 +02:00
engine.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
error.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-14 15:30:49 +02:00
error.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
gamemenu.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-14 15:30:49 +02:00
gamemenu.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
gendung.cpp simplified theme room creation 2020-09-11 00:15:20 +02:00
gendung.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
gmenu.cpp C++03 compatibility (#736) 2020-05-17 01:37:19 +02:00
gmenu.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
help.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-14 15:30:49 +02:00
help.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
init.cpp C++03 compatibility (#736) 2020-05-17 01:37:19 +02:00
init.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
interfac.cpp C++03 compatibility (#736) 2020-05-17 01:37:19 +02:00
interfac.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
inv.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-14 15:30:49 +02:00
inv.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
itemdat.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-14 15:30:49 +02:00
itemdat.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
items.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-26 21:44:34 +02:00
items.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
lighting.cpp Explicit casting 2020-05-14 11:44:15 +02:00
lighting.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
loadsave.cpp Added single-player difficulty menu. 2020-09-17 23:10:47 +02:00
loadsave.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
mainmenu.cpp Added single-player difficulty menu. 2020-09-17 23:10:47 +02:00
mainmenu.h Merge branch 'master' of github.com:diasurgical/devilution 2020-04-26 21:44:34 +02:00
minitext.cpp Fix issue with NPC/Quest text scrolling 2020-04-17 15:58:58 +02:00
minitext.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
misdat.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-03-29 23:40:05 +02:00
misdat.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
missiles.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-14 15:30:49 +02:00
missiles.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
monstdat.cpp Make all objects and monsters avalible to .dun levels 2020-06-21 15:14:10 +02:00
monstdat.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
monster.cpp Fix build 2020-09-17 00:45:22 +02:00
monster.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
movie.cpp C++03 compatibility (#736) 2020-05-17 01:37:19 +02:00
movie.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
mpqapi.cpp Remove the std namespace from uint32_t 2020-05-14 11:44:15 +02:00
mpqapi.h Remove some unused variables 2020-05-14 11:44:15 +02:00
msg.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-14 15:30:49 +02:00
msg.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
multi.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-14 15:30:49 +02:00
multi.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
nthread.cpp implement variable game speed #525 2020-09-17 14:32:06 +02:00
nthread.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
objdat.cpp Make all objects and monsters avalible to .dun levels 2020-06-21 15:14:10 +02:00
objdat.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
objects.cpp Fixing explosive barrels prespawning skeletons 2020-09-01 06:51:57 +02:00
objects.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
pack.cpp Fixed player base block is zero bug after loading a new game. This value is not saved in single player or multiplayer, so when a character is loaded, the value is always zero. Now when a player is loaded, it is set to the default. See section 2.1.4 in Jarulf's Guide. 2020-09-17 13:39:31 +02:00
pack.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
palette.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-14 15:30:49 +02:00
palette.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
path.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-03-29 23:40:05 +02:00
path.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
pfile.cpp Remove some unused variables 2020-05-14 11:44:15 +02:00
pfile.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
player.cpp Use defines for tile and screen related magic numbers 2020-05-11 23:21:27 +02:00
player.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
plrmsg.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-03-29 23:40:05 +02:00
plrmsg.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
portal.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-26 21:44:34 +02:00
portal.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
quests.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-14 15:30:49 +02:00
quests.h remove unused variable 2020-07-01 05:35:58 +02:00
render.cpp C++03 compatibility (#736) 2020-05-17 01:37:19 +02:00
render.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
restrict.cpp C++03 compatibility (#736) 2020-05-17 01:37:19 +02:00
restrict.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
scrollrt.cpp fix typos (#766) 2020-08-03 16:15:03 +02:00
scrollrt.h Width independant vertical alignment, optimize zoom 2020-05-15 19:12:03 +02:00
setmaps.cpp Correct poison water spawn position 2020-04-18 16:39:38 +02:00
setmaps.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
sha.cpp Remove the std namespace from uint32_t 2020-05-14 11:44:15 +02:00
sha.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
sound.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
spelldat.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-06 12:05:13 +02:00
spelldat.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
spells.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-14 15:30:49 +02:00
spells.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
stores.cpp implement variable game speed #525 2020-09-17 14:32:06 +02:00
stores.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
sync.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-14 15:30:49 +02:00
sync.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
textdat.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-14 15:30:49 +02:00
textdat.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
themes.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-26 21:44:34 +02:00
themes.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
tmsg.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-14 15:30:49 +02:00
tmsg.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
town.cpp Use defines for tile and screen related magic numbers 2020-05-11 23:21:27 +02:00
town.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
towners.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-26 21:44:34 +02:00
towners.h Merge branch 'master' of github.com:diasurgical/devilution 2020-04-26 21:44:34 +02:00
track.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-26 21:44:34 +02:00
track.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
trigs.cpp Merge branch 'master' of github.com:diasurgical/devilution 2020-04-26 21:44:34 +02:00
trigs.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00
wave.cpp C++03 compatibility (#736) 2020-05-17 01:37:19 +02:00
wave.h Per file basis use of extern C 2020-04-22 13:15:29 +02:00