Skip to content

Commit

Permalink
Update: Documentation for 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
planetmaker committed May 9, 2014
1 parent cab71a1 commit 30b8829
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
0.3.1 (2014-05-10)
------------------------------------------------------------------------
- Add: String commands CARGO_LONG, CARGO_SHORT and CARGO_TINY
- Add: Object variable 'nearby_tile_object_view'
- Add: Vehicle variable 'vehicle_is_unloading'
- Add: House callback result 'CB_RESULT_HOUSE_NO_MORE_PRODUCTION'
- Fix: Typo-fix in font_glpyh block name.
- Fix: Error in raising an error in format_string
- Fix: Don't catch more exception than expected, comment typo fixes, removed empty line
- Fix: Report error from the spriteview position, instead of using a non-existing variable.
- Fix: Do not report a position using a non-existing instance variable.
- Fix: Don't crash on raising None after printing a warning.
- Fix: Add also rpm spec file and syntax highlighting creation scripts to source distribution
- Doc: Additional documentation, small fixes/improvments.
- Change: Drop Python 2.5 support.



0.3.0 (2014-01-01)
------------------------------------------------------------------------
- Feature: use grf container format v2, nfo v32 and grf v8
Expand Down
2 changes: 1 addition & 1 deletion docs/nml.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: nml
Version: 0.2.3
Version: 0.3.1
Release: 0
Summary: NewGRF Meta Language
License: GPL-2.0+
Expand Down
4 changes: 2 additions & 2 deletions docs/nmlc.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.Dd June 18, 2011
.Dd May 10, 2014
.Dt NMLC 1
.Sh NAME
.Nm NMLC
Expand Down Expand Up @@ -51,7 +51,7 @@ are 'DOS', 'WIN', 'ANY'.
The language reference at
.Pa http://hg.openttdcoop.org/nml/raw-file/tip/docs/index.html
.Sh AUTHOR
NML was written by Albert Hofkamp, Jasper Reichardt, Ingo von Borstel,
NML was written by Albert Hofkamp, Christoph Elsenhans, Jasper Reichardt, Ingo von Borstel,
José Soler and Thijs Marinussen.
.Pp
This manual page was written by Thijs Marinussen.
4 changes: 2 additions & 2 deletions docs/readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NML readme
Last updated: 2013-10-30
Release version: 0.2.4
Last updated: 2014-05-10
Release version: 0.3.1
------------------------------------------------------------------------


Expand Down

0 comments on commit 30b8829

Please sign in to comment.