Commit Graph

189 Commits

Author SHA1 Message Date
yexo
0566a6cfda (svn r23168) -Feature [FS#1824]: always draw fences around field tiles 2011-11-08 19:48:47 +00:00
yexo
047957487a (svn r23065) -Add: -q option to read a savegame, write some general info and exit 2011-10-30 13:47:45 +00:00
michi_cc
7b35dd4f54 (svn r23000) -Feature: Base graphics sets can now specify a preferred blitter which OpenTTD uses to decide which blitter to load. 2011-10-04 21:35:47 +00:00
rubidium
bcc6f923ff (svn r22939) -Merge: release documentation updates from 1.1 2011-09-15 19:21:11 +00:00
frosch
f385764b7d (svn r22529) -Doc (r22419): Reflect removal of '-i' option in documentation. 2011-05-31 20:51:19 +00:00
planetmaker
e9bcaca00e (svn r22090) -Doc: Explain OpenTTD's ports and their role in multiplayer and especially for servers 2011-02-16 21:10:13 +00:00
rubidium
5f9f2b6ff0 (svn r21871) -Doc: terraforming/clearing limits (dihedral) 2011-01-20 22:03:27 +00:00
frosch
b495b432ec (svn r21870) -Doc: Mention 'joan' in the admin network documentation. 2011-01-20 21:28:38 +00:00
smatz
2efa084a88 (svn r21823) -Documentation: update the style used in several documentation files 2011-01-16 13:36:47 +00:00
planetmaker
6e72616ae3 (svn r21676) -Prepare 1.1.0-beta2 2010-12-31 14:08:21 +00:00
rubidium
72a4dc53d9 (svn r21668) -Feature: command logging using the admin interface (dihedral) 2010-12-30 18:14:37 +00:00
rubidium
3d1ed5cc6a (svn r21365) -Document: the reasoning for some of the network configuration defaults 2010-11-30 20:09:44 +00:00
rubidium
35baaa7e2e (svn r21349) -Doc: relayout and tweak the multiplayer documentation a bit; e.g. no real need to tell that the network code was rewritten in 0.3.5 2010-11-28 20:56:05 +00:00
glx
d6b52e9429 (svn r21304) -Fix (r21005): some typos in documentation (Xaroth) 2010-11-23 23:06:30 +00:00
rubidium
850d05d24d (svn r21264) -Change: compress some PNGs more efficiently 2010-11-20 12:11:11 +00:00
rubidium
c5118e6a7e (svn r21005) -Document: the admin network protocol on a high(er) level (dihedral) 2010-10-21 20:23:32 +00:00
yexo
bd036265cc (svn r20811) -Fix [FS#4079]: the colour palette file in the docs/ directory was broken 2010-09-15 22:22:07 +00:00
rubidium
a126dc7500 (svn r20639) -Add: random bits to object tiles 2010-08-27 22:26:21 +00:00
rubidium
fa58485e49 (svn r20633) -Cleanup: and clarify some bits in the landscape documentation and make them pass the validator again. 2010-08-27 10:42:48 +00:00
rubidium
1d8b95b235 (svn r20621) -Codechange: move animation frames of houses, objects and industries to m7 (same as airports and stations) 2010-08-26 14:36:00 +00:00
rubidium
36c1c1bdb5 (svn r20490) -Change: merge the extra GRF sources so updating them becomes a bit easier.
The (prebuilt) grf will still remain, so if you don't have NFORenum and GRFCodec it will still work.
2010-08-14 14:50:06 +00:00
rubidium
f336f61104 (svn r20482) -Codechange: move some object related information off the map and unify the relation objects have to towns 2010-08-13 12:45:26 +00:00
rubidium
8975ef1f7b (svn r20446) -Codechange: unify the location of the water class 2010-08-11 14:14:06 +00:00
rubidium
1f2276b785 (svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable. 2010-08-08 10:59:30 +00:00
rubidium
5ed887648c (svn r20334) -Codechange: reorder the unmovable bits a bit for futher extension 2010-08-03 08:09:45 +00:00
rubidium
62c44ca2d2 (svn r19999) -Fix: then vs than mistakes (ln) 2010-06-19 16:43:40 +00:00
rubidium
5c6378bef2 (svn r19531) -Merge: documentation updates from 1.0 2010-03-31 23:33:28 +00:00
yexo
66c247ad45 (svn r19200) -Doc: update the map array documentation 2010-02-22 14:17:26 +00:00
rubidium
8c6db1bfaa (svn r19073) -Fix (r15027): -a is not a command line parameter 2010-02-09 23:52:08 +00:00
peter1138
075217f7b5 (svn r18970) -Codechange: Increase number of possible rail types to 16. 2010-01-30 21:59:22 +00:00
yexo
077cdefc9b (svn r18876) -Codechange: make sure m4 is always 0 for non-railroad station tiles 2010-01-21 13:34:05 +00:00
rubidium
12055bdd9a (svn r18865) -Doc: update the manpage 2010-01-18 22:19:14 +00:00
yexo
2a6fc142de (svn r18719) -Feature: don't delete the rough/rocky status of a tile when it's covered by snow, this allows rocky tiles under snow if you have a variable snowline 2010-01-04 18:33:43 +00:00
yexo
0ae57c0997 (svn r18711) -Doc: update landscape documentation about m1 (tile owner) 2010-01-04 14:33:32 +00:00
yexo
ec9de781a6 (svn r18706) -Cleanup: remove docs/Manual.txt and docs/OSX_install_instructions.txt, the contents of those are already in readme.txt and they were outdated.
Add docs/obm_format.txt and docs/obs_format.txt to Makefile.bundle
Add several documentation files to the windows installer
2010-01-03 22:10:17 +00:00
yexo
a2cdd9b960 (svn r18704) -Doc: update the 'Compiling OpenTTD using Microsoft Visual C++' documentation 2010-01-03 21:35:17 +00:00
rubidium
6b0d44c1e7 (svn r18684) -Fix: for some "man"s an empty line is an error 2010-01-01 22:01:14 +00:00
rubidium
3de085a143 (svn r18683) -Fix: it's not an other 2010-01-01 18:45:40 +00:00
smatz
8d7abcf01a (svn r18650) -Fix: in the case of level crossing, location of the owner of road was documented wrongly (Eddi) 2009-12-27 21:45:27 +00:00
rubidium
42d7f30dcc (svn r18608) -Change: add the concept of music sets 2009-12-22 21:40:29 +00:00
frosch
83fb5dfbbb (svn r17845) -Fix (r17744): Missing 'g' in sed command. 2009-10-22 16:01:28 +00:00
rubidium
64491eeb87 (svn r17844) -Fix (r17790): typo in the documentation 2009-10-22 15:20:38 +00:00
rubidium
0ee61a16ef (svn r17790) -Feature: translatable base sound/graphics set descriptions 2009-10-17 20:34:09 +00:00
rubidium
10c3af4642 (svn r17493) -Codechange: store the depot index on the map 2009-09-10 14:33:07 +00:00
rubidium
649e77d64b (svn r17196) -Update: the man page; add the sound set stuff and make a few things a bit clearer 2009-08-15 21:24:58 +00:00
rubidium
084b4fed56 (svn r17165) -Update: tweak obs/obg format description slightly 2009-08-13 14:24:13 +00:00
rubidium
93493827b6 (svn r17139) -Change: add the concept of sound sets 2009-08-09 19:50:44 +00:00
frosch
cd53c9b1a8 (svn r17136) -Fix: Some typos in .obg stuff. 2009-08-09 19:04:42 +00:00
rubidium
43b040d2cf (svn r16911) -Update: map array documentation 2009-07-22 09:21:48 +00:00
rubidium
6ce7df1153 (svn r16698) -Document: update documentation pointing to the old translator tool. 2009-06-30 10:26:28 +00:00