Tue, 10 Jun 2008 19:41:54 +0000(svn r13452) [NoAI] -Fix: minor coding style. Also, BinaryHeap is based on work by GeekToo! noai
truebrain [Tue, 10 Jun 2008 19:41:54 +0000] rev 10901
(svn r13452) [NoAI] -Fix: minor coding style. Also, BinaryHeap is based on work by GeekToo!

Tue, 10 Jun 2008 19:11:30 +0000(svn r13451) [NoAI] -Fix: no comments ... noai
truebrain [Tue, 10 Jun 2008 19:11:30 +0000] rev 10900
(svn r13451) [NoAI] -Fix: no comments ...

Tue, 10 Jun 2008 19:05:12 +0000(svn r13450) [NoAI] -Change [API CHANGE]: renamed library category 'sets' to 'queue', as it represents more what the implementations do noai
truebrain [Tue, 10 Jun 2008 19:05:12 +0000] rev 10899
(svn r13450) [NoAI] -Change [API CHANGE]: renamed library category 'sets' to 'queue', as it represents more what the implementations do

Tue, 10 Jun 2008 18:59:10 +0000(svn r13449) [NoAI] -Fix: .tar support is not yet available inside the library-structure .. disable it for now noai
truebrain [Tue, 10 Jun 2008 18:59:10 +0000] rev 10898
(svn r13449) [NoAI] -Fix: .tar support is not yet available inside the library-structure .. disable it for now

Tue, 10 Jun 2008 18:47:31 +0000(svn r13448) [NoAI] -Fix: indicate in doxyfile too that this is NoAI noai
truebrain [Tue, 10 Jun 2008 18:47:31 +0000] rev 10897
(svn r13448) [NoAI] -Fix: indicate in doxyfile too that this is NoAI

Tue, 10 Jun 2008 18:28:39 +0000(svn r13447) [NoAI] -Add [Library]: Binary Heap ( O(ln n) insert/pop ) noai
truebrain [Tue, 10 Jun 2008 18:28:39 +0000] rev 10896
(svn r13447) [NoAI] -Add [Library]: Binary Heap ( O(ln n) insert/pop )
[NoAI] -Fix [Library]: Priority Queue now is a bit more robust (and hit version 2)

Tue, 10 Jun 2008 17:47:55 +0000(svn r13446) -Fix(r13443): changed the var previously introduced from 69 to 46, as no param was required (thanks frosch)
belugas [Tue, 10 Jun 2008 17:47:55 +0000] rev 10895
(svn r13446) -Fix(r13443): changed the var previously introduced from 69 to 46, as no param was required (thanks frosch)

Tue, 10 Jun 2008 17:28:37 +0000(svn r13445) -Codechange: make 32bpp_optimized blitter ~10-20% faster in drawing (depends on architecture and compiler)
smatz [Tue, 10 Jun 2008 17:28:37 +0000] rev 10894
(svn r13445) -Codechange: make 32bpp_optimized blitter ~10-20% faster in drawing (depends on architecture and compiler)

Tue, 10 Jun 2008 16:46:11 +0000(svn r13444) -Codechange: make the order GUI somewhat more efficient. The most used options can be done with a single click now.
rubidium [Tue, 10 Jun 2008 16:46:11 +0000] rev 10893
(svn r13444) -Codechange: make the order GUI somewhat more efficient. The most used options can be done with a single click now.

Tue, 10 Jun 2008 16:10:54 +0000(svn r13443) -Feature[newGRF]: Add var 0x69 for industries, long format construction date.
belugas [Tue, 10 Jun 2008 16:10:54 +0000] rev 10892
(svn r13443) -Feature[newGRF]: Add var 0x69 for industries, long format construction date.
Same as var B0, but base year is now 0, instead of 1920