devilutionX/Source
2019-10-13 03:40:45 +02:00
..
.clang-format Stop clang_format from breaking compiling 2019-07-08 04:28:31 +02:00
appfat.cpp Display SDL error messages in UI dialog 2019-10-12 23:02:04 +02:00
appfat.h Display SDL error messages in UI dialog 2019-10-12 23:02:04 +02:00
asm_trans_rect.inc Use SCREEN_Y 2019-06-02 18:08:09 +01:00
automap.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-10-08 22:05:10 +02:00
automap.h Align function signatures with PSX symbols 2019-07-08 04:12:12 +02:00
capture.cpp Handle file paths in a clean way 2019-09-26 07:32:47 +02:00
capture.h
codec.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-09-28 04:31:04 +02:00
codec.h Clean up files with dirty headers 2019-07-08 04:28:31 +02:00
control.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-10-08 22:05:10 +02:00
control.h Format source 2019-08-26 15:08:03 +02:00
cursor.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-07-21 19:39:17 +02:00
cursor.h Correct GLOBAL types based on PSX SYM 3 2019-07-21 04:10:31 +02:00
dead.cpp
dead.h Clean up generated comments 2019-07-21 00:57:53 +02:00
debug.cpp Remove unused debug functions 2019-10-13 03:40:45 +02:00
debug.h Remove unused debug functions 2019-10-13 03:40:45 +02:00
diablo.cpp Remove unimplemented functions that aren't needed with SDL 2019-10-08 23:04:39 +02:00
diablo.h Simplify SDL1/2 palette handling 2019-10-12 20:54:10 +02:00
doom.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-07-20 19:52:50 +02:00
doom.h Correct missmatched bool types 2019-10-04 09:26:26 +02:00
drlg_l1.cpp Some fixes for Big Endian systems 2019-10-06 20:50:35 +02:00
drlg_l1.h Clean up signedness 2019-07-21 00:57:53 +02:00
drlg_l2.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-10-08 22:05:10 +02:00
drlg_l2.h Correct types related to glSeedTbl 2019-07-06 19:33:30 +02:00
drlg_l3.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-10-08 22:05:10 +02:00
drlg_l3.h Correct types related to glSeedTbl 2019-07-06 19:33:30 +02:00
drlg_l4.cpp Some fixes for Big Endian systems 2019-10-06 20:50:35 +02:00
drlg_l4.h Clean up signedness 2019-07-21 00:57:53 +02:00
dthread.cpp Unify error dialogs, for looks and portability 2019-10-06 01:27:11 +02:00
dthread.h Clean up signedness 2019-07-21 00:57:53 +02:00
dx.h Unify error dialogs, for looks and portability 2019-10-06 01:27:11 +02:00
effects.cpp Unify error dialogs, for looks and portability 2019-10-06 01:27:11 +02:00
effects.h effects: rename monster_action_sounds to MonstSndChar 2019-08-18 07:44:22 +02:00
encrypt.cpp
encrypt.h
engine.cpp Make more use of cell helpers 2019-10-12 17:45:11 +02:00
engine.h Fix UB: Misaligned access in GetCelFrameClipped 2019-10-10 10:09:44 +02:00
error.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-07-21 19:39:17 +02:00
error.h
gamemenu.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-08-18 08:07:33 +02:00
gamemenu.h Come up with names for all remaning arguments 2019-07-21 00:57:53 +02:00
gendung.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-10-08 22:05:10 +02:00
gendung.h Correct BOOLS 2019-07-21 19:11:11 +02:00
gmenu.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-10-12 18:15:34 +02:00
gmenu.h Come up with names for all remaning arguments 2019-07-21 00:57:53 +02:00
help.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-08-18 08:07:33 +02:00
help.h Clean up generated comments 2019-07-21 00:57:53 +02:00
init.cpp Implement DefWindowProc directly in MainWndProc 2019-10-09 00:02:36 +02:00
init.h Unify error dialogs, for looks and portability 2019-10-06 01:27:11 +02:00
interfac.cpp all: remove unused storm imports 2019-09-20 11:05:25 +02:00
interfac.h interfac: rename progress_bar_colours and progress_bar_screen_pos to BarColor and BarPos 2019-08-18 07:45:07 +02:00
inv.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-10-08 22:05:10 +02:00
inv.h Align function signatures with PSX symbols 2019-07-08 04:12:12 +02:00
itemdat.cpp Correct new line encoding 2019-07-06 16:48:37 +02:00
itemdat.h Correct new line encoding 2019-07-06 16:48:37 +02:00
items.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-10-08 22:05:10 +02:00
items.h Correct missmatched bool types 2019-10-04 09:26:26 +02:00
lighting.cpp Drop unused code 2019-10-13 00:08:24 +02:00
lighting.h Drop unused code 2019-10-13 00:08:24 +02:00
loadsave.cpp Clean up load/save code 2019-09-22 01:27:26 +02:00
loadsave.h Clean up load/save code 2019-09-22 01:27:26 +02:00
mainmenu.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-08-18 08:07:33 +02:00
mainmenu.h Come up with names for all remaning arguments 2019-07-21 00:57:53 +02:00
minitext.cpp Apply the Cel helper functions in a few more places 2019-09-30 11:50:18 +02:00
minitext.h Correct BOOLS 2019-07-21 19:11:11 +02:00
misdat.cpp Correct new line encoding 2019-07-06 16:48:37 +02:00
misdat.h Correct new line encoding 2019-07-06 16:48:37 +02:00
missiles.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-10-08 22:05:10 +02:00
missiles.h Correct BOOLS 2019-07-21 19:11:11 +02:00
monstdat.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-08-18 08:07:33 +02:00
monstdat.h Clean up signedness 2019-07-21 00:57:53 +02:00
monster.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-10-08 22:05:10 +02:00
monster.h Clean up signedness 2019-07-21 00:57:53 +02:00
movie.cpp Unify error dialogs, for looks and portability 2019-10-06 01:27:11 +02:00
movie.h
mpqapi.cpp Some fixes for Big Endian systems 2019-10-06 20:50:35 +02:00
mpqapi.h Format recently cleaned code 2019-07-06 05:13:01 +02:00
msg.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-10-08 22:05:10 +02:00
msg.h Align function signatures with PSX symbols 2019-07-08 04:12:12 +02:00
multi.cpp Remove unimplemented functions that aren't needed with SDL 2019-10-08 23:04:39 +02:00
multi.h Correct missmatched bool types 2019-10-04 09:26:26 +02:00
nthread.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-10-08 22:05:10 +02:00
nthread.h glpMsgTbl stores 64-bit pointers to turn_t variables. This won't fit inside int. 2019-09-14 22:08:07 +02:00
objdat.cpp Correct new line encoding 2019-07-06 16:48:37 +02:00
objdat.h Correct new line encoding 2019-07-06 16:48:37 +02:00
objects.cpp Remove unimplemented functions that aren't needed with SDL 2019-10-08 23:04:39 +02:00
objects.h Clean up signedness 2019-07-21 00:57:53 +02:00
pack.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-10-08 22:05:10 +02:00
pack.h
palette.cpp Remove unimplemented functions that aren't needed with SDL 2019-10-08 23:04:39 +02:00
palette.h Unify error dialogs, for looks and portability 2019-10-06 01:27:11 +02:00
path.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-09-13 17:51:58 +02:00
path.h Clean up files with dirty headers 2019-07-08 04:28:31 +02:00
pfile.cpp Drop unimplemented code 2019-09-26 07:32:47 +02:00
pfile.h Clean up signedness 2019-07-21 00:57:53 +02:00
player.cpp Disable some signed shift UBSAN warnings 2019-10-10 13:51:19 +02:00
player.h Backport Hellfire cleanups 2019-09-05 15:20:27 +02:00
plrmsg.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-09-13 17:51:58 +02:00
plrmsg.h Clean up signedness 2019-07-21 00:57:53 +02:00
portal.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-09-13 17:51:58 +02:00
portal.h
quests.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-09-17 03:29:59 +02:00
quests.h Format recently cleaned code 2019-07-06 05:13:01 +02:00
render.cpp Disable some signed shift UBSAN warnings 2019-10-10 13:51:19 +02:00
render.h Switch to new render from Galaxy 2019-08-26 13:32:59 +02:00
restrict.cpp Unify error dialogs, for looks and portability 2019-10-06 01:27:11 +02:00
restrict.h Unify error dialogs, for looks and portability 2019-10-06 01:27:11 +02:00
scrollrt.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-10-12 18:15:34 +02:00
scrollrt.h Merge branch 'master' of github.com:diasurgical/devilution 2019-10-12 18:15:34 +02:00
setmaps.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-08-18 08:07:33 +02:00
setmaps.h Clean up signedness 2019-07-21 00:57:53 +02:00
sha.cpp Disable some signed shift UBSAN warnings 2019-10-10 13:51:19 +02:00
sha.h SHA: Fix some implementation-defined behaviour (#343) 2019-10-10 09:10:57 +02:00
sound.h Clean up sound code 2019-09-25 11:32:30 +02:00
spelldat.cpp Correct new line encoding 2019-07-06 16:48:37 +02:00
spelldat.h Correct new line encoding 2019-07-06 16:48:37 +02:00
spells.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-09-28 04:31:04 +02:00
spells.h Align function signatures with PSX symbols 2019-07-08 04:12:12 +02:00
stores.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-10-08 22:05:10 +02:00
stores.h Correct GLOBAL types based on PSX SYM 3 2019-07-21 04:10:31 +02:00
sync.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-05-18 16:55:20 +02:00
sync.h
textdat.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-10-08 22:05:10 +02:00
textdat.h Correct GLOBAL types based on PSX SYM 3 2019-07-21 04:10:31 +02:00
themes.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-09-28 04:31:04 +02:00
themes.h
tmsg.cpp
tmsg.h
town.cpp Make more use of cell helpers 2019-10-12 17:45:11 +02:00
town.h Clean up unformatted files 2019-07-08 04:28:31 +02:00
towners.cpp Apply the Cel helper functions in a few more places 2019-09-30 11:50:18 +02:00
towners.h Align function signatures with PSX symbols 2019-07-08 04:12:12 +02:00
track.cpp all: remove unused storm imports 2019-09-20 11:05:25 +02:00
track.h
trigs.cpp Merge branch 'master' of github.com:diasurgical/devilution 2019-09-28 04:31:04 +02:00
trigs.h Clean up generated comments 2019-07-21 00:57:53 +02:00
wave.cpp Unify error dialogs, for looks and portability 2019-10-06 01:27:11 +02:00
wave.h Unify error dialogs, for looks and portability 2019-10-06 01:27:11 +02:00