Search found 1982 matches

by dlh
Thu Mar 20, 2014 6:25 pm
Forum: Server Administration/Setup
Topic: Segmentation fault (core dumped)
Replies: 12
Views: 7996

Re: Segmentation fault (core dumped)

The armagetronad-dedicated program crashed. You can use GDB to get a backtrace and isolate the problem.
by dlh
Mon Mar 10, 2014 9:02 pm
Forum: General
Topic: How pickup kills tron
Replies: 60
Views: 13997

Re: How pickup kills tron

[…] Welp, there's your problem right there. If that isn't irrational what is? I think, we need to determine what 'is' a problem for pickup and what 'is not'. Leaving between final score and Match_Winner and !add'ing 'is' a problem, as it's unfair to those who waited. However, leaving between final ...
by dlh
Wed Feb 05, 2014 7:26 pm
Forum: Strategy
Topic: Camera problem
Replies: 17
Views: 17059

Re: Camera problem

Read the documentation for the camera settings. You probably want to alter the focal point settings.
by dlh
Mon Jan 27, 2014 9:37 pm
Forum: Competitions
Topic: Ladle 78 | 2nd Feb | Brackets Up!
Replies: 80
Views: 17299

Re: Ladle 78

Server admins: please update your servers if you run from bzr or subversion. There was a spam-kick bug that has been fixed since last Ladle, and also a new setting to cut down on authentication spam.

It seems there will also be a new ladle config file, so be sure to update both of your RINCLUDEs.
by dlh
Mon Jan 27, 2014 8:53 pm
Forum: Development
Topic: looking for testers for sdl2 support
Replies: 26
Views: 10950

Re: looking for testers for sdl2 support

With a default install (no custom settings): Start game and do the first time setup. Turn fullscreen off, apply settings and quit the game. Start again → The title screen never disappears. Also on OS X, SDL2_mixer has a sub-framework with an incorrect install_name that prevents you from being able t...
by dlh
Sat Jan 25, 2014 9:03 pm
Forum: Server Administration/Setup
Topic: A Few Questions
Replies: 12
Views: 6380

Re: A Few Questions

The nconfig_value_changed message is client-side. You can't silence it with any modifications on the server.
by dlh
Mon Jan 20, 2014 9:12 pm
Forum: Really General
Topic: Tron Times
Replies: 24
Views: 6064

Re: Tron Times

Can you change the RSS feed to include the full article text? Right now it just has the summary.

Settings → Reading → For each article in a feed, show
by dlh
Sun Jan 12, 2014 6:34 pm
Forum: Competitions
Topic: Ladle 77
Replies: 57
Views: 12966

Re: Ladle 77

There was an actual reason to use the whitelist. If you're a server admin you can correct the whitelist with this setting: AUTHORITY_WHITELIST forums ct vixencomputing.co.uk lightron.org phoenix-clan.org speedersclan.org x incam.tk unk.me You can also update your server to the latest from BZR and us...
by dlh
Sat Jan 11, 2014 5:45 pm
Forum: Competitions
Topic: Ladle 77
Replies: 57
Views: 12966

Re: Ladle 77

Im a noob in that servers stuff but maybe according to that withelist ct/junior authority won't work in ladle? I would like to know it to tell my junior mates that they may use their @forums login Correct, ct/junior will not work. Actually, none of the ct users will be able to authenticate because ...
by dlh
Sat Jan 11, 2014 2:20 pm
Forum: Competitions
Topic: Ladle 77
Replies: 57
Views: 12966

Re: Ladle 77

The authorities file should not use AUTHORITY_WHITELIST. This may restrict certain users from being able to authenticate. For example if I were to participate in the Ladle then I wouldn't be able to use my preferred GID. I don't see the benefit of restricting authentication to only certain authoriti...
by dlh
Mon Jan 06, 2014 11:12 pm
Forum: Development
Topic: Team invitations are now synced to clients
Replies: 3
Views: 1845

Team invitations are now synced to clients

A small change… useful for picking teams in pickup games.

Team invitations are now synced to clients (for 0.4 servers & clients). They are displayed in the score table if the invited player isn't currently on a team. There's also a new chat command, “/invites”, that displays invitations.
by dlh
Sun Dec 29, 2013 4:47 am
Forum: Others
Topic: Mud Puddle settings
Replies: 13
Views: 7084

Re: Mud Puddle settings

Oh no, I'm not leaving the game. I rarely play in the Mud Puddle and I don't particularly enjoy the settings now—I couldn't justify the cost to continue hosting the server.
by dlh
Sun Dec 29, 2013 4:16 am
Forum: Others
Topic: Mud Puddle settings
Replies: 13
Views: 7084

Mud Puddle settings

I've decided to stop hosting the Mud Puddle server. I've attached the settings file in case someone wants to run a new Mud Puddle server.
Mud Puddle console wrote:free kill couldn't handle it and left.
swampland_mud_puddle.cfg.txt
Added .txt extension to get around phpBB restrictions.
(2.31 KiB) Downloaded 293 times
custom.txt
Custom language strings. Put this file in “<userdatadir>/language” and set “LANGUAGE_FIRST Custom”.
(246 Bytes) Downloaded 252 times
by dlh
Mon Dec 09, 2013 11:32 pm
Forum: Support
Topic: Compiling Armagetron 0.4 for OSX with os-x-toolkit
Replies: 6
Views: 2690

Re: Compiling Armagetron 0.4 for OSX with os-x-toolkit

Hmm, strange. Your Makefile doesn't include any rules for tron/libtron_a-gOSXURLHandler.o. Perhaps something is wrong with your version of automake (1.11). The latest from homebrew (which I think you're using) is 1.14. Can you try to upgrade automake and test again?
by dlh
Mon Dec 09, 2013 10:53 pm
Forum: Support
Topic: Compiling Armagetron 0.4 for OSX with os-x-toolkit
Replies: 6
Views: 2690

Re: Compiling Armagetron 0.4 for OSX with os-x-toolkit

I really don't know why gOSXURLHandler.mm and gOSXSDLMain.mm aren't being compiled when you call make (yet uOSXPaste.cpp is). In <builddir>/src/Makefile there should be some lines like: am__append_4 = tron/gOSXSDLMain.mm tron/gOSXSDLMain.h tron/gOSXURLHandler.mm tron/gOSXURLHandler.h If not, then I ...