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

Console drawing library #26

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

Commits on Nov 16, 2010

  1. first aproximation of Console lib upload

    root committed Nov 16, 2010
    Configuration menu
    Copy the full SHA
    29b4e10 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2010

  1. Fixed dropshadow glitches and refoctored/changed some functions, ever…

    …ything functionally right now, but room for some optimizations
    c0de90e7 committed Nov 18, 2010
    Configuration menu
    Copy the full SHA
    4249a12 View commit details
    Browse the repository at this point in the history
  2. Removed 8x14 ( was russian so I deleted it for the sake or standardne…

    …ss ); Added 8x8X2 and 8x16X2
    c0de90e7 committed Nov 18, 2010
    Configuration menu
    Copy the full SHA
    822cd5d View commit details
    Browse the repository at this point in the history
  3. Deleted unused files

    c0de90e7 committed Nov 18, 2010
    Configuration menu
    Copy the full SHA
    35090aa View commit details
    Browse the repository at this point in the history
  4. First structural reordering of files

    Added Makefile for libconsole
    c0de90e7 committed Nov 18, 2010
    Configuration menu
    Copy the full SHA
    87bff6f View commit details
    Browse the repository at this point in the history
  5. Added consoleTest sample

    c0de90e7 committed Nov 18, 2010
    Configuration menu
    Copy the full SHA
    d77caff View commit details
    Browse the repository at this point in the history
  6. removed include from libconsole ( it was moved to include/console bef…

    …ore when reordering )
    c0de90e7 committed Nov 18, 2010
    Configuration menu
    Copy the full SHA
    d6eb912 View commit details
    Browse the repository at this point in the history
  7. Added two missing Makefiles so that libconsole can be built as other …

    …libs are and consoleTest can be built as other samples are
    c0de90e7 committed Nov 18, 2010
    Configuration menu
    Copy the full SHA
    621a68e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2010

  1. added ConsoleMisc for terminal emulation, windowing, etc.

    changed Console.h, ConsoleBase.h a bit
    c0de90e7 committed Dec 13, 2010
    Configuration menu
    Copy the full SHA
    3574671 View commit details
    Browse the repository at this point in the history