Commit graph

20 commits

Author SHA1 Message Date
iRon
0a5c346c52 Fix to able to recover from GraphicsModeException in the override OnH… (#658)
* Fix to able to recover from GraphicsModeException in the override OnHandleCreated.

* Changes according to comments:
- m_implementation and m_context is now always set. To DummyGLControl if CreateContext fails
- Changed FailedCreateContext -> HasValidContext
- Changed all if{} to short style with braces.
- Added null propagation when applicable
- Renamed member variables to have 'm_' infront.
- and more ...

* Changed 'm_' prefix into '_'
Added braces to be using Allman Style

* Fixed:

  2) SA1003: GLControl.cs(226,47): Operator '(IGraphicsContextInternal)' must not be followed by whitespace.
  3) SA1003: GLControl.cs(412,49): Operator '(float)' must not be followed by whitespace.

* Removed Paket.Restore.targets from sourcecontrol
Added *.Restore.targets to .gitignore

* Fixed comments
Added *.DotSettings to .gitignore

* Removed *.DotSettings from GitIgnore
Moved *.Restore.targets to Paket section
2018-01-08 22:31:45 +01:00
Jarl Gullberg
81a4ed9aa6
Update .gitignore. 2018-01-03 15:31:36 +01:00
Fraser Waters
9610f20258 Remove and ignore AsssemblyInfo files (built by FAKE) 2018-01-01 19:33:25 +00:00
Fraser Waters
43c8e1827c Add .paket/Paket.Restore.targets to .gitignore 2017-12-27 22:53:52 +00:00
Jarl Gullberg
7fd3d75f6c
Remove bindings from source control. 2017-12-27 20:04:04 +01:00
Jarl Gullberg
38aa08f355
Rider is handled by the JetBrains section. 2017-06-20 14:23:52 +02:00
Jarl Gullberg
70603b18b6
Updated .gitignore. 2017-06-20 14:23:52 +02:00
Jarl Gullberg
7d883f2ca9
Updated gitignore. 2017-05-31 14:59:34 +02:00
varon
9667074da0 Updated .gitignore 2016-08-14 00:18:08 +02:00
parallels
83039f8740 Ignore *.pidb files from MonoDevelop 2.x 2013-12-25 11:11:29 +01:00
Stefanos A
e1ef842e02 Do not commit build timestamp to repository 2013-12-15 12:02:01 +01:00
Stefanos A
4466a597a3 Added nuget lib directory to gitignore 2013-12-14 00:19:03 +01:00
Stefanos A.
85f081778b Ignore generated installers 2013-12-05 12:04:15 +01:00
Stefanos A.
655355b086 Do not ignore Dependencies/x64 directory 2013-11-07 18:12:34 +01:00
Stefanos A.
4a4fbbd2c9 Updated .gitignore
Documentation/Source contains hundreds of intermediate files generated
by doxygen.
2013-09-27 14:51:05 +02:00
Tom Edwards
11114ca4ea Extra maths features
- Added TranslationPart, ScalePart and RotationPart properties to
Matrix4
- Added Normalized() to Vector2/3/4, Quaternion and Matrix
2013-02-18 18:46:26 +00:00
Andy Korth
074af1035e Adding ignore for mac DS_Store files 2013-01-17 15:02:12 -06:00
Robert Rouhani
d079625afd Reverted .gitignore to andykorth's version. A patch accidentally reset it to an older version. 2013-01-16 19:26:12 -08:00
Robert Rouhani
7a0634814e Matrix4 optimizations 2013-01-16 17:45:10 -08:00
Andy Korth
339ffa61db Ignores for OpenTK and c sharp projects. 2012-12-20 13:35:22 -06:00