Giter Club home page Giter Club logo

rpgmap's Introduction

RpgMap v1.2.1

RpgMap implements a versatile in-memory ordered key/value store, like a Java TreeMap or a Python dict, for use with the RPG programming language



License

RpgMap is MIT Licensed. You may use, distribute and copy it under the license terms.

File RPGMAPRBTC.C (RedBlackTree implementation) was originally developed by Emin Martinian.

Changes

  • v1.2.1 (march 2019)

    • Dir Source renamed to src. Misc. changes.
  • v1.2.0 (july 2018)

    • New procedures:

    • Fixed bug "obj already contained" in rm_ins?m.

    • RPGMAP signature is now "V1" and only changes when the major version number is changed.

    • rm_??__ to immediately dispose an RpgMap value after unwrapping.

    • rm_inm (rm_in_map) to test whether a map or value is (contained) in a map.

    • rm_mmm (rm_make_map_manually_disposed) to make a map manually disposed.

    • rm_mmi (rm_make_map_immutable) to make a map immutable.

  • v1.1.0 (dec 2017)

    • Start with semver versioning scheme.
  • V2017.3 (sept 2017)

    • Fixed bug which caused procedure rm_isv to return *on for a normal map.

    • Maps can have event handlers which listen to "insert" and "remove" events.

    • Values and maps can now have associated "user data", which is an arbitrary integer value between 1 and 65.000.

    • Procedure rm_sav (rm_set_attr_value) now accepts up to 100 attribute name/values.

    • Parameter pos is now optional for procedures rm_slln and rm_sgtp.

    • New procedures:

      • rm_usrd (rm_user_data) (return user data) returns the user data associated with a map or value.

      • rm_ismm (is manually disposed map?) to test whether an object is a manually disposed map.

      • rm_add_event_handler (add event handler) to add an event handler to a map.

      • rm_remove_event_handler (remove event handler) to remove an event handler from a map.

  • V2017.2 (aug 2017)

    • Many procedures now have a long procedure name besides the short name. The long name can optionally be used when a more descriptive name is needed. For example rm_insc can also be called as rm_insert_cond.

    • New procedures:

      • rm_hit (rm_has_item) (has item?) to test whether a map has an item equal to a given item.

      • rm_nit (rm_num_items) (number of items) which returns the number of items equal to a given item.

      • rm_gik (rm_get_item_key) (get item key) which returns the key of the first or last item equal to a given item.

  • V2017.1 (jul 2017)

    • Initial

rpgmap's People

Watchers

C For C's Sake avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.