Jonathan G Rennison
|
90cd312428
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/fios.h
|
2017-01-17 19:11:09 +00:00 |
|
frosch
|
7b553d255e
|
(svn r27732) -Change: Turn the message about 'missing baseset sprites' from a popup into a static message that only shows in non-release versions, just like the 'missing translations' message.
|
2017-01-14 18:30:26 +00:00 |
|
frosch
|
050271ed2d
|
(svn r27732) -Change: Turn the message about 'missing baseset sprites' from a popup into a static message that only shows in non-release versions, just like the 'missing translations' message.
|
2017-01-14 18:30:26 +00:00 |
|
frosch
|
a3b356e057
|
(svn r27725) -Codechange: Remove IsOpenTTDBaseGRF and test for GCF_CONFIG instead, which does the same in all use-cases.
|
2017-01-07 21:36:25 +00:00 |
|
frosch
|
a76847f362
|
(svn r27725) -Codechange: Remove IsOpenTTDBaseGRF and test for GCF_CONFIG instead, which does the same in all use-cases.
|
2017-01-07 21:36:25 +00:00 |
|
frosch
|
b363a639aa
|
(svn r27723) -Codechange: Simplify tests by using GCF_SYSTEM.
|
2017-01-07 21:22:26 +00:00 |
|
frosch
|
373a6d3497
|
(svn r27723) -Codechange: Simplify tests by using GCF_SYSTEM.
|
2017-01-07 21:22:26 +00:00 |
|
frosch
|
b6b02108f7
|
(svn r27721) -Fix: Testing GRFs for static-safety (when reloading the config) invalidated file slot 62, which may be in use by an active GRF.
|
2017-01-07 21:18:17 +00:00 |
|
frosch
|
4955e71ee0
|
(svn r27721) -Fix: Testing GRFs for static-safety (when reloading the config) invalidated file slot 62, which may be in use by an active GRF.
|
2017-01-07 21:18:17 +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
|
31f046bd9b
|
(svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) threads. (JGR)
|
2016-10-30 17:29:33 +00:00 |
|
frosch
|
3f75b8bca2
|
(svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) threads. (JGR)
|
2016-10-30 17:29:33 +00:00 |
|
Jonathan G Rennison
|
a3768d3a29
|
Label threads with a descriptive name where supported (pthreads).
|
2015-11-26 17:48:47 +00:00 |
|
frosch
|
e4063cb6d4
|
(svn r27063) -Fix [FS#6172]: Some lists did not use natural string sorting.
|
2014-11-18 20:12:42 +00:00 |
|
frosch
|
861b9bc85e
|
(svn r27063) -Fix [FS#6172]: Some lists did not use natural string sorting.
|
2014-11-18 20:12:42 +00:00 |
|
rubidium
|
660a95e5d2
|
(svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comments
|
2014-10-12 18:41:53 +00:00 |
|
rubidium
|
771dcf3b7b
|
(svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comments
|
2014-10-12 18:41:53 +00:00 |
|
alberth
|
e333f0e9ef
|
(svn r26612) -Add: Method to copy newgrf parameters.
|
2014-05-24 19:13:34 +00:00 |
|
alberth
|
3c9d3f5ecd
|
(svn r26612) -Add: Method to copy newgrf parameters.
|
2014-05-24 19:13:34 +00:00 |
|
rubidium
|
beb540ec55
|
(svn r26538) -Codechange: remove double accounting of the drivers
|
2014-04-28 21:06:51 +00:00 |
|
rubidium
|
b476086c39
|
(svn r26538) -Codechange: remove double accounting of the drivers
|
2014-04-28 21:06:51 +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 |
|
rubidium
|
7edbf2fed1
|
(svn r26070) -Fix: prevent extremely huge size for data (1+GiB)
|
2013-11-23 18:11:01 +00:00 |
|
rubidium
|
1b9e32664f
|
(svn r26070) -Fix: prevent extremely huge size for data (1+GiB)
|
2013-11-23 18:11:01 +00:00 |
|
rubidium
|
e4b208c069
|
(svn r26061) -Fix: negative result of ftell wasn't handled correctly in some cases
|
2013-11-23 13:17:45 +00:00 |
|
rubidium
|
78a316d349
|
(svn r26061) -Fix: negative result of ftell wasn't handled correctly in some cases
|
2013-11-23 13:17:45 +00:00 |
|
rubidium
|
a6fae2c608
|
(svn r26058) -Fix: handle the return value of a number of functions better
|
2013-11-23 13:15:07 +00:00 |
|
rubidium
|
0e9c992104
|
(svn r26058) -Fix: handle the return value of a number of functions better
|
2013-11-23 13:15:07 +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 |
|
frosch
|
69f836e57b
|
(svn r24318) -Feature: Add dropdowns to NewGRF configurations, if all values have labels.
|
2012-06-01 15:20:18 +00:00 |
|
frosch
|
c3ca57c42b
|
(svn r24318) -Feature: Add dropdowns to NewGRF configurations, if all values have labels.
|
2012-06-01 15:20:18 +00:00 |
|
rubidium
|
592752e48a
|
(svn r23935) -Codechange: generalise GetTextfile
|
2012-02-12 10:51:43 +00:00 |
|
rubidium
|
58269b7ad2
|
(svn r23935) -Codechange: generalise GetTextfile
|
2012-02-12 10:51:43 +00:00 |
|
michi_cc
|
14094d00bf
|
(svn r23887) -Feature: [NewGRF] Support for container version 2.
|
2012-02-04 13:29:04 +00:00 |
|
michi_cc
|
6db39410a1
|
(svn r23887) -Feature: [NewGRF] Support for container version 2.
|
2012-02-04 13:29:04 +00:00 |
|
frosch
|
9eebe8b1ae
|
(svn r23807) -Codechange: GRFError::num_params is not needed, remove it.
|
2012-01-15 17:33:35 +00:00 |
|
frosch
|
92700c1262
|
(svn r23807) -Codechange: GRFError::num_params is not needed, remove it.
|
2012-01-15 17:33:35 +00:00 |
|
truebrain
|
c74ccfff1b
|
(svn r23601) -Fix: fix the conflict in window number
|
2011-12-19 20:50:21 +00:00 |
|
truebrain
|
561b25d031
|
(svn r23601) -Fix: fix the conflict in window number
|
2011-12-19 20:50:21 +00:00 |
|
yexo
|
38102a96b9
|
(svn r23494) -Feature: [NewGRF] action14 node INFO->URL_ to add an url
|
2011-12-11 12:55:04 +00:00 |
|
yexo
|
7a7d9a7b6b
|
(svn r23494) -Feature: [NewGRF] action14 node INFO->URL_ to add an url
|
2011-12-11 12:55:04 +00:00 |
|
frosch
|
ba6d212079
|
(svn r23249) -Feature: Also allow viewing of the other two textfiles supplied by BaNaNaS tars, i.e. changelog and license.
|
2011-11-18 14:40:57 +00:00 |
|
frosch
|
0d901d599f
|
(svn r23249) -Feature: Also allow viewing of the other two textfiles supplied by BaNaNaS tars, i.e. changelog and license.
|
2011-11-18 14:40:57 +00:00 |
|
frosch
|
42ba77bd11
|
(svn r23248) -Codechange: Rename everything related to the NewGRF 'readme' to 'textfile', so it is more generic.
|
2011-11-18 13:05:55 +00:00 |
|
frosch
|
b725913f3b
|
(svn r23248) -Codechange: Rename everything related to the NewGRF 'readme' to 'textfile', so it is more generic.
|
2011-11-18 13:05:55 +00:00 |
|
rubidium
|
023d530ead
|
(svn r23222) -Codechange: reduce tar scanning calls to the bare minimum
|
2011-11-14 21:40:39 +00:00 |
|