|
rubidium
|
r7370:ef5901b27aca
|
17 years ago
|
|
|
|
rubidium
|
r7365:42ddcb060daf
|
17 years ago
|
|
|
|
truelight
|
r7313:4260ca461c14
|
17 years ago
|
|
(svn r10665) -Codechange: replace magic 15 with MAX_TILE_HEIGHT (bilbo) -Codechange: replace magic 13 with MAX_SNOWLINE_HEIGHT (bilbo) -Codechange: assure _map_height_bits is always of correct size (Rubidium)
|
|
belugas
|
r6422:5983361e241a
|
18 years ago
|
|
|
|
rubidium
|
r6248:b940b09d7ab8
|
18 years ago
|
|
|
|
belugas
|
r5596:84985796bbd9
|
18 years ago
|
|
(svn r8050) -Codechange: Rename map member extra to m6, since its usage has been widden. Only doc landscape_grid.html has been updated, landscape.html will be done latter. -CodeChange: Replace a direct access to m6 with SetTropicZone in InitializeLandscape, as it is the only part of m6 still untouched without the brute-forced m6=0
|
|
rubidium
|
r5587:034e5e185dc2
|
18 years ago
|
|
|
|
rubidium
|
r5475:3f5cd13d1b63
|
18 years ago
|
|
(svn r7759) -Merge: makefile rewrite. This merge features: - A proper ./configure, so everything needs to be configured only once, not for every make. - Usage of makedepend when available. This greatly reduces the time needed for generating the dependencies. - A generator for all project files. There is a single file with sources, which is used to generate Makefiles and the project files for MSVC. - Proper support for OSX universal binaries. - Object files for non-MSVC compiles are also placed in separate directories, making is faster to switch between debug and release compiles and it does not touch the directory with the source files. - Functionality to make a bundle of all needed files for for example a nightly or distribution of a binary with all needed GRFs and language files.
Note: as this merge moves almost all files, it is recommended to make a backup of your working copy before updating your working copy.
|