dxx-rebirth/similar/main
Kp 569802e00f Convert kconfig array lookups to require correct enumerated type
This ensures that an array is indexed by the appropriate type.  Indexing
a mouse array with a joystick index is undefined behavior, and with this
change, such undefined behavior is now a compilation error.
2020-07-05 23:34:33 +00:00
..
ai.cpp Use A.size() or std::size instead of sizeof(A)/sizeof(A[0]) 2020-07-05 23:34:33 +00:00
aipath.cpp Move LevelSharedVertexState into d_level_shared_segment_state 2020-05-17 23:35:25 +00:00
automap.cpp Tighten type for trigger action values 2020-07-05 23:34:32 +00:00
bm.cpp Move grs_bitmap::avg_color into #if !DXX_USE_OGL 2020-05-22 02:40:26 +00:00
bmread.cpp Fix D2 crash on blank line in bitmaps.tbl 2020-05-22 02:40:26 +00:00
cntrlcen.cpp Qualify uses of std::array 2020-05-02 21:18:42 +00:00
collide.cpp Remove static inline declarations from fwd-partial_range.h 2020-06-10 02:25:32 +00:00
config.cpp Use enum class for LevelMusicPlayOrder 2020-05-31 23:04:25 +00:00
console.cpp Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
controls.cpp
credits.cpp Refer to <memory> directly, not through "compiler-make_unique.h" 2020-05-02 21:18:43 +00:00
digiobj.cpp Retire compiler-begin.h 2020-06-10 02:25:32 +00:00
dumpmine.cpp Use A.size() or std::size instead of sizeof(A)/sizeof(A[0]) 2020-07-05 23:34:33 +00:00
effects.cpp Ignore effects with frame_time=0 2020-06-19 01:46:54 +00:00
endlevel.cpp Retire compiler-begin.h 2020-06-10 02:25:32 +00:00
fireball.cpp Prevent the destruction of one-sided prison doors from causing a crash 2020-06-30 21:40:09 +12:00
fuelcen.cpp Use A.size() or std::size instead of sizeof(A)/sizeof(A[0]) 2020-07-05 23:34:33 +00:00
fvi.cpp Move LevelSharedVertexState into d_level_shared_segment_state 2020-05-17 23:35:25 +00:00
game.cpp Fix input handling in automap 2020-05-28 03:21:22 +00:00
gamecntl.cpp Use A.size() or std::size instead of sizeof(A)/sizeof(A[0]) 2020-07-05 23:34:33 +00:00
gamefont.cpp Qualify uses of std::array 2020-05-02 21:18:42 +00:00
gamemine.cpp Move LevelSharedVertexState into d_level_shared_segment_state 2020-05-17 23:35:25 +00:00
gamerend.cpp
gamesave.cpp Replace uses of enumerate with zip where appropriate 2020-07-05 23:34:33 +00:00
gameseg.cpp Move words_bigendian into if constexpr 2020-07-05 23:34:33 +00:00
gameseq.cpp Replace uses of enumerate with zip where appropriate 2020-07-05 23:34:33 +00:00
gauges.cpp Discard decoded cockpit buffer when no longer needed 2020-05-27 03:07:17 +00:00
generate-kconfig-udlr.py Convert kconfig array lookups to require correct enumerated type 2020-07-05 23:34:33 +00:00
hostage.cpp Qualify uses of std::array 2020-05-02 21:18:42 +00:00
hud.cpp
iff.cpp Refer to <memory> directly, not through "compiler-make_unique.h" 2020-05-02 21:18:43 +00:00
inferno.cpp Retire compiler-begin.h 2020-06-10 02:25:32 +00:00
kconfig.cpp Convert kconfig array lookups to require correct enumerated type 2020-07-05 23:34:33 +00:00
kconfig.ui-table.cpp Use symbolic names to look up kconfig offsets 2020-07-05 23:34:33 +00:00
kmatrix.cpp Qualify uses of std::array 2020-05-02 21:18:42 +00:00
laser.cpp Only reduce laser power in D2 mode 2020-05-06 03:04:45 +00:00
lighting.cpp Move LevelSharedVertexState into d_level_shared_segment_state 2020-05-17 23:35:25 +00:00
menu.cpp Use enum class for LevelMusicPlayOrder 2020-05-31 23:04:25 +00:00
mglobal.cpp Move LevelSharedVertexState into d_level_shared_segment_state 2020-05-17 23:35:25 +00:00
mission.cpp Handle gcc-10 truncation warning in mission.cpp 2020-05-17 23:35:25 +00:00
morph.cpp Move texture_list out of global scope 2020-05-22 02:40:26 +00:00
multi.cpp Use A.size() or std::size instead of sizeof(A)/sizeof(A[0]) 2020-07-05 23:34:33 +00:00
multibot.cpp Move words_bigendian into if constexpr 2020-07-05 23:34:33 +00:00
net_udp.cpp Use A.size() or std::size instead of sizeof(A)/sizeof(A[0]) 2020-07-05 23:34:33 +00:00
newdemo.cpp Tighten type for trigger action values 2020-07-05 23:34:32 +00:00
newmenu.cpp Do not abort on failure to load PCX 2020-05-17 23:35:26 +00:00
object.cpp Tighten type for trigger action values 2020-07-05 23:34:32 +00:00
paging.cpp Qualify uses of std::array 2020-05-02 21:18:42 +00:00
physics.cpp Move LevelSharedVertexState into d_level_shared_segment_state 2020-05-17 23:35:25 +00:00
piggy.cpp Move grs_bitmap::avg_color into #if !DXX_USE_OGL 2020-05-22 02:40:26 +00:00
player.cpp
playsave.cpp Remove plx special case for version 0.56.0 2020-07-05 23:34:33 +00:00
polyobj.cpp Use A.size() or std::size instead of sizeof(A)/sizeof(A[0]) 2020-07-05 23:34:33 +00:00
powerup.cpp Remove static inline declarations from fwd-partial_range.h 2020-06-10 02:25:32 +00:00
render.cpp Move LevelSharedVertexState into d_level_shared_segment_state 2020-05-17 23:35:25 +00:00
robot.cpp Qualify uses of std::array 2020-05-02 21:18:42 +00:00
scores.cpp Qualify uses of std::array 2020-05-02 21:18:42 +00:00
segment.cpp
slew.cpp
songs.cpp Avoid reopening descent.sng 2020-07-05 23:34:33 +00:00
state.cpp Replace uses of enumerate with zip where appropriate 2020-07-05 23:34:33 +00:00
switch.cpp Tighten type for trigger action values 2020-07-05 23:34:32 +00:00
terrain.cpp Refer to <memory> directly, not through "compiler-make_unique.h" 2020-05-02 21:18:43 +00:00
texmerge.cpp Move grs_bitmap::avg_color into #if !DXX_USE_OGL 2020-05-22 02:40:26 +00:00
text.cpp Use A.size() or std::size instead of sizeof(A)/sizeof(A[0]) 2020-07-05 23:34:33 +00:00
titles.cpp Reduce lookups of descent.hog size in briefings 2020-07-05 23:34:33 +00:00
vclip.cpp
vers_id.cpp
wall.cpp Replace uses of enumerate with zip where appropriate 2020-07-05 23:34:33 +00:00
weapon.cpp Qualify uses of std::array 2020-05-02 21:18:42 +00:00