dxx-rebirth/similar/main
Kp 7f5410cc8b Use lengthof instead of sizeof(A)/sizeof(A[0])
The latter form can accept pointers, but the template lengthof cannot.
2013-12-07 18:38:10 +00:00
..
ai.cpp Fix array understep in guidebot flare code 2013-12-06 03:36:07 +00:00
aipath.cpp Unify ai_follow_path 2013-11-23 22:41:01 +00:00
automap.cpp Switch gr_printf(x,y,s) to gr_string(x,y,s) 2013-12-06 04:02:13 +00:00
bm.cpp Optimize references to player ship 2013-12-01 22:53:25 +00:00
cntrlcen.cpp Mark private functions static 2013-11-02 04:23:55 +00:00
collide.cpp Move similar/main/collide.c -> similar/main/collide.cpp 2013-12-06 03:27:30 +00:00
config.cpp
console.cpp Switch gr_printf(x,y,s) to gr_string(x,y,s) 2013-12-06 04:02:13 +00:00
controls.cpp Optimize references to player ship 2013-12-01 22:53:25 +00:00
credits.cpp Improve strlen usage 2013-12-06 00:24:07 +00:00
digiobj.cpp Mark private functions static 2013-11-02 04:23:55 +00:00
dumpmine.cpp Make Object_type_names const 2013-11-28 00:27:43 +00:00
effects.cpp
endlevel.cpp Remove global 'flydata' 2013-11-09 18:06:47 +00:00
fireball.cpp Move similar/main/fireball.c -> similar/main/fireball.cpp 2013-12-06 03:27:30 +00:00
fuelcen.cpp Move similar/main/fuelcen.c -> similar/main/fuelcen.cpp 2013-11-24 22:51:56 +00:00
fvi.cpp Mark private functions static 2013-11-02 04:23:55 +00:00
game.cpp Invert sense of SysUseNiceFPS 2013-12-01 22:37:21 +00:00
gamecntl.cpp Switch gr_printf(x,y,s) to gr_string(x,y,s) 2013-12-06 04:02:13 +00:00
gamefont.cpp Invert sense of hires/lowres options 2013-11-24 22:57:36 +00:00
gamemine.cpp Move similar/main/gamemine.c -> similar/main/gamemine.cpp 2013-12-01 23:55:50 +00:00
gamerend.cpp Switch gr_printf(x,y,s) to gr_string(x,y,s) 2013-12-06 04:02:13 +00:00
gamesave.cpp Fix buffer overrun on malformed old levels 2013-12-01 00:52:45 +00:00
gameseg.cpp Remove obsolete segment::degenerated flag 2013-11-24 23:08:32 +00:00
gameseq.cpp Move similar/main/gameseq.c -> similar/main/gameseq.cpp 2013-11-24 22:49:52 +00:00
gauges.cpp Switch gr_printf(x,y,s) to gr_string(x,y,s) 2013-12-06 04:02:13 +00:00
hostage.cpp
hud.cpp
iff.cpp Move similar/main/iff.c -> similar/main/iff.cpp 2013-12-01 23:32:56 +00:00
inferno.cpp Mark private functions static 2013-11-02 04:23:55 +00:00
kconfig.cpp Use lengthof instead of sizeof(A)/sizeof(A[0]) 2013-12-07 18:38:10 +00:00
kmatrix.cpp Mark private functions static 2013-11-02 04:23:55 +00:00
laser.cpp Pass shot orientation with each weapon packet 2013-12-05 13:11:49 +01:00
lighting.cpp Make Obj_light_xlate const 2013-11-28 00:27:43 +00:00
menu.cpp Improve strlen usage 2013-12-06 00:24:07 +00:00
mglobal.cpp
mission.cpp Improve strlen usage 2013-12-06 00:24:07 +00:00
morph.cpp Remove unnecessary packing on vms_vector 2013-11-08 03:14:43 +00:00
multi.cpp Improve strlen usage 2013-12-06 00:24:07 +00:00
multibot.cpp Mark private functions static 2013-11-02 04:23:55 +00:00
net_udp.cpp Switch gr_printf(x,y,s) to gr_string(x,y,s) 2013-12-06 04:02:13 +00:00
newdemo.cpp Mark private functions static 2013-11-02 04:23:55 +00:00
newmenu.cpp Mark various newmenu strings as const 2013-12-06 04:44:55 +00:00
object.cpp Make Object_type_names const 2013-11-28 00:27:43 +00:00
paging.cpp Make super_boss_gate_type_list const 2013-11-28 00:27:43 +00:00
physics.cpp Mark private functions static 2013-11-02 04:23:55 +00:00
piggy.cpp Invert sense of DbgBigPig 2013-11-24 22:57:36 +00:00
player.cpp
playsave.cpp Only write player file if new highest level is higher than old 2013-11-24 23:50:43 +00:00
polyobj.cpp Mark private functions static 2013-11-02 04:23:55 +00:00
powerup.cpp Only give secondaries that exist 2013-11-02 04:25:33 +00:00
render.cpp Make render translation tables static const 2013-11-28 00:27:43 +00:00
robot.cpp
scores.cpp Mark private functions static 2013-11-02 04:23:55 +00:00
slew.cpp Mark private functions static 2013-11-02 04:23:55 +00:00
songs.cpp Mark private functions static 2013-11-02 04:23:55 +00:00
state.cpp Use helper to read a player from PHYSFS_file 2013-11-10 23:01:40 +00:00
switch.cpp Mark private functions static 2013-11-02 04:23:55 +00:00
terrain.cpp Move terrain lighting data onto stack 2013-11-28 00:27:43 +00:00
texmerge.cpp
text.cpp
titles.cpp Switch gr_printf(x,y,s) to gr_string(x,y,s) 2013-12-06 04:02:13 +00:00
vclip.cpp
vers_id.cpp Record build environment in generated file 2013-12-01 00:56:24 +00:00
wall.cpp Make Wall_names const 2013-11-28 00:27:43 +00:00
weapon.cpp Only give secondaries that exist 2013-11-02 04:25:33 +00:00