unc0rr [Sun, 14 Oct 2018 23:16:11 +0200] rev 13937
Add get_mut() to Vec2D
unc0rr [Sun, 14 Oct 2018 21:26:15 +0200] rev 13936
Simplify Vec2D::new() a bit
alfadur [Sun, 14 Oct 2018 23:25:20 +0300] rev 13935
remove old sdl headers and libs in support of recent deletionism spirit
alfadur [Sun, 14 Oct 2018 23:09:55 +0300] rev 13934
.. or rather move calling conventions to proper position
alfadur [Sun, 14 Oct 2018 22:55:07 +0300] rev 13933
set proper sdl calling convention for vcpkg builds
unc0rr [Sun, 14 Oct 2018 21:13:32 +0200] rev 13932
Implement vec2d library to use for land arrays in the future
alfadur [Sun, 14 Oct 2018 21:57:30 +0300] rev 13931
fix frontend compatibility issues
alfadur [Sun, 14 Oct 2018 21:25:59 +0300] rev 13930
use correct compiler flags
unc0rr [Sun, 14 Oct 2018 19:04:51 +0200] rev 13929
Start work on landgen rust lib
unc0rr [Sun, 14 Oct 2018 19:03:58 +0200] rev 13928
Remove more dead code from uLandOutline
alfadur [Sun, 14 Oct 2018 20:02:51 +0300] rev 13927
don't use -Wextra when building with vcpkg
alfadur [Sun, 14 Oct 2018 19:28:24 +0300] rev 13926
add extra rule for negative integers
unc0rr [Sun, 14 Oct 2018 18:23:19 +0200] rev 13925
Implement Iterator trait for LaggedFibonacciPRNG
unc0rr [Sun, 14 Oct 2018 18:01:58 +0200] rev 13924
Remove some dead code from template-based land gen
nemo [Sun, 14 Oct 2018 12:01:11 -0400] rev 13923
reorder params, deleted obsolete *_passes
alfadur [Sun, 14 Oct 2018 18:58:39 +0300] rev 13922
fix return name and bound type
alfadur [Sun, 14 Oct 2018 18:52:00 +0300] rev 13921
remove extra begin
alfadur [Sun, 14 Oct 2018 18:45:11 +0300] rev 13920
add missing .
unc0rr [Sun, 14 Oct 2018 16:58:08 +0200] rev 13919
Convert uLandTemplates into yaml file
nemo [Sun, 14 Oct 2018 09:45:16 -0400] rev 13918
one more merge
alfadur [Sun, 14 Oct 2018 09:43:42 -0400] rev 13917
merge
alfadur [Sun, 14 Oct 2018 09:42:26 -0400] rev 13916
merge
alfadur [Sat, 13 Oct 2018 23:49:23 +0300] rev 13915
improve stability for checks
unc0rr [Sat, 13 Oct 2018 22:38:51 +0200] rev 13914
Make converter for uLandTemplates into yaml
alfadur [Sat, 13 Oct 2018 23:08:15 +0300] rev 13913
fix offsets
alfadur [Sat, 13 Oct 2018 22:44:21 +0300] rev 13912
Fix overflow in CheckGearNear
alfadur [Sat, 13 Oct 2018 20:01:09 +0300] rev 13911
add fpnum literal macro
unc0rr [Sat, 13 Oct 2018 18:32:41 +0200] rev 13910
Implement lagged Fibonacci PRNG in rust, compatible with hwengine
unc0rr [Sat, 13 Oct 2018 18:04:25 +0200] rev 13909
inline more operators in fpnum
alfadur [Sat, 13 Oct 2018 00:43:04 +0300] rev 13908
delegate cmp to rustlib