rubidium
|
da30e736ca
|
(svn r18330) -Cleanup: remove some unneeded includes
|
2009-11-28 20:35:25 +00:00 |
|
rubidium
|
b00a5f1069
|
(svn r18330) -Cleanup: remove some unneeded includes
|
2009-11-28 20:35:25 +00:00 |
|
rubidium
|
224f4e0197
|
(svn r18028) -Codechange: unglobalise some functions
|
2009-11-09 10:40:33 +00:00 |
|
rubidium
|
860b9b1cea
|
(svn r18028) -Codechange: unglobalise some functions
|
2009-11-09 10:40:33 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
smatz
|
f85b8c4e09
|
(svn r17596) -Codechange: constify some tables
|
2009-09-20 23:11:01 +00:00 |
|
smatz
|
114d48e492
|
(svn r17596) -Codechange: constify some tables
|
2009-09-20 23:11:01 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
be9033295e
|
(svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdparty directory.
|
2009-08-21 20:15:17 +00:00 |
|
rubidium
|
60a3bc9034
|
(svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdparty directory.
|
2009-08-21 20:15:17 +00:00 |
|
rubidium
|
11f4973cf6
|
(svn r17241) -Change: make a distinction between missing and corrupted data files. If (at least) one data file is missing do not consider the set to be useable. Do also no autodetect sets with missing files.
|
2009-08-20 17:02:44 +00:00 |
|
rubidium
|
2fd1b000e5
|
(svn r17241) -Change: make a distinction between missing and corrupted data files. If (at least) one data file is missing do not consider the set to be useable. Do also no autodetect sets with missing files.
|
2009-08-20 17:02:44 +00:00 |
|
matthijs
|
b76a61f317
|
(svn r17238) -Codechange: Clean up CheckExternalFiles a bit and improve the error message it
outputs. This makes the function return faster in the common case when all
files are in order, by not doing another set of MD5 checks.
|
2009-08-20 15:37:24 +00:00 |
|
matthijs
|
edcaf8aa3a
|
(svn r17238) -Codechange: Clean up CheckExternalFiles a bit and improve the error message it
outputs. This makes the function return faster in the common case when all
files are in order, by not doing another set of MD5 checks.
|
2009-08-20 15:37:24 +00:00 |
|
rubidium
|
f21b0a0cc8
|
(svn r17142) -Fix [FS#3103] (r17139): MSVC didn't like some template stuff
|
2009-08-10 10:25:40 +00:00 |
|
rubidium
|
40a8bd556e
|
(svn r17142) -Fix [FS#3103] (r17139): MSVC didn't like some template stuff
|
2009-08-10 10:25:40 +00:00 |
|
rubidium
|
93493827b6
|
(svn r17139) -Change: add the concept of sound sets
|
2009-08-09 19:50:44 +00:00 |
|
rubidium
|
9ee2a66c86
|
(svn r17139) -Change: add the concept of sound sets
|
2009-08-09 19:50:44 +00:00 |
|
rubidium
|
cdb969e164
|
(svn r17133) -Codechange: generalise the code that searches for base graphics
|
2009-08-09 16:54:03 +00:00 |
|
rubidium
|
f118932643
|
(svn r17133) -Codechange: generalise the code that searches for base graphics
|
2009-08-09 16:54:03 +00:00 |
|
smatz
|
e300d153cc
|
(svn r16548) -Fix (r16538): removing of duplicates of base graphics set could behave randomly
|
2009-06-10 05:36:58 +00:00 |
|
smatz
|
498d2b0caa
|
(svn r16548) -Fix (r16538): removing of duplicates of base graphics set could behave randomly
|
2009-06-10 05:36:58 +00:00 |
|
rubidium
|
5209b32953
|
(svn r16538) -Fix (r16503): when finding duplicate graphics sets favour the more complete one
|
2009-06-08 22:13:10 +00:00 |
|
rubidium
|
afdeab52ab
|
(svn r16538) -Fix (r16503): when finding duplicate graphics sets favour the more complete one
|
2009-06-08 22:13:10 +00:00 |
|
smatz
|
4e7ec0035e
|
(svn r16507) -Fix (r16503): segfault when deleting non-last graphics set
|
2009-06-03 00:05:51 +00:00 |
|
smatz
|
d1a50f5258
|
(svn r16507) -Fix (r16503): segfault when deleting non-last graphics set
|
2009-06-03 00:05:51 +00:00 |
|
rubidium
|
b982ff66f6
|
(svn r16503) -Fix: base graphics names must be unique, so don't add duplicates (even if the versions differ).
|
2009-06-02 12:56:38 +00:00 |
|
rubidium
|
be04b7e29c
|
(svn r16503) -Fix: base graphics names must be unique, so don't add duplicates (even if the versions differ).
|
2009-06-02 12:56:38 +00:00 |
|
rubidium
|
c496a3e014
|
(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessarily add it.
|
2009-05-24 20:29:04 +00:00 |
|
rubidium
|
0d99b6c71c
|
(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessarily add it.
|
2009-05-24 20:29:04 +00:00 |
|
frosch
|
3f9fa18671
|
(svn r16342) -Feature(tte): Display base graphics description in game options window.
|
2009-05-17 18:21:21 +00:00 |
|
frosch
|
5507a5b233
|
(svn r16342) -Feature(tte): Display base graphics description in game options window.
|
2009-05-17 18:21:21 +00:00 |
|
smatz
|
ce7dff4acc
|
(svn r16269) -Codechange: use gcc's ability to check parameters sent to printf-like functions
-Fix: wrong number of parameters or wrong parameter types sent to printf-like functions at several places
|
2009-05-10 17:27:25 +00:00 |
|
smatz
|
f5316c5cbd
|
(svn r16269) -Codechange: use gcc's ability to check parameters sent to printf-like functions
-Fix: wrong number of parameters or wrong parameter types sent to printf-like functions at several places
|
2009-05-10 17:27:25 +00:00 |
|
rubidium
|
8216a0f5c9
|
(svn r15694) -Codechange/feature/fix: invert the order in which base graphics sets are queried making it fairly unlikely that downloaded graphics sets override the original graphics.
|
2009-03-12 20:43:03 +00:00 |
|
rubidium
|
af18469455
|
(svn r15694) -Codechange/feature/fix: invert the order in which base graphics sets are queried making it fairly unlikely that downloaded graphics sets override the original graphics.
|
2009-03-12 20:43:03 +00:00 |
|
rubidium
|
63f0ff25fc
|
(svn r15476) -Fix [FS#2630]: crash when opening the game options when the currently loaded base graphics pack has less than 2 valid graphics files. For example when someone replaces all his/her original base graphics with custom work (but keeps the name) or renames the dos ones to windows or vice versa.
|
2009-02-14 01:42:12 +00:00 |
|
rubidium
|
7f245b22dc
|
(svn r15476) -Fix [FS#2630]: crash when opening the game options when the currently loaded base graphics pack has less than 2 valid graphics files. For example when someone replaces all his/her original base graphics with custom work (but keeps the name) or renames the dos ones to windows or vice versa.
|
2009-02-14 01:42:12 +00:00 |
|
glx
|
fd9e9cd640
|
(svn r15394) -Fix (r15389): no new line at end of line warning
|
2009-02-07 03:31:48 +00:00 |
|
glx
|
39dfd18880
|
(svn r15394) -Fix (r15389): no new line at end of line warning
|
2009-02-07 03:31:48 +00:00 |
|
peter1138
|
43a8400647
|
(svn r15389) -Feature: Add ability to select which base graphics set is used from the Game Options window. The change takes effect when the window is closed. This option can only be used from the intro menu, as reloading graphics during a game may cause issues.
|
2009-02-07 01:01:02 +00:00 |
|
peter1138
|
967491a22d
|
(svn r15389) -Feature: Add ability to select which base graphics set is used from the Game Options window. The change takes effect when the window is closed. This option can only be used from the intro menu, as reloading graphics during a game may cause issues.
|
2009-02-07 01:01:02 +00:00 |
|
smatz
|
9021c20b5e
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
smatz
|
0d3f5e6e74
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
rubidium
|
675303d656
|
(svn r15218) -Fix: base graphics detection did mark too much as duplicate
|
2009-01-23 09:09:12 +00:00 |
|
rubidium
|
8ecdbf216d
|
(svn r15218) -Fix: base graphics detection did mark too much as duplicate
|
2009-01-23 09:09:12 +00:00 |
|
rubidium
|
72b0341ed0
|
(svn r15126) -Feature: downloading content from a central server (content.openttd.org) where authors can upload they NewGRFS/AI etc. This should make joining servers that use only NewGRFs that are distributed via this system easier as the players can download the NewGRFs from in the game. It should also make it easier to see whether there are updates for NewGRFs and make the necessary updates.
|
2009-01-17 16:53:32 +00:00 |
|
rubidium
|
3a13b75e37
|
(svn r15126) -Feature: downloading content from a central server (content.openttd.org) where authors can upload they NewGRFS/AI etc. This should make joining servers that use only NewGRFs that are distributed via this system easier as the players can download the NewGRFs from in the game. It should also make it easier to see whether there are updates for NewGRFs and make the necessary updates.
|
2009-01-17 16:53:32 +00:00 |
|