Age | Commit message (Collapse) | Author |
|
TrueBrain for their help)
|
|
trunk. This ensures an updated changelog, readme, et.
|
|
(needs special human intervention to work because MS decided to use some completely braindead user-datafile that you can't edit outside the development environment)
|
|
- 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.
|
|
trunk. This ensures an updated changelog, readme, et.
|
|
animation state is stored into a single location.
|
|
directmusic.txt
|
|
-Change: make readme.txt UTF-8 instead of ISO 8859-15.
-Change: some indenting, aligning and other small textual changes.
-Add: some comments about port forwarding and NewGRF over the net..
|
|
Also removed all the Makefile code regarding this flag since it's no longer needed
Removed documentation about special limitations regarding running the game on OSX 10.2
OpenTTD now officially needs OSX 10.3.9 to work correctly (the trunk needed that for months)
|
|
rail/road combinations (including signals)
|
|
|
|
the _m[] bits!
|
|
trunk. This ensures an updated changelog, known-bugs, etc.
|
|
trunk. This ensures an updated changelog, known-bugs, etc.
|
|
|
|
trunk. This ensures an updated changelog, known-bugs, etc.
|
|
it just contains redundant information
Yup-yup-ed by: peter1138
|
|
|
|
- Trailing whitespace
- Trailing empty lines
- Missing newline at EOF
- Missing svn:eol-style native
|
|
|
|
*CustomStationSpecIndex() to reflect their use, and alter the test for determining if a station has customised graphics.
|
|
|
|
code and proofreading, thanks to peter1138 for another lot of code and ideas.
|
|
trunk. This ensures an updated changelog, known-bugs, etc.
|
|
binary
|
|
-added an explanation to why there is a special Jaguar download (people appears to download it even when they should download the other one)
-removed the long outdated README_if_game_crashed_on_OSX.txt
|
|
|
|
the package is long gone and people don't read a doc about a missing package when they don't expect to find one
the doc is called install even though it's not a real install and have nothing to do with make install. People just read it the first time they see it when it's called install ;)
|
|
copying files there.
- Fix: Fix small syntactic error in the manpage.
|
|
in branch/pbs. This reverts revisions r3158, r3140, r3075, r2977, r2674, r2625, r2621, r2529, r2528, r2525, r2524, r2519, r2517, r2516, r2507, r2499. (in conjunction with Tron)
- The only change is that the nsignalsw.grf file is kept and that existing nightlies with PBS signals get those signals converted to combo-signals.
|
|
|
|
- Fix: wrong documentation of trees (Tron)
|
|
|
|
|
|
|
|
|
|
(belugas)
|
|
are stored in m3, not m4. According to the mask (RAILTYPE_MASK), this is should be 0..1 but 0..3 are actually reserved. (egladil)
|
|
(bociusz)
|
|
|
|
This moves the ground type bits from m2 to m4 for waypoints and depots (leaving room for depot index in m2 in future), and moves the custom graphics ID to the waypoint struct.
- Waypoints: Until now stat_id was saved but never assigned to. Instead we now save the GRFID/local index of the custom graphics so that GRF file changes can leave graphics intact.
|
|
dubious and confusing textfile
|
|
'm1' long ago
|
|
|
|
|
|
|
|
- Update landscape_grid.html to show busy bits used by PBS.
|
|
the lowest bit on the left. Eg. 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ... Is that clear?
|
|
|
|
multiple trains within the same signal block, provided their paths dont intersect. For this the block must have all exit and entry signals be pbs signals. Place these by ctrl-clicking 4 times on a normal signal.
- Feature: [pbs] Implement autoplacement of pbs blocks, when a block has an entry and an exit pbs signal, covert the entire block to pbs. Can be turned off in the patch settings.
- Feature: [pbs] Allow showing of reserved status by making the tracks darker, when the pbs debug level is at least 1.
|