Thu, 17 Apr 2008 00:44:20 +0000(svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile()
smatz [Thu, 17 Apr 2008 00:44:20 +0000] rev 10213
(svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile()

Thu, 17 Apr 2008 00:37:41 +0000(svn r12744) [NoAI] -Fix: added a comment to all .hpp.sq that those files are autogenerated, and shouldn't be manually altered noai
truebrain [Thu, 17 Apr 2008 00:37:41 +0000] rev 10212
(svn r12744) [NoAI] -Fix: added a comment to all .hpp.sq that those files are autogenerated, and shouldn't be manually altered

Wed, 16 Apr 2008 22:34:14 +0000(svn r12743) [NewGRF_ports] -Sync: with trunk r12705:12741. NewGRF_ports
richk [Wed, 16 Apr 2008 22:34:14 +0000] rev 10211
(svn r12743) [NewGRF_ports] -Sync: with trunk r12705:12741.

Wed, 16 Apr 2008 22:16:04 +0000(svn r12742) [NewGRF_ports] -Sync: with trunk r12673:12705. NewGRF_ports
richk [Wed, 16 Apr 2008 22:16:04 +0000] rev 10210
(svn r12742) [NewGRF_ports] -Sync: with trunk r12673:12705.

Wed, 16 Apr 2008 21:06:21 +0000(svn r12741) -Codechange: do not allocate the viewport drawer each time on the stack, but only once and reuse this.
rubidium [Wed, 16 Apr 2008 21:06:21 +0000] rev 10209
(svn r12741) -Codechange: do not allocate the viewport drawer each time on the stack, but only once and reuse this.

Wed, 16 Apr 2008 20:39:35 +0000(svn r12740) -Codechange: use a vector instead of allocating memory in a byte array for ChildScreenSpriteToDraw.
rubidium [Wed, 16 Apr 2008 20:39:35 +0000] rev 10208
(svn r12740) -Codechange: use a vector instead of allocating memory in a byte array for ChildScreenSpriteToDraw.

Wed, 16 Apr 2008 20:01:04 +0000(svn r12739) -Codechange: use a vector instead of allocating memory in a byte array for ParentSpriteToDraw.
rubidium [Wed, 16 Apr 2008 20:01:04 +0000] rev 10207
(svn r12739) -Codechange: use a vector instead of allocating memory in a byte array for ParentSpriteToDraw.

Wed, 16 Apr 2008 19:36:30 +0000(svn r12738) -Fix (r12736): some sprites could be left unsorted
smatz [Wed, 16 Apr 2008 19:36:30 +0000] rev 10206
(svn r12738) -Fix (r12736): some sprites could be left unsorted

Wed, 16 Apr 2008 19:01:09 +0000(svn r12737) -Codechange: Replace vector with a cut down class to allocate space as necessary. This avoids copying data around for vector's push_back() function.
peter1138 [Wed, 16 Apr 2008 19:01:09 +0000] rev 10205
(svn r12737) -Codechange: Replace vector with a cut down class to allocate space as necessary. This avoids copying data around for vector's push_back() function.

Wed, 16 Apr 2008 18:28:05 +0000(svn r12736) -Codechange: a (small) touch of coding style in viewport.cpp.
rubidium [Wed, 16 Apr 2008 18:28:05 +0000] rev 10204
(svn r12736) -Codechange: a (small) touch of coding style in viewport.cpp.