rubidium
|
b284b5fa92
|
(svn r11005) -Codechange: move the tiletype specific terraforming checks to the functions for those tile types.
-Codechange: barren the rail grounds on terraforming.
|
2007-08-30 17:17:04 +00:00 |
|
rubidium
|
759255df12
|
(svn r10991) -Codechange: add documentation, enumification and some code simplifications to the terraforming code. Patch by frosch.
|
2007-08-27 21:18:04 +00:00 |
|
rubidium
|
5ce935c6eb
|
(svn r10991) -Codechange: add documentation, enumification and some code simplifications to the terraforming code. Patch by frosch.
|
2007-08-27 21:18:04 +00:00 |
|
belugas
|
182283a67c
|
(svn r10980) -Fix [FS#1158] : This will hopefully fix the case of an assert that happens when an industry uses a special gfx index (tile spec 0xFF). This 0xFF is the sentinel of a special check done for oil rigs, where water need to be around, but no tile will be constructed on it.
Problem is that the upper limit of gfx tiles is currently at 175. So, of course the system will assert with 255 ;)
|
2007-08-26 00:23:32 +00:00 |
|
belugas
|
36c5b4e1ef
|
(svn r10980) -Fix [FS#1158] : This will hopefully fix the case of an assert that happens when an industry uses a special gfx index (tile spec 0xFF). This 0xFF is the sentinel of a special check done for oil rigs, where water need to be around, but no tile will be constructed on it.
Problem is that the upper limit of gfx tiles is currently at 175. So, of course the system will assert with 255 ;)
|
2007-08-26 00:23:32 +00:00 |
|
belugas
|
40d4d2f2ca
|
(svn r10972) -Codechange: Implement the counterpart(GetTranslatedIndustryTileID) of getindustileid of TTDPatch. This allows to ensure that the ID of a tile (taken out of the map or not) is still a valid one regarding the possible override it may have been flagged to.
It is not the strict same thing, but is what we need regarding the slightly different approach we took for newindustries.
|
2007-08-24 00:23:35 +00:00 |
|
belugas
|
99158287fd
|
(svn r10972) -Codechange: Implement the counterpart(GetTranslatedIndustryTileID) of getindustileid of TTDPatch. This allows to ensure that the ID of a tile (taken out of the map or not) is still a valid one regarding the possible override it may have been flagged to.
It is not the strict same thing, but is what we need regarding the slightly different approach we took for newindustries.
|
2007-08-24 00:23:35 +00:00 |
|
belugas
|
69f9545a20
|
(svn r10963) -Revert(10700): Although the idea was good, it was more prone of errors than usefull.
So now, it will be better to jump to the overriden tile when it is been marked as an override
|
2007-08-22 01:16:08 +00:00 |
|
belugas
|
d921cf88a3
|
(svn r10963) -Revert(10700): Although the idea was good, it was more prone of errors than usefull.
So now, it will be better to jump to the overriden tile when it is been marked as an override
|
2007-08-22 01:16:08 +00:00 |
|
belugas
|
339579e22a
|
(svn r10962) -Codechange: protect yourself against an illicit substitution
|
2007-08-22 00:59:46 +00:00 |
|
belugas
|
b5627afcea
|
(svn r10962) -Codechange: protect yourself against an illicit substitution
|
2007-08-22 00:59:46 +00:00 |
|
belugas
|
f48e05ec73
|
(svn r10903) -Feature: [NewGRF] Add support for variable 44 of Variational Action 2 for Industries
|
2007-08-15 00:49:34 +00:00 |
|
belugas
|
fafe33cdd2
|
(svn r10903) -Feature: [NewGRF] Add support for variable 44 of Variational Action 2 for Industries
|
2007-08-15 00:49:34 +00:00 |
|
rubidium
|
341281a7d4
|
(svn r10813) -Fix (r10799): some destructors were performing too much during the pool cleanups, which could cause crashes as already removed pool items could then be dereferenced by other destructors.
|
2007-08-06 14:08:25 +00:00 |
|
rubidium
|
ab7e36dda7
|
(svn r10813) -Fix (r10799): some destructors were performing too much during the pool cleanups, which could cause crashes as already removed pool items could then be dereferenced by other destructors.
|
2007-08-06 14:08:25 +00:00 |
|
rubidium
|
655b2048e5
|
(svn r10773) -Codechange: use pool.CleanPool instead of CleanPool(&pool) and similarly for AddBlock*.
|
2007-08-03 20:18:38 +00:00 |
|
rubidium
|
2dd7a5d296
|
(svn r10773) -Codechange: use pool.CleanPool instead of CleanPool(&pool) and similarly for AddBlock*.
|
2007-08-03 20:18:38 +00:00 |
|
rubidium
|
2f89fef353
|
(svn r10759) -Codechange: make the industry struct use the pool item class as super class.
|
2007-08-02 23:21:52 +00:00 |
|
rubidium
|
e4149482ec
|
(svn r10759) -Codechange: make the industry struct use the pool item class as super class.
|
2007-08-02 23:21:52 +00:00 |
|
belugas
|
05a5967fbb
|
(svn r10701) -Codechange: Make sure to not use an out of bound index when the index is specified by a grf file. It has a different meaning then.
|
2007-07-27 03:07:05 +00:00 |
|
belugas
|
3f7a7261d6
|
(svn r10701) -Codechange: Make sure to not use an out of bound index when the index is specified by a grf file. It has a different meaning then.
|
2007-07-27 03:07:05 +00:00 |
|
belugas
|
3880be2fa8
|
(svn r10700) -Codechange: Enable to jump (by default) to the overriding industry tile spec of the one been queried.
Only on certain very specific circumstances do we need the original spec
|
2007-07-27 02:41:29 +00:00 |
|
belugas
|
8ad3a6f8fd
|
(svn r10700) -Codechange: Enable to jump (by default) to the overriding industry tile spec of the one been queried.
Only on certain very specific circumstances do we need the original spec
|
2007-07-27 02:41:29 +00:00 |
|
rubidium
|
903a0a08c2
|
(svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch.
|
2007-07-26 16:51:10 +00:00 |
|
rubidium
|
d624f66c79
|
(svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch.
|
2007-07-26 16:51:10 +00:00 |
|
rubidium
|
a67957866a
|
(svn r10697) -Codechange: give a more sensible names to some of the unkX variables.
|
2007-07-26 15:37:19 +00:00 |
|
rubidium
|
5bd241eb5b
|
(svn r10697) -Codechange: give a more sensible names to some of the unkX variables.
|
2007-07-26 15:37:19 +00:00 |
|
rubidium
|
a26ef1ee3a
|
(svn r10696) -Codechange: remove duplication of the "make sprite transparent" code.
|
2007-07-26 14:07:11 +00:00 |
|
rubidium
|
02ab86631e
|
(svn r10696) -Codechange: remove duplication of the "make sprite transparent" code.
|
2007-07-26 14:07:11 +00:00 |
|
rubidium
|
151262c1eb
|
(svn r10675) -Codechange: unhardcode the industry types used in several locations of the source code.
|
2007-07-24 19:56:43 +00:00 |
|
rubidium
|
fe8e297995
|
(svn r10675) -Codechange: unhardcode the industry types used in several locations of the source code.
|
2007-07-24 19:56:43 +00:00 |
|
belugas
|
b6ba945486
|
(svn r10641) -Fix(r10638): Forgotten Son... err...include
|
2007-07-20 17:32:27 +00:00 |
|
belugas
|
b9b59ec169
|
(svn r10641) -Fix(r10638): Forgotten Son... err...include
|
2007-07-20 17:32:27 +00:00 |
|
belugas
|
79c94729b5
|
(svn r10640) -Fix(r10638): little typo...
|
2007-07-20 17:25:07 +00:00 |
|
belugas
|
fabd64e1e6
|
(svn r10640) -Fix(r10638): little typo...
|
2007-07-20 17:25:07 +00:00 |
|
belugas
|
71637303a9
|
(svn r10639) -Codechange: Give meaninfull name to a magic number
|
2007-07-20 17:14:03 +00:00 |
|
belugas
|
f9d3463af1
|
(svn r10639) -Codechange: Give meaninfull name to a magic number
|
2007-07-20 17:14:03 +00:00 |
|
belugas
|
1dd61a2249
|
(svn r10638) -Codechange: Save the mapping of the industries and tiles, making them persistent.
|
2007-07-20 16:50:11 +00:00 |
|
belugas
|
d847b30c98
|
(svn r10638) -Codechange: Save the mapping of the industries and tiles, making them persistent.
|
2007-07-20 16:50:11 +00:00 |
|
belugas
|
05e4b47613
|
(svn r10635) -Codechange: Correct some typos and code beautifying (a little bit)
|
2007-07-20 14:49:41 +00:00 |
|
belugas
|
c0b044ac45
|
(svn r10635) -Codechange: Correct some typos and code beautifying (a little bit)
|
2007-07-20 14:49:41 +00:00 |
|
rubidium
|
df009178d4
|
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
|
2007-07-16 09:16:58 +00:00 |
|
rubidium
|
efc7fdf2fd
|
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
|
2007-07-16 09:16:58 +00:00 |
|
glx
|
9f2ca45987
|
(svn r10575) -Fix r10573: misplaced )
|
2007-07-15 00:45:02 +00:00 |
|
glx
|
6474a5a957
|
(svn r10575) -Fix r10573: misplaced )
|
2007-07-15 00:45:02 +00:00 |
|
belugas
|
1bee873376
|
(svn r10573) -Codechange: Use function CheckIfCallBackAllowsAvailability for random map generation as well as for ingame random industry creation
|
2007-07-15 00:26:12 +00:00 |
|
belugas
|
89d872a625
|
(svn r10573) -Codechange: Use function CheckIfCallBackAllowsAvailability for random map generation as well as for ingame random industry creation
|
2007-07-15 00:26:12 +00:00 |
|
rubidium
|
d1ef87f914
|
(svn r10508) -Codechange: allow customizable animation schemes for industries.
|
2007-07-11 15:03:29 +00:00 |
|
rubidium
|
79d04412b0
|
(svn r10508) -Codechange: allow customizable animation schemes for industries.
|
2007-07-11 15:03:29 +00:00 |
|
rubidium
|
a9249181c7
|
(svn r10506) -Fix: the (manual) building of banks was always rejected.
|
2007-07-11 08:20:57 +00:00 |
|