Michal Štrba
|
0d44d2cc9b
|
Revert "Fixed a couple of errors in methods comments"
|
2019-11-06 00:46:26 +01:00 |
Michal Štrba
|
c4f9faea97
|
Merge pull request #203 from svera/comments-errors
Fixed a couple of errors in methods comments
|
2019-11-06 00:43:48 +01:00 |
Michal Štrba
|
18972c2818
|
Merge branch 'master' into comments-errors
|
2019-11-06 00:43:12 +01:00 |
Michal Štrba
|
853405f61c
|
Merge pull request #204 from Tskken/master
Merge adding Rect.Intersects(Rect)bool function
|
2019-11-06 00:39:51 +01:00 |
Tskken
|
8d0c306de9
|
typo fix
fixed typo in comments.
|
2019-11-05 16:32:55 -07:00 |
Tskken
|
837a4efa80
|
Fixed benchmark error
Fixed error for forgeting to change benchark function from IsIntersect to Intersects.
|
2019-11-05 16:16:29 -07:00 |
Tskken
|
706becb764
|
Update adding new Rect.Intersects Method
This addes a new Rect.Intersects method which is around 5x faster then Rect.Intersect when used for basic collision checks.
|
2019-11-05 16:14:36 -07:00 |
Dylan Blanchard
|
bb82a87aaf
|
Merge pull request #1 from faiface/master
Merge faiface/pixel version to Tskken/pixel
|
2019-11-05 01:04:33 -07:00 |
Sergio Vera
|
f24d465808
|
Fixed a couple of errors in methods comments
|
2019-10-24 10:29:11 +02:00 |
Michal Štrba
|
aeef94f200
|
Merge pull request #195 from fgrosse/release-notes
Start to maintain a change log
|
2019-06-30 00:14:12 +02:00 |
Friedrich Große
|
2aa6d2d212
|
Update wording about tracked changes in README.md
|
2019-06-29 14:39:10 +02:00 |
Friedrich Große
|
8a9191c283
|
Start to maintain a change log
|
2019-06-23 11:33:59 +02:00 |
Michal Štrba
|
07754109cb
|
Merge pull request #186 from fgrosse/extra-window-hints
Adding AutoIconify and Floating GLFW window hints
|
2019-06-12 22:27:57 +02:00 |
Michal Štrba
|
16d04f467f
|
Merge pull request #190 from fgrosse/fix-modules
Fix Go modules
|
2019-05-30 16:53:47 +02:00 |
Friedrich Große
|
a5c3bec928
|
Prevent default TravisCI install action
|
2019-05-30 15:23:12 +02:00 |
Friedrich Große
|
d513ffd192
|
Force TravisCI to run tests using dependencies from the go.mod file
|
2019-05-30 14:56:19 +02:00 |
Friedrich Große
|
c5c5127c8d
|
Fix small typo in README.md
|
2019-05-30 14:52:32 +02:00 |
Friedrich Große
|
109cb03fae
|
Update TravisCI to fail if dependencies are missing in go.mod
|
2019-05-30 14:47:19 +02:00 |
Friedrich Große
|
23171aea6c
|
Add missing github.com/golang/freetype dependency
|
2019-05-30 14:36:11 +02:00 |
Friedrich Große
|
dd5e0d8b09
|
Adding NoIconify and AlwaysOnTop GLFW window hints
|
2019-05-30 14:29:43 +02:00 |
Michal Štrba
|
3c6f33365b
|
Merge pull request #189 from udhos/master
Support for Modules.
|
2019-05-25 14:50:33 +02:00 |
udhos
|
38283d0e55
|
Support for Modules.
|
2019-05-24 17:37:22 -03:00 |
Michal Štrba
|
daa8205b8c
|
Merge pull request #188 from Tskken/master
Added ZR for zero rect
|
2019-05-24 20:33:23 +02:00 |
Tsukinai
|
ba6fc7db8a
|
docs changes
changed wording to match zero-vector returns in other functions.
|
2019-05-24 12:25:35 -06:00 |
Tsukinai
|
285676ca17
|
gofmt and fixed docs
Fixed doc refrince to R(0,0,0,0) in Rect.Intersect() to be a ZR and for it to return a ZR.
Also ran gofmt...
|
2019-05-24 12:20:00 -06:00 |
Tsukinai
|
b18647916f
|
Added ZR for zero rect
Added the ZR for rectangle for both utility and consistensy with pixel.ZV
|
2019-05-24 12:00:11 -06:00 |
Michal Štrba
|
de3617a259
|
Merge pull request #184 from fgrosse/fix-contributing-guidelines
Fixed link to examples repo in CONTRIBUTING.md
|
2019-05-19 22:08:02 +02:00 |
Friedrich Große
|
1f96c1e995
|
Fixed link to examples repo in CONTRIBUTING.md
|
2019-05-19 18:44:51 +02:00 |
Michal Štrba
|
a68a4e38b4
|
Merge pull request #183 from bcvery1/TriangleEfficiency
Added TriangleData benchmarks and improvements
|
2019-04-25 14:17:09 +02:00 |
Ben Cragg
|
9e6e6197dd
|
Added benchmark for MakeTrianglesData
|
2019-04-24 11:17:48 +01:00 |
Ben Cragg
|
159df28dcc
|
Reverted changes on setlen
|
2019-04-24 10:32:35 +01:00 |
Ben Cragg
|
d48ef44bdc
|
Added TriangleData benchmarks and improvements
|
2019-04-24 10:11:20 +01:00 |
Michal Štrba
|
9aca3bfe7a
|
Merge pull request #182 from bcvery1/fixVertexRace
Fix vertex race
|
2019-04-16 10:27:08 +02:00 |
Ben Cragg
|
2cf81cd4df
|
Setting dist
|
2019-04-16 09:01:36 +01:00 |
Ben Cragg
|
3aad3268cd
|
Making xvfb a service
|
2019-04-16 08:47:42 +01:00 |
Ben Cragg
|
9d5c7afe12
|
Adding test for drawing sprites
|
2019-04-15 11:25:30 +01:00 |
Ben Cragg
|
85b18b567a
|
prevented concurrent race condition
|
2019-04-15 11:20:40 +01:00 |
Michal Štrba
|
e8ba24ea40
|
Merge pull request #181 from bcvery1/fixSpritePositioning
Setting position in correct order
|
2019-04-15 10:07:17 +02:00 |
Ben Cragg
|
d601bc65e4
|
Setting position in correct order
|
2019-04-15 08:46:29 +01:00 |
Michal Štrba
|
2cb87efb8c
|
Merge pull request #176 from bcvery1/master
Avoiding floating point rounding errors
|
2019-04-14 22:50:57 +02:00 |
Michal Štrba
|
ccf8e9dcdc
|
Merge pull request #177 from Immueggpain/patch-1
why 2 loops and assign twice? one is enough
|
2019-04-14 22:48:56 +02:00 |
Immueggpain
|
95ac5e1e2a
|
why 2 loops and assign twice? one is enough
|
2019-04-13 23:47:02 +08:00 |
Ben Cragg
|
96e0a8f3bf
|
Added test cases
|
2019-04-10 12:47:21 +01:00 |
Ben Cragg
|
f698bae1df
|
Added floating point round error correction
|
2019-04-10 12:47:07 +01:00 |
Michal Štrba
|
a6c8b92517
|
Merge pull request #174 from bcvery1/addLine
Add line geometry
|
2019-04-04 17:49:16 +02:00 |
Ben Cragg
|
9eb2834a10
|
fixed index issue
|
2019-04-04 16:20:21 +01:00 |
Ben Cragg
|
0092d6a577
|
implementing pre 1.8 sortslice solution
|
2019-04-04 16:09:25 +01:00 |
Ben Cragg
|
b8bb00a161
|
Setting order of returned points on Circle
|
2019-04-04 15:49:40 +01:00 |
Ben Cragg
|
29b1220ec3
|
Setting order of returned points on Rect
|
2019-04-04 15:48:27 +01:00 |
Ben Cragg
|
364a7a84ae
|
Prevented test results order mattering
|
2019-04-04 15:31:34 +01:00 |