peter1138
|
32bee79485
|
(svn r8081) -Fix (r8075): Use a copy of the resolver object instead of the using the existing one. This fixes problems with the object scope setting.
|
2007-01-12 16:44:08 +00:00 |
|
maedhros
|
129326425b
|
(svn r8075) -Feature: Add support for variable 7E - subroutines. (peter1138)
|
2007-01-12 11:20:34 +00:00 |
|
peter1138
|
1670fec525
|
(svn r8063) -Codechange: When evaluating newgrf varaction2s the 'last value' should start off at 0, and the result of the operation is remembered.
|
2007-01-11 14:40:12 +00:00 |
|
peter1138
|
be3e723f51
|
(svn r8062) -Codechange: change newgrf varaction2 value from signed to unsigned
|
2007-01-11 14:25:17 +00:00 |
|
celestar
|
582d8701ec
|
(svn r8058) -Codechange: Replaced an occurence of (uint32)-1 by UINT_MAX
|
2007-01-11 12:47:42 +00:00 |
|
celestar
|
08de6b082a
|
(svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macros by a simple template function max(), that requires two arguments of the same type. While I'm at it change a variable called "max" to "maxval" in a function that calls max().
|
2007-01-11 11:05:01 +00:00 |
|
peter1138
|
0677847569
|
(svn r8054) -Codechange: Use a template function instead of a macro for evaluating NewGRF var adjusts
|
2007-01-11 10:58:53 +00:00 |
|
rubidium
|
a7d0cdf95f
|
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
|
2007-01-10 18:56:51 +00:00 |
|
KUDr
|
07c30785ab
|
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
|
2007-01-10 18:12:09 +00:00 |
|