fonsinchen
|
95354136be
|
(svn r26276) -Fix [FS#5874]: Don't spawn link graph jobs for link graphs with only one node
|
2014-01-24 21:39:07 +00:00 |
|
frosch
|
932dad7c8b
|
(svn r26275) -Fix: If NewGRF provided the same station name for different industry types, stations would end up with same name. So also consider the provided name, not only the industry type.
|
2014-01-23 20:23:14 +00:00 |
|
translators
|
278b380d10
|
(svn r26274) -Update from WebTranslator v3.0:
danish - 6 changes by Elyon
norwegian_nynorsk - 2 changes by skjaeve
|
2014-01-22 18:45:12 +00:00 |
|
rubidium
|
aee9abeab2
|
(svn r26272) -Prepare: 1.4.0-beta3
|
2014-01-21 19:59:13 +00:00 |
|
translators
|
c884665cb9
|
(svn r26271) -Update from WebTranslator v3.0:
norwegian_nynorsk - 8 changes by 2rB
|
2014-01-21 18:45:07 +00:00 |
|
frosch
|
f36d084db5
|
(svn r26270) -Fix-ish: If ScriptTown::FoundTown fails to generate a new random town name, don't bother sending a command, but fail immediately.
|
2014-01-20 22:34:22 +00:00 |
|
translators
|
efe6adba6a
|
(svn r26269) -Update from WebTranslator v3.0:
danish - 10 changes by manframe
norwegian_nynorsk - 24 changes by 2rB
|
2014-01-20 18:45:11 +00:00 |
|
translators
|
5a41423e03
|
(svn r26268) -Update from WebTranslator v3.0:
danish - 50 changes by Elyon
persian - 1 changes by rey
|
2014-01-19 18:45:16 +00:00 |
|
fonsinchen
|
7e91f96b92
|
(svn r26267) -Fix [FS#5865]: Really fix the infinite recursion problem and always consider all branches of conditional orders as possible next stopping stations.
|
2014-01-19 09:27:44 +00:00 |
|
fonsinchen
|
b158c7d0fa
|
(svn r26266) -Fix [FS#5860]: Update smallmap overlay if player joins different company and make sure company masks are valid
|
2014-01-19 09:26:56 +00:00 |
|
fonsinchen
|
be62387e44
|
(svn r26265) -Fix: Don't rebuild the link graph overlay cache twice in a row
|
2014-01-19 09:26:17 +00:00 |
|
translators
|
f373f8a9c2
|
(svn r26264) -Update from WebTranslator v3.0:
danish - 75 changes by Elyon
|
2014-01-18 18:45:12 +00:00 |
|
fonsinchen
|
a5152be795
|
(svn r26263) -Fix [FS#5865]: Don't run into infinite recursion when getting next stopping station
|
2014-01-16 20:50:43 +00:00 |
|
frosch
|
e3947c8019
|
(svn r26262) -Fix (r25075, r25076): Custom currency was reset on game start.
|
2014-01-15 21:52:22 +00:00 |
|
translators
|
1213e6ba71
|
(svn r26261) -Update from WebTranslator v3.0:
swedish - 5 changes by spacejens
|
2014-01-13 18:45:13 +00:00 |
|
rubidium
|
ef9108bd58
|
(svn r26260) -Codechange: add template parameters for (non) translucent and (non) animated sprites, so the least expensive variant can be chosen (MJP)
|
2014-01-13 18:20:23 +00:00 |
|
rubidium
|
eb2c2ef877
|
(svn r26259) -Codechange: add and maintain some general flags about sprites to prevent unneeded execution of expensive code (MJP)
|
2014-01-13 18:17:17 +00:00 |
|
rubidium
|
fdf55a1a48
|
(svn r26258) -Codechange: deduplicate Draw methods (MJP)
|
2014-01-13 18:12:33 +00:00 |
|
rubidium
|
f5f4f8a4b3
|
(svn r26257) -Codechange: replace most of the SSE macros by functions
|
2014-01-13 18:09:21 +00:00 |
|
rubidium
|
3a44e22b1a
|
(svn r26256) -Codechange: do not load some data when it is not (often) used later on (MJP)
|
2014-01-13 18:06:53 +00:00 |
|
rubidium
|
70901e04c5
|
(svn r26255) -Codechange: improve performance of brightness adjustment (MJP)
|
2014-01-13 18:05:47 +00:00 |
|
rubidium
|
2f7c4f6d12
|
(svn r26254) -Codechange: MOVD is better in some cases than PINSRD (MJP)
|
2014-01-13 18:04:28 +00:00 |
|
rubidium
|
5b3b533697
|
(svn r26253) -Codechange: remove margin limitation to preserve block type (MJP)
|
2014-01-13 18:03:35 +00:00 |
|
rubidium
|
7f6e837b3a
|
(svn r26252) -Codechange: deduplicate code for margin case (MJP)
|
2014-01-13 18:02:20 +00:00 |
|
rubidium
|
9a90bed79b
|
(svn r26251) -Codechange: prepare Draw code for code deduplication (MJP)
|
2014-01-13 18:00:18 +00:00 |
|
rubidium
|
6e34672c6c
|
(svn r26250) -Codechange: deduplicate darkening (e.g. shadow) code (MJP)
|
2014-01-13 17:58:58 +00:00 |
|
rubidium
|
76661f2c56
|
(svn r26249) -Codechange: simplify/cleanup ALPHA_BLEND macro (MJP)
|
2014-01-13 17:57:30 +00:00 |
|
rubidium
|
31c6e33878
|
(svn r26248) -Fix (r26223): missed compiler warning (MJP)
|
2014-01-13 17:55:34 +00:00 |
|
rubidium
|
a942619911
|
(svn r26247) -Fix [FS#5854, FS#5855]: Possible out of bounds reads with the sse blitters (MJP)
|
2014-01-13 17:54:24 +00:00 |
|
translators
|
54a898be33
|
(svn r26246) -Update from WebTranslator v3.0:
danish - 4 changes by Hatsen
|
2014-01-12 18:45:11 +00:00 |
|
frosch
|
ee5c115950
|
(svn r26245) -Codechange: No need for a map, if a vector suffices.
|
2014-01-12 18:01:50 +00:00 |
|
frosch
|
e9c22ef16f
|
(svn r26244) -Feature: [NewGRF] Add StringCodes 9A 1B, 9A 1C and 9A 1D to display amounts of cargo.
|
2014-01-12 18:01:33 +00:00 |
|
frosch
|
00e7ceeca4
|
(svn r26243) -Cleanup: Move TTDPStringIDToOTTDStringIDMapping to newgrf.cpp, it's only used there.
|
2014-01-12 18:01:16 +00:00 |
|
frosch
|
4f419b8f84
|
(svn r26242) -Codechange: Use GRFFile that filled the TextRefStack to translate StringIDs from the TextRefStack, instead of passing stuff via global vars.
|
2014-01-12 18:00:55 +00:00 |
|
frosch
|
ba1779b978
|
(svn r26241) -Codechange: Remember the GRFFile which filled the TextRefStack in the TextRefStack.
|
2014-01-12 18:00:39 +00:00 |
|
frosch
|
73c6565cf2
|
(svn r26240) -Codechange: Pass the GRFFile to GetErrorMessageFromLocationCallbackResult instead of the GRFID.
|
2014-01-12 18:00:19 +00:00 |
|
frosch
|
477c15383d
|
(svn r26239) -Fix: Check that there is space left in the string parameter array, before pushing NewGRF parameters to it.
|
2014-01-12 18:00:02 +00:00 |
|
frosch
|
5ab39cc651
|
(svn r26238) -Codechange: Use StringParameters::GetDataLeft to check for left space in the param array.
|
2014-01-12 17:59:43 +00:00 |
|
frosch
|
bc86bf9b12
|
(svn r26237) -Cleanup: Remove unused SCC_STRING_ID.
|
2014-01-12 17:59:27 +00:00 |
|
fonsinchen
|
9ad173c9cc
|
(svn r26236) -Fix: Don't overreserve after autorefit, but do reserve mail for aircraft
|
2014-01-12 17:44:55 +00:00 |
|
planetmaker
|
8259d279d5
|
(svn r26235) -Fix: Decimal and digit separators were swapped for Korean language
|
2014-01-11 14:13:23 +00:00 |
|
translators
|
de5f0e9cbb
|
(svn r26234) -Update from WebTranslator v3.0:
bulgarian - 69 changes by kokobongo
|
2014-01-10 18:45:09 +00:00 |
|
translators
|
208db963ad
|
(svn r26233) -Update from WebTranslator v3.0:
swedish - 2 changes by spacejens
|
2014-01-09 18:45:09 +00:00 |
|
translators
|
6025a52ee9
|
(svn r26232) -Update from WebTranslator v3.0:
korean - 6 changes by telk5093
portuguese - 1 changes by frosch
|
2014-01-08 18:45:14 +00:00 |
|
rubidium
|
a05d548fae
|
(svn r26230) -Prepare: 1.4.0-beta2
|
2014-01-07 19:39:28 +00:00 |
|
rubidium
|
ce72195cf3
|
(svn r26229) -Revert-ish: do not use libxdg in the Debian/Ubuntu packages just yet; it seems unmaintained, and might not even be kicked out in the next release of Debian
|
2014-01-07 19:31:46 +00:00 |
|
fonsinchen
|
014813141d
|
(svn r26228) -Fix: missing variable initialization
|
2014-01-05 11:28:31 +00:00 |
|
zuu
|
1aa26b30c7
|
(svn r26227) -Fix: [Windows] generate.vbs didn't include SSE source files
|
2014-01-05 10:19:59 +00:00 |
|
zuu
|
998049a618
|
(svn r26226) -Fix (r26212): Compilation in visual studio 2008 failed
|
2014-01-05 10:15:57 +00:00 |
|
rubidium
|
4575420dcc
|
(svn r26225) -Document: more tidbits about cpuid and PIC (Eagle_Rainbow)
|
2014-01-04 19:46:24 +00:00 |
|