rubidium [Sun, 07 Oct 2007 15:26:20 +0000] rev 7691
(svn r11225) -Fix: if a sprite shares the bounding box of another sprite, the offset is unsigned instead of signed.
rubidium [Sun, 07 Oct 2007 08:48:31 +0000] rev 7690
(svn r11224) -Fix: GRM for cargos has registration entries for both cargo IDs and cargo bitmasks, not only cargo IDs.
belugas [Sun, 07 Oct 2007 01:37:06 +0000] rev 7689
(svn r11223) -Fix[FS#1306]: Rename and refactor adequately a function that actually returns void and set bits (smatz).
truelight [Sat, 06 Oct 2007 22:08:04 +0000] rev 7688
(svn r11220) -Fix r11217: not all gmakes allow "" in ifeq (go figure)
glx [Sat, 06 Oct 2007 13:20:27 +0000] rev 7687
(svn r11218) -Codechange: remove unused ENABLE_INSTALL in Makefile.in, and add --disable-unicode in configure help
rubidium [Sat, 06 Oct 2007 13:18:43 +0000] rev 7686
(svn r11217) -Update: the readme as some things weren't quite right anymore.
belugas [Sat, 06 Oct 2007 00:23:30 +0000] rev 7685
(svn r11216) -Codechange: Protect the callback who would access var 45 against a randomness that could eventually cause desynchs. Instead, use a controlled random value.
rubidium [Fri, 05 Oct 2007 22:39:15 +0000] rev 7684
(svn r11215) -Codechange: replace magic constants with less magic symbols. Patch by skidd13.
glx [Fri, 05 Oct 2007 22:13:35 +0000] rev 7683
(svn r11214) -Fix [FS#1296]: planes can't use heliports so refuse these orders
rubidium [Fri, 05 Oct 2007 22:10:15 +0000] rev 7682
(svn r11213) -Fix [FS#1298]: confusing messages when trying to build a bridge.