dxx-rebirth/common/main
2022-12-31 16:21:47 +00:00
..
ai.h Pass robot_info to move_towards_segment_center 2022-12-02 04:09:20 +00:00
aistruct.h Use enum class for robot_gun_number 2022-08-22 01:24:49 +00:00
automap.h Fix some check_header_includes=1 failures 2022-02-12 18:57:12 +00:00
backports-ranges.h Store ranges::subrange in newmenu_layout 2022-12-31 16:21:47 +00:00
bm.h Use enum class for bitmap_index 2022-12-31 16:21:47 +00:00
cast_range_result.h Remove static inline declarations from fwd-partial_range.h 2020-06-10 02:25:32 +00:00
cli.cpp Move various static functions into anonymous namespace 2022-07-09 13:39:29 +00:00
cli.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
cmd.cpp Return std::unique_ptr from d_strdup 2022-10-09 23:15:20 +00:00
cmd.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
cntrlcen.h Pass ranges::subrange to reactor_read_n 2022-12-31 16:21:47 +00:00
collide.h Use enum class for apply_damage_to_player::possibly_friendly 2022-07-23 20:58:10 +00:00
config.h Move ResolutionX, ResolutionY to CCfg 2021-01-25 00:45:07 +00:00
controls.h Pass control_info & to various functions 2020-10-12 03:28:26 +00:00
credits.h Split credits_show special case into dedicated functions 2016-08-19 03:41:42 +00:00
cvar.cpp optimize include files (include what you use) 2021-02-06 21:38:50 +01:00
cvar.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
d_array.h Preserve input type in deleted enumerated_array::operator[]() 2022-12-31 16:21:47 +00:00
d_bitset.h Use enum class for sound_channel 2022-12-17 13:16:28 +00:00
d_crange.h Flatten constant_xrange hierarchy 2022-02-27 14:23:53 +00:00
d_enumerate.h Allow distinct sentinel type on enumerated range 2022-12-31 16:21:47 +00:00
d_levelstate.h Fix some check_header_includes=1 failures 2022-02-12 18:57:12 +00:00
d_range.h Replace range_owns_iterated_storage with ranges::borrowed_range 2022-12-31 16:21:47 +00:00
d_srcloc.h Use #if for DXX_HAVE_CXX_BUILTIN_FILE_LINE 2022-11-10 02:04:09 +00:00
d_zip.h Store range_type, not range_iterator_type, in zip<> signature 2022-12-31 16:21:47 +00:00
digi.h Use enum class for sound_channel 2022-12-17 13:16:28 +00:00
effects.h Use enumerated_array for unique_segment::sides 2022-01-15 20:39:10 +00:00
endlevel.h Use enum class for polygon_model_index 2022-12-18 18:32:14 +00:00
escort.h Pass thief stolen item storage to drop_stolen_items 2022-07-23 20:58:10 +00:00
fireball.h Inline object_create_muzzle_flash into callers 2022-11-13 21:17:23 +00:00
fuelcen.h Pass LevelSharedRobotInfoState to various functions that need it 2022-07-09 13:39:29 +00:00
fvi.h Pass LevelSharedRobotInfoState in fvi_query 2022-07-09 13:39:29 +00:00
fwd-d_array.h Add check that d_array<E> is not unsigned int or unsigned long 2022-10-09 23:15:20 +00:00
fwd-game.h Default disable VR side-by-side for OpenGL ES 2022-10-09 23:15:20 +00:00
fwd-inferno.h Split inferno.h to fwd-inferno.h 2022-02-12 18:57:12 +00:00
fwd-object.h Use enum class for bitmap_index 2022-12-31 16:21:47 +00:00
fwd-piggy.h Pass ranges::subrange to bitmap_index_read_n 2022-12-31 16:21:47 +00:00
fwd-player.h Use template alias for per-team arrays 2022-10-09 23:15:20 +00:00
fwd-powerup.h Pass std::span to powerup_basic_str 2022-09-24 17:47:53 +00:00
fwd-robot.h Pass polymodel& to polymodel_read 2022-10-09 23:15:20 +00:00
fwd-segment.h Use enum class for delta_light_index 2022-11-07 01:59:34 +00:00
fwd-vclip.h Qualify uses of std::array 2020-05-02 21:18:42 +00:00
fwd-wall.h Pass LevelSharedRobotInfoState to various functions that need it 2022-07-09 13:39:29 +00:00
fwd-weapon.h Use enum class for pig_hamfile_version 2022-10-09 23:15:20 +00:00
game.h Enable gcc attribute suggestion warnings 2022-10-16 23:20:34 +00:00
gamefont.h Use explicitly defaulted font_scale_proportion::operator== 2022-10-09 23:15:19 +00:00
gamemine.h Remove support for reading Miner's .LVL files 2020-12-20 20:39:07 +00:00
gamepal.h Pass std::span to load_palette 2022-09-24 17:47:52 +00:00
gameplayopt.h Add experimental support for autosaves 2020-04-19 20:47:07 +00:00
gamesave.h Move Shareware_level_names,Registered_level_names to dumpmine.cpp 2022-09-24 17:47:52 +00:00
gameseg.h Use sidenum_t in more places 2022-02-19 14:52:17 +00:00
gameseq.h Use alias template per_player_array for arrays that are MAX_PLAYERS long 2022-09-24 17:47:53 +00:00
gauges.h Use enum class for bitmap_index 2022-12-31 16:21:47 +00:00
hostage.h Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
hudmsg.h Remove special case for 0 argument HUD_init_message 2022-10-02 19:51:36 +00:00
inferno.h Split inferno.h to fwd-inferno.h 2022-02-12 18:57:12 +00:00
kconfig.h Feat: Pitch unlocker 2022-08-21 16:16:40 -05:00
kmatrix.h Fix some check_header_includes=1 failures 2022-02-12 18:57:12 +00:00
laser.h Simplify passing weapon to do_missile_firing 2022-07-23 20:58:10 +00:00
lighting.h Use enum class for vertnum_t 2020-12-26 21:17:29 +00:00
menu.h Move some menu code into namespaces 2020-09-11 03:08:02 +00:00
mission.h Add hack for case mismatch in Vertigo robot movies 2022-09-24 17:47:52 +00:00
morph.h Remove unnecessary morph_data helper constructors 2022-12-18 23:10:39 +00:00
multi.h Pass ranges::subrange to multi_all_players_alive 2022-12-31 16:21:47 +00:00
multibot.h Use enum class for robot_gun_number 2022-08-22 01:24:49 +00:00
multiinternal.h Use enum class for multiplayer_command_t 2022-10-23 23:00:24 +00:00
net_udp.h Add workaround for i686 where std::size_t is unsigned int 2022-10-09 23:15:21 +00:00
newdemo.h Change enum sidenum_t to enum class sidenum_t 2022-06-05 17:44:52 +00:00
newmenu.h Store ranges::subrange in newmenu_layout 2022-12-31 16:21:47 +00:00
nvparse.h Replace "compiler-type_traits.h" with <type_traits> 2017-06-25 20:46:03 +00:00
object.h Use enum class for polygon_model_index 2022-12-18 18:32:14 +00:00
objnum.h Use enum class for object_signature_t 2020-08-10 03:45:13 +00:00
paging.h Pass Vclip as context 2018-10-21 00:24:07 +00:00
physfsrwops.h Return error code from PHYSFSRWOPS_openRead* 2021-07-25 23:00:56 +00:00
physics.h Pass LevelSharedRobotInfoState to various functions that need it 2022-07-09 13:39:29 +00:00
physics_info.h Fix check_header_includes=1 build 2020-05-17 23:35:25 +00:00
piggy.h Pass ranges::subrange to bitmap_index_read_n 2022-12-31 16:21:47 +00:00
player-callsign.h Pass std::span to callsign_t::copy_lower 2022-12-10 18:09:54 +00:00
player-flags.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
player.h Use enum class for polygon_model_index 2022-12-18 18:32:14 +00:00
playsave.h Feat: Pitch unlocker 2022-08-21 16:16:40 -05:00
polyobj.h Use enum class for bitmap_index 2022-12-31 16:21:47 +00:00
powerup.h Split powerup.h to fwd-powerup.h 2022-02-12 18:57:12 +00:00
render.h Use enum sidenum_t in more places 2022-01-09 15:25:42 +00:00
render_state.h Pass LevelSharedRobotInfoState to various functions that need it 2022-07-09 13:39:29 +00:00
robot.h Return ranges::subrange from robot_get_anim_state 2022-12-31 16:21:47 +00:00
scores.h Pass canvas to scores_view_menu 2021-09-19 10:53:48 +00:00
screens.h Disallow direct construction of grs_canvas 2021-09-04 12:17:14 +00:00
segiter.h Return sentinel from segment_object_range_t 2022-10-09 23:15:21 +00:00
segment.h Use enum class for delta_light_index 2022-11-07 01:59:34 +00:00
segpoint.h Use enum class for vertnum_t 2020-12-26 21:17:29 +00:00
selfiter.h Let self_return_iterator use an implicit operator!= 2022-12-18 18:32:14 +00:00
slew.h Pass control_info & to various functions 2020-10-12 03:28:26 +00:00
songs.h Refactor song loading 2019-08-25 16:43:17 +00:00
sounds.h Fix some check_header_includes=1 failures 2022-02-12 18:57:12 +00:00
state.h Pass LevelSharedRobotInfoState to various functions that need it 2022-07-09 13:39:29 +00:00
switch.h Change enum sidenum_t to enum class sidenum_t 2022-06-05 17:44:52 +00:00
terrain.h Reorder endlevel definitions to split by dcx/dsx 2020-10-01 03:25:27 +00:00
texmerge.h Move grs_main_bitmap earlier in the header 2021-09-04 12:17:14 +00:00
text.h Use enum class for kick_player_reason 2022-09-11 17:00:44 +00:00
textures.h Qualify uses of std::array 2020-05-02 21:18:42 +00:00
titles.h Remove support for show_order_form 2020-10-22 02:26:17 +00:00
valptridx.tcc Use enum class for actdoornum_t 2020-12-20 20:39:07 +00:00
vclip.h Use enum class for bitmap_index 2022-12-31 16:21:47 +00:00
vers_id.h Add Windows version resource for Windows build 2022-09-11 17:00:45 +00:00
wall.h Remove unnecessary explicit definition of WALL_IS_DOORWAY_result_t::operator!= 2022-10-09 23:15:19 +00:00
weapon.h Use enum class for polygon_model_index 2022-12-18 18:32:14 +00:00
weapon_id.h Use forward-declaration header for robot.h 2022-07-09 13:39:29 +00:00