hedgewars/uInputHandler.pas
Tue, 30 Sep 2014 00:54:04 +0400 unc0rr Themes model, also add some files I forgot to add previously qmlfrontend
Fri, 22 Aug 2014 00:57:07 +0400 alfadur - Support for pausing multiplayer games
Fri, 14 Feb 2014 13:48:14 +0400 unc0rr In stats-only mode:
Tue, 04 Feb 2014 19:45:22 +0100 sheepluva update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
Mon, 27 Jan 2014 22:34:06 +0400 unc0rr Even more love to pas2c
Tue, 21 Jan 2014 22:38:13 +0100 koda partial merge of the webgl branch
Fri, 17 Jan 2014 01:06:54 +0100 sheepluva update copyright to 2014
Mon, 13 Jan 2014 23:07:27 +0400 unc0rr Parse " and \ escaping in binds
Sun, 05 Jan 2014 10:54:03 +0400 unc0rr - Fix build via pas2c webgl
Sat, 04 Jan 2014 23:55:54 +0400 unc0rr merge default webgl
Tue, 17 Dec 2013 00:02:52 +0400 unc0rr merge default here sdl2transition
Sun, 24 Nov 2013 22:11:55 -0500 nemo fix tag toggling. I think...
Fri, 08 Nov 2013 17:53:02 +0400 unc0rr - Keyboard bindings seem to work fully sdl2transition
Tue, 12 Nov 2013 22:34:54 -0500 nemo Delete now toggles hiding team area
Fri, 08 Nov 2013 14:22:22 +0400 unc0rr Use scancodes. Most bindings work now. sdl2transition
Thu, 07 Nov 2013 21:06:30 +0400 unc0rr Provide more information to SDLTry sdl2transition
Wed, 06 Nov 2013 09:26:14 -0500 nemo fix f10 default if no team binds
Fri, 11 Oct 2013 17:43:13 +0200 koda merge with latest defaul, fixing compiling with fpc, parsing and rendering with pas2c, some minor problems with compiling with clang webgl
Fri, 27 Sep 2013 00:54:18 +0400 unc0rr - Load default binds from settings.ini
Sat, 21 Sep 2013 23:54:57 +0400 unc0rr Finish rework of default binds system. Default binds now work even before first turn.
Tue, 04 Jun 2013 22:28:12 +0200 koda update branch webgl
Wed, 29 May 2013 17:47:54 -0400 nemo Since this keeps coming up. Sync engine and frontend wheel handling, again.
Wed, 29 May 2013 15:12:06 -0400 unc0rr bump copyright year for Andrey entries
Tue, 02 Apr 2013 21:00:57 +0200 koda update webgl branch webgl
Sun, 17 Mar 2013 19:57:52 +0100 koda use SDL keycode for shortcuts (doesn't fix layout issues)
Tue, 19 Feb 2013 22:45:02 +0400 unc0rr Fix sources so pas2c written in haskell could render them again webgl
Sun, 27 Jan 2013 00:28:57 +0100 koda update branch webgl
Thu, 10 Jan 2013 22:59:46 +0400 martin_bede Fix tons of warnings
Sat, 29 Dec 2012 22:50:10 +0100 dag10 GCI2012: Advanced Keyboard Configuration
Tue, 25 Dec 2012 04:45:22 +0100 koda update branch with default webgl
Thu, 29 Nov 2012 23:23:19 -0500 Joe Doyle (Ginto8) Move global variables to units that use them
Mon, 05 Nov 2012 22:03:26 -0500 nemo support ridiculously large maps
Sun, 04 Nov 2012 17:47:44 -0500 nemo Simplify ammo menu conditions so it shows up in more states. Should fix issue #465. The part w/ sliding in uworld is main #465 problem. 0.9.18
Mon, 29 Oct 2012 18:17:36 +0100 Xeli Fix 440, used 'grave' rather than '`' in default binds
Mon, 29 Oct 2012 12:51:21 +0400 unc0rr boo, koda
Mon, 29 Oct 2012 05:12:24 +0100 koda this commit is a no-op
Mon, 29 Oct 2012 04:26:44 +0100 koda close engine shortcut, from the discussion in issue 317
Sun, 28 Oct 2012 03:48:37 +0100 koda * fix initialisation, preload values and then read args
Thu, 26 Jul 2012 21:56:47 +0400 Stepan777 merge
Wed, 25 Jul 2012 10:56:14 -0400 nemo Changes for the benefit of pas2c. Use downto in for loops to avoid repeated calls of Random/GetRandom. Wrap nots.
Fri, 20 Jul 2012 12:25:53 +0100 koda press 8 to mute audio while ingame
Mon, 11 Jun 2012 17:56:10 +0400 Stepan777 merge
Sat, 09 Jun 2012 12:15:05 +0200 Xeli restore fpc 2.4.2 compatibility
Fri, 08 Jun 2012 19:25:40 +0200 Xeli fix shift key by disabling the key modifiers for now
Fri, 08 Jun 2012 02:41:14 +0400 Stepan777 merge
Thu, 07 Jun 2012 17:42:32 +0400 Stepan777 merge
Thu, 07 Jun 2012 22:40:28 +0200 Xeli ignore keymodifers other than ctrl/alt/shift
Thu, 07 Jun 2012 01:28:39 +0200 Xeli removed some writelns
Thu, 07 Jun 2012 01:10:57 +0200 Xeli first attempt at implementing support for keys with modifiers
Tue, 05 Jun 2012 19:33:49 +0200 Xeli only reset those keys which actually change their bindings
Mon, 04 Jun 2012 21:32:30 +0400 Stepan777 here it is
Thu, 31 May 2012 15:14:39 +0400 unc0rr pas2c stuff
Mon, 28 May 2012 19:33:57 +0200 Xeli change the array which represents the keyboard state to be a boolean array rather than byte array
Mon, 28 May 2012 19:15:51 +0200 Xeli Don't allow for multiple key up(or down) events, it will ignore the excess events
Wed, 23 May 2012 21:19:15 +0200 Xeli wops add this too
Wed, 23 May 2012 21:16:44 +0200 Xeli reimplemented ResetKbd and calling it when exiting gsChat status, this restores behavior from.17: You can now walk -> press t/chat -> type some stuff while still walking -> exit gsChat and stop walking at that moment
Tue, 22 May 2012 00:40:43 +0200 Xeli fixed wheelup/down
Thu, 17 May 2012 20:19:35 +0200 Xeli remove ProcessKdb references all together, removed movecursor() because it doesnt seem to do anything
Thu, 17 May 2012 20:01:56 +0200 Xeli first attempt at fixing controller/gamepad, it works with the android controller but it doesnt have hats/buttons, needs testing
Sat, 12 May 2012 16:45:06 -0400 nemo unc0rr's magic macro
less more (0) -60 tip