frosch
|
5b86c79fce
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
frosch
|
ed4f806f1d
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
alberth
|
1743c86610
|
(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.
|
2010-07-31 21:02:56 +00:00 |
|
alberth
|
a825b4fa5f
|
(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.
|
2010-07-31 21:02:56 +00:00 |
|
rubidium
|
a777266426
|
(svn r20259) -Add: allow NewGRFs to specify their version and use that to hide old NewGRFs / to choose the newest when loading compatible NewGRFs
|
2010-07-31 14:40:50 +00:00 |
|
rubidium
|
ac280af8bc
|
(svn r20259) -Add: allow NewGRFs to specify their version and use that to hide old NewGRFs / to choose the newest when loading compatible NewGRFs
|
2010-07-31 14:40:50 +00:00 |
|
yexo
|
f4c46dd701
|
(svn r20258) -Feature: more user-friendly gui to change NewGRF parameters
|
2010-07-31 12:15:12 +00:00 |
|
yexo
|
5a2862814a
|
(svn r20258) -Feature: more user-friendly gui to change NewGRF parameters
|
2010-07-31 12:15:12 +00:00 |
|
yexo
|
0ef99605cc
|
(svn r20255) -Add: allow NewGRFs to specify static info about their user-changeable parameters
|
2010-07-31 09:51:04 +00:00 |
|
yexo
|
d6eab96a22
|
(svn r20255) -Add: allow NewGRFs to specify static info about their user-changeable parameters
|
2010-07-31 09:51:04 +00:00 |
|
rubidium
|
f03106db1c
|
(svn r20254) -Add: allow NewGRFs to specify their palette
|
2010-07-31 09:44:38 +00:00 |
|
rubidium
|
4a4f02dc81
|
(svn r20254) -Add: allow NewGRFs to specify their palette
|
2010-07-31 09:44:38 +00:00 |
|
rubidium
|
d9393035ea
|
(svn r20253) -Codechange: change GRFConfig::windows_paletted into a bitmask/bitset
|
2010-07-31 09:40:43 +00:00 |
|
rubidium
|
e469a94a2d
|
(svn r20253) -Codechange: change GRFConfig::windows_paletted into a bitmask/bitset
|
2010-07-31 09:40:43 +00:00 |
|
rubidium
|
6c22efc840
|
(svn r20252) -Codechange: deduplicate logic for setting a suitable (initial) palette for NewGRFs
|
2010-07-31 09:36:09 +00:00 |
|
rubidium
|
f7794e313f
|
(svn r20252) -Codechange: deduplicate logic for setting a suitable (initial) palette for NewGRFs
|
2010-07-31 09:36:09 +00:00 |
|
yexo
|
eacf65598f
|
(svn r20251) -Add: [NewGRF] allow grfs to specify the number of valid parameters
|
2010-07-31 09:35:49 +00:00 |
|
yexo
|
75c4a2d2fb
|
(svn r20251) -Add: [NewGRF] allow grfs to specify the number of valid parameters
|
2010-07-31 09:35:49 +00:00 |
|
yexo
|
6117b0abc7
|
(svn r20249) -Codechange: change the newgrf name/description from a char* to a GRFText* to make translations possible
|
2010-07-31 09:33:39 +00:00 |
|
yexo
|
d3c1be9abd
|
(svn r20249) -Codechange: change the newgrf name/description from a char* to a GRFText* to make translations possible
|
2010-07-31 09:33:39 +00:00 |
|
yexo
|
cb5cfd7f8c
|
(svn r20248) -Codechange: use a copy-constructor instead of a separate function co clone GRFConfig/GRFError
|
2010-07-31 09:32:44 +00:00 |
|
yexo
|
1ca16aa979
|
(svn r20248) -Codechange: use a copy-constructor instead of a separate function co clone GRFConfig/GRFError
|
2010-07-31 09:32:44 +00:00 |
|
frosch
|
52c4af211a
|
(svn r19972) -Change: Use the md5sum from the previous save of the game for BaNaNaS instead of the initial (when the grf was added) md5sum from the gamelog. Neither method is 'better', but this way it is independent from the gamelog.
|
2010-06-13 14:11:32 +00:00 |
|
frosch
|
56fbbdeafd
|
(svn r19972) -Change: Use the md5sum from the previous save of the game for BaNaNaS instead of the initial (when the grf was added) md5sum from the gamelog. Neither method is 'better', but this way it is independent from the gamelog.
|
2010-06-13 14:11:32 +00:00 |
|
frosch
|
54a7c3243e
|
(svn r19971) -Codechange: Make IsGoodGRFConfigList() operate on any given GRFConfig and move the GameLog operations directly to AfterLoad().
|
2010-06-13 14:07:49 +00:00 |
|
frosch
|
641fc68aa8
|
(svn r19971) -Codechange: Make IsGoodGRFConfigList() operate on any given GRFConfig and move the GameLog operations directly to AfterLoad().
|
2010-06-13 14:07:49 +00:00 |
|
alberth
|
88fe11aae3
|
(svn r19835) -Codechange: Extract grfident equality check to its own method.
|
2010-05-16 18:50:37 +00:00 |
|
alberth
|
3271362413
|
(svn r19835) -Codechange: Extract grfident equality check to its own method.
|
2010-05-16 18:50:37 +00:00 |
|
alberth
|
e68645f18c
|
(svn r19553) -Doc: Added/converted explanation to some GRFConfig functions.
|
2010-04-03 20:02:08 +00:00 |
|
alberth
|
4415841ce1
|
(svn r19553) -Doc: Added/converted explanation to some GRFConfig functions.
|
2010-04-03 20:02:08 +00:00 |
|
yexo
|
ce7a0304f5
|
(svn r19315) -Fix (r19295): Show the filename in the newgrf windows if the newgrf name is not empty
|
2010-03-04 20:07:39 +00:00 |
|
yexo
|
4d5125f0c4
|
(svn r19315) -Fix (r19295): Show the filename in the newgrf windows if the newgrf name is not empty
|
2010-03-04 20:07:39 +00:00 |
|
yexo
|
23af928ce9
|
(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/info
|
2010-02-28 20:28:08 +00:00 |
|
yexo
|
404df87b1f
|
(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/info
|
2010-02-28 20:28:08 +00:00 |
|
yexo
|
daf89297fe
|
(svn r19256) -Codechange: use a constructor/destructor for GRFConfig to make sure all members are properly initialized
|
2010-02-25 20:06:11 +00:00 |
|
yexo
|
7ff55502f0
|
(svn r19256) -Codechange: use a constructor/destructor for GRFConfig to make sure all members are properly initialized
|
2010-02-25 20:06:11 +00:00 |
|
yexo
|
b21278659c
|
(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of subclassing it
|
2010-02-25 20:05:31 +00:00 |
|
yexo
|
a9c8dbc0a0
|
(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of subclassing it
|
2010-02-25 20:05:31 +00:00 |
|
yexo
|
d60fb0640b
|
(svn r19254) -Codechange: simplify newgrf text code by introducing a few helper functions
|
2010-02-25 20:00:11 +00:00 |
|
yexo
|
4377b5fd44
|
(svn r19254) -Codechange: simplify newgrf text code by introducing a few helper functions
|
2010-02-25 20:00:11 +00:00 |
|
yexo
|
e876e21abf
|
(svn r19251) -Codechange: add a contructor to GRFError and use it to allocating errors more uniform.
-Fix: some grf error messages didn't free the previous error messages, creating a memory leak
|
2010-02-25 15:54:40 +00:00 |
|
yexo
|
2c1b7410f3
|
(svn r19251) -Codechange: add a contructor to GRFError and use it to allocating errors more uniform.
-Fix: some grf error messages didn't free the previous error messages, creating a memory leak
|
2010-02-25 15:54:40 +00:00 |
|
yexo
|
e7fbbdc81d
|
(svn r18813) -Codechange: deduplicate copying a newgrf config
|
2010-01-15 18:28:30 +00:00 |
|
yexo
|
bd102b78ee
|
(svn r18813) -Codechange: deduplicate copying a newgrf config
|
2010-01-15 18:28:30 +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 |
|
rubidium
|
e840c983a6
|
(svn r17563) -Fix: memory leak when viewing the NewGRF settings of a server
|
2009-09-17 21:45:47 +00:00 |
|
rubidium
|
5557d2a224
|
(svn r17563) -Fix: memory leak when viewing the NewGRF settings of a server
|
2009-09-17 21:45:47 +00:00 |
|
rubidium
|
d9519fdf64
|
(svn r17562) -Fix [FS#2972]: the NewGRF settings of (remote) network games did not get properly updated when the NewGRFs were rescanned causing reading of freed data
|
2009-09-17 21:14:16 +00:00 |
|
rubidium
|
55c0109ee0
|
(svn r17562) -Fix [FS#2972]: the NewGRF settings of (remote) network games did not get properly updated when the NewGRFs were rescanned causing reading of freed data
|
2009-09-17 21:14:16 +00:00 |
|