[Warzone2100-commits] mainline - master: 1 commits.

2010-10-05 Thread virtual-user
Commit: 15db57f4059d4de08b40bf987200b7b69770660b Author: dak180 Date: Tue Oct 5 23:42:50 2010 -0400 Update the ignores. .gitignore |3 +++ .hgignore | 16 2 files changed, 19 insertions(+), 0 deletions(-) -

[Warzone2100-commits] mainline - master: 1 commits.

2010-10-05 Thread virtual-user
Commit: ab9711d87782f242bd2eabf10d45be91b3dec6ec Author: Giel van Schijndel Date: Tue Oct 5 23:48:42 2010 +0200 piematrix: get rid of FP12 bitshifting Use multiplication and division instead of bitshifting as its conceptually easier to understand (mathematically). Signed-off-by: Giel van Sc

[Warzone2100-commits] mainline - master: 1 commits.

2010-10-05 Thread virtual-user
Commit: 660f202a9c8283f0951bafc73f525d5d02727824 Author: Giel van Schijndel Date: Tue Oct 5 23:31:55 2010 +0200 Fix wrong ordering of matrix cells Wrong ordering reported by cybershpinx Signed-off-by: Giel van Schijndel lib/ivis_opengl/piematrix.c |4 ++-- 1 files changed, 2 insertio

[Warzone2100-commits] mainline - master: 1 commits.

2010-10-05 Thread virtual-user
Commit: 41338ab0d6ac993f8251d8347731cb15680d6596 Author: Per Inge Mathisen Date: Mon Oct 4 21:15:46 2010 +0200 Test commit doc/Readme.en |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/Readme.en b/doc/Readme.en index 6333138..ea6c7fc 100644 --- a/doc/Readme.en

[Warzone2100-commits] mainline - master: 1 commits.

2010-10-05 Thread virtual-user
Commit: 697a97ff18667db61fb65ec792cf87ef1127cb3c Author: Giel van Schijndel Date: Tue Oct 5 22:37:44 2010 +0200 piematrix: document the used math Add descriptions of the used matrix math and the internal representation of matrices. Signed-off-by: Giel van Schijndel lib/ivis_opengl/piemat

[Warzone2100-commits] mainline - master: 1 commits.

2010-10-05 Thread virtual-user
Commit: c95f0f8be3a967dca7ef65f557fbc5db1419dc72 Author: Giel van Schijndel Date: Tue Oct 5 20:14:55 2010 +0200 Replace [xy]pshift with the single constant it ever contains The variables [xy]pshift only ever contain the constant value `10`, so instead of bothering to keep the variables aroun

[Warzone2100-commits] mainline - master: 1 commits.

2010-10-05 Thread virtual-user
Commit: 9d973acc200a80419084922e98de8726ff6461f4 Author: Giel van Schijndel Date: Mon Oct 4 19:30:51 2010 +0200 Debianize the two ticket-related Trac plugins Turn the ticketnotifications and ticketvalidemail Trac plugins into Debian packages, allowing for slightly easier management of these

[Warzone2100-commits] mainline - master: 1 commits.

2010-10-05 Thread virtual-user
Commit: b080fb644e157f196786b5feed06770f87b05da8 Author: Cyp Date: Sun Oct 3 14:01:42 2010 +0200 Don't assert on AI giving queued orders after debug-switching players. src/order.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/order.c b/src/order.c index 76636