lp:~armagetronad-dev/armagetronad/0.4-build

Created by Manuel Moos and last modified

Contains helper structures to build tarballs and various binaries.

Get this branch:
bzr branch lp:~armagetronad-dev/armagetronad/0.4-build
Members of Armagetron Advanced Developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Armagetron Advanced Developers
Project:
Armagetron Advanced
Status:
Development

Recent revisions

507. By Manuel Moos

merge from 0.2.8

506. By Manuel Moos

Empty merge from 0.2.8

505. By Manuel Moos

Patching desktop file to use xpm icon that has the advantage of existing.

504. By z-man

Merging branch 0.2.8 from revision 10838 to 10868:
 ------------------------------------------------------------------------
 r10868 | z-man | 2016-11-12 22:33:19 +0100 (Sa, 12 Nov 2016) | 16 lines

 Merging branch 0.2.8.3 from revision 10863 to 10867:
  ------------------------------------------------------------------------
  r10866 | z-man | 2016-11-08 23:04:58 +0100 (Di, 08 Nov 2016) | 4 lines

  Turning the undefined crashy functions into functions that should work
  fine even on gcc6 by tricking it to actually perform checks on the
  this pointer. Just as an extra safety net.
  (Not merged. We'll be fine here.)

  ------------------------------------------------------------------------
  r10865 | z-man | 2016-11-08 23:03:32 +0100 (Di, 08 Nov 2016) | 2 lines

  Formatting.

  ------------------------------------------------------------------------

 ------------------------------------------------------------------------
 r10864 | z-man | 2016-11-08 22:44:15 +0100 (Di, 08 Nov 2016) | 55 lines

 Merging branch 0.2.8.3 from revision 10852 to 10863:
  ------------------------------------------------------------------------
  r10862 | z-man | 2016-10-26 00:37:03 +0200 (Mi, 26 Okt 2016) | 2 lines

  Adding fromunix.sh from 0.2.8, technically a merge. (not merged)

  ------------------------------------------------------------------------
  r10861 | z-man | 2016-10-25 00:19:46 +0200 (Di, 25 Okt 2016) | 2 lines

  More NULL checks and assertions. None of them were problematic.

  ------------------------------------------------------------------------
  r10860 | z-man | 2016-10-25 00:19:18 +0200 (Di, 25 Okt 2016) | 5 lines

  Proper NULL checks for list sorting, the ones in tLinkedList just for
  safety (can't really be NULL at that point, but careless code changes may
  change that). The only problematic case would be sorting an empty
  list, which does not happen with the current (hardcoded) data.

  ------------------------------------------------------------------------
  r10859 | z-man | 2016-10-25 00:15:41 +0200 (Di, 25 Okt 2016) | 2 lines

  Removed unused function.

  ------------------------------------------------------------------------
  r10858 | z-man | 2016-10-25 00:14:57 +0200 (Di, 25 Okt 2016) | 3 lines

  In the spirit of proper testing, make calls that crash a gcc 6 build
  crash for everyone. Will probably revert for full release.

  ------------------------------------------------------------------------
  r10857 | z-man | 2016-10-25 00:13:28 +0200 (Di, 25 Okt 2016) | 5 lines

  Fixed two misleading indentations, one of them was indeed hiding
  faulty logic. The effect was just stuff written to a non-open file
  stream in case the file could not be opened for writing, so probably
  harmless.

  ------------------------------------------------------------------------
  r10856 | z-man | 2016-10-25 00:08:57 +0200 (Di, 25 Okt 2016) | 2 lines

  Proper fopen return value check. Sort of merged from 0.2.8.

  ------------------------------------------------------------------------
  r10855 | z-man | 2016-10-25 00:06:48 +0200 (Di, 25 Okt 2016) | 2 lines

  Added tASSERT_THIS for compiler warning free assertions that the this pointer is valid.

  ------------------------------------------------------------------------
  r10854 | z-man | 2016-10-25 00:01:43 +0200 (Di, 25 Okt 2016) | 2 lines

  Proper NULL pointer checks instead of this checks here, too.

  ------------------------------------------------------------------------

 ------------------------------------------------------------------------
 r10863 | bazaaarmagetron | 2016-11-04 20:10:24 +0100 (Fr, 04 Nov 2016) | 2 lines

 Manuel Moos: Adding new automake generated link to ignore list.

 ------------------------------------------------------------------------
 r10853 | z-man | 2016-10-25 00:00:16 +0200 (Di, 25 Okt 2016) | 32 lines

 Merging branch 0.2.8.3 from revision 10845 to 10852:
  ------------------------------------------------------------------------
  r10852 | z-man | 2016-10-24 22:57:02 +0200 (Mo, 24 Okt 2016) | 2 lines

  Updated release notes for upcoming 0.2.8.3.4 (not merged)

  ------------------------------------------------------------------------
  r10851 | z-man | 2016-10-24 02:05:22 +0200 (Mo, 24 Okt 2016) | 2 lines

  All builds from this branch are now probably BETA. (not merged)

  ------------------------------------------------------------------------
  r10850 | z-man | 2016-10-24 02:04:52 +0200 (Mo, 24 Okt 2016) | 1 line

  Merging format change from 0.2.8, don't mess with directories during rebranding sed run
  ------------------------------------------------------------------------
  r10848 | z-man | 2016-10-24 00:53:31 +0200 (Mo, 24 Okt 2016) | 3 lines

  Marked memory manager as currently broken (gcc 6 compatibility
  problems) and disabled its activation for debug builds. (not merged, hope we can fix it here)

  ------------------------------------------------------------------------
  r10847 | z-man | 2016-10-24 00:29:51 +0200 (Mo, 24 Okt 2016) | 1 line

  Updating NEWS
  ------------------------------------------------------------------------
  r10846 | z-man | 2016-10-24 00:20:10 +0200 (Mo, 24 Okt 2016) | 2 lines

  Another gcc-6 related crashfix due to undefined behavior.

  ------------------------------------------------------------------------

 ------------------------------------------------------------------------
 r10849 | z-man | 2016-10-24 00:54:36 +0200 (Mo, 24 Okt 2016) | 49 lines

 Merging branch 0.2.8.3 from revision 10723 to 10845:
  ------------------------------------------------------------------------
  r10845 | z-man | 2016-10-24 00:13:56 +0200 (Mo, 24 Okt 2016) | 1 line

  Merging gcc-6 fixes from 0.2.8
  ------------------------------------------------------------------------
  r10844 | z-man | 2016-10-23 22:41:05 +0200 (So, 23 Okt 2016) | 1 line

  Merging ubuntu changes
  ------------------------------------------------------------------------
  r10843 | z-man | 2016-10-23 22:36:09 +0200 (So, 23 Okt 2016) | 1 line

  Merging ubuntu build changes from 0.2.8, part 4
  ------------------------------------------------------------------------
  r10842 | z-man | 2016-10-23 22:35:33 +0200 (So, 23 Okt 2016) | 1 line

  Merging ubuntu build changes from 0.2.8, part 3
  ------------------------------------------------------------------------
  r10841 | z-man | 2016-10-23 22:32:32 +0200 (So, 23 Okt 2016) | 1 line

  Merging ubuntu build changes from 0.2.8, part 2
  ------------------------------------------------------------------------
  r10840 | z-man | 2016-10-23 22:31:54 +0200 (So, 23 Okt 2016) | 1 line

  Merging ubuntu build changes from 0.2.8, part 1
  ------------------------------------------------------------------------
  r10740 | z-man | 2015-02-26 20:28:18 +0100 (Do, 26 Feb 2015) | 2 lines

  Updating NEWS and releasenotes.txt for 0.2.8.3.3

  ------------------------------------------------------------------------
  r10736 | z-man | 2015-02-16 06:55:52 +0100 (Mo, 16 Feb 2015) | 4 lines

  Merge from 0.2.8:
  png_sig_cmp is in both libpng12 and libpng14, where as png_check_sig is only libpng12 --ssuominen

  ------------------------------------------------------------------------
  r10730 | z-man | 2015-02-04 23:19:32 +0100 (Mi, 04 Feb 2015) | 2 lines

  Radical solution: disabling generation of uninstall script.

  ------------------------------------------------------------------------
  r10725 | z-man | 2015-02-01 10:49:46 +0100 (So, 01 Feb 2015) | 1 line

  Removing pointless saucy upload
  ------------------------------------------------------------------------
 Most not really merged, they were already here.

 ------------------------------------------------------------------------

503. By Manuel Moos

Adapting Precise patch to libpng dependency change.

502. By Manuel Moos

Ubuntu 16.10 no longer has libpng12; Trying to solve it the somewhat
sensible way by depending on libpng instead.

501. By Manuel Moos

Fixing desktop file name replacement if PACKAGE!=armagetronad

500. By Manuel Moos

Adding ubuntu/debian build patch adapting this to our desktop file move.

499. By Manuel Moos

Removing missing sdl2 dependencies from precise, should still build with sdl1.2.

498. By Manuel Moos

Picking last known working ubuntu package branch. Still messed up, I
can't pull from it or clone it. Got my copy from the build slave
instead.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.