Commit graph

1510 commits

Author SHA1 Message Date
Chris Taylor 2bfb13c9e0 Added .gitignore 2013-04-06 11:48:26 +08:00
Chris Taylor bb18ba4fbb Updated Xcode project, changed references to error.h to dxxerror.h, since it was renamed 2013-04-06 09:51:35 +08:00
Chris Taylor 3cffacb9b2 Changes towards building using SCons on Mac OS X 2013-04-05 09:25:10 +08:00
Chris Taylor b750415db6 For the assembler build, make sure platform_settings is accessed from self, likely preventing a compiling error 2013-04-05 09:12:33 +08:00
Kp 264f2aa8db Add multi_send_robot_explode unused parameter isthief to match D2X 2013-03-31 20:41:21 +00:00
Kp 5dab4b56cd Add proximity bomb ID test helper to match D2X 2013-03-31 20:41:21 +00:00
Kp 00e2f806bc Fix debug=1 build break from fe7cf3bc ("Move segment handling from editor.h")
When debug is enabled, gamecntl references symbols that moved to the new
header.
2013-03-31 20:41:21 +00:00
Kp 255211e28b Add helper to get pointer to reactor definition 2013-03-31 20:41:21 +00:00
Kp cb537edd82 Use ubyte/const ubyte consistently in multiplayer messaging 2013-03-31 20:41:21 +00:00
Kp 84fb22aafe Simplify logic for robot to drop proximity bomb 2013-03-31 20:41:20 +00:00
Kp ff1247fe72 Add stubs to make physics code more like D2X 2013-03-31 20:41:20 +00:00
Kp 929f29dca9 Support extra information, such as git describe, in version string 2013-03-31 20:41:19 +00:00
Kp 50d8a27541 Combine date,time into Descent version con_printf 2013-03-30 15:11:42 +00:00
Kp cfb50a40de Avoid using #ifdef inside Error string on hog failure 2013-03-30 02:45:23 +00:00
Kp 44fa05fdbd Reorder differences to match D2X 2013-03-30 02:36:00 +00:00
Kp 359120025e Use helper jointlist_read_n to match D2X 2013-03-30 23:08:45 +00:00
Kp 6eb53cfea2 Add unused multi_send_door_open parameter 'flag' to match D2X 2013-03-24 22:53:12 +00:00
Kp 5cc09c974a Make blast_blastable_wall match D2X 2013-03-24 22:27:04 +00:00
Kp 7b8fa4db3d Remove unused gauge declarations 2013-03-24 02:11:09 +00:00
Kp c0ae3d9264 Move player_ship_read bm.c -> player.c 2013-03-24 01:54:39 +00:00
Kp 19c95a684a Remove unused hostage vclip_num 2013-03-24 23:51:53 +00:00
Kp e6961be059 Remove write-only hostage text 2013-03-24 23:48:24 +00:00
Kp d1a095f916 Remove unused hostage code 2013-03-24 23:38:52 +00:00
Kp 9cf2df4400 Remove unused main/script.h 2013-03-09 20:29:20 +00:00
Kp ccbd566860 Remove unused declarations in main/screens.h 2013-03-24 17:53:04 +00:00
Kp 4fd6a17e9b Remove write-only robot fields fire_power[] and shield[] in main/robot.h 2013-03-24 17:53:04 +00:00
Kp 986f0ae4f8 Remove afterburner support stubs 2013-03-24 17:53:04 +00:00
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