Commit graph

  • e71cbaf5ef fix for -- Bill Currie 2001-08-20 22:16:07 +0000
  • 841c901f88 very important info abouyt v3 vsync Bill Currie 2001-08-20 21:38:32 +0000
  • 770fecd4bc Replace sv_gc with pr_gc and pr_gc_interval. pr_gc has 0 for off, 1 for on, and 2 for auto (on for newer progs, off otherwise). Adam Olsen 2001-08-20 21:06:25 +0000
  • 2af74aedca fix a segfault due to type mangling for ... functions Bill Currie 2001-08-20 18:23:47 +0000
  • 7df09a3487 centralize client state setting Bill Currie 2001-08-20 17:48:16 +0000
  • a88db4b88c dammit. Jeff Teunissen 2001-08-20 16:38:05 +0000
  • b1af752cf3 Fix up bootstrap for autoconf 2.52c (by yanking the c) Jeff Teunissen 2001-08-20 16:36:48 +0000
  • cf4ca286f0 implement pre and post increment operators (++ and --) Bill Currie 2001-08-20 06:22:28 +0000
  • cd59628199 move the chained funcion support out of emit_function_expr into funciton_expr Bill Currie 2001-08-20 04:56:00 +0000
  • e61c56af94 hopefully make sound plugin linking work better Bill Currie 2001-08-20 02:32:33 +0000
  • 1af4fe4b79 make (in_)bind's output a little more intuitive and support num lock and scroll lock in x11. Bill Currie 2001-08-20 02:06:55 +0000
  • cd338f47f2 haha, oops. got x and y translations reversed Bill Currie 2001-08-20 01:09:33 +0000
  • 121bd09eef explicitly set the client state after startup to ensure everything related to the state is current. Bill Currie 2001-08-19 21:19:42 +0000
  • 7cda1c6705 put in some comments about future player dlight improvements Bill Currie 2001-08-19 05:41:56 +0000
  • 7aa7bb663a centralize client state setting so ancilliary operations can be guaranteed to happen (eg, key binding table selection for console). Bill Currie 2001-08-19 03:51:52 +0000
  • d5fa2cc321 Major diff reduction in *sys_*.c files. Don't think I broke anything, but hard to test it all.. Adam Olsen 2001-08-18 21:57:45 +0000
  • 1c9918fe48 Commit inexplicably lost lines of code. Stops certain unwanted crashes. Ragnvald Maartmann-Moe IV 2001-08-17 23:20:08 +0000
  • b61999750b fix shift changing the key name Bill Currie 2001-08-17 19:47:51 +0000
  • 5536883f71 Convert joy_sensitivity to joy_amp and joy_pre_amp, and support in_amp, in_pre_amp. Ragnvald Maartmann-Moe IV 2001-08-17 08:35:26 +0000
  • 81172de25c ToggleConsole now sets the game_target as it should. Zephaniah E. Hull 2001-08-17 07:32:53 +0000
  • 36395e1681 Minor comment updates, Imt->IMT in a few function names, and accel->amp for input amplification (once known as sensitivity). Ragnvald Maartmann-Moe IV 2001-08-17 07:26:01 +0000
  • 80696badc7 kgt->imt, and imt now displays the current IMT. Zephaniah E. Hull 2001-08-17 07:06:01 +0000
  • d96f0962ab fix for new input crap Bill Currie 2001-08-17 04:58:10 +0000
  • f0c200120c yup, more Adam Olsen 2001-08-17 03:43:28 +0000
  • 13f394b161 Damn -Werrors to hell. Ragnvald Maartmann-Moe IV 2001-08-17 02:18:06 +0000
  • 86be79d1c7 forgot to convert unbind's keyname Bill Currie 2001-08-17 01:55:54 +0000
  • bb2079a6d7 make the conversion case insensitive Bill Currie 2001-08-17 01:54:03 +0000
  • 62813111a0 yet more IE stuff Adam Olsen 2001-08-16 23:34:49 +0000
  • f840a44981 gcc 3.0 related fixes Bill Currie 2001-08-16 23:24:39 +0000
  • 4ca1499c51 Whitespace. Don't you wish it would all just go away? Ragnvald Maartmann-Moe IV 2001-08-16 23:14:46 +0000
  • b645289c9b fix lex detection Bill Currie 2001-08-16 23:12:14 +0000
  • 373792ff69 `fix' for new input system still broken functionally :/ Bill Currie 2001-08-16 22:49:53 +0000
  • 0d2b727103 default fbdev to enabled again Bill Currie 2001-08-16 22:32:57 +0000
  • 92729ff6b2 More changes to input events Adam Olsen 2001-08-16 22:27:22 +0000
  • 916b503f14 Some basic stuff for input events. Not yet used. Adam Olsen 2001-08-16 21:08:17 +0000
  • 1c12dd804c ok, old configs /should/ work again, though I'm having problems with F10 not quitting (mind you, I'm not connected) Bill Currie 2001-08-16 20:42:57 +0000
  • b0cb351fba bind and unbind wrappers for in_bind and in_unbind. old configs/mods are still currently broken because I need to translate key names still. Bill Currie 2001-08-16 19:10:35 +0000
  • 98b7a9fdd5 part way there :/ I'll leave vid_wgl and vid_mgl alone for now (probably move that code to in_win.c) Bill Currie 2001-08-16 18:25:17 +0000
  • 999c6a3b93 mek eet verk! Bill Currie 2001-08-16 17:52:35 +0000
  • 12eff5eb65 x11 seems ok (hard to say: nothing's bound:/) rename bind and unbind to in_bind and in_unbind Bill Currie 2001-08-16 16:41:40 +0000
  • 7cf0fd1b3b Fix a few bugs. Zephaniah E. Hull 2001-08-16 11:43:17 +0000
  • 20adccc9e4 A few things, first is that I removed the (rather broken) serial networking support. Zephaniah E. Hull 2001-08-16 09:19:36 +0000
  • 0c7f011f4b whitespace. Ragnvald Maartmann-Moe IV 2001-08-16 06:58:55 +0000
  • 4d92467e7c Make SDL support vid_fullscreen toggling too Adam Olsen 2001-08-16 03:36:40 +0000
  • 9ee3450265 extend the hash api to more easily support general cases Bill Currie 2001-08-16 02:51:53 +0000
  • c02f4ed59e show_ping while disconnect == bad. SZ_Getspace bug fixed. Adam Olsen 2001-08-16 02:32:50 +0000
  • 7047f2da36 fix some missing ()s that got lost due to the () forrest that got chainsawed (ie, the previous code was /a mess/) Bill Currie 2001-08-16 02:08:22 +0000
  • 8f7918d4ad Fix the other keypad keys for SDL input. Ditch sensitivity as a name, we now have in_mouse_accel, in_mouse_filter, and in_mouse_pre_accel. Zephaniah E. Hull 2001-08-15 23:04:54 +0000
  • eab8ff6e25 Just some MASSIVE speed boost for PF_findradius. Zephaniah E. Hull 2001-08-15 23:03:37 +0000
  • 8f011f91ec Length is now a #define, not a bloody function! Zephaniah E. Hull 2001-08-15 23:01:56 +0000
  • 092d3486bd make cd plugins repect --with-plugin-path Bill Currie 2001-08-15 23:00:08 +0000
  • 047197372d Add Makefile to .gitignore Jeff Teunissen 2001-08-15 22:44:34 +0000
  • d48b3ee9d2 s/LIB_DEPS/DEPENDENCIES/ Bill Currie 2001-08-15 22:40:56 +0000
  • 2d84e89432 whitespace. Jeff Teunissen 2001-08-15 22:38:11 +0000
  • 339ec3c0d8 Misc. cleanups. Jeff Teunissen 2001-08-15 22:37:11 +0000
  • 3c5265c4b4 Clarifications in debian/rules Jeff Teunissen 2001-08-15 22:33:51 +0000
  • a3f1604957 Still going. Forge, s/X/I/ Jeff Teunissen 2001-08-15 22:32:13 +0000
  • edf4b85cc7 don't need to (and seems that you shouldn't) specify a path for local libs Bill Currie 2001-08-15 22:31:07 +0000
  • 61bb65fa3f Committing some old stuff I hadn't before. This one: removing a variable name from a prototype. Jeff Teunissen 2001-08-15 22:29:09 +0000
  • a22fd5a172 sdl 1.1.5 fixes Bill Currie 2001-08-15 21:29:18 +0000
  • e3590642fb Moved the sound renderer into a seperate lib. You'll need to rerun configure, else it won't build said lib and you'll get errors loading sound plugins. Adam Olsen 2001-08-15 21:03:10 +0000
  • 59e50d933d sdl and sgl clients now build Bill Currie 2001-08-15 20:55:22 +0000
  • 9ecce9becd remove a magic number Bill Currie 2001-08-15 15:32:24 +0000
  • 6b93ec0076 check for sid's autoconf2.50 as the wrapper always reports 2.13 don't rely on the wording of the version string make the cross compile message always print for ac < 2.50 delete configure.in for ac >= 2.50 Bill Currie 2001-08-15 15:31:02 +0000
  • 5dc827ccf8 comment brein damage Bill Currie 2001-08-15 07:50:21 +0000
  • 8d0acf7630 remove some unneeded -L.s. it seems some versions of binutils don't like it Bill Currie 2001-08-15 06:12:38 +0000
  • 8059265181 pr_strings.c: fix some off-by-one bugs gl_mesh.c: make the messing... message developer mode Bill Currie 2001-08-15 06:01:38 +0000
  • d96eb31db3 Grr, missed one. Ragnvald Maartmann-Moe IV 2001-08-15 02:40:43 +0000
  • 888e7e1f4f Try to automatically cope with autoconf pre-2.50. Jeff Teunissen 2001-08-15 01:17:56 +0000
  • cddaa521cc Change loadas8bit to snd_loadas8bit. Ragnvald Maartmann-Moe IV 2001-08-15 00:53:37 +0000
  • b33b9fc58a remove a redundant call to JOY_Command Bill Currie 2001-08-14 22:10:55 +0000
  • 9f2418d873 new cvar: gl_mesh_cache. controls minimum triangle count in a model before the model is cached or cache checks are done for that model. 0 disables caching entrirely. Bill Currie 2001-08-14 20:02:54 +0000
  • b277881832 Don't try to write freed entities to the client Adam Olsen 2001-08-14 11:15:47 +0000
  • dd16a1c4d5 call the IE init ans shutdown functions. still need to rework the rest of the intput system to use it. Bill Currie 2001-08-14 00:03:03 +0000
  • 07a09e0812 statement printing now infers the type of a def from the instruction where possible, thus allowing anonymous defs to print their contents. Bill Currie 2001-08-13 23:49:04 +0000
  • d55199bece re-arrange the types of store and storep so things make a little more sense Bill Currie 2001-08-13 23:00:17 +0000
  • 283b0e1a21 change the types of the statement operands to unsigned short to clean up most of the uses Bill Currie 2001-08-13 21:09:00 +0000
  • 45fd3e084d rhamph's deadbeaf locals patch as-is :) Bill Currie 2001-08-13 20:29:33 +0000
  • 31a560cc3f d'oh Bill Currie 2001-08-13 20:23:41 +0000
  • da7e8568a4 fix a couple of issues with garbage collection Bill Currie 2001-08-13 20:22:36 +0000
  • 2a6830d2d8 revised dynamic string handling. allows for `bounds checking' Bill Currie 2001-08-13 20:01:37 +0000
  • f9f1e053a4 use 0 instead of sv_highchars when setting the *cheats serverinfo, since sv_highchars isn't initialized at that point. Adam Olsen 2001-08-13 09:14:15 +0000
  • a290afd2b5 back out the dynamic allocation so prozac will still work Bill Currie 2001-08-12 19:50:23 +0000
  • 637bdea058 Fix indent comment dementia. Ragnvald Maartmann-Moe IV 2001-08-12 17:45:55 +0000
  • eed71f2803 err, and of course we want *line* buffered, not *un*buffered. hehe, I thought the output looked kinda slow.. Adam Olsen 2001-08-12 11:30:08 +0000
  • bbef4b0b6f ugh, I hate the need for this, but it's needed. sv_old_entity_free is my compromise :) set it to 1 to allow progs like MegaTF to work (reload crash). Bill Currie 2001-08-12 04:14:25 +0000
  • c103adc17d clean up the code generated for a = b ? c : d Bill Currie 2001-08-12 02:38:12 +0000
  • f343776b5a mark some jobs done, correct a typo and sort them by done, in progress, planned Bill Currie 2001-08-11 22:07:03 +0000
  • 79ce6c56ca fix assignops with entity fields by cloning e1 rather than just re-using it Bill Currie 2001-08-11 22:02:59 +0000
  • 248de6858d hopefully take care of freebsd Bill Currie 2001-08-11 21:46:02 +0000
  • c2d3d8f3ab temp def expressions and ?: seems to work :) Bill Currie 2001-08-11 21:15:24 +0000
  • 3d30361595 show_ping and show_pl. pretty much like show_fps. Bill Currie 2001-08-11 04:14:58 +0000
  • a8e858f77d fix a bug where every 2nd(?) arg was being skipped when setting up a function call Bill Currie 2001-08-10 21:31:48 +0000
  • 11381ce593 the usual Bill Currie 2001-08-10 21:19:36 +0000
  • caeb31e6ca start of the support for chained function calls. Actually, they should work fine now, there's just some extra temp vars we want to remove before we can consider it "done" :) Adam Olsen 2001-08-10 20:35:42 +0000
  • b44fd6ab91 move a var Bill Currie 2001-08-10 18:42:13 +0000
  • 4388bf0519 good bye, old parser Bill Currie 2001-08-10 18:35:55 +0000
  • 9e46265046 fix a silly error causing integer constants to not be re-used Bill Currie 2001-08-10 17:41:08 +0000
  • a33c834a39 move SHL and SHR down in expr Bill Currie 2001-08-10 17:00:53 +0000
  • 6414897dae got a few new operators for qc :) << >> % which all act like their C counterparts += -= *= /= &= ^= |= <<= >>= %= which just expand into the obvious, also like the C versions. Adam Olsen 2001-08-10 16:17:00 +0000