rubidium
|
210ba54ff5
|
(svn r10838) -Fix [FS#1119] (r10698): double negation where only single negation was needed. Patch by frosch.
|
2007-08-10 13:27:07 +00:00 |
|
rubidium
|
7fb3f54584
|
(svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "road" everywhere except in the tile type.
|
2007-07-29 23:42:59 +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 |
|
truelight
|
045a51ce62
|
(svn r10657) -Fix r10655: commit didn't comply with coding style (tnx glx :))
|
2007-07-23 15:20:20 +00:00 |
|
truelight
|
c4e47c07c9
|
(svn r10655) -Fix [FS#1070]: Trolly AI didn't know about steep slopes, and used wrong tileh in some cases (frosch)
|
2007-07-23 15:14:45 +00:00 |
|
rubidium
|
b09431478d
|
(svn r10200) -Codechange: add "shortcut" for !CmdFailed (CmdSucceeded).
|
2007-06-18 16:42:40 +00:00 |
|
rubidium
|
966e2738b9
|
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
|
2007-06-18 10:48:15 +00:00 |
|
rubidium
|
53380fc047
|
(svn r9954) -Fix [FS#811]: trolley AI crashed when trying to determine what the roadbits are.
|
2007-05-27 08:53:21 +00:00 |
|
rubidium
|
3d143446ee
|
(svn r9912) -Fix: the AIs could build any road(station)s.
|
2007-05-24 21:45:54 +00:00 |
|
rubidium
|
24c4d5b06d
|
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
|
2007-03-07 12:11:48 +00:00 |
|
celestar
|
59a814c6d3
|
(svn r8732) -Codechange/Fix(r8705): Turned the bit-handling macros into template functions. Fixes a problem with MSVC and 64-bit shifts.
|
2007-02-14 11:53:39 +00:00 |
|
rubidium
|
f35ed4bbc2
|
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
|
2007-01-10 18:56:51 +00:00 |
|
KUDr
|
e373ea7096
|
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
|
2007-01-10 18:12:09 +00:00 |
|