skidd13
|
eeaa348f8b
|
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
|
2007-11-20 13:35:54 +00:00 |
|
skidd13
|
6801cceda1
|
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
|
2007-11-19 21:32:20 +00:00 |
|
skidd13
|
5c31a973a1
|
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
|
2007-11-19 21:32:20 +00:00 |
|
skidd13
|
c0a2c0c23e
|
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
|
2007-11-19 21:02:30 +00:00 |
|
skidd13
|
71c4325c50
|
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
|
2007-11-19 21:02:30 +00:00 |
|
skidd13
|
26224adf78
|
(svn r11479) -Codechange: Move the BIGMUL functions to the file of their usage
-Codechange: Rename the BIGMUL functions to the fitting naming style
|
2007-11-19 20:18:27 +00:00 |
|
skidd13
|
d076ea8697
|
(svn r11479) -Codechange: Move the BIGMUL functions to the file of their usage
-Codechange: Rename the BIGMUL functions to the fitting naming style
|
2007-11-19 20:18:27 +00:00 |
|
skidd13
|
98f66552be
|
(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style
|
2007-11-19 18:38:10 +00:00 |
|
skidd13
|
8be526e499
|
(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style
|
2007-11-19 18:38:10 +00:00 |
|
rubidium
|
c1cf9f3396
|
(svn r11410) -Codechange: implement random triggers for industries.
|
2007-11-11 17:56:37 +00:00 |
|
rubidium
|
af5c2a785f
|
(svn r11410) -Codechange: implement random triggers for industries.
|
2007-11-11 17:56:37 +00:00 |
|
truelight
|
f1df43ec21
|
(svn r11382) -Codechange: renamed COUNTBITS to CountBits, as it is no longer a macro (skidd13)
|
2007-11-04 22:47:34 +00:00 |
|
truelight
|
69b1d97c03
|
(svn r11382) -Codechange: renamed COUNTBITS to CountBits, as it is no longer a macro (skidd13)
|
2007-11-04 22:47:34 +00:00 |
|
belugas
|
e2c0f1faf7
|
(svn r11374) -Codechange: Give meaning to the magical number that specifies the color of the text in a DrawString call.
Patch heavily based on BiBB's work (FS#1383)
|
2007-11-04 00:08:57 +00:00 |
|
belugas
|
56e6282f2f
|
(svn r11374) -Codechange: Give meaning to the magical number that specifies the color of the text in a DrawString call.
Patch heavily based on BiBB's work (FS#1383)
|
2007-11-04 00:08:57 +00:00 |
|
rubidium
|
9a0d2de5cf
|
(svn r11331) -Fix: do not misuse CommandCost for overflow safe stuff as Money supports that now too.
|
2007-10-21 16:44:19 +00:00 |
|
rubidium
|
af9521ff14
|
(svn r11331) -Fix: do not misuse CommandCost for overflow safe stuff as Money supports that now too.
|
2007-10-21 16:44:19 +00:00 |
|
rubidium
|
eadd6765e1
|
(svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo.
|
2007-10-20 14:51:09 +00:00 |
|
rubidium
|
8212088c03
|
(svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo.
|
2007-10-20 14:51:09 +00:00 |
|
rubidium
|
3d4bc58dc4
|
(svn r11258) -Fix [FS#1325]: if a Load Amount callback returns 0, it means (according to TTDP's source code, not "the" specs) that it should take the "default" one.
|
2007-10-14 19:13:38 +00:00 |
|
rubidium
|
edc2a62669
|
(svn r11258) -Fix [FS#1325]: if a Load Amount callback returns 0, it means (according to TTDP's source code, not "the" specs) that it should take the "default" one.
|
2007-10-14 19:13:38 +00:00 |
|
glx
|
18de82b000
|
(svn r11176) -Revert (r9867): as it is needed for newgrf callbacks 14B and 14C
|
2007-09-27 21:39:13 +00:00 |
|
glx
|
5e45e73037
|
(svn r11176) -Revert (r9867): as it is needed for newgrf callbacks 14B and 14C
|
2007-09-27 21:39:13 +00:00 |
|
rubidium
|
a28b307c95
|
(svn r11173) -Codechange: rename some callback enums so they are more uniform.
|
2007-09-26 17:33:32 +00:00 |
|
rubidium
|
127c7c9b0f
|
(svn r11173) -Codechange: rename some callback enums so they are more uniform.
|
2007-09-26 17:33:32 +00:00 |
|
glx
|
ccf13f3ccc
|
(svn r11088) -Fix (r11063, r11067): MSVC warning C4804: '>' : unsafe use of type 'bool' in operation
|
2007-09-11 17:42:46 +00:00 |
|
glx
|
7b7c66fb6b
|
(svn r11088) -Fix (r11063, r11067): MSVC warning C4804: '>' : unsafe use of type 'bool' in operation
|
2007-09-11 17:42:46 +00:00 |
|
rubidium
|
211b8dea39
|
(svn r11063) -Codechange: make it possible for people to view the loading indicators of everyone. Patch by SmatZ.
|
2007-09-08 22:04:49 +00:00 |
|
rubidium
|
3243b07542
|
(svn r11063) -Codechange: make it possible for people to view the loading indicators of everyone. Patch by SmatZ.
|
2007-09-08 22:04:49 +00:00 |
|
rubidium
|
d5e3e4c66e
|
(svn r11039) -Fix [FS#1191]: underflow that caused overflows in the performance rating calculation.
|
2007-09-02 20:41:46 +00:00 |
|
rubidium
|
b1effc466e
|
(svn r11039) -Fix [FS#1191]: underflow that caused overflows in the performance rating calculation.
|
2007-09-02 20:41:46 +00:00 |
|
rubidium
|
6f76bc2449
|
(svn r11031) -Codechange: reduce the amount of duplication of bit counting functions. Based on patches by skidd13, SmatZ and Belugas.
|
2007-09-01 08:31:36 +00:00 |
|
rubidium
|
56ab253307
|
(svn r11031) -Codechange: reduce the amount of duplication of bit counting functions. Based on patches by skidd13, SmatZ and Belugas.
|
2007-09-01 08:31:36 +00:00 |
|
rubidium
|
766d6d420e
|
(svn r11030) -Revert r11016, Fix [FS#1178]: the way to determine whether a station should get goods was not done properly.
|
2007-09-01 08:04:08 +00:00 |
|
rubidium
|
0df355bbda
|
(svn r11030) -Revert r11016, Fix [FS#1178]: the way to determine whether a station should get goods was not done properly.
|
2007-09-01 08:04:08 +00:00 |
|
rubidium
|
0cf6a3f1ef
|
(svn r11018) -Fix [FS#1169]: Disallow buying/selling shares in your own company or a bankrupted/non-existant company.
|
2007-08-31 17:15:46 +00:00 |
|
rubidium
|
7f21de5ea9
|
(svn r11018) -Fix [FS#1169]: Disallow buying/selling shares in your own company or a bankrupted/non-existant company.
|
2007-08-31 17:15:46 +00:00 |
|
rubidium
|
235ad4ab6b
|
(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicle->SetNext() so we can trap instances that change a next pointer and (in the future) update the first/previous pointers based on that.
|
2007-08-30 13:03:56 +00:00 |
|
rubidium
|
cb7eaff353
|
(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicle->SetNext() so we can trap instances that change a next pointer and (in the future) update the first/previous pointers based on that.
|
2007-08-30 13:03:56 +00:00 |
|
rubidium
|
d5bc4d8b2a
|
(svn r10981) -Fix [FS#1156] (r10970): stations gave ratings for accepted cargo too.
|
2007-08-26 13:55:36 +00:00 |
|
rubidium
|
a0d37ea7b9
|
(svn r10981) -Fix [FS#1156] (r10970): stations gave ratings for accepted cargo too.
|
2007-08-26 13:55:36 +00:00 |
|
rubidium
|
8807a47f31
|
(svn r10953) -Fix [FS#1139, FS#1143]: stations would not get a rating when there were already two stations with a "more than default" rating as no cargo would be moved to the station to be picked up.
|
2007-08-20 20:29:22 +00:00 |
|
rubidium
|
8ef0cbbdf5
|
(svn r10953) -Fix [FS#1139, FS#1143]: stations would not get a rating when there were already two stations with a "more than default" rating as no cargo would be moved to the station to be picked up.
|
2007-08-20 20:29:22 +00:00 |
|
rubidium
|
11b7931cb0
|
(svn r10921) -Fix [FS#1130] (r10323): the company related news messages still thought that companies were described by two parameters instead of one.
|
2007-08-16 10:10:59 +00:00 |
|
rubidium
|
ada36e7122
|
(svn r10921) -Fix [FS#1130] (r10323): the company related news messages still thought that companies were described by two parameters instead of one.
|
2007-08-16 10:10:59 +00:00 |
|
truelight
|
6f68d876b8
|
(svn r10857) -Fix: feeder-income was broken; substract the feeder-costs from the vehicle-income, not from the route-income (tnx to RichK for all the info)
|
2007-08-11 22:57:23 +00:00 |
|
truelight
|
81810ad391
|
(svn r10857) -Fix: feeder-income was broken; substract the feeder-costs from the vehicle-income, not from the route-income (tnx to RichK for all the info)
|
2007-08-11 22:57:23 +00:00 |
|
rubidium
|
b21f29c38f
|
(svn r10770) -Codechange: use the pool item class as super class for the vehicle struct.
-Codechange: do not force "special" vehicles to be allocated in the low 1024 vehicle slots and non "special" vehicles in the rest of the slots.
|
2007-08-03 19:36:00 +00:00 |
|
rubidium
|
836105864c
|
(svn r10770) -Codechange: use the pool item class as super class for the vehicle struct.
-Codechange: do not force "special" vehicles to be allocated in the low 1024 vehicle slots and non "special" vehicles in the rest of the slots.
|
2007-08-03 19:36:00 +00:00 |
|
rubidium
|
e6c864f26e
|
(svn r10692) -Fix (r10691): those good old days that LT_NORMAL was still called LT_NORMAL :)
|
2007-07-25 19:36:51 +00:00 |
|