Commit Graph

9 Commits

Author SHA1 Message Date
King_DuckZ e001f46dbe Add GPL3 licence. 2015-08-19 21:06:58 +02:00
Michele Santullo 4d8cbc4085 Fix test names, fix build in tilecoordinates.
I'm not sure the functions will still return the correct screen
coordinates. For now it builds, I will add tests in the next commits.
2015-08-17 13:36:47 +02:00
King_DuckZ cb9e4bce19 Add to_index() function to convert coords to scalar. 2015-08-16 20:32:58 +02:00
King_DuckZ a1996b2d75 Add implementation for operator-= 2015-08-16 16:34:32 +02:00
King_DuckZ 28fc001540 Get += operator to work with negative numbers. 2015-08-15 23:52:37 +02:00
King_DuckZ e3345c5cca Finish implementing operator+= for positive offsets. 2015-08-14 22:13:14 +02:00
Michele Santullo dbdc814049 Try mplementing operator+= (broken but almost there). 2015-08-14 18:18:43 +02:00
King_DuckZ ba82a2e066 Fix operator++ 2015-07-30 02:04:02 +02:00
King_DuckZ 6aa4d15381 Add tilecoords and unit test.
Disable most projects because the build is broken. A lot.
2015-07-30 01:18:19 +02:00