Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[B+C] Add API to use 1.7 chat features. Adds BUKKIT-5245 #1111

Open
wants to merge 72 commits into
base: master
Choose a base branch
from

Commits on Jul 17, 2014

  1. First draft

    Ribesg committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    dff7352 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2014

  1. More draft

    Ribesg committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    0c577dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5375e34 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2014

  1. Prevent modifying parts

    Ribesg committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    a844dc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c4cd36 View commit details
    Browse the repository at this point in the history
  3. Implement new API

    Ribesg committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    d45527f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    734978a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ae81e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ec90a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2014

  1. Clean tabs and stuff

    Ribesg committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    8af1389 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2014

  1. Make Click & Hover immutable

    Ribesg committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    9fe76be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7df8f44 View commit details
    Browse the repository at this point in the history
  3. Handle null value in String[]

    Ribesg committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    f457284 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4abdef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db58a06 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2014

  1. Add 2 millions methods

    Ribesg committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    074bde3 View commit details
    Browse the repository at this point in the history
  2. Document the Click class

    Ribesg committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    8d74fcb View commit details
    Browse the repository at this point in the history
  3. Document the Hover class

    Ribesg committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    090dc73 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2014

  1. Add basic Javadoc for Message and Part

    Still misses all static constructors, append and insert methods JDs
    Also make Part constructor private
    Ribesg committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    73e4a63 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2014

  1. Configuration menu
    Copy the full SHA
    9f814e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33e6fae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d98d04e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2014

  1. Added some javadocs

    ST-DDT committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    ae2c82e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2014

  1. Use Messages in Events too.

    ST-DDT committed Aug 30, 2014
    Configuration menu
    Copy the full SHA
    c929fc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    270c9f3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from ST-DDT/BUKKIT-5245-v2_javadocs

    Added some javadocs
    Ribesg committed Aug 30, 2014
    Configuration menu
    Copy the full SHA
    a26aae7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7 from ST-DDT/BUKKIT-5245-v2_events

    Update Events to use the new Messages
    Ribesg committed Aug 30, 2014
    Configuration menu
    Copy the full SHA
    0a356c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2014

  1. Update PlayerDeathEvent

    ST-DDT committed Aug 31, 2014
    Configuration menu
    Copy the full SHA
    91f1321 View commit details
    Browse the repository at this point in the history
  2. Update AsyncPlayerChatEvent

    ST-DDT committed Aug 31, 2014
    Configuration menu
    Copy the full SHA
    ec799c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1bb1e7 View commit details
    Browse the repository at this point in the history
  4. Update PlayerLoginEvent

    ST-DDT committed Aug 31, 2014
    Configuration menu
    Copy the full SHA
    6c3dbf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8b1861 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2014

  1. Configuration menu
    Copy the full SHA
    9a1d7b1 View commit details
    Browse the repository at this point in the history
  2. Improve jd formating

    ST-DDT committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    34799da View commit details
    Browse the repository at this point in the history
  3. Formating

    ST-DDT committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    7b13b43 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2014

  1. Configuration menu
    Copy the full SHA
    7f1e301 View commit details
    Browse the repository at this point in the history
  2. Lowercase Null.

    ST-DDT committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    caed86c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f62d47b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f89c99 View commit details
    Browse the repository at this point in the history
  5. Added clone method

    ST-DDT committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    210c99f View commit details
    Browse the repository at this point in the history
  6. Improve cloning

    ST-DDT committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    869402e View commit details
    Browse the repository at this point in the history
  7. Ternary

    ST-DDT committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    51bdb2e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2014

  1. Configuration menu
    Copy the full SHA
    33044d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48bc47a View commit details
    Browse the repository at this point in the history
  3. Added Player.chat(Message)

    ST-DDT committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    a0111e0 View commit details
    Browse the repository at this point in the history
  4. Messages cannot be a command

    ST-DDT committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    83d7145 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10 from ST-DDT/BUKKIT-5245-v2_clone

    Added clone method
    bendem committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    119cde4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f1c443 View commit details
    Browse the repository at this point in the history
  7. Fixed some more typos

    ST-DDT committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    00b7652 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2014

  1. Configuration menu
    Copy the full SHA
    7e1908f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9927d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10c879d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d595ac View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2014

  1. Merge pull request #11 from ST-DDT/BUKKIT-5245-v2_config

    Made chat messages ConfigurationSerializable
    Ribesg committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    05fe519 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from ST-DDT/BUKKIT-5245-v2_events

    Updated some more events
    Ribesg committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    6f279f3 View commit details
    Browse the repository at this point in the history
  3. Remove useless brackets

    ST-DDT committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    057b8eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b11d0a3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #12 from ST-DDT/BUKKIT-5245-v2_clone

    Clone the parts before adding it to the formated message
    Ribesg committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    ec5be3d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #13 from ST-DDT/BUKKIT-5245-v2_bugfix

    Remove useless brackets
    Ribesg committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    f9c611d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2014

  1. Merge constructors

    ST-DDT committed Sep 6, 2014
    Configuration menu
    Copy the full SHA
    ade1877 View commit details
    Browse the repository at this point in the history
  2. Added some missing validation

    ST-DDT committed Sep 6, 2014
    Configuration menu
    Copy the full SHA
    8c1e88f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14 from ST-DDT/BUKKIT-5245-v2_events

    Merge constructors
    Ribesg committed Sep 6, 2014
    Configuration menu
    Copy the full SHA
    d20d306 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #15 from ST-DDT/BUKKIT-5245-v2_validation

    Added some missing validation
    Ribesg committed Sep 6, 2014
    Configuration menu
    Copy the full SHA
    830aad1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d1875d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #16 from ST-DDT/BUKKIT-5245-v2_test

    Added some more tests
    Ribesg committed Sep 6, 2014
    Configuration menu
    Copy the full SHA
    5fb2d36 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2014

  1. Minor improvements

    ST-DDT committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    c80cfd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2014

  1. Merge pull request #17 from ST-DDT/BUKKIT-5245-v2_improvements

    Minor improvements
    Ribesg committed Sep 17, 2014
    Configuration menu
    Copy the full SHA
    9aea521 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2014

  1. Added MC 1.8 features

    ST-DDT committed Sep 19, 2014
    Configuration menu
    Copy the full SHA
    ce341e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2014

  1. Fixed javadocs errors

    ST-DDT committed Sep 20, 2014
    Configuration menu
    Copy the full SHA
    a42dc5b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2014

  1. Merge pull request #18 from ST-DDT/v1.8_features

    Added MC 1.8 features
    Ribesg committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    04b84b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2014

  1. Bugfix Message

    ST-DDT committed Nov 6, 2014
    Configuration menu
    Copy the full SHA
    79252ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from ST-DDT/BUKKIT-5245-v2

    Bugfix Message
    bendem committed Nov 6, 2014
    Configuration menu
    Copy the full SHA
    ec23ace View commit details
    Browse the repository at this point in the history