Commit graph

  • 8e5faec07c Prevent crash when XInput is not present Rosen Iliev 2017-08-30 18:10:56 +0300
  • 96ef07b229 Merge pull request #643 from Frassle/outoptimize Fraser Waters 2017-08-30 13:13:42 +0100
  • 6cbaeee54a Replace manually written code using NotImplementedException with BindingsNotRewrittenException Fraser Waters 2017-08-28 17:14:19 +0100
  • 7ae39813f3 Rerun Bind.exe Fraser Waters 2017-08-28 17:10:06 +0100
  • 741a4cfaac Change binding generator to emit BindingsNotRewrittenException rather than NotImplementedException Fraser Waters 2017-08-28 17:09:43 +0100
  • 51a7f0abdb Add BindingsNotRewrittenException Fraser Waters 2017-08-28 17:09:18 +0100
  • 947162ce6c
    Correct altered logic. Jarl Gullberg 2017-08-28 17:01:05 +0200
  • 6eb77be281
    Correct odd line breaks and remove duplicate debug option. Jarl Gullberg 2017-08-28 16:58:44 +0200
  • d7a6c0f3bd
    Use 'a' instead of 'i' for the short assembly option. Jarl Gullberg 2017-08-28 16:57:49 +0200
  • 4a31379f92 Add remarks about not reusing the same variable to ref/out methods Fraser Waters 2017-08-28 15:52:04 +0100
  • b1e30393a1 Optimize assignment to vector math out parameters Fraser Waters 2017-08-27 16:11:00 +0100
  • 6d3458d3ff Add a pull request template Fraser Waters 2017-08-07 14:20:11 +0100
  • a498da9448 Fix mscorlib 4.0.0.0 reference added by Rewrite.exe Fraser Waters 2017-08-26 22:17:04 +0100
  • fd4871aa87 Fix style errors in iPhoneOS project Fraser Waters 2017-08-26 13:43:22 +0100
  • ee7f578253 Merge pull request #637 from VPeruS/macos-refresh-rate Fraser Waters 2017-08-26 12:49:52 +0100
  • 7b0f9adb0c Add build status to README Fraser Waters 2017-08-22 13:20:45 +0100
  • ef9d07fcb5 Revert GLWidget back to 4.5 framework due to gtk3 dependency Fraser Waters 2017-08-22 13:04:36 +0100
  • 1106a9ab07 Revert GLControl and GLWidget to target 2.0 framework Fraser Waters 2017-08-22 11:54:00 +0100
  • 975dfc32c7
    Correct target command line arguments. Jarl Gullberg 2017-08-04 23:32:47 +0200
  • c0060bc681
    Update options to the new v2 API. Jarl Gullberg 2017-07-20 22:43:13 +0200
  • 3919e5f14f
    Updated calls to Rewrite in the OpenTK project. Jarl Gullberg 2017-06-26 21:24:32 +0200
  • 4184e6a10e
    Inverted unclear check and changed it check the dllimport option directly. Jarl Gullberg 2017-06-26 21:13:02 +0200
  • 77ebecb9f7
    Removed passing of options and replaced checks with option object access. Jarl Gullberg 2017-06-26 21:11:59 +0200
  • fec6c18702
    Added some early argument verification. Jarl Gullberg 2017-06-26 21:05:58 +0200
  • 20399f2da7
    Added option parsing to the main program. Jarl Gullberg 2017-06-26 21:01:30 +0200
  • 3cb9c5f833
    Added help option and moved required argument to the top. Jarl Gullberg 2017-06-26 21:01:01 +0200
  • 7d031a81af
    Added option class. Jarl Gullberg 2017-06-26 20:53:12 +0200
  • e2098e15e5
    Add CommandLineParser to Generator.Rewrite. Jarl Gullberg 2017-08-04 22:21:56 +0200
  • 404c0c3b4b Fix RefreshRate return 0 on MacOS VperuS 2017-08-17 08:32:22 +0300
  • a6f41bdf35 Merge pull request #618 from Nihlus/myget-continuous-nuget Jarl Gullberg 2017-08-14 19:11:19 +0200
  • df9cd1d2f1 Merge pull request #623 from Nihlus/enable-xml-doc-output Jarl Gullberg 2017-08-14 19:11:07 +0200
  • 440502746a Change BindingBase to use UTF8, not ASCII, strings Fraser Waters 2017-08-13 17:03:20 +0100
  • e9e471f785 Fix out String parameters Fraser Waters 2017-08-13 14:36:51 +0100
  • 8914faa216 Remove unused variables in Rewrite Fraser Waters 2017-08-13 14:34:19 +0100
  • b4dc24cfcf Merge pull request #632 from UnknownShadow200/develop Fraser Waters 2017-08-08 17:53:41 +0100
  • 9a299788d8 Missed one replacement of current_resolution_index to current_sizes_index UnknownShadow200 2017-08-08 10:03:38 +1000
  • d7c44693e7 Fix SA1000 in Platform\iPhoneOS\iPhoneOSGameView.cs Fraser Waters 2017-08-07 17:57:40 +0100
  • 84dc4d207c X11DisplayDevice - Use XRRSizes array directly if dev.Bounds is empty UnknownShadow200 2017-08-08 00:13:23 +1000
  • 178508ac0e Merge pull request #625 from Frassle/opengl4.6 Fraser Waters 2017-08-06 18:39:21 +0100
  • e331a6d5ca Merge pull request #624 from Nihlus/cocoa-machport-leak-fix Fraser Waters 2017-08-06 18:11:09 +0100
  • 2e88a735dc Fix casting bug introduced in 127c6fd6 Fraser Waters 2017-08-06 18:06:36 +0100
  • feb8e8f6e3 Merge pull request #630 from UnknownShadow200/develop Fraser Waters 2017-08-06 17:55:32 +0100
  • 5f158997b8 Use Marshal.SystemDefaultCharSize instead of hardcoding 2 bytes per char UnknownShadow200 2017-08-06 08:36:51 +1000
  • a3c0b05371 Allocate 2 instead of 1 byte per char for buffer used in WinGLNative.HandleDropFiles UnknownShadow200 2017-08-05 23:56:42 +1000
  • 9893283fc6
    Correct documentation output directory. Jarl Gullberg 2017-08-04 18:47:47 +0200
  • 77bca92a02
    Use local variable instead of reusing the field. Jarl Gullberg 2017-08-04 18:46:17 +0200
  • b0e7465f6c
    Reuse selectors. Jarl Gullberg 2017-08-04 18:40:16 +0200
  • c02e959f7a
    Move early return out of the autorelease pool. Jarl Gullberg 2017-08-04 18:39:44 +0200
  • 379b81e9e7 Update README and RELEASE_NOTES Fraser Waters 2017-08-04 17:23:19 +0100
  • b9e03c99b3 Rerun Generator.Bind Fraser Waters 2017-08-04 16:56:29 +0100
  • a29e342508 Add two new types to Generator.Bind Fraser Waters 2017-08-04 16:55:59 +0100
  • 7e5b937bc5 Regenerate signatures.xml from OpenGL-Registry Fraser Waters 2017-08-04 16:32:26 +0100
  • af1e3bdf0f
    Correct screwy formatting. Jarl Gullberg 2017-08-04 17:41:45 +0200
  • 3cf07ff790
    Broke the autorelease code out into a class and replaced the usage. Jarl Gullberg 2017-07-09 23:13:32 +0200
  • a7ddb543a9
    Moved the autorelease pool to the context. Jarl Gullberg 2017-06-29 12:43:19 +0200
  • 5828203f8e
    Implemented an autorelease pool for Cocoa's NativeWindow implementation. Jarl Gullberg 2017-06-23 14:37:11 +0200
  • 446a484f7f
    Correct missing parameter documentation. Jarl Gullberg 2017-07-30 18:58:19 +0200
  • aa60aeb86a
    Documented Options class in the converter. Jarl Gullberg 2017-07-30 18:57:18 +0200
  • 7c85903456
    Documented WrapperTypes enum. Jarl Gullberg 2017-07-30 18:54:43 +0200
  • 8bd4de42a7
    Documented FunctionBody class. Jarl Gullberg 2017-07-30 18:52:44 +0200
  • 57ba670952
    Add missing documentation, and pull indentation in by one. Jarl Gullberg 2017-07-30 18:47:40 +0200
  • 77241fdbb3
    Remove documentation for missing parameter. Jarl Gullberg 2017-07-30 18:46:29 +0200
  • 337b6d4632
    Enable XML documentation output for the supporting tools. Jarl Gullberg 2017-07-30 18:45:52 +0200
  • 254f7e9bfb Merge pull request #620 from Nihlus/cleanup-9-symbol-spacing Jarl Gullberg 2017-08-04 17:25:29 +0200
  • ead44aaf80
    Add comment explaining the release notes overwrite. Jarl Gullberg 2017-08-04 13:58:39 +0200
  • 3bfaeda99d
    Correct arithmetic operator position. Jarl Gullberg 2017-07-30 17:59:19 +0200
  • c06ce5658d
    Correct equality comparsion operator position. Jarl Gullberg 2017-07-30 17:59:09 +0200
  • 205cb307ec
    Correct base call operator position. Jarl Gullberg 2017-07-30 17:58:41 +0200
  • b08acb758a
    Correct cast operator position. Jarl Gullberg 2017-07-30 17:58:15 +0200
  • 5db88e0a8f
    Correct cast operator position. Jarl Gullberg 2017-07-30 17:47:43 +0200
  • af3aef4d9e
    Remove redundant base constructor call. Jarl Gullberg 2017-07-30 17:46:43 +0200
  • 7ac6812ce7
    Enable SA1003. Jarl Gullberg 2017-07-30 17:46:28 +0200
  • fc98b8ea4d Merge pull request #619 from Nihlus/cleanup-8-semicolon-spacing Jarl Gullberg 2017-08-04 12:30:10 +0200
  • 15551b015f
    Correct semicolon spacing in XWindowInfoInitializer.cs Jarl Gullberg 2017-08-04 12:04:59 +0200
  • 5dcbea8405
    Correct semicolon spacing in API.cs Jarl Gullberg 2017-08-04 12:04:46 +0200
  • fb0c24a56c
    Correct semicolon spacing in Generator.Bind. Jarl Gullberg 2017-07-28 13:43:22 +0200
  • 3654fa4107
    Correct semicolon spacing in OpenTK. Jarl Gullberg 2017-07-28 13:43:12 +0200
  • 75f23590c8
    Enable SA1002. Jarl Gullberg 2017-07-28 13:40:52 +0200
  • ca349145e8 Merge pull request #613 from Nihlus/cleanup-7-comma-spacing Jarl Gullberg 2017-08-04 11:41:19 +0200
  • 73a72b519e
    Add a reference to MyGet in the README. Jarl Gullberg 2017-08-04 11:30:42 +0200
  • b49738dc71
    Add MyGet-specific version override. Jarl Gullberg 2017-08-04 11:27:34 +0200
  • 0e7983f9b1
    Extend travis timeout to 20m again. Jarl Gullberg 2017-07-30 23:45:56 +0200
  • 557b44a54e
    Remove travis timeout override. Jarl Gullberg 2017-07-30 23:13:06 +0200
  • f821690d45
    Extend travis timeout to 30m. Jarl Gullberg 2017-07-30 20:58:39 +0200
  • c14b87b8de
    Extend travis timeout to 20m. Jarl Gullberg 2017-07-30 20:16:55 +0200
  • 8c434a2629
    Correct comma spacing in DisplayService. Jarl Gullberg 2017-07-28 13:34:33 +0200
  • 9ed5e53a92
    Correct comma spacing in GLObsolete. Jarl Gullberg 2017-07-28 13:34:23 +0200
  • de030a97a5
    Regenerate bindings to correct comma spacing. Jarl Gullberg 2017-07-28 13:25:57 +0200
  • 048207425b
    Correct method generation to account for SA1001. Jarl Gullberg 2017-07-28 12:56:20 +0200
  • cab25daf16
    Correct comma spacing in OpenTK, excluding generated files. Jarl Gullberg 2017-07-28 12:43:10 +0200
  • e4d8be5658
    Correct comma spacing in Generator.Rewrite. Jarl Gullberg 2017-07-28 12:38:54 +0200
  • 85b362d12c
    Enable SA1001. Jarl Gullberg 2017-07-28 12:38:39 +0200
  • bc3f33271f Merge pull request #590 from Frassle/gamewindowtests Fraser Waters 2017-08-02 15:04:47 +0100
  • 302ec5001a Merge pull request #597 from ppy/fix-white-flash Fraser Waters 2017-08-01 13:50:30 +0100
  • cf572b3bb8 Add comment regarding performance Dean Herbert 2017-07-31 22:31:02 +0900
  • 4fe58d9545 Add comment about setting background color Dean Herbert 2017-07-31 14:55:43 +0900
  • 38e91eb91e Wait for ConfigureNotify when changing X11 Bounds Fraser Waters 2017-07-28 17:02:59 +0100
  • 5213ec200e Change client_rectangle to client_size Fraser Waters 2017-07-30 21:22:33 +0100
  • 26fac6f032 Change X11 entry assembly search and provide null fallback Fraser Waters 2017-07-28 16:26:46 +0100
  • 80a9959247 Start a virtual framebuffer for travisCI Fraser Waters 2017-07-23 16:30:58 +0100