SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for nml-debuginfo-0.7.6-1.1.i586.rpm :

* Sun Feb 16 2025 Jan Baier - update to 0.7.6
* Change: Reduce D0xx usage where possible by AATTglx22 in #326
* Update: Python versions for regression by AATTglx22 in #331
* Fix nearby_tile_same_grf, nearby_tile_other_grf and nearby_tile_original_gfx, they all compared to wrong constants by AATTahyangyi in #330
* Codechange: Reduce register usage for BinOp by AATTglx22 in #308
* Change: Remove road stops variable random_bits by AATTJGRennison in #329
* Add: Support for station variable 6B by AATTglx22 in #320
* Change: Unreachable range for default only switch should target CB_FAILED by AATTJGRennison in #328
* Add: Constants and varact2 variable associated with road waypoints by AATTJGRennison in #327
* Change: reduce register consumption for spritelayouts by AATTglx22 in #306
* Add: \'const\' keyword to allow users to define new constants by AATTglx22 in #302
* Add: Support for station property 1E by AATTglx22 in #333
* Fix 749aa73: station property 0A should be an extended byte by AATTglx22 in #334
* Fix #337: Station \'availability\' is a purchase callback by AATTglx22 in #338
* Change: Support for 8 bit station tile types. by AATTPeterN in #339
* Add: Support for station properties 0E and 0F by AATTglx22 in #335
* Add: Basic range check for replace() by AATTglx22 in #324
* Fix #340: Always use raw strings for token regex by AATTglx22 in #341
* Change: Use extended Action1s by AATTglx22 in #309
* Change: cargo class bits 13 and 14 now define potable and non-potable… by AATTandythenorth in #343
* Update: Python version for testing by AATTglx22 in #347
* Add: --list-unused-strings to list the unused strings by AATTglx22 in #348
* Add: Support for Action5 type 19 road waypoints by AATTzephyris in #351
* Fix: [Actions] Install missing deps for PyPy by AATTglx22 in #353
* Fix: Properly check number of varaction2 ranges by AATTglx22 in #352
* Fix: incorrect start values for roadstop var 43/44 by AATTWenSimEHRP in #349
* Fix #354: Improve length check for string literal properties by AATTglx22 in #355
* Fix: Include information about relevant block in ScriptError message by AATTPixel-Tony in #321
* Change: add vehicle \'refit\' callback (cb 0x163) and cargo class filter prop (0x28 for trains etc) by AATTandythenorth in #344
* Codefix: There\'s a new version of \'black\' by AATTglx22 in #361
* Fix: \'pip install nml\' fails to build from source by AATTglx22 in #362
* Change: [Actions] Use cibuildwheel for releases by AATTglx22 in #363
* Update: changelog for 0.7.6 by AATTglx22 in #346- Run regression test during %check phase- Remove reproducible.patch
* Sat Mar 02 2024 Jan Baier - update to 0.7.5
* Change: add constants GROUNDSPRITE_ROAD_X and GROUNDSPRITE_ROAD_Y by AATTandythenorth in https://github.com/OpenTTD/nml/pull/307
* Fix: Register named parameters earlier by AATTglx22 in https://github.com/OpenTTD/nml/pull/301
* Add: Support for build probability action CB 162 var10 0 (reverse rail vehicle) by AATTPeterN in https://github.com/OpenTTD/nml/pull/313
* Fix cleanup leaving generated files behind by AATTmatthijskooijman in https://github.com/OpenTTD/nml/pull/312
* Change: Allow creating 32bpp-only NewGRFs by AATTPeterN in https://github.com/OpenTTD/nml/pull/314
* Fix a9a1a3e: Don\'t use station properties 1C/1D for IDs 00-FF by AATTglx22 in https://github.com/OpenTTD/nml/pull/305
* Add: [Dependabot] introduce Dependabot to keep our workflows up-to-date by AATTglx22 in https://github.com/OpenTTD/nml/pull/316
* Upgrade: [Actions] Bump the actions group with 4 updates by AATTdependabot in https://github.com/OpenTTD/nml/pull/317
* Add: Support for faster ship speed 23 and acceleration 24 (OTTD #10734) by AATTzephyris in https://github.com/OpenTTD/nml/pull/315
* Update: changelog for 0.7.5 by AATTglx22 in https://github.com/OpenTTD/nml/pull/319
* Add: Support town_production_effect and town_production_multiplier. by AATTPeterN in https://github.com/OpenTTD/nml/pull/318
* Change: add --no-palette-validation optional arg by AATTandythenorth in https://github.com/OpenTTD/nml/pull/322
* Update: changelog for 0.7.5 by AATTglx22 in https://github.com/OpenTTD/nml/pull/323
* Thu Feb 22 2024 Dominique Leuenberger - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN
* Thu Dec 21 2023 Bernhard Wiedemann - Add reproducible.patch to not write non-deterministic .pyc files
* Wed Jun 28 2023 Jan Baier - update to 0.7.4
* Change: Use a single replacenew-type \'SIGNALS\' instead of 3 different constants. by AATTfrosch123 in https://github.com/OpenTTD/nml/pull/297
* Fix #295: Adjust version_openttd for OpenTTD >= 12.0. by AATTfrosch123 in https://github.com/OpenTTD/nml/pull/296
* Fix dfb4499: incomplete read only checks (again) by AATTglx22 in https://github.com/OpenTTD/nml/pull/292
* Change: Support extended DCxx string range, and station names for IDs > 255 by AATTglx22 in https://github.com/OpenTTD/nml/pull/293
* Support for roadtype direction markings (OTTD #10282) by AATTFLHerne in https://github.com/OpenTTD/nml/pull/274
* Update: changelog for 0.7.4 by AATTglx22 in https://github.com/OpenTTD/nml/pull/298
* Mon May 22 2023 Jan Baier - update to 0.7.3
* Change: Extend vehicle random bits to 16. by AATTPeterN in #288
* Support extended object/station/roadstop limits (draft) by AATTandythenorth in #287
* Codechange: [Actions] Use \'gh\' to upload release assets by AATTglx22 in #284
* Add: STAT_ALL_TILES constant for use instead of 0xFF by AATTBrickblock1 in #283
* Fix: [Actions] nmlc version could not be determined during regression by AATTglx22 in #285
* Add: Support for {FORCE} string command by AATTglx22 in #289
* Add: --no-32bpp and --no-extra-zoom option to skip some alternative sprites by AATTglx22 in #286
* Update: changelog for 0.7.3 by AATTglx22 in #291
* Tue Apr 18 2023 Jan Baier - update to 0.7.2
* Feature: support for variant_group action 0 prop for vehicles by AATTandythenorth in #272
* Add: \'tunnels\' callback for road- and tramtypes by AATTglx22 in #273
* Feature: Engine name callback by AATTmichicc in #276
* Update: reformat source with black 23.1 by AATTfrosch123 in #278
* Fix: By default there is no ELRL railtype. by AATTfrosch123 in #277
* Update: [Actions] Bump used actions versions by AATTglx22 in #280
* Add: Road stops (feature 0x14) by AATTJGRennison in #279
* Optimise variational action2 trivial cases by AATTJGRennison in #281
* Update: changelog for 0.7.2 by AATTglx22 in #282
* Sun Dec 11 2022 Dirk Müller - update to 0.7.1:
* Fix action0properties.py
* Minor improvements to examples
* Change: use an array of cargoes for cargo_random_triggers
* Change: disabled_platforms/length is now bitmask(1-8)>>1
* Change: replace nearby_tile_platform_type with nearby_tile_tile_type.
* Fix: Station animation triggers every 250 ticks, not 256.
* Fix #256: Objects have a \'colour\' in var 47.
* Change: allow any expression for station (purchase_)prepare_layout
* Update: changelog for 0.7.1
* Fix: [Actions] release workflow issues
* More issues in release workflow
* Mon Nov 14 2022 Andrea Manzini - update to 0.7.0 This release adds the long awaited support for stations. Support for NewGRF additions of OpenTTD 13.0: - Add: Map seed in patch variable 0x17. Support for NewGRF additions of OpenTTD 1.11: - Change: provide nml vars for industry var 0x47 - GameScript control status Other changes and fixes: - Add: show an error if a required property is not set for objects (feature 0F) (#236) - Fix: Reject empty arrays of expressions (#224) - Fix #209: Cargo \'profit\' callback applied a unit conversion, when there was no unit. (#220) - Change: adjust sound name constants to match OpenTTD - Fix #253: Produce a more efficient NFO code for abs() builtin function (#255)
* Thu Oct 21 2021 Jan Baier - update to 0.6.1 - Support for NewGRF additions of OpenTTD 12.0: - Update: Increase number of OTTD_GUI sprites to 191 (#253) - Switches can now be used as functions inside expressions - Switches can now define parameters, which are passed by callers for usage inside the switch - NML now applies optimisations to switches and chains of switches - optimisation and deprecation warnings can be suppressed with nmlc flags, see \'nmlc --help\' (#230) - Add: rail vehicle property and callback \'curve_speed_mod\' (rail vehicle property 0x2E) (#222) - Update: Increase number of OTTD_GUI sprites to 186 (#183) - Add: Industry spec_flag \'IND_FLAG_DO_NOT_CLAMP_PASSENGER_PRODUCTION\' (#183) - Add: Vehicle variables \'tile_(supports|powers|is)_(rail|road|tram)type\' (#183) - Add: Vehicle variable \'tile_has_catenary\' (#183) - Add: General variable \'inflation\', which reports the game setting (#183) - Add: Alternative string constants introduced in OpenTTD/OpenTTD#8392 (#176) - Add: industry variable for \'town_index\' (var 0x41) - Add: constants GROUNDSPRITE_GRASS, GROUNDSPRITE_DESERT_2_2, GROUNDSPRITE_GRASS_1_3, GROUNDSPRITE_GRASS_2_3, GROUNDSPRITE_GRASS_3_3 - Add: builtin functions for round() and sqrt() - Add: plural form 14 for Romanian - Change: Check that user code doesn\'t try to use reserved registers (#189) - Change: warn when a deprecated constant is used - Change: progress display shows input filename when reading files - Change: improve error message when invalid features are used - Add: More-obvious error for trailing \'.\' in a string id (#145) - Change: Clean up language definitions (#208) - Fix #184: Share townname bits when possible (#185) - Fix: Compatibility with Pillow 8.1.0 (#182) - Fix #180: No proper error message was given, if an unreferenced String was unable to allocate an id (#181) - Fix: Access to persistent-storage of towns (#173) - Fix: Don\'t suppress errors for incorrect `hide_sprite` values (#168) - Fix: Remove trailing whitespaces in NFO output (#164) - Fix: town_euclidean_dist was returning incorrect value (#206) - Fix: rename MAP_TYPE_RECTANGULAR to MAP_TYPE_SQUARE (#201) - Fix: LZ77 compatibility with Python 3.9+ (#215, #228) - Fix: access to persistent-storage of towns was broken (#173) - Fix: use most likely defined position when reporting error (#226) - Update: VS generation script syntax (#233)- remove upstreamed pcx images
 
ICM