dxx-rebirth/similar/main
2015-07-12 01:04:18 +00:00
..
ai.cpp Use valptr for ai highest_valid 2015-06-13 22:42:16 +00:00
aipath.cpp Use valptr for aipath highest_valid 2015-06-13 22:42:16 +00:00
automap.cpp Use valptr for automap highest_valid 2015-06-13 22:42:16 +00:00
bm.cpp Enable -Wcast-qual 2015-06-13 22:42:21 +00:00
cntrlcen.cpp Use valptr for cntrlcen highest_valid 2015-06-13 22:42:16 +00:00
collide.cpp Parenthesize static_assert expression 2015-07-09 03:12:45 +00:00
config.cpp Use screen_mode for screen resolution 2015-05-14 02:23:13 +00:00
console.cpp Cache font LINE_SPACING 2015-06-13 22:42:22 +00:00
controls.cpp Fix guided missile crash 2015-03-22 22:48:47 +00:00
credits.cpp Enable -Wunused-parameter 2015-04-26 20:15:56 +00:00
digiobj.cpp Make digi_sync_sounds objp const 2015-07-10 03:22:26 +00:00
dumpmine.cpp Use valptr for dumpmine highest_valid 2015-06-13 22:42:16 +00:00
effects.cpp Reduce inclusion of wall.h 2014-12-22 04:35:49 +00:00
endlevel.cpp Use valptr for endlevel highest_valid 2015-06-13 22:42:16 +00:00
fireball.cpp Make objnum unsigned 2015-06-13 22:42:15 +00:00
fuelcen.cpp Remove write-only PlayerSegment 2015-07-10 03:22:27 +00:00
fvi.cpp Switch get_seg_masks from vcsegptridx_t to vcsegptr_t 2015-07-12 01:04:17 +00:00
game.cpp Only respawn when the player presses fire 2015-06-20 16:16:43 +00:00
gamecntl.cpp Enable D1 weapon drops 2015-07-02 02:37:55 +00:00
gamefont.cpp Convert most global arrays to array<> 2015-04-02 02:36:52 +00:00
gamemine.cpp Use valptr for gamemine highest_valid 2015-06-13 22:42:17 +00:00
gamerend.cpp Cache font LINE_SPACING 2015-06-13 22:42:22 +00:00
gamesave.cpp Enable D1 weapon drops 2015-07-02 02:37:55 +00:00
gameseg.cpp Switch get_seg_masks from vcsegptridx_t to vcsegptr_t 2015-07-12 01:04:17 +00:00
gameseq.cpp Implement secluded spawns 2015-07-04 21:01:18 +00:00
gauges.cpp Fix secondary weapon text alignment 2015-06-28 21:02:46 +00:00
hostage.cpp Reduce gauges.h includes 2015-04-19 04:18:51 +00:00
hud.cpp Only respawn when the player presses fire 2015-06-20 16:16:43 +00:00
iff.cpp Remove RAIIdmem::operator pointer 2015-02-17 03:52:59 +00:00
inferno.cpp Remove bogus backspace Int3 2015-05-23 17:25:56 +00:00
kconfig.cpp Cache kconfig_read_controls FrameTime 2015-06-25 02:48:43 +00:00
kmatrix.cpp Cache font scale Y float 2015-06-13 22:42:20 +00:00
laser.cpp Shorten calc_d_homer_tick 2015-05-30 16:53:49 +00:00
lighting.cpp Use valptr for lighting highest_valid 2015-06-13 22:42:17 +00:00
menu.cpp Cache font LINE_SPACING 2015-06-13 22:42:22 +00:00
mglobal.cpp Using one global yet independent timeer for homing missiles similar to d_tick instead of having one in each missile object. Also decreased HOMING_TURNING_TIME to 25 FPS base 2015-05-30 18:29:41 +02:00
mission.cpp Store PHYSFS_list element count in list when needed 2015-05-09 17:38:57 +00:00
morph.cpp Convert most global arrays to array<> 2015-04-02 02:36:52 +00:00
multi.cpp Pass only vobjptr_t to multi_reset_player_object 2015-07-12 01:04:17 +00:00
multibot.cpp Made MULTI_POSITION and MULTI_ROBOT_POSITION use quaternion packets to increase precision of powerup drops, robot movement and their firing; Also decreased priority of the first iteration of MULTI_POSITION from 2 to 1 as the first packet does not need to be protected but just serves as a convinient excuse to flush the multi data buffer 2015-06-28 19:20:46 +02:00
net_udp.cpp Implement secluded spawns 2015-07-04 21:01:18 +00:00
newdemo.cpp Propagate swap_bytes argument for create_shortpos 2015-06-13 22:42:21 +00:00
newmenu.cpp Simplify newmenu idle 2015-07-04 21:01:17 +00:00
object.cpp Pass only vobjptr_t to obj_detach_one 2015-07-12 01:04:18 +00:00
paging.cpp Use valptr for paging highest_valid 2015-06-13 22:42:18 +00:00
physics.cpp Switch get_seg_masks from vcsegptridx_t to vcsegptr_t 2015-07-12 01:04:17 +00:00
piggy.cpp Enable -Wcast-qual 2015-06-13 22:42:21 +00:00
player.cpp
playsave.cpp Enable -Wcast-qual 2015-06-13 22:42:21 +00:00
polyobj.cpp Always parse WORDS_BIGENDIAN and !WORDS_BIGENDIAN 2015-06-13 22:42:21 +00:00
powerup.cpp Enable D1 weapon drops 2015-07-02 02:37:55 +00:00
render.cpp Switch get_seg_masks from vcsegptridx_t to vcsegptr_t 2015-07-12 01:04:17 +00:00
robot.cpp Use enum class for AIB constants 2015-04-26 20:15:51 +00:00
scores.cpp Cache font scale Y float 2015-06-13 22:42:20 +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 Enable D1 weapon drops 2015-07-02 02:37:55 +00:00
switch.cpp Fix trigger_none checks 2015-04-26 20:15:50 +00:00
terrain.cpp Expand render_mine window_rendered_data helper inline 2015-05-05 03:20:42 +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 Cache font scale X float 2015-06-13 22:42:20 +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 Optimize check_poke 2015-07-12 01:04:17 +00:00
weapon.cpp Enable D1 weapon drops 2015-07-02 02:37:55 +00:00