Search found 1982 matches

by dlh
Mon Dec 15, 2014 1:39 am
Forum: Support
Topic: Armagetron compiling in windows.
Replies: 51
Views: 14412

Re: Armagetron compiling in windows.

The protobuf version in 0.4/winlibs is very old. Currently 2.0.3, needs to at least be 2.1.0 (the version where the packed option was introduced).
by dlh
Fri Dec 12, 2014 6:29 pm
Forum: Competitions
Topic: Ladle 88
Replies: 57
Views: 15500

Re: Ladle 88

Nah, it's their first sweep:

Code: Select all

Ladle 88: Crazy Tronners
  • Won 6 matches against 3 teams
  • 2-0 versus Wild West, 2-0 versus _~Rogue Tronners~_, 2-0 versus eggs and ham
Full list of Ladle sweeps and code.
by dlh
Thu Nov 13, 2014 11:37 pm
Forum: Development
Topic: Multiple monitor tip for armagetronad on OS X
Replies: 6
Views: 3385

Multiple monitor tip for armagetronad on OS X

While looking through the SDL source I noticed a neat setting for OS X user's with multiple monitors. Normally when the game is fullscreen your other monitor gets blacked out. You can inhibit that behavior by setting the SDL_SINGLEDISPLAY environment variable: SDL_SINGLEDISPLAY=1 ./path/to/Armagetro...
by dlh
Thu Nov 13, 2014 11:14 pm
Forum: Support
Topic: OSX 10.10 Yosemite beta display bug in arma 0.2.8 [solved]
Replies: 9
Views: 3259

Re: OSX 10.10 Yosemite beta display bug in arma 0.2.8 [solve

I got a new bug now, when i'm full screen and there is another window open behind it, i have 60fps. it is super annoying coz i use to play with 500 fps and so the turns are delayed. I think the windowserver has been optimized and become more stingy with resources in the last few major OS updates, p...
by dlh
Fri Oct 03, 2014 4:40 am
Forum: General
Topic: They rode once on the grid, but now they're only a memory
Replies: 81
Views: 22428

Re: They rode once on the grid, but now they're only a memor

Image

It even has blue text. Well done Hoax. :done:
by dlh
Tue Sep 30, 2014 8:36 pm
Forum: Wiki Land
Topic: Not able to make a page
Replies: 4
Views: 4771

Re: Not able to make a page

Nanu is correct. Newly created accounts are limited to editing existing pages. The restrictions are lifted after a short amount of time.
by dlh
Mon Sep 29, 2014 6:09 pm
Forum: Support
Topic: Help with not well documented commands
Replies: 2
Views: 1381

Re: Help with not well documented commands

A few are documented in settings_dedicated.cfg. COLLAPSE_ZONE <zone_id> # Documented in settings_dedicated.cfg # if set to 1, self destruct zone vanishes quickly after a kill SELF_DESTRUCT_VANISH <0 | 1> # Overwrites all prior target commands SET_TARGET_COMMAND <zone_id> <"onenter" | "...
by dlh
Tue Aug 19, 2014 12:55 am
Forum: Support
Topic: Arma client crashes at end of round on 0.2.8.3.2
Replies: 9
Views: 2468

Re: Arma client crashes at end of round on 0.2.8.3.2

Run “bt full” in gdb, and post/attach the output here.
by dlh
Sat Aug 02, 2014 5:33 am
Forum: Support
Topic: Auth Login
Replies: 22
Views: 6240

Re: Auth Login

You can install the libzthread-dev package, but it's missing the zthread-config script (mentioned earlier in the thread). The game can still be configured to use ZThread, see this example: ./configure --disable-glout LIBS="-lZThread" CXXFLAGS="-DHAVE_LIBZTHREAD" CFLAGS="-DHA...
by dlh
Sat Jul 26, 2014 5:59 pm
Forum: Development
Topic: 0.4 update — Fixes a security issue
Replies: 2
Views: 1876

Re: 0.4 update — Fixes a security issue

It's been a week, so here's the shell code to simulate a crash. You can make a 0.4 server re-publish itself to a master by entering and exiting the server when it's empty.

Code: Select all

printf "\x35\x00\x00\x00" | nc -4u -w1 <host> <port>
by dlh
Thu Jul 24, 2014 4:23 pm
Forum: Support
Topic: [solved] Missing server!
Replies: 7
Views: 2459

Re: Missing server!

Check your log file for something like this: [0] Connecting to Master Server 1... [0] Login information sent. Waiting for reply... [0] Got address <server-ip>:<server-port>. [0] Login Succeeded. User Nr. 3 [0] Syncing with server... [0] Relabeling NetObjects... [0] Syncing again... [0] Done! [0] Sen...
by dlh
Thu Jul 24, 2014 5:02 am
Forum: Support
Topic: [solved] Missing server!
Replies: 7
Views: 2459

Re: Missing server!

The >>> FASTTRACK ULTIMATE 1v1 <<< (tronzero.com:4536) server isn't listed on any master server. Are you sure its not a configuration error on your end? “TALK_TO_MASTER 1” should be set in one of the config files that the server reads when it starts. The >> A>>eleration 1v1 Sumo [NY] server is liste...
by dlh
Fri Jul 18, 2014 6:37 pm
Forum: Development
Topic: 0.4 update — Fixes a security issue
Replies: 2
Views: 1876

0.4 update — Fixes a security issue

If you run a 0.4 server that publishes itself to a master server (TALK_TO_MASTER 1) then you should update. An attacker could cause the server to quit while it contacts a master.
by dlh
Thu Jul 17, 2014 7:18 pm
Forum: Competitions
Topic: Ladle 83 Rule Change Discussion
Replies: 77
Views: 20746

Re: Ladle 83 Rule Change Discussion

The results can be anonymous and verifiable, and teams aren't the only ones who get a vote.
by dlh
Mon Jul 14, 2014 4:59 pm
Forum: Competitions
Topic: CTF BRAWL 42 [Sunday July 13th] [New Start time and Scoring]
Replies: 7
Views: 2777

Re: CTF BRAWL 42 [Sunday July 13th] [New Start time and Scor

Overrated wrote:[…] Can we fix the crashes please?
Can someone create a recording of the crash? I can't reproduce the issue.