unc0rr [Fri, 08 Jun 2012 23:56:08 +0400] rev 7200
New bright and shiny TestFirepunch which actually works
Xeli [Fri, 08 Jun 2012 19:25:40 +0200] rev 7199
fix shift key by disabling the key modifiers for now
Stepan777 <stepik-777@mail.ru> [Fri, 08 Jun 2012 02:52:35 +0400] rev 7198
1. Add IFDEFs for video recording
2. Options for video recording were hardcoded in engine,
now they are hardcoded in frontend and passed to engine thru command line
(later it will be possible to change them in frontend)
unc0rr [Fri, 08 Jun 2012 18:03:44 +0400] rev 7197
- TestSniperRifle ftw (still needs some consts adjustments, because AI seems to love sniper rifle too much)
- Also optimize TestDesertEagle a bit
- Also some formatting changes
Stepan777 <stepik-777@mail.ru> [Fri, 08 Jun 2012 02:41:14 +0400] rev 7196
merge
unc0rr [Fri, 08 Jun 2012 14:30:46 +0400] rev 7195
Check for gstHHDriven instead of damage check, so ballgun stops when turn ends in multiattack mode
Stepan777 <stepik-777@mail.ru> [Thu, 07 Jun 2012 17:42:32 +0400] rev 7194
merge
Xeli [Thu, 07 Jun 2012 22:40:28 +0200] rev 7193
ignore keymodifers other than ctrl/alt/shift
Xeli [Thu, 07 Jun 2012 01:28:39 +0200] rev 7192
removed some writelns
Xeli [Thu, 07 Jun 2012 01:10:57 +0200] rev 7191
first attempt at implementing support for keys with modifiers
to use it, the keybinding have to be of the form mod:<modkey>:..:<modkey> <function> <keycode>
for instance in an ini file change findhh=h to findhh=mod:lshift h