From 262d115cf8b5bdaed40a7e5b6aaa6df6e71b6a07 Mon Sep 17 00:00:00 2001 From: Dustin Moore Date: Mon, 26 Nov 2012 15:23:00 -0800 Subject: [PATCH] Added swaping queue, better handling of large to small swaps --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 93f42a8823..b6f429908a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ Gridster is built by [Ducksboard](http://ducksboard.com/). dustmoo Modifications =========== +Changelog 11-26-2012 + +Reworked swapping functionality to better handle large to small widget handling. + +--- + Widgets of smaller or equal size to the dragged widget (player) will swap places with the original widget.