Age | Commit message (Collapse) | Author |
|
|
|
|
|
Since it can be in either the x or the y direction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Puzzle now uses smart pointers so clone is no longer necessary
|
|
|
|
The general thought is int is faster than int16 or byte. So if you can afford the
space, use it over int16 or byte. Also, only use int32 when you specifically need
the 32 bits.
|
|
|
|
|
|
|
|
There's no point in copying the String since it's just being parsed
|
|
|
|
|