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

Many new features, some fixes #1

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

Commits on Oct 27, 2016

  1. Configuration menu
    Copy the full SHA
    412f3d6 View commit details
    Browse the repository at this point in the history
  2. user_screen: When last user leave a room, remove the room.

    TODO: For Rooms that are in the config file, we want them to
    be persistent, for those we will add a flag for mark them as
    fixed, and add a check before removing the room.
    concubidated committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    6866c3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bb1a9e View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2017

  1. Relationships and PMs

    nico-abram committed Jan 22, 2017
    Configuration menu
    Copy the full SHA
    b4472b9 View commit details
    Browse the repository at this point in the history
  2. Forgot a new file

    nico-abram committed Jan 22, 2017
    Configuration menu
    Copy the full SHA
    e5f0022 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. ranked songs

    nico-abram committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    b5362b3 View commit details
    Browse the repository at this point in the history
  2. Lots of changes

    nico-abram committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    da11907 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. SSR duplicates, rate checking, score and grade done server-side, rank…

    …edsongs script takes 1 parameter(-r or -u)
    nico-abram committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    4610bc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    058934d View commit details
    Browse the repository at this point in the history
  3. forgot this file

    nico-abram committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    552f48f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb3700a View commit details
    Browse the repository at this point in the history
  5. Search ssr repeats by hash instead of song id, player ratings by

    skillset(generalised)
    nico-abram committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    198b6fc View commit details
    Browse the repository at this point in the history
  6. Update README.rst

    nico-abram authored Jan 24, 2017
    Configuration menu
    Copy the full SHA
    034e752 View commit details
    Browse the repository at this point in the history
  7. ssd

    nico-abram committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    6fac06f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ec0ac6d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    343ab1e View commit details
    Browse the repository at this point in the history
  10. Forgot to remove this line

    nico-abram committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    3a17413 View commit details
    Browse the repository at this point in the history
  11. Check active_song_id in request game start. Add /profile. Add check to

    see if all players use hashing(does nothing atm)
    nico-abram committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    d10e42f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3e97b5e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bd4363c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    59740d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. Fix score updating, add dp, migs percent and migs points to song_stat…

    …. Add toasties, extra toasty xp and storing them in song_stats
    nico-abram committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    4257522 View commit details
    Browse the repository at this point in the history
  2. Fix roomlist and lobby userlist updates and toasties and song hash

    sending if all users in room support it
    nico-abram committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    712f590 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. Check if all players have the song. Get song file hash on game start.…

    … Store song file hash, chartkey and rate for each play
    nico-abram committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    1f6f650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f136c3 View commit details
    Browse the repository at this point in the history
  3. Fix best score query, fix toasties, add uer total toastycount, make

    showing bests scores on song select optional(default to false)
    nico-abram committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    c2cc36e View commit details
    Browse the repository at this point in the history
  4. Pretty up text msg

    nico-abram committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    b051488 View commit details
    Browse the repository at this point in the history
  5. Make server messages a bit more similar to SMO's, add optional points

    display on message(room option), change display percentage to %
    nico-abram committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    2a1204d View commit details
    Browse the repository at this point in the history
  6. Remove dp from song_stats table. Fix AAAA grading. Add jump/hand/etc

    check. Calc migs points on status_update. Change player rating system to
    skillet-less.
    nico-abram committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    8e5932d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00e0eed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2fb4237 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bbec4d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d00c659 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dee6251 View commit details
    Browse the repository at this point in the history
  12. Remove prints

    nico-abram committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    98bf211 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. Add note size being sent support. Add jumps/hands in ranked song

    validation. Calculate ingame scoreboard grade server-side. Add message
    when you play a ranked song
    nico-abram committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    7a5d536 View commit details
    Browse the repository at this point in the history
  2. Fix player rating call. Fix grade calc for ingame scoreboard. Remove …

    …holds from dp percentage calc. Send migs % with the options string as SMO does.
    nico-abram committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    045488a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05058a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40dbee3 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2017

  1. No longer store charkey+filehash in each score, store chart/simfile i…

    …d. New tables charts and simfiles. Add wife scoring function in status_update(not used atm).
    nico-abram committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    2ce522b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89740d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d3c22c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2017

  1. Storing song stat BLOB made optional with a config value(Set to false).

    Moved point/grade calc functions to song_stat as static mehtods of
    SongStat. Improve load_ranked_charts script. Add jumps/hands to xp calc
    nico-abram committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    04884d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

  1. Fix not repeating charts for player rating. Remove # from messages.

    Remove room name from room messages. Decrease default xp gain. Link
    ranked charts to a song(metadata). Send message when user rating
    updates. Make /profile show other people's profiles.
    nico-abram committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    6cf2d28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91057a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. Disable /rankedcharts, properly update rooms when their status

    changes(game starts/ends) and send users that come in the last selected
    song instead of the last played song.
    nico-abram committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    9d8ec8a View commit details
    Browse the repository at this point in the history
  2. Make a separate packs table, store pack ids in rankecharts. Another new

    table packsimfiles which will be used to link simfiles to packs
    nico-abram committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    bd64fdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83664eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a972ab View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from concubidated/master

    remove calc_percentage, dont delete room if static
    nico-abram authored Jan 31, 2017
    Configuration menu
    Copy the full SHA
    7223d41 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2017

  1. Possible bug fix

    nico-abram committed Feb 4, 2017
    Configuration menu
    Copy the full SHA
    678d5f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d8b701 View commit details
    Browse the repository at this point in the history