dxx-rebirth/similar/main
2016-09-11 18:49:13 +00:00
..
ai.cpp Cache Segment subscript operation in materialization handling 2016-09-04 00:02:50 +00:00
aipath.cpp Move aipath qsort comparator casts into function 2016-09-04 19:10:42 +00:00
automap.cpp Prefer make_unique over raw new 2016-08-06 19:55:24 +00:00
bm.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
cntrlcen.cpp Use none_of in do_controlcen_frame search of segment children 2016-09-04 00:02:50 +00:00
collide.cpp Expand get_local_player_invulnerable_time 2016-08-28 22:41:49 +00:00
config.cpp Added new texture filtering options based on patch of user 'beware' 2016-08-29 20:53:10 +02:00
console.cpp Remove unnecessary gr_setcolor calls 2016-02-12 04:02:28 +00:00
controls.cpp Expand get_local_player_energy 2016-09-11 18:49:13 +00:00
credits.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
digiobj.cpp Remove unused variable SOF_PLAYING 2016-07-21 01:43:21 +00:00
dumpmine.cpp Fold write_key_text printf calls 2016-09-04 19:10:42 +00:00
effects.cpp Use partial_const_range 2016-02-12 04:02:28 +00:00
endlevel.cpp Fix invalid access on very short exit tunnels 2016-09-03 17:30:18 +00:00
fireball.cpp Expand get_local_player_energy 2016-09-11 18:49:13 +00:00
fuelcen.cpp Mark global constants as constexpr 2016-07-23 04:10:42 +00:00
fvi.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
game.cpp Pass object_base &to fly_init 2016-09-11 18:49:13 +00:00
gamecntl.cpp Pass object_base &to fly_init 2016-09-11 18:49:13 +00:00
gamefont.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
gamemine.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
gamerend.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
gamesave.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
gameseg.cpp Cache temporaries in check_segment_connections type rewrite 2016-09-03 17:30:18 +00:00
gameseq.cpp Expand get_local_player_energy 2016-09-11 18:49:13 +00:00
gauges.cpp Expand get_local_player_energy 2016-09-11 18:49:13 +00:00
hostage.cpp Uninline namespace dsx 2015-12-13 18:00:49 +00:00
hud.cpp Move HUD_render_message_frame into namespace dsx 2016-08-25 04:05:32 +00:00
iff.cpp Reduce scope of convert_ilbm_to_pbm rowptr 2016-09-04 00:02:51 +00:00
inferno.cpp Updated INSTALL.txt, README.txt, RELEASE-NOTES.txt, d1x.ini, d2x.ini for upcoming release. Updated Debian build to not include obsolete patch (it may still be broken, needs to be verified). Fixed small parsing typo in inferno.cpp help output. 2016-08-30 13:15:55 +02:00
kconfig.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
kmatrix.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
laser.cpp Expand get_local_player_energy 2016-09-11 18:49:13 +00:00
lighting.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
menu.cpp Move strutil qsort comparator casts into function 2016-09-04 19:10:42 +00:00
mglobal.cpp Move Next_laser_fire_time to player_info 2016-07-06 01:54:26 +00:00
mission.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
morph.cpp Switch morph.cpp to reinterpret_cast 2016-09-04 00:02:53 +00:00
multi.cpp Switch multi.cpp to C++ casts 2016-09-04 00:02:52 +00:00
multibot.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
net_udp.cpp Switch Win32 net_udp socket broadcast to C++ cast 2016-09-04 19:10:43 +00:00
newdemo.cpp Expand get_local_player_energy 2016-09-11 18:49:13 +00:00
newmenu.cpp Re-enabled timer_delay2 for general menu handlers and adjusted them to sleep according to set FPS and not sleep at all for Multiplayer since calc_frame_time() is active in that case. Modified sleeping towards 1ms in calc_frame_time() to allow for more precise target FPS and be able to relay packets in multiplayer with less delay. 2016-08-29 16:04:46 +02:00
object.cpp Expand get_local_player_energy 2016-09-11 18:49:13 +00:00
paging.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
physics.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
piggy.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
player.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
playsave.cpp Switch playsave.cpp to static_cast 2016-09-04 00:02:53 +00:00
polyobj.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
powerup.cpp Expand get_local_player_energy 2016-09-11 18:49:13 +00:00
render.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
robot.cpp Fix check_header_includes=1 Linux build 2016-08-06 19:55:24 +00:00
scores.cpp Reverted 81d7db279b and rather removed the terminator byte from string length in nm_set_item_input(). This also fixes possible 9 character length for pilot callsigns. Had to fix up COOL_SAYING_LEN as it was not considering the termintor but considering the original D2 source, this was a mess to begin with (def = 50, text string = 60, input field len = 45). Made score saying 50 characters as this seems to be the maximum witdth without overlapping. 2016-05-30 14:54:51 +02:00
segment.cpp Use partial_const_range 2016-02-12 04:02:28 +00:00
slew.cpp Remove unused symbols 2015-12-04 03:36:31 +00:00
songs.cpp Switch songs.cpp to reinterpret_cast 2016-09-04 00:02:53 +00:00
state.cpp Move Primary_weapon to player_info 2016-08-28 22:41:49 +00:00
switch.cpp Expand get_local_player_energy 2016-09-11 18:49:13 +00:00
terrain.cpp Switch terrain.cpp light cast to static_cast 2016-09-04 00:02:51 +00:00
texmerge.cpp Improve Error reporting on texmerge consistency failure 2016-06-05 18:45:21 +00:00
text.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
titles.cpp Reintroduce D1 title song bug 2016-08-28 22:41:49 +00:00
vclip.cpp Fix capitalization of PHYSFS_File 2016-01-09 16:38:14 +00:00
vers_id.cpp Mark global constants as constexpr 2016-07-23 04:10:42 +00:00
wall.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
weapon.cpp Expand get_local_player_energy 2016-09-11 18:49:13 +00:00