Tue, 08 Jan 2013 22:46:42 +0000 |
planetmaker |
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
draft
|
Sun, 11 Nov 2012 12:57:27 +0000 |
frosch |
(svn r24695) -Fix/Cleanup: Remove remaining (incorrect) usages of ResolverObject::scope and count.
draft
|
Sat, 10 Nov 2012 20:46:39 +0000 |
alberth |
(svn r24693) -Doc: Add some doxymentation into the newgrf code.
draft
|
Sat, 10 Nov 2012 20:45:59 +0000 |
alberth |
(svn r24692) -Cleanup: Cleanup final parts of the old resolver code.
draft
|
Sat, 10 Nov 2012 20:38:46 +0000 |
alberth |
(svn r24679) -Codechange: Add resolver classes for towns.
draft
|
Sat, 10 Nov 2012 20:37:31 +0000 |
alberth |
(svn r24678) -Codechange: Introduce scope resolver base class and prepare for adding derived classes.
draft
|
Tue, 03 Jan 2012 21:32:51 +0000 |
rubidium |
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
draft
|
Sat, 12 Nov 2011 13:00:29 +0000 |
rubidium |
(svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free
draft
|
Tue, 08 Nov 2011 17:28:52 +0000 |
frosch |
(svn r23153) -Change: [NewGRF v8] Use heightlevel units in variable 20/A0.
draft
|
Tue, 08 Nov 2011 17:23:30 +0000 |
frosch |
(svn r23138) -Feature: [NewGRF] Allow passing 32bit parameters to 60+x variables (using var 7B). Currently most useful for vehicle var 60.
draft
|
Tue, 08 Nov 2011 17:22:19 +0000 |
frosch |
(svn r23136) -Change: [NewGRF v8] Deprecate old-style callback results 0xFF??.
draft
|
Sun, 11 Sep 2011 15:10:09 +0000 |
frosch |
(svn r22924) -Codechange: Enhance NewGRFSpriteLayout for drawing construction stages in spritelayouts with inconsistent number of sprites per spriteset.
draft
|
Sun, 11 Sep 2011 15:09:13 +0000 |
frosch |
(svn r22923) -Codechange: Move application of the construction stage into TileLayoutSpriteGroup::ProcessRegisters().
draft
|
Mon, 04 Jul 2011 20:37:20 +0000 |
frosch |
(svn r22635) -Fix: Correctly reseed random bits of industries and industry tiles.
draft
|
Sun, 12 Jun 2011 20:40:21 +0000 |
terkhen |
(svn r22564) -Codechange: Rename Get and Store persistent storage functions to GetValue and StoreValue.
draft
|
Sun, 12 Jun 2011 20:38:46 +0000 |
terkhen |
(svn r22563) -Codechange: Use a function for storing values inside the persistent storage.
draft
|
Sun, 29 May 2011 16:56:22 +0000 |
frosch |
(svn r22518) -Feature: [NewGRF] Advanced sprite layouts with register modifiers.
draft
|
Sat, 14 May 2011 17:33:26 +0000 |
frosch |
(svn r22457) -Codechange: Make the NewGRFSpriteLayout a direct member of TileLayoutSpriteGroup instead of allocating it separately.
draft
|
Sat, 14 May 2011 17:25:45 +0000 |
frosch |
(svn r22456) -Codechange: Derive NewGRFSpriteLayout from DrawTileSprites for spritelayouts allocated on the heap, and make use of constructors and destructors.
draft
|
Wed, 22 Dec 2010 22:03:57 +0000 |
frosch |
(svn r21604) -Add: Variable 7B for accessing 60+x variables while taking the parameter from the accumulator.
draft
|
Mon, 15 Nov 2010 16:43:46 +0000 |
rubidium |
(svn r21198) -Fix: don't call variables properties in debug messages
draft
|
Thu, 26 Aug 2010 22:01:16 +0000 |
rubidium |
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
draft
|
Mon, 02 Aug 2010 23:35:47 +0000 |
frosch |
(svn r20333) -Fix (r20332): Mask second operand to 5 bits to avoid differences between platforms.
draft
|
Mon, 02 Aug 2010 23:12:43 +0000 |
frosch |
(svn r20332) -Add: [NewGRF] AdvVarAct2 operators for SHL, SHR and SAR.
draft
|
Sun, 21 Mar 2010 11:05:39 +0000 |
frosch |
(svn r19497) -Fix: [NewGRF] Bytes and words get sign-extended for temporary/persistent storage. (Spotted by yexo)
draft
|
Fri, 15 Jan 2010 16:41:15 +0000 |
rubidium |
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
draft
|
Sun, 03 Jan 2010 19:29:56 +0000 |
frosch |
(svn r18699) -Fix [FS#PlanetAndy]: GRF parameters were not properly initialised to zero, and not always checked for valid range.
draft
|
Wed, 30 Sep 2009 20:25:59 +0000 |
frosch |
(svn r17672) -Revert (r8081): 'last_value' and 'reseed' are shared between procedure and main chain.
draft
|
Wed, 30 Sep 2009 18:36:18 +0000 |
frosch |
(svn r17670) -Cleanup (r12819): ResolverObject::procedure_call is not used anymore.
draft
|
Fri, 21 Aug 2009 20:21:05 +0000 |
rubidium |
(svn r17248) -Fix: add GPL license notice where appropriate
draft
|
Tue, 26 May 2009 15:46:24 +0000 |
rubidium |
(svn r16434) -Cleanup: remove some dead code; primarily stuff that can't be reached like break after returns or break after functions that never return (i.e. NOT_REACHED)
draft
|
Sun, 24 May 2009 20:29:04 +0000 |
rubidium |
(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessarily add it.
draft
|
Sat, 23 May 2009 15:25:52 +0000 |
rubidium |
(svn r16402) -Codechange: make Resolve a function of SpriteGroup
draft
|
Sat, 23 May 2009 12:13:42 +0000 |
rubidium |
(svn r16396) -Codechange: split NewGRF spritegroup into multiple subclasses instead of using a big union
draft
|
Fri, 22 May 2009 15:13:50 +0000 |
smatz |
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
draft
|
Sun, 17 May 2009 14:32:13 +0000 |
rubidium |
(svn r16336) -Codechange: make the SpriteGroup pool more like the 'normal' pools
draft
|
Sat, 14 Mar 2009 18:16:29 +0000 |
rubidium |
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
draft
|
Sat, 31 Jan 2009 20:16:06 +0000 |
smatz |
(svn r15299) -Cleanup: remove many redundant includes
draft
|
Wed, 30 Jul 2008 18:23:12 +0000 |
frosch |
(svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific.
draft
|
Tue, 17 Jun 2008 07:05:17 +0000 |
peter1138 |
(svn r13544) -Codechange: Add support for NewGRF varaction2 variable 5F.
draft
|
Tue, 06 May 2008 15:11:33 +0000 |
rubidium |
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
draft
|
Sun, 04 May 2008 22:32:25 +0000 |
glx |
(svn r12947) -Fix: keep only first 15 bits for non failed callback results
draft
|
Mon, 21 Apr 2008 14:33:33 +0000 |
rubidium |
(svn r12819) -Codechange: handle more NewGRFs in the same way as TTDP does it, i.e. testing the low bits for 0xFF or 0 instead of all bits.
draft
|
Fri, 18 Apr 2008 03:20:59 +0000 |
belugas |
(svn r12760) -Fix(r12759): Remove a now useless comment
draft
|
Thu, 27 Mar 2008 21:36:16 +0000 |
glx |
(svn r12452) -Feature: [NewGRF] Add random action 2 type 84. For vehicles only.
draft
|
Fri, 21 Mar 2008 11:10:36 +0000 |
maedhros |
(svn r12388) -Fix (r12352): Callback 14 (station sprite layout) is a 15-bit callback.
draft
|
Tue, 11 Mar 2008 12:55:41 +0000 |
frosch |
(svn r12358) -Fix: Callback 2F returns 15 bit results starting from grf version 7.
draft
|
Mon, 10 Mar 2008 15:31:07 +0000 |
frosch |
(svn r12352) -Fix: Some callback-results were treated as 8 bit, when they were 15 bit, and vice versa.
draft
|
Thu, 14 Feb 2008 11:58:36 +0000 |
peter1138 |
(svn r12139) -Fix (r12124): The global variable value should be returned, not the variable.
draft
|
Tue, 12 Feb 2008 15:43:10 +0000 |
frosch |
(svn r12124) -Codechange: Move newgrf-variables that are common to VarAction2 and Action7/9/D to their own function.
draft
|
Sun, 03 Feb 2008 00:24:53 +0000 |
belugas |
(svn r12045) -Feature-ette(newGRF): Add support for var 12, Variational Action 2
draft
|
Sun, 13 Jan 2008 14:37:30 +0000 |
rubidium |
(svn r11834) -Codechange: only include settings_type.h if needed.
draft
|
Wed, 26 Dec 2007 13:50:40 +0000 |
rubidium |
(svn r11702) -Codechange: move all date related stuff to date*.
draft
|
Fri, 21 Dec 2007 19:21:21 +0000 |
rubidium |
(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
draft
|
Mon, 19 Nov 2007 18:38:10 +0000 |
skidd13 |
(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style
draft
|
Sun, 11 Nov 2007 18:22:06 +0000 |
rubidium |
(svn r11412) -Fix (r11403): animation was not turned on properly.
draft
|
Sun, 11 Nov 2007 17:56:37 +0000 |
rubidium |
(svn r11410) -Codechange: implement random triggers for industries.
draft
|
Wed, 26 Sep 2007 17:33:32 +0000 |
rubidium |
(svn r11173) -Codechange: rename some callback enums so they are more uniform.
draft
|
Sat, 22 Sep 2007 23:55:34 +0000 |
rubidium |
(svn r11145) -Codechange: add support for "decoding" TTDPs string codes wrt to registers 0x100 to 0x10F.
draft
|
Sat, 22 Sep 2007 20:29:17 +0000 |
rubidium |
(svn r11141) -Codechange: add support for NewGRF's varaction2 operators 11, 12 and 13.
draft
|