Commit Graph

205 Commits (tracerestrict)

Author SHA1 Message Date
bjarni 04f072c3c1 (svn r3676) -Change: [OSX] changed info about package to how to install the game
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 ;)
19 years ago
matthijs a893361692 (svn r3507) - Fix: [Makefile] Make sure the ICON_DIR gets created before copying files there.
- Fix: Fix small syntactic error in the manpage.
19 years ago
Darkvater 4014e36aec (svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it 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.
19 years ago
Darkvater f14fa3f6e0 (svn r3451) - Fix documentation; PBS bits were missing for bridge 19 years ago
Darkvater 7d17583a29 (svn r3445) - Fix: [ 1415379 ] Enhance documentation of lift destination
- Fix: wrong documentation of trees (Tron)
19 years ago
tron 6a665b69b5 (svn r3401) (Hopefully) fix some inaccuracies 19 years ago
tron bcee23b645 (svn r3400) Convert the bit patterns to big endian notation 19 years ago
tron 9dac583e87 (svn r3399) Simplify markup 19 years ago
tron b554d440b6 (svn r3398) Remove TTDp nomenclature 19 years ago
Darkvater 826a1ba482 (svn r3328) - Fix: [ 1352739 ] landscape_grid.html showing wrong bit usage (belugas) 19 years ago
Darkvater a95a66c751 (svn r3327) - Fix: [ 1373581 ] landscape.html documentation. Railway types 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) 19 years ago
Darkvater b6d5ebc629 (svn r3318) - Codechange: [FS#27] MSVC projectfile & documentation update (bociusz) 19 years ago
tron bd2eba11b7 (svn r3299) Remove the unimplemented -l option, which should select the language 19 years ago
peter1138 479a9c2e47 (svn r3212) - Waypoints/Depots: Store waypoint index in m2 for waypoints. 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.
19 years ago
Darkvater 12321bbc30 (svn r3062) - Add visual representation of possible text-colours instead of dubious and confusing textfile 19 years ago
tron 371cb91d7d (svn r3013) Update the documentation: The 'owner' attribute was renamed to 'm1' long ago 19 years ago
tron 0d912f3811 (svn r2749) Fix typo in the tile documentation 19 years ago
tron 602feb19b5 (svn r2723) Make the manual page more informative 19 years ago
tron e3f4aecd37 (svn r2659) Catch up with reality in the landscape documentation 19 years ago
Darkvater bf794fad62 (svn r2529) - Fix: PBS signals showed up as normal signals with the query tool
- Update landscape_grid.html to show busy bits used by PBS.
19 years ago
Darkvater 8442562b7b (svn r2527) - Clarify map-description file. Bits are from left to right with 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? 19 years ago
hackykid 7f2424b241 (svn r2525) - Fix: [pbs] Fix a mistake in the comments/docs. 19 years ago
hackykid ab9c6f126d (svn r2516) - Feature: [pbs] Implement path-based-signalling. This allows 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.
19 years ago
celestar 189a1c4017 (svn r2499) -Codechange: Moved the semaphore bit from bit 2 to bit 3 in _map_hi for rails, in order to make way for pbs 19 years ago
orudge 2f83fd2c93 (svn r2354) Update OpenTTD for 0.4.0.1 release 19 years ago
Celestar 327261f8fe (svn r2032) -Codechange: A less hackish version of SVN version detection for OS/2 (orudge) 20 years ago
celestar 2c1d712268 (svn r2028) Added detection of SVN version (rev.c generation) for OS/2, updated readme, initial clipboard support (orudge) 20 years ago
Darkvater a25e6eb6bb (svn r1991) - Fix: Fix some of the gaping holes in the colouring, and added some additional info 20 years ago
Darkvater eb1173c39a (svn r1988) - Docs: Added graphical representation of tile-data to docs section 20 years ago
celestar 2e357e69f9 (svn r1768) -Codechange: Store town index in _map2 of town tiles
Moved house type from _map2 to _map3_hi for MP_HOUSE
  Moved foundation and roadworks from _map2 to _map3 for
MP_STREET
  This increases game speed by a factor of around 15(!) if many cities are around.
  Converting an old game is done automagically, but can take a while
20 years ago
dominik 49a08e5e38 (svn r1453) Feature: MD5 hash check for TTD files
The original TTD files are now checked with a MD5 sum to determine which version of the grf files is used and to warn about possible file corruptions. (Thanks to ledow for the original patch)
20 years ago
miham 323ab5ee72 (svn r1428) Compiling with MSVC6 documentation update (from the wiki) [Bociusz] 20 years ago
darkvater 3dd82d576b (svn r1325) -Fixed eol-style properties on new files. Please before adding a new file to svn use: "svn propset svn:eol-style native <filename's>"!!
-Fix: the level land icon no longer flashes (was palette colour)
20 years ago
truelight c476b34b23 (svn r1289) -Fix: Minor fix for OS/2 message boxes (orudge) 20 years ago
truelight fe16ef6637 (svn r1281) -Fix: the OS/2 is now finished. Fixes:
- Networking
  - File selector issue
  - Keyboard input
  - Dedicated server console issue (use dedicated.cmd to open a server)
  - Plus many other minor issues
20 years ago
truelight b67e2eddd4 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
- Marked docs/console.txt as out-dated
20 years ago
truelight 31416a2497 (svn r1253) -Update: updated the multiplayer doc a bit.
Via this commit I wanted to thank everyone who helped with this new 
 network, with some people by name: Bjarni, for Endian support, 
 Hackykid, for Masterserver and ingame server-list, Geniusdex, for 
 suggestions and bug reporting, Darkvater, for the Windows testing, 
 Tron, for his comments and suggestions for the network, sign_de, for his 
 general help around the network, orudge, for his kind offer to host 
 our masterserver, dominik, for the network GUI, and all the others I 
 did not mention or forgot. Thank you all :)
20 years ago
truelight 4395293d9f (svn r1249) -Fix: new files in the last commit had double content 20 years ago
truelight dfc5fdbb92 (svn r1248) -Add: initial OS/2 support (read docs/ReadMe_OS2.txt) (orudge)
Works fine, beside some minor stuff:
  - Network is not working yet
  - Keyboard is not working
  - No MIDI support
  - 'A few file selector bugs involving drives'
20 years ago
miham 4610ab6275 (svn r1119) Fixed url in manpage 20 years ago
matthijs 38edb9a1fc (svn r1118) * Added a minimal manpage with references to where to get real info
* Specified installation locations in the os/debian/rules script so it works now.
20 years ago
dominik 6e99d2c0e8 (svn r1038) Feature: OpenTTD runs with the grf files of the DOS version
Please read the Readme for further information. There are some minor graphical glitches when you use the DOS files. E.g. the autorail button is a bit screwed up.
20 years ago
bjarni fb50423a00 (svn r971) Mac: updated text files and added the link files from the releases 20 years ago
truelight d6a1f3e412 (svn r942) -Merged branch/network back into the trunk 20 years ago
pasky d9096f9ea4 (svn r688) Fix eol-style (hopefully). 20 years ago
tron 3a7abc2a35 (svn r659) Support for cutomized TTDPatch-style new stations (no selector GUI yet) (pasky) 20 years ago
celestar eb50427670 (svn r581) -newgrf: Basic support for new stations - only waypoints supported now and only
the first custom one can be placed (no selector GUI, coming soon). This
also moves some global variables to {struct GRFFile} and reorders which
actions are processed in what stage, to get it all working together --
(pasky)
20 years ago
darkvater 089a2a7847 (svn r294) -Fix: autorail always builds rail, instead of occasional rail removal (on pressing hotkey after pressing 'bulldozer')
-Fix: network fixes (Tron)
-Some textfile changes, mainly URL's
20 years ago
signde 6cf0a4c928 (svn r225) -Doc: added multiplayer documentation file doc/multiplayer.txt 20 years ago
darkvater 7a6512a654 (svn r211) -Added Player-colour conversion table (sign_de)
-Added OTTD colour palette image
20 years ago
darkvater 8308432cf9 (svn r187) -Feature: [1024044] Show max loan in finances window. (ledow)
-some type fixes in txt files
20 years ago
darkvater daf82a0b07 (svn r142) -Feature development: [1016299] Console Rev #3 allowes variable references and has a new commandline buffer (sign_de) 20 years ago
dominik c32166a5c9 (svn r131) Completely changed hotkey from tab to backquote (not working in Windows yet) 20 years ago
dominik e2f627a22e (svn r127) New feature: ingame console. (sign_de)
Press tab to open the console, more info in docs/console.txt
20 years ago
truelight efaeb275f7 (svn r1) Import of revision 975 of old (crashed) SVN 20 years ago