Extra bloaty junk to modernise stuff a bit. https://fte.triptohell.info/moodles/qss/
Find a file
Eric Wasylishen f44d44d419 Revamp SDL2 key handling, based on how ioquake3 does it.
- Reverted the addition of the interpret_shift param to Key_Event
- Now, SDL_KEYUP/SDL_KEYDOWN are converted from SDL scancodes to quake keys, and passed directly to Key_Event with no extra conditions / logic
- When SDL2 is used, Key_Console/Key_Message no longer convert keys to characters to insert in the typing buffer, but all other functionality is unchanged
- SDL_TEXTINPUT calls a new function, Char_Event. This calls either Char_Console/Char_Message depending on the keydest. These just insert the typed text into the buffer

This is cleaner than before because it maintains a clear separation between key presses and characters, whereas the old code was converting characters from SDL_TEXTINPUT back into fake keys and then feeding those into Key_Event. This also fixes Ctrl+C / Ctrl+V not working in the console

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1020 af15c1b1-3010-417e-b628-4374ebc0bcbd
2014-09-12 04:27:54 +00:00
Linux update docs after r1013 2014-09-10 07:40:58 +00:00
MacOSX SDL2 support, if USE_SDL2 defined. 2014-09-05 19:34:43 +00:00
Misc applied the user directories support patch, disabled by default. 'make DO_USERDIRS=1' to enable it. 2014-09-10 07:28:28 +00:00
Quake Revamp SDL2 key handling, based on how ioquake3 does it. 2014-09-12 04:27:54 +00:00
Windows fix broken libFLAC builds from previous commit. 2014-08-10 11:00:26 +00:00
gnu.txt updated the copyleft file from ftp://ftp.gnu.org/gnu/Licenses/COPYING-2.0 2010-02-19 12:40:45 +00:00
Quakespasm-Music.txt Rename our docos from README.html to Quakespasm.html (etc). 2014-09-09 00:45:12 +00:00
Quakespasm.html update docs after r1013 2014-09-10 07:40:58 +00:00
Quakespasm.txt update docs after r1013 2014-09-10 07:40:58 +00:00