Commit graph

3933 commits

Author SHA1 Message Date
Kp 9b50efca0e Make local_to_remote and remote_to_local static 2013-07-20 17:09:53 +00:00
Kp a5181a3208 Remove unused multi_allow_powerup_mask 2013-07-20 16:58:37 +00:00
Kp 6c9c87e27c Move */main/weapon.h -> common/main/weapon.h 2013-07-20 16:40:08 +00:00
Kp 012d8e249b Merge branch d1x-rebirth/master into unification/master 2013-07-19 22:32:28 +00:00
zico e82628c859 Updated RELEASE-NOTES.txt 2013-07-19 16:39:18 +02:00
zico f1421ef92f Updated RELEASE-NOTES.txt 2013-07-19 16:39:06 +02:00
zico e579dd0a8d Set release info to 0.58 2013-07-19 16:16:08 +02:00
zico 0f4524c05e Set release info to 0.58 2013-07-19 16:15:49 +02:00
Kp ee564a45ff Fix sign mismatch in paging_touch_robot_maker 2013-07-19 02:51:32 +00:00
Kp 177e500893 Fix sign mismatch in control_center_triggers_swap 2013-07-19 02:50:49 +00:00
Kp c4f00d42f7 Fix sign mismatch in timer_delay2 2013-07-19 02:49:20 +00:00
Kp 8a0c23a3af Use unsigned iteration counters in bald_guy_load 2013-07-19 02:48:04 +00:00
Kp 02a32e2f42 Use u_int32_t for grs_screen sc_mode to avoid sign mismatch warnings 2013-07-19 02:40:13 +00:00
Kp a76211bc7e Remove unused mem_malloc,mem_free
Commit 470dc4b broke debug=0 builds because debug=0 has its own unused
implementation of mem_malloc.  Delete the unused implementation.
2013-07-19 02:12:07 +00:00
zico a18829aaf2 Initialize danger_laser_num in init_ai_object() and hopefully resolve random crash in ai_move_relative_to_player() 2013-07-18 12:41:06 +02:00
zico 2da48e1287 Initialize danger_laser_num in init_ai_object() and hopefully resolve random crash in ai_move_relative_to_player() 2013-07-18 12:40:59 +02:00
Kp 087a31ec1b Add space for null terminator of g_descent_build_datetime 2013-07-17 22:52:36 +00:00
Kp 6396230c60 Include physfs.h to define PHYSFS_File for player_ship_read 2013-07-14 03:10:18 +00:00
Kp f734586f2b Add space for null terminator of g_descent_build_datetime 2013-07-14 22:42:32 +00:00
Kp 25ddc61bc6 Remove argumentIndirection 2013-07-04 03:29:04 +00:00
Kp 3ef181e5ce Make UserSettings.BIN_DIR a property 2013-07-04 03:29:02 +00:00
Kp 9a5ed90100 Mark SDL-only builds in generated directory name 2013-07-04 03:29:01 +00:00
Kp cd72fd6b0e Avoid leading/trailing dashes in derived builddir names 2013-07-04 02:27:50 +00:00
Kp ff9d36057b Include more compiler flags in CRC field 2013-07-04 02:27:07 +00:00
Kp c6970e6e21 Use macros ZERO_VECTOR and IDENTITY_MATRIX for initialization 2013-07-02 02:34:15 +00:00
Kp 25acc19932 Remove unused vm_vector_2_matrix_norm 2013-06-30 23:45:08 +00:00
Kp 58d6a2f92a Use MALLOC wrapper for SDL window handling 2013-06-30 23:15:46 +00:00
Kp e87b7a3363 Apply strict type checks to drawer functions 2013-06-30 22:46:11 +00:00
Kp e0d8afc8e1 Remove d1x-rebirth/editor/meddraw.c 2013-06-30 21:22:10 +00:00
Kp 73b115c9ad Support using only builtin text strings 2013-06-30 04:39:01 +00:00
Kp e678948dda Use system assert instead of homegrown Assert 2013-06-30 04:39:01 +00:00
Kp 56fdec73cd Remove unused error formatting support 2013-06-30 04:39:01 +00:00
Kp 7f53d689d9 Use inline function to compute placement names 2013-06-30 04:37:32 +00:00
Kp a8740c1f44 Use MENU_DIFFICULTY_TEXT for pause dialog 2013-06-30 04:37:03 +00:00
Kp dd8703d461 Remove SDL/ in #include statements 2013-06-30 02:22:56 +00:00
Kp 9e8ef71157 Replace MALLOC+memset with CALLOC 2013-07-13 02:31:27 +00:00
Kp 470dc4b1e2 Memory debug improvements 2013-07-13 04:23:18 +00:00
Kp 0ad97827e6 Cache cockpit_idx computation 2013-07-13 02:34:56 +00:00
Kp 2278ad7a6c Make mem_* description strings const char* 2013-07-13 23:08:36 +00:00
Kp 3094ba7c91 Remove unused energy_str setup 2013-07-13 23:02:12 +00:00
Kp 5dbdf8351b Remove useless strlen in newmenu string rendering 2013-07-14 23:25:25 +00:00
Kp b858538fb8 Specify prototype for newdemo_record_morph_frame 2013-07-14 23:24:53 +00:00
Kp 68e0a758b6 Use const strings for cheats 2013-07-14 23:22:25 +00:00
Kp 0f22f4b0b9 Fix sign mismatch in timer_delay2 2013-07-14 23:20:29 +00:00
Kp 7425160831 Fix sign mismatch in control_center_triggers_read_n 2013-07-14 23:10:42 +00:00
Kp 14b7eb7e17 Remove obsolete VariantDir usage 2013-06-29 22:42:52 +00:00
Kp e6d33a7a88 Fix format string conversion mismatches 2013-06-29 21:42:12 +00:00
Kp 120be17304 Add HUD_init_message_literal for preformatted text strings 2013-06-29 21:42:11 +00:00
Kp b776c96e8a Make newdemo_write_string const correct 2013-06-29 21:42:11 +00:00
Kp e9f8795b47 Call HUD_init_message_va directly from powerup_basic 2013-06-29 21:42:11 +00:00