dxx-rebirth/similar/main
2015-02-05 03:03:51 +00:00
..
ai.cpp Add convenience methods fix_sin, fix_cos 2015-02-05 03:03:50 +00:00
aipath.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
automap.cpp Remove vm_angles_2_matrix return value 2015-02-05 03:03:51 +00:00
bm.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
cntrlcen.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
collide.cpp Return find_hitpoint_uv u,v by value 2015-01-29 04:27:36 +00:00
config.cpp Use RAIIPHYSFS_File to manage PHYSFS_File 2015-01-17 18:31:42 +00:00
console.cpp Use RAIIPHYSFS_File to manage PHYSFS_File 2015-01-17 18:31:42 +00:00
controls.cpp Remove vm_angles_2_matrix return value 2015-02-05 03:03:51 +00:00
credits.cpp Pass gr_remap_bitmap_good arg by & 2015-01-25 05:32:45 +00:00
digiobj.cpp Add convenience methods fix_sin, fix_cos 2015-02-05 03:03:50 +00:00
dumpmine.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
effects.cpp Reduce inclusion of wall.h 2014-12-22 04:35:49 +00:00
endlevel.cpp Remove vm_angles_2_matrix return value 2015-02-05 03:03:51 +00:00
fireball.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
fuelcen.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
fvi.cpp Skip find_plane_line_intersection numerator when den==0 2015-02-05 03:03:51 +00:00
game.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
gamecntl.cpp Remove unnecessary multiplication in pause time 2015-02-05 03:03:49 +00:00
gamefont.cpp Propagate for variables in similar/main/gamefont.cpp 2014-09-26 02:42:09 +00:00
gamemine.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
gamerend.cpp Use ntstring for NetworkMessageMacro name 2015-01-12 00:26:02 +00:00
gamesave.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
gameseg.cpp Use array<> for Side_to_verts 2015-02-05 03:03:50 +00:00
gameseq.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
gauges.cpp Convert frequently used casts to C++ casts 2015-02-05 03:03:49 +00:00
hostage.cpp Use vsegptridx_t 2014-10-28 03:08:51 +00:00
hud.cpp Use ntstring for hudmsg 2015-01-29 04:27:36 +00:00
iff.cpp Fix RAIIdmem array usage 2015-01-28 03:42:53 +00:00
inferno.cpp Exit cleanly on bad command line arguments 2015-01-28 03:42:53 +00:00
kconfig.cpp Reduce duplication in find_next_item_* 2015-02-05 03:03:49 +00:00
kmatrix.cpp Add newmenu_do helper for array<newmenu_item, N> 2015-01-18 01:58:32 +00:00
laser.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
lighting.cpp Add convenience methods fix_sin, fix_cos 2015-02-05 03:03:50 +00:00
menu.cpp Use RAII for PHYSFS_enumerateFiles result 2015-01-23 03:55:05 +00:00
mglobal.cpp Use array<> for Side_to_verts 2015-02-05 03:03:50 +00:00
mission.cpp Record briefing without modification 2015-01-18 01:58:31 +00:00
morph.cpp Remove vm_angles_2_matrix return value 2015-02-05 03:03:51 +00:00
multi.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
multibot.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
net_udp.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
newdemo.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
newmenu.cpp Fix RAIIdmem array usage 2015-01-28 03:42:53 +00:00
object.cpp Remove vm_angles_2_matrix return value 2015-02-05 03:03:51 +00:00
paging.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
physics.cpp Remove vm_angles_2_matrix return value 2015-02-05 03:03:51 +00:00
piggy.cpp Pass rle_swap_0_255 arg by & 2015-01-29 04:27:37 +00:00
player.cpp Pass PHYSFSX_readVector vector by & 2014-10-26 22:08:58 +00:00
playsave.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
polyobj.cpp Remove vm_angles_2_matrix return value 2015-02-05 03:03:51 +00:00
powerup.cpp Reduce inclusion of segment.h 2015-01-29 04:27:36 +00:00
render.cpp Remove vm_angles_2_matrix return value 2015-02-05 03:03:51 +00:00
robot.cpp Unpack robot_info 2015-01-23 03:55:04 +00:00
scores.cpp Add newmenu_do helper for array<newmenu_item, N> 2015-01-18 01:58:32 +00:00
segment.cpp Use vsegptridx_t 2014-10-28 03:08:51 +00:00
slew.cpp Remove vm_angles_2_matrix return value 2015-02-05 03:03:51 +00:00
songs.cpp Use RAIIPHYSFS_File to manage PHYSFS_File 2015-01-17 18:31:42 +00:00
state.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
switch.cpp Use partial_range on Triggers 2014-12-08 04:19:26 +00:00
terrain.cpp Pass iff_read_bitmap arg by & 2015-01-25 05:32:44 +00:00
texmerge.cpp Remove gauges.h #include "piggy.h" 2015-01-29 04:27:35 +00:00
text.cpp Use RAIIPHYSFS_File to manage PHYSFS_File 2015-01-17 18:31:42 +00:00
titles.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
vclip.cpp Switch Laser_render to vobjptr_t 2014-11-30 22:09:23 +00:00
vers_id.cpp Shorten vers_id command line 2014-09-13 22:09:32 +00:00
wall.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00
weapon.cpp Capture range_for by-value temporaries as const 2015-02-05 03:03:49 +00:00