unc0rr [Tue, 16 Oct 2018 23:59:22 +0200] rev 13935
Implement get_unchecked* functions for Vec2D
alfadur [Tue, 16 Oct 2018 23:49:44 +0300] rev 13934
add opassign implementations
alfadur [Tue, 16 Oct 2018 22:41:25 +0300] rev 13933
make methods public
alfadur [Tue, 16 Oct 2018 05:09:42 +0300] rev 13932
add scalar operations
alfadur [Tue, 16 Oct 2018 04:44:11 +0300] rev 13931
fix test
alfadur [Tue, 16 Oct 2018 04:43:02 +0300] rev 13930
add more fpnum functions
unc0rr [Mon, 15 Oct 2018 23:10:03 +0200] rev 13929
Implement Land2D::fill() + tests
alfadur [Mon, 15 Oct 2018 22:22:51 +0300] rev 13928
Add basic windows build script
alfadur [Mon, 15 Oct 2018 21:40:32 +0300] rev 13927
fix library names in engine
unc0rr [Mon, 15 Oct 2018 19:34:11 +0200] rev 13926
Make parameters meaning more obvious
nemo [Mon, 15 Oct 2018 13:08:29 -0400] rev 13925
tag both as overloadable - seems to satisfy clang 3.4
alfadur [Mon, 15 Oct 2018 19:43:30 +0300] rev 13924
fix path to ppas.bat to avoid confusing nmake
nemo [Mon, 15 Oct 2018 09:35:54 -0400] rev 13923
add back accidentally removed sections
unc0rr [Sun, 14 Oct 2018 23:17:47 +0200] rev 13922
Start land2d library implementation: draw_line() method
unc0rr [Sun, 14 Oct 2018 23:16:11 +0200] rev 13921
Add get_mut() to Vec2D