dxx-rebirth/similar/main
2015-04-19 04:18:51 +00:00
..
ai.cpp Convert local arrays to array<> 2015-04-19 04:18:49 +00:00
aipath.cpp Convert local arrays to array<> 2015-04-19 04:18:49 +00:00
automap.cpp Reduce gauges.h includes 2015-04-19 04:18:51 +00:00
bm.cpp Convert most global arrays to array<> 2015-04-02 02:36:52 +00:00
cntrlcen.cpp Propagate special types for distance/magnitude 2015-03-12 02:21:19 +00:00
collide.cpp Reduce gauges.h includes 2015-04-19 04:18:51 +00:00
config.cpp Use ntstring for LastMission 2015-03-22 18:49:20 +00:00
console.cpp Use RAIIPHYSFS_File to manage PHYSFS_File 2015-01-17 18:31:42 +00:00
controls.cpp Fix guided missile crash 2015-03-22 22:48:47 +00:00
credits.cpp Pass gr_remap_bitmap_good arg by & 2015-01-25 05:32:45 +00:00
digiobj.cpp Use RAIIdigi_sound for briefing printing_channel 2015-04-02 02:36:55 +00:00
dumpmine.cpp Move Wall_names to dumpmine.cpp 2015-04-02 02:36:56 +00:00
effects.cpp Reduce inclusion of wall.h 2014-12-22 04:35:49 +00:00
endlevel.cpp Reduce gauges.h includes 2015-04-19 04:18:51 +00:00
fireball.cpp Reduce collide.h includes 2015-04-19 04:18:51 +00:00
fuelcen.cpp Use enum for AIB constants 2015-04-02 02:36:57 +00:00
fvi.cpp Remove unused file+line from get_seg_masks 2015-04-02 02:36:56 +00:00
game.cpp Use enum class for player_awareness_type_t 2015-04-02 02:36:53 +00:00
gamecntl.cpp Reduce gauges.h includes 2015-04-19 04:18:51 +00:00
gamefont.cpp Convert most global arrays to array<> 2015-04-02 02:36:52 +00:00
gamemine.cpp Convert most global arrays to array<> 2015-04-02 02:36:52 +00:00
gamerend.cpp Reduce gauges.h includes 2015-04-19 04:18:51 +00:00
gamesave.cpp Move powerup size reset into set_powerup_id 2015-03-28 17:18:02 +00:00
gameseg.cpp Remove unused file+line from get_seg_masks 2015-04-02 02:36:56 +00:00
gameseq.cpp Reduce gauges.h includes 2015-04-19 04:18:51 +00:00
gauges.cpp Replace HAS_PRIMARY_FLAG(x) with HAS_x_FLAG 2015-04-19 04:18:50 +00:00
hostage.cpp Reduce gauges.h includes 2015-04-19 04:18:51 +00:00
hud.cpp Use ntstring for hudmsg 2015-01-29 04:27:36 +00:00
iff.cpp Remove RAIIdmem::operator pointer 2015-02-17 03:52:59 +00:00
inferno.cpp add missing line break in -gl_syncwait help message 2015-03-23 20:18:27 +01:00
kconfig.cpp Convert most global arrays to array<> 2015-04-02 02:36:52 +00:00
kmatrix.cpp Use enum for kmatrix_view result 2015-03-24 02:07:42 +00:00
laser.cpp Wrap player_has_weapon return type 2015-04-19 04:18:50 +00:00
lighting.cpp Convert most global arrays to array<> 2015-04-02 02:36:52 +00:00
menu.cpp Move PHYSFS_list_t to separate header 2015-04-19 04:18:49 +00:00
mglobal.cpp Fix clang -Wmissing-braces warnings 2015-03-22 18:49:21 +00:00
mission.cpp Use ntstring for LastMission 2015-03-22 18:49:20 +00:00
morph.cpp Convert most global arrays to array<> 2015-04-02 02:36:52 +00:00
multi.cpp Reduce gauges.h includes 2015-04-19 04:18:51 +00:00
multibot.cpp Convert most global arrays to array<> 2015-04-02 02:36:52 +00:00
net_udp.cpp Reduce gauges.h includes 2015-04-19 04:18:51 +00:00
newdemo.cpp Reduce gauges.h includes 2015-04-19 04:18:51 +00:00
newmenu.cpp use <cstdlib> instead of <stdlib.h> 2015-03-27 02:50:23 +00:00
object.cpp Reduce gauges.h includes 2015-04-19 04:18:51 +00:00
paging.cpp Include polyobj.h from robot.h 2015-04-02 02:36:57 +00:00
physics.cpp Avoid redundant vsegptridx calculation in object_move_one 2015-04-11 04:01:29 +00:00
piggy.cpp Convert most global arrays to array<> 2015-04-02 02:36:52 +00:00
player.cpp Pass PHYSFSX_readVector vector by & 2014-10-26 22:08:58 +00:00
playsave.cpp Convert local arrays to array<> 2015-04-19 04:18:49 +00:00
polyobj.cpp Fix WORDS_NEED_ALIGNMENT build 2015-04-04 17:23:47 +00:00
powerup.cpp Reduce gauges.h includes 2015-04-19 04:18:51 +00:00
render.cpp Remove unused file+line from get_seg_masks 2015-04-02 02:36:56 +00:00
robot.cpp Convert local arrays to array<> 2015-04-19 04:18:49 +00:00
scores.cpp Convert most global arrays to array<> 2015-04-02 02:36:52 +00:00
segment.cpp Remove unused delta_light dummy 2015-02-28 19:36:01 +00:00
slew.cpp Remove vm_angles_2_matrix return value 2015-02-05 03:03:51 +00:00
songs.cpp Provide SndDisableSdlMixer=true if !USE_SDLMIXER 2015-02-08 17:43:29 +00:00
state.cpp Reduce gauges.h includes 2015-04-19 04:18:51 +00:00
switch.cpp Reduce gauges.h includes 2015-04-19 04:18:51 +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 Convert most global arrays to array<> 2015-04-02 02:36:52 +00:00
titles.cpp Include polyobj.h from robot.h 2015-04-02 02:36:57 +00:00
vclip.cpp Switch Laser_render to vobjptr_t 2014-11-30 22:09:23 +00:00
vers_id.cpp Support overriding build date/time 2015-03-11 02:19:15 +00:00
wall.cpp Remove unused file+line from get_seg_masks 2015-04-02 02:36:56 +00:00
weapon.cpp Reduce gauges.h includes 2015-04-19 04:18:51 +00:00