Sorry for the one month bump, but I'd like to know what limitations you think there are of Love2D. I'll let the developers of Love know about your issues or send you in the direction of a fix for those issues. Love2D has worked fine for me these past three years.
Handling Editor 2.1.2 (minor release)
Download here
This minor release contains:
Fix hedit staying open on vehicle destroy (2e79edcd3494c)
Turkish language
dragmeter now has a five pixel threshold (might fix any issues people are having) and can be disabled
settings now works!
Compare the changes here
crizCraig, modifying the public history is a very big *no no* and is never okay for big projects - you're thinking of "git pull --rebase", which prevents merge commits when pulling. The devs should follow a "proper" publishing system, and by this I mean Git Flow (or similar) - right now I think it's just a bit messy.