peter1138
|
02b6c533aa
|
(svn r27851) -Fix [FS#6555]: StringID truncation to 16 bits broke string remapping test.
|
2017-04-09 21:58:07 +00:00 |
|
Jonathan G Rennison
|
a6168dd2f0
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/saveload/company_sl.cpp
|
2017-02-28 00:15:45 +00:00 |
|
frosch
|
2bb80d280c
|
(svn r27758) -Change: Increase the maximum number of GameScript texts to 64k, and NewGRF texts to 512k.
|
2017-02-26 19:41:30 +00:00 |
|
frosch
|
ce32ca4dc6
|
(svn r27758) -Change: Increase the maximum number of GameScript texts to 64k, and NewGRF texts to 512k.
|
2017-02-26 19:41:30 +00:00 |
|
frosch
|
a56e2bccd0
|
(svn r27756) -Codechange: Add StringTab enum
|
2017-02-26 19:40:53 +00:00 |
|
frosch
|
49b940f69c
|
(svn r27756) -Codechange: Add StringTab enum
|
2017-02-26 19:40:53 +00:00 |
|
frosch
|
f4da8ece0c
|
(svn r27755) -Codechange: Move TAB_SIZE to strings_type.h and use it consistently.
|
2017-02-26 19:40:32 +00:00 |
|
frosch
|
b54a79f13e
|
(svn r27755) -Codechange: Move TAB_SIZE to strings_type.h and use it consistently.
|
2017-02-26 19:40:32 +00:00 |
|
Jonathan G Rennison
|
5c7f36ef4b
|
Merge branch 'enhanced_viewport_overlay' into jgrpp
Further fixes for viewport lines/marker for multiplayer clients.
# Conflicts:
# src/lang/russian.txt
|
2016-12-26 15:38:56 +00:00 |
|
frosch
|
1a92b0c7c3
|
(svn r27707) -Fix: Make the result of NewGRF's CARGO_NAME string code reliably print 'Nothing', if an invalid type is provided.
|
2016-12-23 22:13:38 +00:00 |
|
frosch
|
2be42dadea
|
(svn r27707) -Fix: Make the result of NewGRF's CARGO_NAME string code reliably print 'Nothing', if an invalid type is provided.
|
2016-12-23 22:13:38 +00:00 |
|
frosch
|
b25afb239a
|
(svn r27706) -Feature: [NewGRF] String command 9A 1E to print the name of a cargo type.
|
2016-12-23 13:38:50 +00:00 |
|
frosch
|
9145e5d2b5
|
(svn r27706) -Feature: [NewGRF] String command 9A 1E to print the name of a cargo type.
|
2016-12-23 13:38:50 +00:00 |
|
Jonathan G Rennison
|
20a090b077
|
Show warning dialog if NewGRFs use too many string IDs.
Show when reloading/changing NewGRF config, or starting new game.
|
2016-12-08 23:48:53 +00:00 |
|
frosch
|
8d8c06ce86
|
(svn r26713) -Fix (r23027): [NewGRF] Parameters to SCC_NEWGRF_PUSH_WORD and SCC_NEWGRF_UNPRINT were not skipped during drawing.
|
2014-08-03 11:59:07 +00:00 |
|
frosch
|
9119ebe2ce
|
(svn r26713) -Fix (r23027): [NewGRF] Parameters to SCC_NEWGRF_PUSH_WORD and SCC_NEWGRF_UNPRINT were not skipped during drawing.
|
2014-08-03 11:59:07 +00:00 |
|
rubidium
|
034735a54c
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
|
rubidium
|
9ed12b0f07
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
frosch
|
968ba79de2
|
(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
|
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
|
3a1fcd76dd
|
(svn r26243) -Cleanup: Move TTDPStringIDToOTTDStringIDMapping to newgrf.cpp, it's only used there.
|
2014-01-12 18:01:16 +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
|
bc53bbb8b6
|
(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
|
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
|
7b238142b8
|
(svn r26241) -Codechange: Remember the GRFFile which filled the TextRefStack in the TextRefStack.
|
2014-01-12 18:00:39 +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
|
9215fd3c96
|
(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
|
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 |
|
rubidium
|
49eaa397ab
|
(svn r26065) -Fix: possible dereference of NULL for texts from game scripts
|
2013-11-23 18:06:27 +00:00 |
|
rubidium
|
c29f18f357
|
(svn r26065) -Fix: possible dereference of NULL for texts from game scripts
|
2013-11-23 18:06:27 +00:00 |
|
rubidium
|
73474728e3
|
(svn r26057) -Fix: a number of possibly uninitialised variables
|
2013-11-23 13:12:19 +00:00 |
|
rubidium
|
b3e93d6520
|
(svn r26057) -Fix: a number of possibly uninitialised variables
|
2013-11-23 13:12:19 +00:00 |
|
rubidium
|
2771de7f34
|
(svn r25454) -Remove/Fix/Cleanup: SETX(Y) does not work at all with other than default fonts, so get rid of it
|
2013-06-24 18:39:19 +00:00 |
|
rubidium
|
7c0f34130c
|
(svn r25454) -Remove/Fix/Cleanup: SETX(Y) does not work at all with other than default fonts, so get rid of it
|
2013-06-24 18:39:19 +00:00 |
|
planetmaker
|
f00d9976f9
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
yexo
|
491aee463f
|
(svn r23830) -Revert (r23804) [FS#4986]: while the idea was good, it causes too much trouble
|
2012-01-21 13:57:24 +00:00 |
|
yexo
|
f917ac0a0f
|
(svn r23830) -Revert (r23804) [FS#4986]: while the idea was good, it causes too much trouble
|
2012-01-21 13:57:24 +00:00 |
|
yexo
|
3557d5a784
|
(svn r23812) -Fix [FS#4977] (r23804): custom ActionB messages were broken
|
2012-01-15 19:29:49 +00:00 |
|
yexo
|
fab78a7bf2
|
(svn r23812) -Fix [FS#4977] (r23804): custom ActionB messages were broken
|
2012-01-15 19:29:49 +00:00 |
|
yexo
|
215447b4e8
|
(svn r23804) -Fix: [NewGRF] Make string code 80 more secure by not crashing when it's used in strings where it's not supposed to be used
|
2012-01-15 13:17:02 +00:00 |
|
yexo
|
15292fa080
|
(svn r23804) -Fix: [NewGRF] Make string code 80 more secure by not crashing when it's used in strings where it's not supposed to be used
|
2012-01-15 13:17:02 +00:00 |
|
rubidium
|
c591589818
|
(svn r23269) -Codechange: rename some control/string codes/IDs to be more consistent
|
2011-11-19 22:15:44 +00:00 |
|
rubidium
|
b8866be093
|
(svn r23269) -Codechange: rename some control/string codes/IDs to be more consistent
|
2011-11-19 22:15:44 +00:00 |
|
yexo
|
b82d03b4ee
|
(svn r23064) -Fix (r23062): incrementing hexadecimal numbers is hard...
|
2011-10-29 21:00:11 +00:00 |
|
yexo
|
bd6d490987
|
(svn r23064) -Fix (r23062): incrementing hexadecimal numbers is hard...
|
2011-10-29 21:00:11 +00:00 |
|
yexo
|
bf3565c76e
|
(svn r23063) -Add: [NewGRF] stringscodes 9A 19 and 9A 20 to print 'short volume' and 'short weight' respectively
|
2011-10-29 20:56:58 +00:00 |
|
yexo
|
307ca24427
|
(svn r23063) -Add: [NewGRF] stringscodes 9A 19 and 9A 20 to print 'short volume' and 'short weight' respectively
|
2011-10-29 20:56:58 +00:00 |
|