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

Un-bloat and speed-up (FYI, not for merge) #145

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a72c728
Added ponycenter.py, a simple tool that just centers a pony
jaseg Feb 7, 2013
7ea7c59
Rewrite completed. <100lines.
jaseg Mar 31, 2013
cc5e1f9
Rewrote the balloon rendering and integrated all previous balloon styles
jaseg Mar 31, 2013
d691474
Fixed multiline quotes
jaseg Mar 31, 2013
35652e6
Removed the ttypoinies and changed the command line a *bit*
jaseg Mar 31, 2013
2ce4b2e
Repo orga fixes, README updated.
jaseg Mar 31, 2013
9f318f3
Updated the readme, re-added the previous "extra" ponies
jaseg Mar 31, 2013
f9b7c28
Removed the old code
jaseg Mar 31, 2013
a141b89
Removed the legacy "balloons" folder
jaseg Mar 31, 2013
60e6b77
Updated the README
jaseg Mar 31, 2013
b2cee46
Made it installable. Also: Fixes!
jaseg Mar 31, 2013
f2b6fcd
Fixed the Makefile
jaseg Mar 31, 2013
59eca1f
Fixed some ponies wrongly imported from extraponies
jaseg Apr 1, 2013
7e85ffe
Added zsh and bash completion
jaseg Apr 1, 2013
f1a6f6e
Fixed the ascii speech bubble
jaseg Apr 1, 2013
98c4945
Small improvement of bubble format doc
jaseg Apr 1, 2013
cccea73
Small style fixes
jaseg Apr 2, 2013
a41e8b3
Fixed -* list args, bash completion, zsh balloon completion
jaseg Apr 3, 2013
06276a6
Removed an obsolte comment
jaseg Apr 6, 2013
a160c99
Re-organized the repo to include only png source files.
jaseg Apr 6, 2013
073dd3c
Added quote aliases
jaseg Apr 6, 2013
68d4bc2
Re-generated the pngs
jaseg Apr 7, 2013
1466970
Added a QOTD protocol server (RFC865)
jaseg Jul 29, 2013
13f954f
Added a proper setup.py
jaseg Jul 29, 2013
72ee91c
Fixed the build script. It now generates the ascii art on every run.
jaseg Jul 29, 2013
e34c503
Now using pkg_resources for resource access
Jul 29, 2013
14c8d3f
Updated README
jaseg Jul 29, 2013
bcf2ffd
Line wrapping fix
jaseg Aug 10, 2013
ea24fc5
Small performance & clarity improvement
jaseg Aug 17, 2013
26bf093
Fixed setup stuff. Python setuptools really is a pain.
jaseg Sep 16, 2013
e6cb2dd
.gitignore ponysay/ponies, add ponysay/__init__.py
jaseg Sep 16, 2013
9c96f4f
Fixed up directory layout
jaseg Sep 16, 2013
85fffca
Fixed the Makefile
jaseg Sep 16, 2013
e4f7b41
Added an archlinux PKGBUILD
jaseg Sep 16, 2013
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
56 changes: 8 additions & 48 deletions .gitignore
@@ -1,49 +1,9 @@
## Private workspace directory

/_/
/*.pony


## Backup files

*~
\#*\#
.\#*
*.swo
*.swp
*.bak


## Compile files

/completion/*-completion-think.*
/manuals/manpage.*.gz
/ponysay.info
/ponysay.info.gz
/truncater
*.install
/Makefile
/quotes/


## Texinfo manual stuff

/ponysay.aux
/ponysay.cp
/ponysay.cps
/ponysay.fn
/ponysay.ky
/ponysay.log
/ponysay.pg
/ponysay.toc
/ponysay.tp
/ponysay.vr
/ponysay.op
/ponysay.ops
/ponysay.pgs
/ponysay.vrs

## Python cache files
## For a misterious force, Those has ben created here

__pycache__/
*.pyc
genpngs
ponysay/ponies
build
dist
setuptest
ponysay.egg-info
__pycache__