summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Joe Wreschnig [Tue, 13 May 2014 21:08:54 +0000 (23:08 +0200)]
Handle surrogate pairs and combining characters correctly.
Joe Wreschnig [Tue, 13 May 2014 19:44:01 +0000 (21:44 +0200)]
More efficient way to get LTR diffLerp editing.
Joe Wreschnig [Tue, 13 May 2014 19:28:48 +0000 (21:28 +0200)]
Reverse edit strings so they change LTR, like fastLerp.
Joe Wreschnig [Tue, 13 May 2014 17:04:33 +0000 (19:04 +0200)]
Add tests and build scripts.
Joe Wreschnig [Tue, 13 May 2014 16:20:23 +0000 (18:20 +0200)]
Interpolate between numeral-ish strings numerically.
Joe Wreschnig [Tue, 13 May 2014 15:18:59 +0000 (17:18 +0200)]
Better function names.
Joe Wreschnig [Tue, 13 May 2014 15:12:44 +0000 (17:12 +0200)]
Switch Levenshtein calculation to a flat, typed array.
Joe Wreschnig [Tue, 13 May 2014 14:30:38 +0000 (16:30 +0200)]
Initial lerping code.