Revisions of nml

Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 879524 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 37)
- Backport corrected pcx images to fix tests with Pillow 8.1.0
  (gh#OpenTTD/nml!188, deb#980641):
  * arctic_railwagons.pcx
  * opengfx_generic_trams1.pcx
  * opengfx_trains_start.pcx
buildservice-autocommit accepted request 860560 from Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) (revision 36)
baserev update by copy to link target
buildservice-autocommit accepted request 788275 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 34)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 787887 from Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) (revision 33)
- Add upstream patch to fix the python 3.8 compatibility:
  * 0001-Fix-52-time.clock-has-been-removed-in-python-3.8-53.patch
buildservice-autocommit accepted request 707210 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 32)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 31)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 30)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 29)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 28)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 27)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 707188 from Jon Brightwell's avatar Jon Brightwell (moozaad) (revision 26)
- Removed nml-python341.diff - python bug, fixed python upstream (3.4.2rc1).
- Removed nml-0.4.2-pillow.diff - superceded upstream
- added python-pillow-version.patch - fixes incorrect version number query https://github.com/OpenTTD/nml/pull/29
- update to 0.4.5
  - Feature: increase cargo ID range from 32 to 64, to support 64 cargos in OpenTTD 11ab3c4ea2f6a6d29efda8c9ba2af04194621ea7
  - Change: Support more DCxx strings for OpenTTD r27769.
  - Add: Properties for vehicle sprite stack.
  - Add: CB_FLAG_MORE_SPRITES, PALETTE_IDENTITY
  - Add: String command 9A 1E CARGO_NAME.
  - Add: CB_RESULT_IND_NO_TEXT_NO_AMOUNT
  - Codechange: Store textids without offset in string_ranges
  - Fix: String encoding with cases was non-deterministic and resulted in differing md5sums for the NewGRF.
  - Fix: Rearrange order of string id assignment to keep compatibility.
  - Fix: When some IDs depleted, an internal NML error was raised instead of the intended error message.
  - Fix: most_common_refit was reading the wrong bits in var 42; read the write bits and rename it to most_common_cargo_type
       as it's more accurate; also add most_common_cargo_subtype which also reads var 42 and was previously missing
  - Fix: Switch from :r format code to !r conversion flag to avoid crashes.
  
- 0.4.4 (2016-01-07)
  - Fix/Revert: Stripping one path level is not enough
- 0.4.3 (2016-01-07)
  - Add: prob_map_gen as alternative name for the mapgen industry probability property
  - Fix: Stripping one path level is enough
  - Fix: Compatibility with newer versions of pillow.
  - Fix: Vehicle 'sort' function caused internal error when an empty list was passed.
  - Fix: motion_counter is 24 bits, not 4.
- update to 0.4.2
- add fix for new Pillow (nml-0.4.2-pillow.diff) taken from pyglet
  issue 677
- lift requirement on python3-devel and add nml-python341.diff to
  fix build on Leap
- don't run the regression tests twice
- install the man page
- avoid a runtime dependency on setuptools
- Add python3-setuptools requires: nml makes use of pkg_resources
  during runtime
  from openttd-opengfx build log:
  /usr/bin/nmlc -c -p DOS --grf ogfxt_toyland.grf ogfxt_toyland.nml
  Traceback (most recent call last):
     File "/usr/bin/nmlc", line 5, in <module>
      from pkg_resources import load_entry_point
        ImportError: No module named 'pkg_resources'
- Manually install the nml directory into python3_sitelib: python
  setup.py forgets to install this, resulting in nmlc not being able
  to be started (failed to import nml).
- update to 0.4.1 (drops support for Python 2)
  - improved performance and NewGRF support
- update to 0.3.1 (drops support for Python version 2.5)
- update to 0.2.4 (OpenGFX 0.4.6.1)
  (check changelog.txt)
- downgrade to 0.2.3
  OpenGFX 0.4.5 builds with NML 0.2.3 only
- update to 0.2.4 (bugfix release) 
- license update: GPL-2.0+
  No evidence of GPL-2.0 (only) files in the package
- Cleaned up macro usage
- upstream update 0.2.3
- Add: Action5 for tunnel portals
- Fix: Properly catch out-of-bounds image reads (issue #3666)
- Fix: Character code 0xA0 (NBSP) is used for an up arrow in TTD, so
       don't write it as ascii. Force unicode instead (issue #3643)
- upstream update 0.2.2 
- upstream update 0.2.1
- required for opengfx 0.4 
- upstream update 0.1.1
- rpmlintrc to suppress python name policy
- initial setup
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 25)
update
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 24)
update to 0.4.2
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 340614 from Ludwig Nussel's avatar Ludwig Nussel (lnussel) (revision 23)
- lift requirement on python3-devel and add nml-python341.diff to
  fix build on Leap
buildservice-autocommit accepted request 310699 from Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) (revision 22)
baserev update by copy to link target
buildservice-autocommit accepted request 308161 from Rusmir Duško's avatar Rusmir Duško (nemysis) (revision 20)
baserev update by copy to link target
Rusmir Duško's avatar Rusmir Duško (nemysis) accepted request 308135 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 19)
nml is quite broken (upstream): nml itself is not being installed by setup.py; the missing dep is only a minor thing. With this variant of nml, I was able to build openttd-opengfx again.
Matthias Mailänder's avatar Matthias Mailänder (Mailaender) committed (revision 18)
Displaying revisions 21 - 40 of 57
openSUSE Build Service is sponsored by