Commit graph

3542 commits

Author SHA1 Message Date
Kp cede0b90b2 Remove unused flags in main/player.h 2013-03-24 17:53:04 +00:00
Kp 7143a6927a Remove unused newdemo_record_trigger 2013-03-23 19:15:12 +00:00
Kp d5657d7cf8 Remove unused include/tracker/tracker.h 2013-03-09 20:29:20 +00:00
Kp 438611ca9d Add create_smart_children parameter num_smart_children to match D2X 2013-03-23 22:57:04 +00:00
Kp 951ac5027c Add LoadLevel parameter page_in_textures to match D2X 2013-03-23 22:57:04 +00:00
Kp b197f80beb Add unused StartNewLevelSub parameter 'secret_flag' to match D2X 2013-03-23 21:01:48 +00:00
Kp d79e68910c Add unused init_player_stats_level parameter 'secret_flag' to match D2X 2013-03-23 21:01:48 +00:00
Kp ac68a04296 Add unused fix *l to find_hitpoint_uv to match D2X 2013-03-23 02:32:02 +00:00
Kp 02cd293c28 Always use int[] for matcen robot flags 2013-03-23 21:15:14 +00:00
Kp f1d035852c Add stubs to hide editor reactor differences from D2X 2013-03-23 20:03:11 +00:00
Kp ba3ec0f88e Move reactor Gun_dir,Gun_pos into struct object 2013-03-23 19:09:44 +00:00
Kp c8c1489837 Create struct reactor analogous to D2X 2013-03-23 18:46:12 +00:00
Kp 9f5fe33543 Fix compilation error in non-editor build 2013-03-22 03:16:22 +00:00
Kp 0236c2993e Remove unused main/desc_id.h 2013-03-22 03:04:00 +00:00
Kp 847248f739 Remove unused header files 2013-03-22 03:04:00 +00:00
Kp 19b77c4e5c Support versions of gcc < 4.6
GCC 4.6 accepts the earlier form without comment, but GCC 4.5 chokes on it.
2013-03-22 03:04:00 +00:00
Kp 39199291e1 Remove -pedantic
It warns about the editor build and serves no purpose.
2013-03-22 03:04:00 +00:00
Kp a1fe33147a Switch from C99 to Gnu99 to make editor build work 2013-03-22 03:04:00 +00:00
Kp b14abd4749 Add stub which_bomb to match D2X code 2013-03-10 03:11:16 +00:00
Kp 24cd2f7767 Remove unused editor/kgroup.c 2013-03-09 21:30:58 +00:00
Kp 06ed350a28 Remove unused arch/linux files 2013-03-09 20:29:20 +00:00
Kp e6dc72700a Remove unused main/mute.c, main/mute.h 2013-03-09 20:29:20 +00:00
Kp dac868c7fd Remove unused main/altsound.c, main/altsound.h 2013-03-09 20:29:20 +00:00
Kp bee93f6433 Remove unused main/compbit.h 2013-03-09 20:29:20 +00:00
Kp fe7cf3bc1d Move segment handling from editor.h 2013-03-16 03:10:55 +00:00
Kp 49d6338b35 Restructure struct segment to align better 2013-03-16 02:54:33 +00:00
Kp 39f8106505 Remove various unused misc files 2013-03-10 00:17:59 +00:00
Kp f722f5bee0 Remove unused editor/macro.c 2013-03-09 21:30:58 +00:00
Kp 07e436db5b Remove unused include/descent.xpm 2013-03-09 21:30:58 +00:00
Kp f16f2cf85a Remove unused include/i86.h 2013-03-09 20:29:20 +00:00
Kp 73779bc1fc Remove unused include/d1x.xpm 2013-03-09 20:29:20 +00:00
Kp cc1dfbab96 Remove unused include/checker.h 2013-03-09 20:29:20 +00:00
Kp db8b5d9c93 Remove unused 2d/scale.c 2013-03-09 20:29:20 +00:00
Kp ff96f3239d Move */main/controls.c -> similar/main/controls.c 2013-03-03 01:03:33 +00:00
Kp 86f373e4e0 Move */main/multibot.c -> similar/main/multibot.c 2013-03-03 01:03:33 +00:00
Kp 691b95a02c Move */main/physics.c -> similar/main/physics.c 2013-03-03 01:03:33 +00:00
Kp 0138d330b3 Move */main/inferno.c -> similar/main/inferno.c 2013-03-03 01:03:33 +00:00
Kp 4bf4710aff Move */main/menu.h -> common/main/menu.h 2013-03-03 01:03:33 +00:00
Kp dab72f3127 Move */main/robot.c -> similar/main/robot.c 2013-03-03 01:03:33 +00:00
Kp 4b18dcbff9 Move */main/text.c -> similar/main/text.c 2013-03-03 01:03:33 +00:00
Kp 8d379f4f9c Move */3d/interp.c -> similar/3d/interp.c 2013-03-03 01:03:33 +00:00
Kp d2e3ed0228 Move */main/wall.c -> similar/main/wall.c 2013-03-03 01:03:33 +00:00
Kp c1f9bcbf64 Move */main/cntrlcen.h -> common/main/cntrlcen.h
Also, adjust includes in source files that assumed cntrlcen.h would
include switch.h.
2013-03-03 01:03:33 +00:00
Kp ccbb392fd4 Move */main/lighting.c -> similar/main/lighting.c 2013-03-03 01:03:33 +00:00
Kp e1c6fd9690 Move */main/config.c -> similar/main/config.c 2013-03-03 01:03:33 +00:00
Kp 0952484183 Move part of */main/hostage.c -> similar/main/hostage.c 2013-03-03 01:03:33 +00:00
Kp 8a153d1f63 Allow common headers with private dependencies to be used in common 2013-03-24 20:32:01 +00:00
Kp 6ddc31fc33 Move */main/hostage.h -> common/main/hostage.h 2013-03-03 01:03:33 +00:00
Kp acbe1209e8 Move */arch/sdl/digi_mixer.c -> similar/arch/sdl/digi_mixer.c 2013-03-03 01:03:33 +00:00
Kp 2679c2be10 Move */editor/texpage.c -> similar/editor/texpage.c 2013-03-03 01:03:33 +00:00