Commit graph

6633 commits

Author SHA1 Message Date
Thomas Altenburger
f996c8d2c7 Gamepad mapping update 2016-02-26 11:01:32 +01:00
Paul Scharf
15d0dc647b Merge pull request #350 from mrhelmut/GamePadYFix
Invert Y axis on all GamePad
2016-02-26 10:00:21 +01:00
Harry
f2d1bd1db5 Merge pull request #352 from mrhelmut/SDL2GamePadInstanceId
Fix SDL2 instance enumeration and mapping
2016-02-25 23:42:25 +01:00
Harry
7b19b28a12 Merge pull request #351 from mrhelmut/SDL2Screensaver
Deactivate screensaver on SDL2
2016-02-25 23:34:44 +01:00
Thomas Altenburger
6998f94a39 Fix SDL2 instance enumeration and mapping 2016-02-25 23:05:01 +01:00
Thomas Altenburger
0ab980bfe7 Deactivate screensaver on SDL2 2016-02-25 23:02:01 +01:00
Harry
647ab3026a Merge pull request #348 from amulware/fix-vector3-matrix4-interaction
Removed confusing Vector3 Matrix4 interactions introduced with #331
2016-02-25 17:52:52 +01:00
amulware
05938d70ba removed confusing Vector3 Matrix4 interactions introduced with #331 2016-02-25 16:38:00 +01:00
cra0zy
3d58a0b50a Fix tabs/spaces and righthandtransform caused by #331 2016-02-20 21:01:39 +01:00
William Deich
4c8a3598e1 Merge pull request #331 from MatthiasHarvey/develop
Vector transform operators see #329
2016-02-20 14:18:40 -05:00
Matthias
96fb7b7846 Updated docs 2016-02-20 15:24:02 +02:00
Matthias
b14845a749 Added missing operator for Vector3 * Matrix4 2016-02-20 15:18:12 +02:00
Matthias
2989ea1c3a Added operators for Mat * Vec 2016-02-20 15:16:37 +02:00
Matthias
22b33ab735 Added the non-ref RightHandedTransform 2016-02-20 15:06:18 +02:00
Matthias
256bf73c39 Added RightHandedTransform 2016-02-20 15:00:21 +02:00
Matthias
75d7e9c718 Swapped order of parameters for Vec Mat multiplication operator 2016-02-20 14:34:59 +02:00
Matthias
33d4731718 Merge remote-tracking branch 'upstream/develop' into develop 2016-02-20 13:44:23 +02:00
William Deich
afdf46814a Merge pull request #345 from cra0zy/linuximp
[Linux X11] Fix incorrect window state if it was set while the window was invisible
2016-02-19 14:09:06 -05:00
cra0zy
b944d92754 [Linux X11] Fix incorrect window state if it was set while the window was invisible 2016-02-19 18:06:09 +01:00
Harry
933701f062 Merge pull request #335 from mrhelmut/HIDFix
Fix for multiple HID driver issues
2016-02-19 12:24:14 +01:00
Harry
5e7da64b9d Merge pull request #343 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2016-02-18 11:57:59 +01:00
The Gitter Badger
470be54933 Add Gitter badge 2016-02-18 10:51:10 +00:00
William Deich
35e117108c Merge pull request #320 from cra0zy/otkwidget
GLWidget for Gtk 2 and 3
2016-02-16 14:17:28 -05:00
cra0zy
bbbeb98438 Remove notice of leave 2016-02-16 18:00:42 +01:00
Fraser Waters
2e51fe0197 Notice of leave 2016-01-18 19:17:31 +00:00
Thomas Altenburger
b29bc2f534 Fixes keyboard being recognized as 2 HID devices 2016-01-08 13:16:38 +01:00
Thomas Altenburger
8488bb6229 Fix HID WinRaw driver to handle PS4 controller 2016-01-08 11:43:39 +01:00
Thomas Altenburger
32b0c8e985 Fix PS4 controller mapping on Windows 2016-01-08 11:43:05 +01:00
Thomas Altenburger
d0efd76edf Invert Y axis on all GamePad 2016-01-08 09:13:26 +01:00
Matthias
66cd883fb4 Multiplication operator for Matrix-Vector transformation and Quaternion-Vector transformations 2016-01-04 12:34:02 +02:00
Fraser Waters
6ac1c63ff3 Merge pull request #328 from WardBenjamin/develop
Fix documentation for NativeWindow.Width
2016-01-02 23:28:34 +00:00
Benjamin Ward
55bd342417 Fix documentation for NativeWindow.WindowBorder 2016-01-02 12:04:14 -05:00
Benjamin Ward
a87b79fca2 Fix documentation for NativeWindow.WindowState 2016-01-02 12:00:01 -05:00
Benjamin Ward
22222b003a Fix documentation for NativeWindow.Width 2016-01-02 11:40:16 -05:00
Fraser Waters
f0de8333a6 Merge pull request #199 from Frassle/anydown
[Input] Add IsAnyKey/ButtonDown to Keyboard/MouseState.
2015-12-28 00:16:37 +00:00
Fraser Waters
bbd3146037 Merge pull request #326 from neonsoup/dll_mdb
Rewrite program file name confusion: .mdb vs .dll.mdb
2015-12-28 00:15:37 +00:00
neonsoup
e270c6f494 Rewrite .mdb file name fix
-Fixed Generator.Rewrite program mistake because of which it was looking for
 "filename.mdb" file instead of "filename.dll.mdb"
2015-12-28 00:40:51 +04:00
Fraser Waters
a1ff0d949f Merge pull request #319 from cra0zy/joyid
Make joystick ID public
2015-12-06 14:23:46 +00:00
cra0zy
306b9ff936 Make joystick ID public 2015-12-06 13:43:46 +01:00
Fraser Waters
24173881bb Merge pull request #318 from leezer3/leezer3
Fix: KP_ENTER key missing from SDL2 keymap.
2015-12-06 12:36:08 +00:00
leezer3
b0dbb7de7f Align whitespace for SDL2 KeypadEnter fix.... 2015-12-05 23:54:42 +00:00
cra0zy
1af25f540c GLWidget for Gtk 2 and 3 2015-12-05 23:46:24 +01:00
leezer3
a2ece2c9fb Fix: KP_ENTER key missing from SDL2 keymap. 2015-12-04 23:49:15 +00:00
Fraser Waters
bf74b7ea15 Merge pull request #314 from leezer3/leezer3-a
Fix: Insert key not working on Linux, due to typo in X11KeyMap.cs
2015-11-15 07:10:46 +00:00
leezer3
df690c6f7b Fix: Insert key not working on Linux, due to typo in X11KeyMap.cs 2015-11-14 22:23:40 +00:00
Fraser Waters
2683b9298f Merge pull request #306 from PowerOfCode/fix-nsis-config
Fix build configuration "Nsis"
2015-11-07 14:05:50 +00:00
Benjamin Klettbach
feae3791fe Fix build configuration "Nsis"
- Generator.Rewrite can be build with Nsis
- OpenTK project can be build with Nsis and is getting rewritten with
  Rewrite.exe
2015-10-26 14:33:18 +01:00
Fraser Waters
833c6eac6d Merge pull request #304 from Frassle/travis
[travis] Remove mono 3.2.8 and 2.10.8 builds
2015-10-18 13:57:42 +01:00
Fraser Waters
bfba2ba156 [travis] Remove mono 3.2.8 and 2.10.8 builds
Old versions of mono on travis didn't have nuget support that we now use to
fetch Mono.Cecil.
2015-10-18 13:32:35 +01:00
Fraser Waters
0013b91f65 Merge pull request #302 from Frassle/mouse
[Win32] Fix spurious mouse enter and leave messages
2015-10-17 23:24:33 +01:00