Search found 1982 matches

by dlh
Sat Apr 11, 2020 4:42 pm
Forum: Development
Topic: Armagetron - Web Browser Re-write
Replies: 8
Views: 10032

Re: Armagetron - Web Browser Re-write

Wow, This is awesome, Nelg. Great work!
by dlh
Sat Nov 21, 2015 3:39 pm
Forum: Competitions
Topic: Ladle 100 [Official]
Replies: 83
Views: 24425

Re: Ladle 100 [Official]

You should just let Liz play. No more hiding!

Completely unrelated to the above paragraph—Here's an iptables rule to randomly drop 10% of packets from a certain IP address.

Code: Select all

iptables --append INPUT --source $IP_ADDRESS --match statistic --mode random --probability 0.1 --jump DROP
by dlh
Wed Nov 18, 2015 5:33 pm
Forum: Support
Topic: Compiling 0.4 on (k)ubuntu 15.10
Replies: 15
Views: 5640

Re: Compiling 0.4 on (k)ubuntu 15.10

Can you attach & show us your config.log file? I suspect you're using an older compiler.
by dlh
Wed Aug 26, 2015 9:59 pm
Forum: This System
Topic: Searching is hard/useless on this forums
Replies: 3
Views: 4381

Re: Searching is hard/useless on this forums

Yep—Search is basically useless [Jun 06, 2011].

I think switching to MySQL Fulltext in phpBB's settings would improve search.
by dlh
Wed Aug 26, 2015 5:13 pm
Forum: This System
Topic: PSA: Pick good passwords, armathentication not super-secure
Replies: 62
Views: 26404

Re: PSA: Pick good passwords, armathentication not super-sec

Another thing: don't use your global ID and password to log in to third-party web sites.

Well, unless you're ok with that site's operator handling your plaintext password.
by dlh
Fri Aug 21, 2015 10:44 pm
Forum: Support
Topic: Running Multiple Servers
Replies: 20
Views: 5532

Re: Running Multiple Servers

Some sort of zthread script is either missing or not configured properly. The solution appears to be recompiling with the flags mentioned in the zthread section on the wiki . […] Can someone confirm this step is necessary for all branches of Armagetron Advanced? Where should this script be? Is it p...
by dlh
Sun Aug 02, 2015 10:51 pm
Forum: Really General
Topic: Phytotron's stupid computer blog
Replies: 266
Views: 62923

Re: Phytotron's stupid computer blog

Did you install the required packages? You're probably on a 64-bit OS, but the game only comes with a 32-bit executable. Requires the following packages to be installed: libc6:i386 libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 libgtk2.0-0:i386 libcurl3:i386 libnss3:i386 libxt6:i386 an...
by dlh
Sun Jul 26, 2015 6:12 pm
Forum: Support
Topic: Errors compiling 0.4 on OpenBSD
Replies: 71
Views: 36515

Re: Errors compiling 0.4 on OpenBSD

Monkey wrote:I have recently updated 0.4 (via BZR). It now won't complete the compile process, with the following error(s): […]
That error should be fixed now. :done:
by dlh
Thu Apr 02, 2015 9:04 pm
Forum: Support
Topic: Errors compiling 0.4 on OpenBSD
Replies: 71
Views: 36515

Re: Errors compiling 0.4 on OpenBSD

I think you need to install bison.

…We should change configure.ac to check that.
by dlh
Wed Apr 01, 2015 11:27 pm
Forum: Wiki Land
Topic: Permissions for skins directory—403 (Forbidden)
Replies: 3
Views: 5561

Permissions for skins directory—403 (Forbidden)

I'm getting 403 responses for the skins directory, for example http://wiki.armagetronad.org/skins/comm ... aalogo.png.
by dlh
Wed Apr 01, 2015 11:23 pm
Forum: Support
Topic: Errors compiling 0.4 on OpenBSD
Replies: 71
Views: 36515

Re: Errors compiling 0.4 on OpenBSD

Can you upload your config.log? Also, ensure you're using GNU make (gmake).
by dlh
Sun Mar 01, 2015 6:29 am
Forum: Wiki Land
Topic: DNS Change and move to new host
Replies: 16
Views: 34720

Re: DNS Change and move to new host

I was able to make two edits, but now I when I try to submit or preview I get this error message:

Code: Select all

Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
by dlh
Sat Feb 28, 2015 5:32 pm
Forum: Wiki Land
Topic: DNS Change and move to new host
Replies: 16
Views: 34720

Re: DNS Change

We should probably switch back to the default skin, vector , provided with mediawiki until we upgrade our custom one—or migrate to customizing vector instead of creating an entirely new skin. You need to set up the RecentChangesOption extension. Add this after the require_once(): // Hide the User cr...
by dlh
Mon Dec 29, 2014 5:56 am
Forum: Really General
Topic: So I made this game..
Replies: 15
Views: 5528

Re: So I made this game..

Nicely done, Lacka. Put in some touch controls so I can play on my phone! :D