View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp:armagetronad 1 Development 2023-10-22 20:29:56 UTC
3317. Conditional rollback depending on lib...

Author: Manuel Moos
Revision Date: 2023-10-22 20:29:56 UTC

Conditional rollback depending on libxml version

Older versions do not yet have xmlNewSAXParserCtxt

lp:armagetronad/0.2.9 1 Development 2023-10-15 16:10:03 UTC
1881. Remove command logging again

Author: Manuel Moos
Revision Date: 2023-10-15 16:10:03 UTC

Remove command logging again

lp:~armagetronad-dev/armagetronad/0.2.8.3-armagetronad-work 1 Development 2023-10-06 18:13:56 UTC
1519. Remove deep steam build configuration...

Author: Manuel Moos
Revision Date: 2023-10-06 18:13:56 UTC

Remove deep steam build configuration

from the old 0.2.8 branch. We won't be doing real builds from here,
it's better to maintain it where it is actually useful (0.2.9).

lp:~armagetronad-dev/armagetronad/tools-php-client-trunk-work 1 Development 2021-04-20 16:28:58 UTC
7. PHP 8 compatibility and fix doChat to...

Author: Armanelgtron
Revision Date: 2021-04-20 16:28:58 UTC

PHP 8 compatibility and fix doChat to only need one argument

lp:~armagetronad-dev/armagetronad/0.4-winlibs 1 Development 2021-02-21 22:14:29 UTC
190. Activate optimization even for debug ...

Author: Manuel Moos
Revision Date: 2021-02-21 22:14:29 UTC

Activate optimization even for debug builds of protobuf

Fixes https://gitlab.com/armagetronad/armagetronad/-/issues/91
somehow. Maybe a compiler/library bug.

lp:~armagetronad-dev/armagetronad/0.2.9-build-work 1 Development 2020-12-20 17:04:06 UTC
215. Also rebrand man folder

Author: Manuel Moos
Revision Date: 2020-02-23 21:23:42 UTC

Also rebrand man folder

lp:~armagetronad-dev/armagetronad/0.2.9-build_eclipse-work 1 Development 2020-12-20 17:00:31 UTC
18. Added editor backup files to gitignore

Author: Manuel Moos
Revision Date: 2018-12-29 23:59:05 UTC

Added editor backup files to gitignore

lp:~armagetronad-dev/armagetronad/0.2.9-build_codeblocks-work 1 Development 2020-08-09 13:07:27 UTC
33. Merge from legacy_0.2.8.3

Author: Manuel Moos
Revision Date: 2020-07-18 21:47:52 UTC

Merge from legacy_0.2.8.3

lp:~armagetronad-dev/armagetronad/0.2.9-winlibs-work 1 Development 2020-08-09 13:02:16 UTC
9. Fix template dependent name lookup

Author: Manuel Moos
Revision Date: 2019-09-29 09:22:28 UTC

Fix template dependent name lookup

lp:armagetronad/0.2.8 bug 2 Mature 2020-08-05 21:25:52 UTC
1634. Merge from release_0.2.9

Author: Manuel Moos
Revision Date: 2020-08-05 21:25:52 UTC

Merge from release_0.2.9

lp:~armagetronad-dev/armagetronad/0.2.8-build_codeblocks-work 2 Mature 2020-07-18 21:47:52 UTC
33. Merge from legacy_0.2.8.3

Author: Manuel Moos
Revision Date: 2020-07-18 21:47:52 UTC

Merge from legacy_0.2.8.3

lp:~armagetronad-dev/armagetronad/0.2.8-build-work 2 Mature 2020-02-23 21:23:42 UTC
215. Also rebrand man folder

Author: Manuel Moos
Revision Date: 2020-02-23 21:23:42 UTC

Also rebrand man folder

lp:~armagetronad-dev/armagetronad/trunk-zeroinstall-work 1 Development 2020-02-20 21:41:49 UTC
177. Update windows 0.2.8.3.5 builds

Author: Manuel Moos
Revision Date: 2020-02-20 21:41:49 UTC

Update windows 0.2.8.3.5 builds

lp:~armagetronad-dev/armagetronad/0.4-armagetronad-fortress_ai 1 Development 2019-10-11 21:16:36 UTC
2398. Remove auto_ptr and adapt sensors to ...

Author: Manuel Moos
Revision Date: 2019-10-11 21:16:36 UTC

Remove auto_ptr and adapt sensors to non-exception based API

lp:~armagetronad-dev/armagetronad/0.2.8-winlibs-work 2 Mature 2019-09-29 09:22:28 UTC
9. Fix template dependent name lookup

Author: Manuel Moos
Revision Date: 2019-09-29 09:22:28 UTC

Fix template dependent name lookup

lp:~armagetronad-dev/armagetronad/0.4-armagetronad-cmake 1 Development 2019-01-06 12:11:54 UTC
2385. Fixed missing / in default prefix.

Author: Yann Kaiser
Revision Date: 2010-06-30 16:56:45 UTC

Fixed missing / in default prefix.

lp:~armagetronad-dev/armagetronad/0.4-build_eclipse 1 Development 2018-12-30 00:00:56 UTC
26. Merge from 0.2.8.

Author: Manuel Moos
Revision Date: 2018-12-30 00:00:56 UTC

Merge from 0.2.8.

lp:~armagetronad-dev/armagetronad/0.2.8-build_eclipse-work 2 Mature 2018-12-29 23:59:05 UTC
18. Added editor backup files to gitignore

Author: Manuel Moos
Revision Date: 2018-12-29 23:59:05 UTC

Added editor backup files to gitignore

lp:~armagetronad-dev/armagetronad/0.4-build 1 Development 2018-12-22 22:56:01 UTC
507. merge from 0.2.8

Author: Manuel Moos
Revision Date: 2018-12-22 22:56:01 UTC

merge from 0.2.8

lp:~armagetronad-dev/armagetronad/trunk-armagetronad-work bug 1 Development 2018-05-13 16:17:31 UTC
1390. tString -> std::string in variant get...

Author: Manuel Moos
Revision Date: 2018-05-13 16:17:31 UTC

tString -> std::string in variant get usage. Since the variant does
not contain tString as an option, but std::string, the get operation
would always fail. Never versions of boost have a compile time
assertion for that case, so the build broke.

lp:~armagetronad-dev/armagetronad/0.4-armagetronad-sdl2 1 Development 2015-04-26 21:46:08 UTC
1603. Hey, you can link directly with DLLs,...

Author: Manuel Moos
Revision Date: 2015-04-26 21:46:08 UTC

Hey, you can link directly with DLLs, not just .lib or .a. Neat. Using that to link with libpng and reactivating PNG screenshots on Windows.

lp:~armagetronad-dev/armagetronad/0.2.8.3-build-work 1 Development 2015-03-11 13:28:57 UTC
197. Retrofit changes.

Author: Manuel Moos
Revision Date: 2015-03-11 13:21:24 UTC

Retrofit changes.

lp:ladle 1 Development 2014-12-12 02:02:10 UTC
69. Update to Ladle 88

Author: dlh
Revision Date: 2014-12-12 02:02:10 UTC

Update to Ladle 88

lp:~armagetronad-dev/ladle/ladle-results 1 Development 2014-12-12 01:27:59 UTC
82. ladle-export was changed to record no...

Author: dlh
Revision Date: 2014-12-12 01:27:59 UTC

ladle-export was changed to record no-shows. Fix IndexError due to this change.

lp:~armagetronad-dev/armagetronad/0.2.8-armagetronad-sty bug 1 Development 2014-01-22 01:57:00 UTC
914. Merge with 0.2.8-armagetronad-work

Author: dlh
Revision Date: 2014-01-22 01:57:00 UTC

Merge with 0.2.8-armagetronad-work

lp:~armagetronad-dev/armagetronad/armagetronad-old-glancing bug 1 Development 2014-01-07 15:52:40 UTC
795. Merge with 0.4

Author: dlh
Revision Date: 2014-01-07 15:52:40 UTC

Merge with 0.4

lp:~armagetronad-dev/armagetronad/0.4-cockpit 1 Development 2013-05-05 14:19:30 UTC
1455. Fixed Camview camera not being correc...

Author: Yann Kaiser
Revision Date: 2013-05-05 14:19:30 UTC

Fixed Camview camera not being correctly recreated between round or server changes.

lp:~armagetronad-dev/armagetronad/0.2.8-armagetronad-school 1 Development 2013-01-13 19:54:51 UTC
1415. Fixing texture dist.

Author: Manuel Moos
Revision Date: 2013-01-12 19:37:54 UTC

Fixing texture dist.

lp:~armagetronad-dev/ladle/ladle-stats 1 Development 2012-02-16 19:04:07 UTC
19. Key rename from players => team

Author: dlh
Revision Date: 2012-02-16 19:04:07 UTC

Key rename from players => team

lp:~armagetronad-dev/armagetronad/trunk-armagetronad-fortress_ai (Has a merge proposal) 0 Experimental 2011-11-14 09:11:26 UTC
945. Merging from 0.4.

Author: Manuel Moos
Revision Date: 2011-11-04 11:34:32 UTC

Merging from 0.4.

lp:~armagetronad-dev/armagetronad/0.2.8-armagetronad-scriptlaunch 1 Development 2011-09-16 15:37:15 UTC
1333. Merging from mainline.

Author: Manuel Moos
Revision Date: 2011-09-16 15:37:15 UTC

Merging from mainline.

lp:~armagetronad-dev/armagetronad/trunk-armagetronad-breakpad 1 Development 2011-09-11 03:10:51 UTC
1048. Adding basic breakpad integration on ...

Author: dlh
Revision Date: 2011-09-11 03:10:51 UTC

Adding basic breakpad integration on Mac OS X.

lp:~armagetronad-dev/armagetronad/trunk-winlibs-breakpad 1 Development 2011-08-13 16:14:12 UTC
57. Adding DbgHelp.h from microsoft SDK, ...

Author: Manuel-moosnet
Revision Date: 2011-08-13 16:14:12 UTC

Adding DbgHelp.h from microsoft SDK, it's needed for breakpad and is mingw compatible enough.

lp:~armagetronad-dev/armagetronad/macosx-libs 2 Mature 2011-08-10 16:17:19 UTC
7. Added ZThread

Author: dlh
Revision Date: 2009-01-31 17:08:08 UTC

Added ZThread

lp:~armagetronad-dev/armagetronad/macosx-recorder 1 Development 2011-08-09 02:54:21 UTC
9. Add license information.

Author: dlh
Revision Date: 2011-08-09 02:54:21 UTC

Add license information.

lp:~armagetronad-dev/armagetronad/trunk-armagetronad-croco 0 Experimental 2011-02-11 16:23:34 UTC
1009. Beginning libcroco infrastructure.

Author: Manuel Moos
Revision Date: 2011-02-11 16:23:34 UTC

Beginning libcroco infrastructure.

lp:~armagetronad-dev/armagetronad/trunk-cmake 0 Experimental 2010-06-30 16:55:31 UTC
934. Fixed missing / in default prefix.

Author: Yann Kaiser
Revision Date: 2010-06-30 16:55:31 UTC

Fixed missing / in default prefix.

lp:~armagetronad-dev/armagetronad/tools-griddraw-trunk-work 2 Mature 2009-03-21 17:44:21 UTC
4. port pf_savestate and pf_restorestate...

Author: Luke-Jr
Revision Date: 2009-03-21 17:41:21 UTC

port pf_savestate and pf_restorestate to new map format

lp:~armagetronad-dev/armagetronad/armagetronad-map-unified-dtd 1 Development 2009-03-19 18:21:10 UTC
907. fix for older zone format

Author: Luke-Jr
Revision Date: 2009-03-19 18:21:10 UTC

fix for older zone format

lp:~armagetronad-dev/armagetronad/tools-buildbot-trunk-work 1 Development 2009-03-16 06:42:36 UTC
6. Removed css file

Author: davidfancella
Revision Date: 2009-03-16 06:42:36 UTC

Removed css file

lp:~armagetronad-dev/armagetronad/armagetronad-net-vulnerable-blinking 1 Development 2009-03-14 02:28:08 UTC
895. support syncing is-blinking over the ...

Author: Luke-Jr
Revision Date: 2009-03-12 18:42:56 UTC

support syncing is-blinking over the network

lp:~armagetronad-dev/armagetronad/trunk-eevent-modules 0 Experimental 2009-03-02 20:58:10 UTC
710. Merge from trunk-eevent

Author: Yann Kaiser
Revision Date: 2009-02-28 02:21:50 UTC

Merge from trunk-eevent

lp:~armagetronad-dev/armagetronad/trunk-armagetronad-eevent (Linked to a blueprint) 0 Experimental 2009-02-28 00:57:07 UTC
715. Arguments work.

Author: Yann Kaiser
Revision Date: 2009-02-28 00:57:07 UTC

Arguments work.

lp:~armagetronad-dev/armagetronad/0.3.1 bug 1 Development 2009-02-23 00:43:58 UTC
795. Added check for zlib

Author: Dave Fancella
Revision Date: 2009-02-23 00:43:58 UTC

Added check for zlib

lp:~armagetronad-dev/armagetronad/armagetron3d 1 Development 2009-02-17 21:30:31 UTC
931. still merge from trunk

Author: Guru3
Revision Date: 2009-02-17 21:30:31 UTC

still merge from trunk

lp:zthread-aa/2.3.2 2 Mature 2008-11-23 18:45:33 UTC
2. edited AUTHOR notes

Author: Yann Kaiser
Revision Date: 2008-11-23 16:08:25 UTC

edited AUTHOR notes

lp:zthread-aa 1 Development 2008-11-23 18:45:12 UTC
2. edited AUTHOR notes

Author: Yann Kaiser
Revision Date: 2008-11-23 16:08:25 UTC

edited AUTHOR notes

lp:~armagetronad-dev/armagetronad/trunk-http-auth-server-work 2 Mature 2008-10-29 13:13:53 UTC
7. fixed some more errors, ready for a b...

Author: Yann Kaiser
Revision Date: 2008-10-29 13:09:22 UTC

fixed some more errors, ready for a beta

lp:~armagetronad-dev/armagetronad/trunk-http-auth-client-work 2 Mature 2008-10-04 21:57:50 UTC
9. working webform auth + self cleanage

Author: Yann Kaiser
Revision Date: 2008-10-02 12:49:04 UTC

working webform auth + self cleanage

lp:~armagetronad-dev/armagetronad/config_tournament_server 0 Experimental 2008-03-19 19:08:09 UTC
7. Small adaptions.

Author: Manuel Moos
Revision Date: 2008-03-19 19:07:37 UTC

Small adaptions.

lp:clio bug 0 Experimental 2008-03-03 16:26:09 UTC
159. Added ownership docs.

Author: Manuel Moos
Revision Date: 2008-03-03 16:24:15 UTC

Added ownership docs.

lp:~armagetronad-dev/armagetronad/0.2.8-armagetronad-tag 0 Experimental 2008-02-10 10:33:10 UTC
555. new setting TAG_ZONE_RADIUS to set th...

Author: wrtlprnft
Revision Date: 2008-02-10 10:33:10 UTC

new setting TAG_ZONE_RADIUS to set the radius of the tag zone

152 of 52 results