Archives for August 2011

Changing Filename Case in Git

Posted on August 31, 2011 in Tutorials

I thought I'd share a quick little trick I've learned for changing the case of a filename in Git. Git is (unfortunately) case-insensitive with filenames. Therefore, if you make a change to a filename's case without using git mv, it won't be picked up. If you do try to use git mv (for example, git mv file File), Git won't accept it, as it doesn't detect any change. Say we have a file named readme.txt,...

Read more...

Ludum Dare 21

Posted on August 22, 2011 in General

After my complete failure in the last Ludum Dare, I didn't plan to take part in the next one (the 21st), however I decided to give it another shot. I'd learnt a number of things from my failure last time: go with a concept that's really simple, and use simple art, like pixel art, at least if you're a programmer like me. I also decided not use my personal framework for LÖVE; the biggest reason...

Read more...