2009-01-19 |
havoc | fix a number of char types that should be int, to make... |
blob | commitdiff | raw |
2009-01-08 |
divverent | commandmode: use Cmd_ExecuteString so semicolons don... |
blob | commitdiff | raw | diff to current |
2008-10-31 |
divverent | if in menu, make con_closeontoggleconsole.integer also... |
blob | commitdiff | raw | diff to current |
2008-09-10 |
divverent | add a half-baked "commandmode" (currently it has, like... |
blob | commitdiff | raw | diff to current |
2008-08-24 |
divverent | remove redundant repeat ignoring |
blob | commitdiff | raw | diff to current |
2008-08-24 |
divverent | handle F key binds correctly (up event shall not go... |
blob | commitdiff | raw | diff to current |
2008-08-02 |
divverent | fix ESC in disconnected state. FINALLY! |
blob | commitdiff | raw | diff to current |
2008-08-02 |
divverent | reintroduce the KEY_ESCAPE switch, but this time make... |
blob | commitdiff | raw | diff to current |
2008-07-23 |
havoc | fix for Blub\0's strange change to toggleconsole handli... |
blob | commitdiff | raw | diff to current |
2008-07-16 |
divverent | fix console escape togglemenu |
blob | commitdiff | raw | diff to current |
2008-07-15 |
divverent | Blub's keyboard handling fixes (makes UP events go... |
blob | commitdiff | raw | diff to current |
2008-06-28 |
divverent | fix crash in keys.c clipboard handling |
blob | commitdiff | raw | diff to current |
2008-06-17 |
havoc | fixed all VS2005 deprecated function warnings |
blob | commitdiff | raw | diff to current |
2008-01-16 |
res | Fix CL_VM_InputeEvent prototype in keys.c |
blob | commitdiff | raw | diff to current |
2008-01-04 |
divverent | make keys line up in keys.c and key.h for easier verifying |
blob | commitdiff | raw | diff to current |
2007-12-31 |
divverent | add a new key dest key_menu_grabbed that behaves like... |
blob | commitdiff | raw | diff to current |
2007-12-17 |
black | Add full support for csqc's sensitivityscale (no clampi... |
blob | commitdiff | raw | diff to current |
2007-12-01 |
divverent | the big chat area/font patch... hope it works well... |
blob | commitdiff | raw | diff to current |
2007-11-12 |
divverent | move two #defined to quakedef.h, and always include... |
blob | commitdiff | raw | diff to current |
2007-11-09 |
divverent | Blub's nick completion |
blob | commitdiff | raw | diff to current |
2007-09-26 |
divverent | "" binds are removed binds (fix behaviour in conjunctio... |
blob | commitdiff | raw | diff to current |
2007-08-27 |
havoc | added a developer 1000 print for every key event receiv... |
blob | commitdiff | raw | diff to current |
2007-07-14 |
divverent | add Cmd_QuoteString, and make the config writing code... |
blob | commitdiff | raw | diff to current |
2007-05-21 |
divverent | make ASCII 10 and ASCII 13 terminate messagemode too... |
blob | commitdiff | raw | diff to current |
2007-05-12 |
havoc | added a keyname for backslash which is now used instead... |
blob | commitdiff | raw | diff to current |
2007-03-15 |
havoc | changed default value of con_closeontoggleconsole due... |
blob | commitdiff | raw | diff to current |
2006-12-01 |
havoc | added con_closeontoggleconsole cvar based on Dresk... |
blob | commitdiff | raw | diff to current |
2006-08-14 |
havoc | patch from div0: |
blob | commitdiff | raw | diff to current |
2006-08-05 |
molivier | Removed all calls to strcpy; most of them are now calls... |
blob | commitdiff | raw | diff to current |
2006-08-04 |
molivier | Replaced all calls to str[n]cat and strncpy by calls... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
havoc | don't crash if key bindings functions are called with... |
blob | commitdiff | raw | diff to current |
2006-04-27 |
black | Add _DrawQ_ProcessDrawFlag to clean-up the glblend... |
blob | commitdiff | raw | diff to current |
2006-04-20 |
havoc | added keyup function for menu qc at Black's request |
blob | commitdiff | raw | diff to current |
2006-04-08 |
havoc | made darkplaces able to compile as C++ again, and fixed... |
blob | commitdiff | raw | diff to current |
2006-03-15 |
havoc | removed cgame and ui code (both unused), this reduces... |
blob | commitdiff | raw | diff to current |
2006-02-01 |
havoc | added description string to all cvars and commands |
blob | commitdiff | raw | diff to current |
2006-01-21 |
molivier | A few casts and variable type changes to get rid of... |
blob | commitdiff | raw | diff to current |
2006-01-16 |
havoc | csqc patch from [515], seems to work with [515]'s dpcsq... |
blob | commitdiff | raw | diff to current |
2006-01-12 |
havoc | corrected a typo in a comment |
blob | commitdiff | raw | diff to current |
2006-01-12 |
havoc | added console editing enhancements patch from [515... |
blob | commitdiff | raw | diff to current |
2005-11-23 |
havoc | cleaned up many text buffer sizes throughout the engine... |
blob | commitdiff | raw | diff to current |
2005-11-07 |
havoc | cleaned up all Con_Printf calls that were missing a \n |
blob | commitdiff | raw | diff to current |
2005-11-05 |
havoc | eliminated qbyte type, now uses unsigned char throughou... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
havoc | gave names to nearly all structs and enums which should... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
havoc | made darkplaces compile successfully with g++ to test... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | added a 64bif fs_offset_t type to clean up most of... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | more size_t |
blob | commitdiff | raw | diff to current |
2005-07-04 |
havoc | allow escape to togglemenu when in fullscreen console |
blob | commitdiff | raw | diff to current |
2005-06-20 |
havoc | changed most Sys_Error calls to Con_Printf with appropr... |
blob | commitdiff | raw | diff to current |
2005-06-19 |
havoc | removed two unused Key_Event implementations (which... |
blob | commitdiff | raw | diff to current |
2005-06-19 |
havoc | changed keydown[] from unsigned int holding key repeat... |
blob | commitdiff | raw | diff to current |
2005-06-19 |
havoc | removed keydown[] and renamed key_repeats[] to keydown... |
blob | commitdiff | raw | diff to current |
2005-06-19 |
havoc | cleaned up Key_Event, this changed toggleconsole bind... |
blob | commitdiff | raw | diff to current |
2005-06-19 |
havoc | removed shift_down variable, use keydown[K_SHIFT] instead |
blob | commitdiff | raw | diff to current |
2005-06-19 |
havoc | removed 3 unused variables |
blob | commitdiff | raw | diff to current |
2005-06-13 |
tomaz | added -demo and -demolooponly options. -demo starts... |
blob | commitdiff | raw | diff to current |
2005-06-11 |
black | -The new Key_Event is enabled by default now and Ive... |
blob | commitdiff | raw | diff to current |
2005-06-11 |
black | Increased maximum edict count to 4096 |
blob | commitdiff | raw | diff to current |
2005-06-08 |
black | New Key_Event is still disabled. |
blob | commitdiff | raw | diff to current |
2005-06-07 |
black | My Key_Event is disabled (yet). |
blob | commitdiff | raw | diff to current |
2005-06-07 |
eviltypeguy | Disabling black's key code: |
blob | commitdiff | raw | diff to current |
2005-06-06 |
black | If the new Key_Event breaks anything for you, you can... |
blob | commitdiff | raw | diff to current |
2005-06-03 |
havoc | added ctrl-escape hotkey for console (I know I coded... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
havoc | rewrote character insertion/replacement in console... |
blob | commitdiff | raw | diff to current |
2005-05-13 |
havoc | replaced all references to vid.conwidth and vid.conheig... |
blob | commitdiff | raw | diff to current |
2005-05-12 |
havoc | changed changed commandline history behavior to be... |
blob | commitdiff | raw | diff to current |
2005-04-17 |
havoc | default to insert mode instead of replace mode in console |
blob | commitdiff | raw | diff to current |
2005-02-11 |
havoc | removed key-below-escape forced toggleconsole, so that... |
blob | commitdiff | raw | diff to current |
2005-02-03 |
molivier | Replaced snprintf and vnsprintf calls by dpsnprintf... |
blob | commitdiff | raw | diff to current |
2005-01-13 |
havoc | use vid.conheight instead of scr_conlines in history... |
blob | commitdiff | raw | diff to current |
2004-12-26 |
black | -Added a couple of VM builtins. |
blob | commitdiff | raw | diff to current |
2004-12-03 |
molivier | Added "ctype.h" to the list of standard headers in... |
blob | commitdiff | raw | diff to current |
2004-12-03 |
molivier | - DP now defines MACOSX when relevant |
blob | commitdiff | raw | diff to current |
2004-11-28 |
black | -Removed the NG Menu part, since it isnt used anymore... |
blob | commitdiff | raw | diff to current |
2004-11-14 |
havoc | someone removed the quotes around binds in Key_WriteBin... |
blob | commitdiff | raw | diff to current |
2004-10-27 |
molivier | Pure cleaning commit: removed "crc.[ch]" and "gl_warp_s... |
blob | commitdiff | raw | diff to current |
2004-10-20 |
havoc | messagemode/messagemode2 now send the say/say_team... |
blob | commitdiff | raw | diff to current |
2004-09-12 |
tomaz | Added support for 16 joystick buttons. |
blob | commitdiff | raw | diff to current |
2004-08-20 |
tomaz | Enabled tested and verified that the clipboard paste... |
blob | commitdiff | raw | diff to current |
2004-05-26 |
havoc | Tomaz fixed key repeats in the console |
blob | commitdiff | raw | diff to current |
2004-05-15 |
havoc | Tomaz enabled some numpad keys in the console and the... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | added Print versions of Printf functions and made all... |
blob | commitdiff | raw | diff to current |
2004-02-18 |
havoc | fix some warnings |
blob | commitdiff | raw | diff to current |
2004-02-10 |
havoc | change joystick key numbers to start at 768 instead... |
blob | commitdiff | raw | diff to current |
2004-02-06 |
warp | This is your key system, this is your key system after... |
blob | commitdiff | raw | diff to current |
2004-02-03 |
havoc | added some names for certain characters: ` backquote... |
blob | commitdiff | raw | diff to current |
2003-12-23 |
black | Fast commit before Im off for 10 days. Please correct... |
blob | commitdiff | raw | diff to current |
2003-11-18 |
havoc | fix an input bug that prevented function keys from... |
blob | commitdiff | raw | diff to current |
2003-10-17 |
black | Updated some builtin parameter lists, added 2 functions... |
blob | commitdiff | raw | diff to current |
2003-10-12 |
warp | Whoops, fix some stupidity on my part, should work... |
blob | commitdiff | raw | diff to current |
2003-10-12 |
warp | Change key handling, er, quite a bit. |
blob | commitdiff | raw | diff to current |
2003-10-07 |
black | Changed dp so the new vm fits in. |
blob | commitdiff | raw | diff to current |
2003-04-20 |
havoc | thanks to "backslash" for submitting a patch to support... |
blob | commitdiff | raw | diff to current |
2003-03-21 |
havoc | This is a patch from Elric greatly cleaning up the... |
blob | commitdiff | raw | diff to current |
2002-11-25 |
havoc | most of Q2's keyboard handling ported over - what this... |
blob | commitdiff | raw | diff to current |
2002-10-30 |
havoc | fixed all the signed/unsigned mismatch warnings |
blob | commitdiff | raw | diff to current |
2002-09-12 |
havoc | a little extra error checking in keynum lookup |
blob | commitdiff | raw | diff to current |
2002-09-11 |
havoc | whitespace |
blob | commitdiff | raw | diff to current |
2002-09-09 |
havoc | expanded console buffer from 16k to 128k, and changed... |
blob | commitdiff | raw | diff to current |
2002-09-05 |
havoc | you can now (try to) play in maps you don't have, and... |
blob | commitdiff | raw | diff to current |
next |