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

Tue, 10 Jun 2008 14:40:32 +0000(svn r13442) [NoAI] -Add: added 'rescan_ai' console command. Use it to rescan the ai dir when you add AIs or libraries without needing to exit and restart openttd. noai
glx [Tue, 10 Jun 2008 14:40:32 +0000] rev 10891
(svn r13442) [NoAI] -Add: added 'rescan_ai' console command. Use it to rescan the ai dir when you add AIs or libraries without needing to exit and restart openttd.

Tue, 10 Jun 2008 14:24:14 +0000(svn r13441) [NoAI] -Fix (r13440): NO_THREADS compilation noai
glx [Tue, 10 Jun 2008 14:24:14 +0000] rev 10890
(svn r13441) [NoAI] -Fix (r13440): NO_THREADS compilation

Tue, 10 Jun 2008 14:11:35 +0000(svn r13440) [NoAI] -Add: introducing ai/library, a method to load libraries into your AI. noai
truebrain [Tue, 10 Jun 2008 14:11:35 +0000] rev 10889
(svn r13440) [NoAI] -Add: introducing ai/library, a method to load libraries into your AI.
-Note: to use a library, use in your AI: import("categorie.name", "LocalName", version_number_of_library)
-Example: import("sets.priority_queue", "PQ", 1); local pq = PQ(2); pq.insert(2, 1);
[NoAI] -Add [Library]: sets.priority_queue (based on work by Morloth)

Tue, 10 Jun 2008 14:08:39 +0000(svn r13439) [NoAI] -Fix: set svn props and keywords, and fix Author and Version noai
truebrain [Tue, 10 Jun 2008 14:08:39 +0000] rev 10888
(svn r13439) [NoAI] -Fix: set svn props and keywords, and fix Author and Version

Tue, 10 Jun 2008 09:56:56 +0000(svn r13438) [NoAI] -Fix: sq_pop when needed, to make sure the stack keeps as clean as possible noai
truebrain [Tue, 10 Jun 2008 09:56:56 +0000] rev 10887
(svn r13438) [NoAI] -Fix: sq_pop when needed, to make sure the stack keeps as clean as possible

Tue, 10 Jun 2008 00:42:19 +0000(svn r13437) -Feature[newGRF]: Add long format introduction and maximum construction year for house.
belugas [Tue, 10 Jun 2008 00:42:19 +0000] rev 10886
(svn r13437) -Feature[newGRF]: Add long format introduction and maximum construction year for house.