var origAlert = window.alert;
window.alert = function(m) {
if (!/The server took too long to submit your post/.test(m)) {
origAlert(m);
} else {
setTimeout(function() {
$('.submit > input').click();
}, 1000)
}
}
Linux Games
Nicholas Evans
Juan Green
OpenTTD is fantastic.
FreeCiv is fantastic.
Wesnoth is a lot of fun if you like that kind of game, but I get bored of TRPGs quickly anyway.
0ad is really cool and shows a lot of promise.
Frogatto is really great.