rubidium
7a081330e4
(svn r25599) [1.3] -Backport from trunk:
...
- Fix: [Admin] End-of-rcon data could not be determined reliably for any rcon command [FS#5643] (r25598, r25588, r25587)
- Fix: [Content] When the server closed the connection, the client would for eternity try to read a packet and never timeout making it impossible to reconnect [FS#5635] (r25597)
- Fix: [Script] Changing the script difficulty level in-game would also change the settings using the default even though they were not allowed to change in-game [FS#5644] (r25592)
- Fix: [Admin] Ensure that sent and received length of json strings are the same [FS#5646] (r25590, r25589)
- Fix: [Squirrel] Stack overflow did not show an error, due to the stack to throw the error already being full [FS#5320] (r25585)
2013-07-13 10:13:55 +00:00
rubidium
c94a2d5289
(svn r24257) -Fix [FS#5112]: update some outdated documentation and make is somewhat more consistent
2012-05-16 19:34:36 +00:00
yexo
5c838ff1c3
(svn r23168) -Feature [FS#1824]: always draw fences around field tiles
2011-11-08 19:48:47 +00:00
yexo
433f74edd9
(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
c575b5bbd7
(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
973f0afd28
(svn r22939) -Merge: release documentation updates from 1.1
2011-09-15 19:21:11 +00:00
frosch
9b9b427a26
(svn r22529) -Doc (r22419): Reflect removal of '-i' option in documentation.
2011-05-31 20:51:19 +00:00
planetmaker
36332644ee
(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
060b2b736b
(svn r21871) -Doc: terraforming/clearing limits (dihedral)
2011-01-20 22:03:27 +00:00
frosch
2d6ebd3bf4
(svn r21870) -Doc: Mention 'joan' in the admin network documentation.
2011-01-20 21:28:38 +00:00
smatz
82346d4608
(svn r21823) -Documentation: update the style used in several documentation files
2011-01-16 13:36:47 +00:00
planetmaker
fe6080650c
(svn r21676) -Prepare 1.1.0-beta2
2010-12-31 14:08:21 +00:00
rubidium
6546561360
(svn r21668) -Feature: command logging using the admin interface (dihedral)
2010-12-30 18:14:37 +00:00
rubidium
8d53237998
(svn r21365) -Document: the reasoning for some of the network configuration defaults
2010-11-30 20:09:44 +00:00
rubidium
2b258feee7
(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
33d71aff32
(svn r21304) -Fix (r21005): some typos in documentation (Xaroth)
2010-11-23 23:06:30 +00:00
rubidium
130e2e9f4f
(svn r21264) -Change: compress some PNGs more efficiently
2010-11-20 12:11:11 +00:00
rubidium
2d64b482ba
(svn r21005) -Document: the admin network protocol on a high(er) level (dihedral)
2010-10-21 20:23:32 +00:00
yexo
0e458131bc
(svn r20811) -Fix [FS#4079]: the colour palette file in the docs/ directory was broken
2010-09-15 22:22:07 +00:00
rubidium
536bb704b7
(svn r20639) -Add: random bits to object tiles
2010-08-27 22:26:21 +00:00
rubidium
8047d84aa0
(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
7f86dcca90
(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
7d11c392a4
(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
89b2b9370a
(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
ab5b0ceff2
(svn r20446) -Codechange: unify the location of the water class
2010-08-11 14:14:06 +00:00
rubidium
3da3d131c6
(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
f44c51577b
(svn r20334) -Codechange: reorder the unmovable bits a bit for futher extension
2010-08-03 08:09:45 +00:00
rubidium
34c83074c2
(svn r19999) -Fix: then vs than mistakes (ln)
2010-06-19 16:43:40 +00:00
rubidium
69fec2d146
(svn r19531) -Merge: documentation updates from 1.0
2010-03-31 23:33:28 +00:00
yexo
2b871fe953
(svn r19200) -Doc: update the map array documentation
2010-02-22 14:17:26 +00:00
rubidium
4cd2ad0a5f
(svn r19073) -Fix (r15027): -a is not a command line parameter
2010-02-09 23:52:08 +00:00
peter1138
990cbe6263
(svn r18970) -Codechange: Increase number of possible rail types to 16.
2010-01-30 21:59:22 +00:00
yexo
18e7ec6b3e
(svn r18876) -Codechange: make sure m4 is always 0 for non-railroad station tiles
2010-01-21 13:34:05 +00:00
rubidium
d8e126d98d
(svn r18865) -Doc: update the manpage
2010-01-18 22:19:14 +00:00
yexo
b378e82676
(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
051e54c9a7
(svn r18711) -Doc: update landscape documentation about m1 (tile owner)
2010-01-04 14:33:32 +00:00
yexo
33e48c63b8
(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
1c1035c44c
(svn r18704) -Doc: update the 'Compiling OpenTTD using Microsoft Visual C++' documentation
2010-01-03 21:35:17 +00:00
rubidium
ad667bf50a
(svn r18684) -Fix: for some "man"s an empty line is an error
2010-01-01 22:01:14 +00:00
rubidium
b2e9b5d612
(svn r18683) -Fix: it's not an other
2010-01-01 18:45:40 +00:00
smatz
96a5db36f8
(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
a8d6d18b22
(svn r18608) -Change: add the concept of music sets
2009-12-22 21:40:29 +00:00
frosch
cd73ad8b01
(svn r17845) -Fix (r17744): Missing 'g' in sed command.
2009-10-22 16:01:28 +00:00
rubidium
f30be25e56
(svn r17844) -Fix (r17790): typo in the documentation
2009-10-22 15:20:38 +00:00
rubidium
d5d2354296
(svn r17790) -Feature: translatable base sound/graphics set descriptions
2009-10-17 20:34:09 +00:00
rubidium
55ddce8da2
(svn r17493) -Codechange: store the depot index on the map
2009-09-10 14:33:07 +00:00
rubidium
a33376b6ca
(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
bd6fac8c12
(svn r17165) -Update: tweak obs/obg format description slightly
2009-08-13 14:24:13 +00:00
rubidium
9ee2a66c86
(svn r17139) -Change: add the concept of sound sets
2009-08-09 19:50:44 +00:00
frosch
49c3d453be
(svn r17136) -Fix: Some typos in .obg stuff.
2009-08-09 19:04:42 +00:00