Commit graph

1274 commits

Author SHA1 Message Date
Chris Taylor f6e0153a80 include pstypes.h for PATH_MAX 2005-02-25 04:25:58 +00:00
Chris Taylor d67383aae0 make file copy similar to PHYSFSX_openReadBuffered 2005-02-25 03:58:32 +00:00
Bradley Bell be4b9a9086 change movie Warnings to con_printf, simplify other debug info. 2005-02-25 03:35:42 +00:00
Chris Taylor 8b323e7214 Add PHYSFSX_openReadBuffered and PHYSFSX_openWriteBuffered 2005-02-25 02:02:22 +00:00
Bradley Bell a76f450a9c build-dep on libphysfs-dev 2005-02-11 22:16:40 +00:00
Bradley Bell 77d1039476 use GLint for arb_max_textures 2005-02-11 22:15:58 +00:00
Bradley Bell 7e939ffde5 *** empty log message *** 2005-02-11 22:15:20 +00:00
Bradley Bell 56778d8dae add internal.h to dist 2005-02-11 22:01:50 +00:00
Bradley Bell 8de279fb2c remove old files from dist 2005-02-11 21:05:53 +00:00
Bradley Bell f0784597fe ensure mission name is properly terminated 2005-01-26 03:53:43 +00:00
Martin Schaffner 8b9bc61141 if LVL can't be found, try filename that was passed 2005-01-25 21:58:23 +00:00
Martin Schaffner e2a05558aa call bm_read_all even if EDITOR is defined 2005-01-25 21:53:41 +00:00
Martin Schaffner cd01ce2d34 remove variable New_segment (is now a macro) 2005-01-25 21:44:24 +00:00
Martin Schaffner 49b8cf50b1 specify int type for state2_alt_down 2005-01-25 21:33:06 +00:00
Martin Schaffner e76c6476cd comment out uses of mouse_set_limits and mouse_set_pos 2005-01-25 21:31:45 +00:00
Martin Schaffner 48ba4377dc use unsigned char when comparing to > 127 2005-01-25 21:26:44 +00:00
Martin Schaffner 2d1210906e clean up path/file length macros 2005-01-25 21:20:29 +00:00
Martin Schaffner 4e2c62ed96 s/128/PATH_MAX 2005-01-25 20:46:55 +00:00
Martin Schaffner 02aab9d268 externalize N_ObjBitmaps & remove_char, solve conflict 2005-01-25 20:02:58 +00:00
Martin Schaffner 709b4e9d1d InstallErrorHandler() no longer exists, don't use it anymore 2005-01-25 19:57:40 +00:00
Martin Schaffner 25fb9c2bc1 s/inputbox/Inputbox/ 2005-01-25 19:48:10 +00:00
Martin Schaffner 44054051d1 use timer_get_fixed_seconds instead of TICKER macro 2005-01-25 19:44:27 +00:00
Martin Schaffner e2f5c3f9b5 make ui_barbox_update return void 2005-01-25 19:40:04 +00:00
Martin Schaffner 3b302fb207 pass int*, not short* to gr_get_string_size 2005-01-25 19:37:59 +00:00
Martin Schaffner fedce98fab include cntrlcen.h 2005-01-25 19:36:27 +00:00
Martin Schaffner 93f1eeb4e5 use wall_close_door_num, not wall_close_door 2005-01-25 19:34:50 +00:00
Martin Schaffner ccdfa7d308 use physfs instead of non-existing cflib.h 2005-01-25 19:31:56 +00:00
Martin Schaffner 70cac7ef85 on Carbon, dynamically find and load the OpenGL library on carbon 2005-01-25 19:23:58 +00:00
Martin Schaffner 8cd2b8263b don't try to set the removed follow_path 2005-01-24 22:26:06 +00:00
Martin Schaffner eb75df9687 add prototype for create_removable_wall 2005-01-24 22:24:10 +00:00
Martin Schaffner 2061a82182 do texture replacement for any mission 2005-01-24 22:22:37 +00:00
Martin Schaffner 564d298d4b include u_mem.h and pstypes.h instead of d1-style mem.h and types.h 2005-01-24 22:19:10 +00:00
Martin Schaffner b358c46ba3 Pass both arguments to render_frame 2005-01-24 22:13:50 +00:00
Martin Schaffner f8f939ab94 main/editor/med 2005-01-24 22:11:55 +00:00
Martin Schaffner c78969b0fd remove unused variable "length" 2005-01-24 22:09:54 +00:00
Martin Schaffner 4e7a70caf7 Include strutil.h in func.c (for stricmp) 2005-01-24 22:07:43 +00:00
Martin Schaffner 827045661c change curseg2p to Curseg2p 2005-01-24 22:05:14 +00:00
Martin Schaffner 1c2e22e9b7 only include i86.h and malloc.h ifdef DO_MEMINFO 2005-01-24 21:59:35 +00:00
Martin Schaffner 643a1f9c1a move consts for WALL_IS_DOORWAY to header 2005-01-24 21:41:35 +00:00
Martin Schaffner 6e3e277e2e disable old hostage system in editor 2005-01-24 21:33:28 +00:00
Martin Schaffner 219e58add2 change all functions in kfuncs.c to return int instead of void 2005-01-24 21:26:24 +00:00
Martin Schaffner 6ec59111ac fade ship and weapon gauge when appropriate 2005-01-24 21:20:40 +00:00
Martin Schaffner 020ef7d081 baptize the coefficients in vms_equation 'n' 2005-01-24 21:11:58 +00:00
Martin Schaffner fcf792cda1 fix bug: some characters would not display because of signed/unsigned errors 2005-01-24 19:12:28 +00:00
Martin Schaffner 6d72f0d47f make sure nocfile.h and cfile.h are never both included 2005-01-23 14:46:49 +00:00
Martin Schaffner 4fe04c1d9d change cfopen to use buffers (speeding it up), and use cfopen instead of PHYSFS_openRead/PHYSFS_openWrite where appropriate 2005-01-23 14:38:04 +00:00
Martin Schaffner b94ff52b6c don't print OGL extensions, since this may crash for huge list of extensions 2005-01-23 13:48:35 +00:00
Martin Schaffner 4b3b761ead redraw energy/afterburner gauges whenever necessary 2005-01-23 13:41:42 +00:00
Martin Schaffner 5180ae2615 even ifndef NETWORK do last level hack only on last level of built-in mission 2005-01-23 13:35:16 +00:00
Martin Schaffner d866389306 fix bug #1676 2005-01-10 17:47:27 +00:00