yexo
|
c0462c034e
|
(svn r24593) -Fix [FS#5333]: crash when a gamescript provided too many parameters to a GSText object
|
2012-10-14 15:18:09 +00:00 |
|
michi_cc
|
76344163c7
|
(svn r23945) -Fix: Better rounding when converting internal speed to displayed speed.
|
2012-02-14 17:03:56 +00:00 |
|
michi_cc
|
b1471b4ec2
|
(svn r23945) -Fix: Better rounding when converting internal speed to displayed speed.
|
2012-02-14 17:03:56 +00:00 |
|
rubidium
|
c02aabf1b8
|
(svn r23644) -Fix [FS#4899]: prevent game scripts using StringIDs that are not coming from themselves, so the game script doesn't "accidentally" try to display an invalid string or try to display a town name in from an unknown town name generator
|
2011-12-20 22:11:22 +00:00 |
|
rubidium
|
9d7aec3fe7
|
(svn r23644) -Fix [FS#4899]: prevent game scripts using StringIDs that are not coming from themselves, so the game script doesn't "accidentally" try to display an invalid string or try to display a town name in from an unknown town name generator
|
2011-12-20 22:11:22 +00:00 |
|
rubidium
|
c06a3555fb
|
(svn r23478) -Codechange: add a method to copy string parameters *and* its raw strings
|
2011-12-10 16:03:12 +00:00 |
|
rubidium
|
87045ae4ee
|
(svn r23478) -Codechange: add a method to copy string parameters *and* its raw strings
|
2011-12-10 16:03:12 +00:00 |
|
rubidium
|
462b875b4a
|
(svn r23276) -Codechange: add the answer for the question whether we're looking for monospace fonts in the searcher
|
2011-11-20 12:01:42 +00:00 |
|
rubidium
|
e82325e5c6
|
(svn r23276) -Codechange: add the answer for the question whether we're looking for monospace fonts in the searcher
|
2011-11-20 12:01:42 +00:00 |
|
rubidium
|
0a4a75b0af
|
(svn r23273) -Codechange: allow passing a MissingGlyphSearcher to CheckForMissingGlyphs (default to the language pack strings)
|
2011-11-20 11:52:11 +00:00 |
|
rubidium
|
1713d1ad3e
|
(svn r23273) -Codechange: allow passing a MissingGlyphSearcher to CheckForMissingGlyphs (default to the language pack strings)
|
2011-11-20 11:52:11 +00:00 |
|
rubidium
|
4e1c4f9079
|
(svn r23267) -Codechange: unify the font name setting of the font cache
|
2011-11-19 21:02:37 +00:00 |
|
rubidium
|
2ce44dc201
|
(svn r23267) -Codechange: unify the font name setting of the font cache
|
2011-11-19 21:02:37 +00:00 |
|
rubidium
|
447884fddb
|
(svn r23265) -Codechange: replace the setfallbackfont callback function with a class to call back
|
2011-11-19 18:43:00 +00:00 |
|
rubidium
|
e3905eecbb
|
(svn r23265) -Codechange: replace the setfallbackfont callback function with a class to call back
|
2011-11-19 18:43:00 +00:00 |
|
rubidium
|
881d6d25fd
|
(svn r23242) -Codechange: allow ignoring the sprite font completely when checking whether the font supports a language
|
2011-11-17 21:11:34 +00:00 |
|
rubidium
|
54dc2babe4
|
(svn r23242) -Codechange: allow ignoring the sprite font completely when checking whether the font supports a language
|
2011-11-17 21:11:34 +00:00 |
|
yexo
|
42e40a2ab0
|
(svn r23042) -Codechange: make case_index an explicit parameter of GetStringWithArgs instead of hiding it in the stringid parameter
|
2011-10-20 16:51:54 +00:00 |
|
yexo
|
ddaa502c00
|
(svn r23042) -Codechange: make case_index an explicit parameter of GetStringWithArgs instead of hiding it in the stringid parameter
|
2011-10-20 16:51:54 +00:00 |
|
rubidium
|
46c242b1dc
|
(svn r22385) -Fix [FS#4603]: strnatcmp is in string.cpp, so it ought to be declared in string_func.h.
|
2011-04-30 14:24:23 +00:00 |
|
rubidium
|
6cc9a2884d
|
(svn r22385) -Fix [FS#4603]: strnatcmp is in string.cpp, so it ought to be declared in string_func.h.
|
2011-04-30 14:24:23 +00:00 |
|
frosch
|
f3ea5524d2
|
(svn r22313) -Cleanup (r22312): Remove some dead code.
|
2011-04-10 15:30:24 +00:00 |
|
frosch
|
40d7a2da71
|
(svn r22313) -Cleanup (r22312): Remove some dead code.
|
2011-04-10 15:30:24 +00:00 |
|
yexo
|
0e17cbc9f8
|
(svn r22258) -Codechange: introduce a wrapper class to clean up the arguments to FormatString
|
2011-03-18 13:34:52 +00:00 |
|
yexo
|
210d58ac7c
|
(svn r22258) -Codechange: introduce a wrapper class to clean up the arguments to FormatString
|
2011-03-18 13:34:52 +00:00 |
|
alberth
|
f65a9a5515
|
(svn r21593) -Codechange: endif comment correcttions.
|
2010-12-22 10:50:32 +00:00 |
|
alberth
|
0b0127b13d
|
(svn r21593) -Codechange: endif comment correcttions.
|
2010-12-22 10:50:32 +00:00 |
|
yexo
|
475ac872c9
|
(svn r21444) -Codechange: compute the type of elements in the argv string array on the fly and compare it with the type set by strgen
|
2010-12-09 20:57:52 +00:00 |
|
yexo
|
510f875265
|
(svn r21444) -Codechange: compute the type of elements in the argv string array on the fly and compare it with the type set by strgen
|
2010-12-09 20:57:52 +00:00 |
|
yexo
|
12e0f28229
|
(svn r21440) -Codechange: pass a pointer to just past the end of the argv array around in FormatString and friends
|
2010-12-09 00:15:38 +00:00 |
|
yexo
|
6c32eef05d
|
(svn r21440) -Codechange: pass a pointer to just past the end of the argv array around in FormatString and friends
|
2010-12-09 00:15:38 +00:00 |
|
terkhen
|
4b944cb13e
|
(svn r21343) -Add: Function that compares strings using case insensitive natural sort.
|
2010-11-27 22:47:29 +00:00 |
|
terkhen
|
5139fa9a23
|
(svn r21343) -Add: Function that compares strings using case insensitive natural sort.
|
2010-11-27 22:47:29 +00:00 |
|
rubidium
|
8aba642ed5
|
(svn r21164) -Codechange: replace the hardcoded array of language metadata with a list
|
2010-11-13 12:09:30 +00:00 |
|
rubidium
|
9c792914f0
|
(svn r21164) -Codechange: replace the hardcoded array of language metadata with a list
|
2010-11-13 12:09:30 +00:00 |
|
rubidium
|
68b94e61e0
|
(svn r21163) -Codechange: pass a LanguageMetadata struct instead of its index to ReadLanguagePack, and simplify one of its callers
|
2010-11-13 11:38:01 +00:00 |
|
rubidium
|
97735fca1e
|
(svn r21163) -Codechange: pass a LanguageMetadata struct instead of its index to ReadLanguagePack, and simplify one of its callers
|
2010-11-13 11:38:01 +00:00 |
|
rubidium
|
30637a8340
|
(svn r21157) -Codechange: remove information about the text direction out of the language "list"
|
2010-11-13 09:56:25 +00:00 |
|
rubidium
|
5ec2bcc0d9
|
(svn r21157) -Codechange: remove information about the text direction out of the language "list"
|
2010-11-13 09:56:25 +00:00 |
|
rubidium
|
d5d2354296
|
(svn r17790) -Feature: translatable base sound/graphics set descriptions
|
2009-10-17 20:34:09 +00:00 |
|
rubidium
|
0ee61a16ef
|
(svn r17790) -Feature: translatable base sound/graphics set descriptions
|
2009-10-17 20:34:09 +00:00 |
|
smatz
|
1da745c9ad
|
(svn r17612) -Feature: possibility to choose (randomise or enter custom) town name before its creation (original patch by Terkhen)
|
2009-09-22 13:54:54 +00:00 |
|
smatz
|
ad2c641bca
|
(svn r17612) -Feature: possibility to choose (randomise or enter custom) town name before its creation (original patch by Terkhen)
|
2009-09-22 13:54:54 +00:00 |
|
rubidium
|
ca91a97826
|
(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary
|
2009-09-19 15:17:47 +00:00 |
|
rubidium
|
2e5596025c
|
(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary
|
2009-09-19 15:17:47 +00:00 |
|
rubidium
|
45e3141444
|
(svn r17526) -Codechange: use QSortT instead of qsort for sorting the language list in the network GUI
|
2009-09-13 17:38:07 +00:00 |
|
rubidium
|
fd04d4ed00
|
(svn r17526) -Codechange: use QSortT instead of qsort for sorting the language list in the network GUI
|
2009-09-13 17:38:07 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
alberth
|
59c48fee8b
|
(svn r16946) -Doc: Adding docs for some string parameter manipulation functions.
|
2009-07-25 07:49:49 +00:00 |
|