rubidium
|
36bb92ae24
|
(svn r9050) -Codechange: Foo(void) -> Foo()
|
2007-03-07 11:47:46 +00:00 |
|
peter1138
|
4c4b035175
|
(svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.
|
2007-02-24 23:36:40 +00:00 |
|
peter1138
|
7e73413709
|
(svn r8858) -Codechange: Replace magic number test with class method for determining if a cargo is valid/active.
|
2007-02-23 09:56:20 +00:00 |
|
belugas
|
a723770836
|
(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style
|
2007-02-23 01:48:53 +00:00 |
|
peter1138
|
6062004960
|
(svn r8849) -Codechange: Replace hardcoded global/climate cargo mapping tables with dynamically generated data. Change associated code to use new functions.
|
2007-02-22 22:09:51 +00:00 |
|
tron
|
103d119c51
|
(svn r8841) -Fix
Remove {,u}intswap() and replace them by Swap()
|
2007-02-22 08:43:02 +00:00 |
|
tron
|
e7dd766c1e
|
(svn r8423) -Fix
Do not explicitly pass the station specification and the station to ResolveStation(). They are already contained in the ResolverObject
|
2007-01-26 20:39:36 +00:00 |
|
peter1138
|
20e0a91506
|
(svn r8391) -Codechange: Make normal/desert/rainforest detection for newgrf stations work
|
2007-01-24 15:01:20 +00:00 |
|
peter1138
|
92d418b031
|
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
This lets us increase the sprite width from 14 to up to 29 bits,
effectively nulling the old sprite limit. Table changes in next commit.
|
2007-01-14 19:57:49 +00:00 |
|
KUDr
|
33be1ecfb1
|
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
|
2007-01-11 17:29:39 +00:00 |
|
rubidium
|
f35ed4bbc2
|
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
|
2007-01-10 18:56:51 +00:00 |
|
KUDr
|
e373ea7096
|
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
|
2007-01-10 18:12:09 +00:00 |
|