dxx-rebirth/similar/main
2013-12-28 22:40:11 +00:00
..
ai.cpp Move ai_local_read_n_swap loop into caller 2013-12-28 22:21:00 +00:00
aipath.cpp Use visited_segment_bitarray_t for create_path_points 2013-12-22 05:30:23 +00:00
automap.cpp Add typedef palette_array_t for palette data 2013-12-22 00:05:13 +00:00
bm.cpp Remove write-only variable TmapList 2013-12-22 01:16:16 +00:00
cntrlcen.cpp Simplify control_center_triggers_read_n 2013-12-28 22:04:47 +00:00
collide.cpp Make Stolen_items[] a C++ array 2013-12-22 01:53:26 +00:00
config.cpp Remove PHYSFSX_gets, PHYSFSX_readString 2013-12-20 03:16:46 +00:00
console.cpp Scrub control codes from stdout/file, but not HUD/console 2013-12-22 20:56:55 +00:00
controls.cpp Move Controls ubyte values into substructure 2013-12-13 03:47:57 +00:00
credits.cpp Add typedef palette_array_t for palette data 2013-12-22 00:05:13 +00:00
digiobj.cpp Mark private functions static 2013-11-02 04:23:55 +00:00
dumpmine.cpp Pass computed message length from err_printf to con_puts 2013-12-22 20:13:05 +00:00
effects.cpp Move similar/main/effects.c -> similar/main/effects.cpp 2013-10-05 21:35:58 +00:00
endlevel.cpp Write log message when local player escapes the mine 2013-12-28 18:17:09 +00:00
fireball.cpp Use visited_segment_bitarray_t for pick_connected_segment 2013-12-22 05:30:44 +00:00
fuelcen.cpp Move object* -> objnum conversion into init_ai_object 2013-12-28 22:10:24 +00:00
fvi.cpp Remove bogus fvi assertion 2013-12-28 22:40:11 +00:00
game.cpp Add typedef palette_array_t for palette data 2013-12-22 00:05:13 +00:00
gamecntl.cpp Use array for palette_array_t 2013-12-22 00:37:36 +00:00
gamefont.cpp Invert sense of hires/lowres options 2013-11-24 22:57:36 +00:00
gamemine.cpp Make Segments[] a C++ array 2013-12-19 03:31:24 +00:00
gamerend.cpp Split extra-view loop into helper function 2013-12-22 20:02:36 +00:00
gamesave.cpp Simplify control_center_triggers_read_n 2013-12-28 22:04:47 +00:00
gameseg.cpp Use visited_segment_bitarray_t for set_segment_depths 2013-12-22 05:32:46 +00:00
gameseq.cpp Use array for palette_array_t 2013-12-22 00:37:36 +00:00
gauges.cpp Color code weapon gauges 2013-12-28 22:21:00 +00:00
hostage.cpp Move similar/main/hostage.c -> similar/main/hostage.cpp 2013-10-05 21:35:58 +00:00
hud.cpp Scrub control codes from stdout/file, but not HUD/console 2013-12-22 20:56:55 +00:00
iff.cpp Use array for palette_array_t 2013-12-22 00:37:36 +00:00
inferno.cpp Add debug option -no-grab to prevent window grabbing 2013-12-22 20:56:55 +00:00
kconfig.cpp Split compiler.h for PCH compatibility 2013-12-21 05:12:38 +00:00
kmatrix.cpp Reduce sprintf usage in kmatrix 2013-12-25 04:41:42 +00:00
laser.cpp Whitelist MAX flash missiles as valid laser type 2013-12-22 01:15:40 +00:00
lighting.cpp Use array for palette_array_t 2013-12-22 00:37:36 +00:00
menu.cpp Add type checking for select_file_recursive 2013-12-17 04:01:21 +00:00
mglobal.cpp Make Segments[] a C++ array 2013-12-19 03:31:24 +00:00
mission.cpp Remove get_parm_value use for type=anarchy mission loader 2013-12-20 03:16:32 +00:00
morph.cpp Remove unnecessary packing on vms_vector 2013-11-08 03:14:43 +00:00
multi.cpp Remove BEFORE/AFTER arguments to for_each_multiplayer_command 2013-12-22 20:02:22 +00:00
multibot.cpp Store boss gate/teleport segments in countarray objects 2013-12-22 20:02:42 +00:00
net_udp.cpp Use assignment instead of memcpy 2013-12-25 23:50:26 +00:00
newdemo.cpp Added MULTI_EFFECT_BLOWUP to remotely blast switches connected to triggers, ensuring sync and preventing misguided (i.e. delayed) player fire accidentially make puzzles or game progress impossible 2013-12-19 13:48:33 +01:00
newmenu.cpp Add typedef palette_array_t for palette data 2013-12-22 00:05:13 +00:00
object.cpp Use dedicated type for Objects[] array 2013-12-25 23:49:04 +00:00
paging.cpp Make super_boss_gate_type_list const 2013-11-28 00:27:43 +00:00
physics.cpp Convert fvi to use countarray for segment list 2013-12-22 20:56:53 +00:00
piggy.cpp Use array for palette_array_t 2013-12-22 00:37:36 +00:00
player.cpp Move similar/main/player.c -> similar/main/player.cpp 2012-11-11 22:12:51 +00:00
playsave.cpp Remove PHYSFSX_gets, PHYSFSX_readString 2013-12-20 03:16:46 +00:00
polyobj.cpp Pass glow_values as array<> to retain size information 2013-12-19 03:31:24 +00:00
powerup.cpp Step powerup frame number carefully 2013-12-20 03:20:05 +00:00
render.cpp Make render translation tables static const 2013-11-28 00:27:43 +00:00
robot.cpp Mark set_robot_state used for debuggers 2013-10-29 03:24:42 +00:00
scores.cpp Use score_rputs instead of score_rprintf where possible 2013-12-17 04:03:35 +00:00
slew.cpp Mark private functions static 2013-11-02 04:23:55 +00:00
songs.cpp Fix audio file matching broken by cb4fd7c1b4 2013-12-19 03:31:24 +00:00
state.cpp Remove reliance on layout of control_center_triggers 2013-12-28 22:10:24 +00:00
switch.cpp Add type checking to nm_messagebox format string 2013-12-15 21:54:17 +00:00
terrain.cpp Move terrain lighting data onto stack 2013-11-28 00:27:43 +00:00
texmerge.cpp Move similar/main/texmerge.c -> similar/main/texmerge.cpp 2012-11-11 22:12:51 +00:00
text.cpp Move similar/main/text.c -> similar/main/text.cpp 2012-11-11 22:12:51 +00:00
titles.cpp Use array for palette_array_t 2013-12-22 00:37:36 +00:00
vclip.cpp Move similar/main/vclip.c -> similar/main/vclip.cpp 2012-11-11 22:12:51 +00:00
vers_id.cpp Record build environment in generated file 2013-12-01 00:56:24 +00:00
wall.cpp Use correct SWAP for wall segnum 2013-12-28 22:02:54 +00:00
weapon.cpp Move Controls ubyte values into substructure 2013-12-13 03:47:57 +00:00