]> icculus.org git repositories - btb/d2x.git/history - arch/sdl/key.c
use the orientation parameter of g3_draw_bitmap
[btb/d2x.git] / arch / sdl / key.c
2021-07-17 Bradley BellMerge pull request #2 from btb/github-workflow-1
2021-07-17 Bradley Bellfix buffer overflow guard
2018-03-06 Bradley BellPortability fixes and VS project updates
2018-03-06 KpRename include/error.h to include/dxxerror.h
2015-05-03 Bradley BellMerge branch 'master' into entity
2015-05-02 Bradley BellFix string overflow check
2015-02-23 Bradley Belltry to find keys by ascii value first
2015-02-12 Bradley Belluse const for cmd name and help text
2015-02-12 Bradley Bellsimplify help system
2015-02-10 Bradley Bellclean up names
2015-01-28 Bradley Bellenable key repeat for menus and such
2015-01-27 Bradley Bellmake -/= bindable keys
2015-01-16 Bradley Bellget rid of another dependency on kconfig numbers
2015-01-11 Bradley Bellmore command help
2015-01-09 Bradley Bellformatting
2015-01-09 Bradley Bellseparate sdl key mapping from actual handler
2015-01-08 Bradley Bellmake mouse and joystick buttons into bindable virtual...
2015-01-08 Bradley Bellreplace with bindable text
2015-01-08 Bradley Bellformatting
2015-01-08 Bradley Belladd more keys, include support for keys missing from SDL
2015-01-07 Bradley Bellrefine bind cmd
2015-01-06 Bradley Bellonly execute non +/- bindings on key press
2015-01-06 Bradley Belldon't handle bindings in menus or console
2015-01-06 Bradley Belladd temporary config screen for keybindings
2015-01-05 Bradley Belladd unbind command
2015-01-05 Bradley Bellwrite key bindings to descent.cfg
2015-01-04 Bradley Bellimplement key release console events.
2015-01-03 Bradley Bellremove rcs tags
2014-12-03 Bradley Belladd meta keys
2014-11-28 Bradley Bellreplace illegal characters with hex escapes
2003-02-27 Bradley Belluse timer_delay instead of d_delay
2003-01-15 Bradley Bellchanged path for SDL headers
2001-10-24 Bradley BellMoved input stuff to arch subdirs, as in d1x.