Charles Milette
8b1caa2d3a
Other consistency fixes
2017-11-08 13:16:14 -05:00
Charles Milette
9c107341e8
Center Imgur link
2017-11-08 13:12:48 -05:00
Charles Milette
354b839250
Better english for random pokemon set up
2017-11-08 13:10:09 -05:00
Charles Milette
aeab98ce38
Rework README
2017-11-08 11:36:47 -05:00
Charles Milette
92efb3bf3f
Add notice for Python 3.6 on Ubuntu distros.
2017-11-07 16:31:26 -05:00
Charles Milette
2e0841e6fe
Explicitely declare Python 3.6 in the shebang
...
Fixes #124
2017-11-07 16:09:13 -05:00
Samuel Henrique
c1c444e95b
Merge pull request #104 from cclauss/patch-2
...
flake8 . --show-source gives us more context
2017-10-10 10:40:39 -03:00
Samuel Henrique
86e94b1462
Merge branch 'master' into patch-2
2017-10-10 10:40:24 -03:00
Samuel Henrique Oliveira da Silva
b245861fa8
Multiple regions and types filtering
2017-10-09 09:45:22 -03:00
Samuel Henrique Oliveira da Silva
9e4536657e
New command engine module
...
Moves the command engine loading and setting to a different exclusive module, main() is still too complex.
2017-10-08 22:35:59 -03:00
Samuel Henrique
978b221c70
Merges the new command engine
...
Command engine rework into master!
2017-10-07 10:30:03 -03:00
Samuel Henrique Oliveira da Silva
8445e18f0c
Last documentation updates and and version bump!
2017-10-07 10:25:15 -03:00
Samuel Henrique Oliveira da Silva
ef3af25425
Moves load_all_pokemon.py to the testing folder
2017-10-06 16:59:48 -03:00
Samuel Henrique Oliveira da Silva
6bbb14c905
Flake8 fix and formatting
2017-10-06 16:25:14 -03:00
Samuel Henrique Oliveira da Silva
13eb258488
Fixes testing
2017-10-06 16:04:30 -03:00
Samuel Henrique Oliveira da Silva
e57adc5dfc
Rewind changes into the rework
2017-10-06 14:48:05 -03:00
Samuel Henrique Oliveira da Silva
d1f5248ea0
Keeping up with master
2017-10-06 13:31:10 -03:00
LazoCoder
8085a415d8
updated npm links
...
after the folder reorganization the npm installation wasn't working correctly
2017-09-02 00:46:38 -04:00
Lazo
6043159eb9
Update README.md
2017-09-01 18:43:41 -04:00
Lazo
f777b29a74
Update README.md
2017-09-01 18:36:26 -04:00
Lazo
132fc3776a
Merge pull request #106 from caedus75/setup-pip
...
Allow installation with pip
2017-09-01 17:55:39 -04:00
Carlos Millett
1eb743ab5f
move new images to pokemonterminal package
2017-09-01 14:50:51 -03:00
Carlos Millett
9939b87ed2
recreate 'pokemon' and 'ichooseyou' executables
2017-09-01 14:39:05 -03:00
Carlos Millett
2e88c2298a
update setup.py to work with new folder structure
2017-09-01 14:39:05 -03:00
Carlos Millett
be1610747b
move tests to a test folder
2017-09-01 14:39:05 -03:00
Carlos Millett
55f520400b
create pokemonterminal package
2017-09-01 14:30:33 -03:00
Carlos Millett
b0c90c1edd
prepare project for pip
...
add setup.py
tweak main.py to work after pip installed
2017-09-01 14:30:24 -03:00
Lazo
605b5a9ca5
Update README.md
2017-09-01 11:57:45 -04:00
Lazo
32e8067074
Merge pull request #105 from Squirrels/master
...
Added the pokemon for the Unova and Kalos region
2017-09-01 11:52:37 -04:00
Squirrels
7bb52d571b
Added the correct number of blank lines to make flake8 happy, and fixed a test with the wrong name
2017-08-17 13:56:40 -03:00
Squirrels
e4e342b633
Fixed tests and options for kalos region
2017-08-17 13:15:48 -03:00
Squirrels
ec06bb6c7b
Added the pokemon from the Unova and Kalos region
2017-08-16 18:23:59 -03:00
Samuel Henrique Oliveira da Silva
a264cab320
ID filter only accepts exact matches
2017-08-14 15:05:50 -03:00
Samuel Henrique Oliveira da Silva
5c36825b64
Implict name filter
2017-08-14 09:56:04 -03:00
Samuel Henrique Oliveira da Silva
c629b414d4
Minor cleanup, killing the daemon
...
- Now the slideshow daemon on the background may be killed with the -c
option through named pipes (fifo's)
- Minor reformatting again, typos, snake case of some variables, shape
not content
2017-08-12 21:47:40 -03:00
Samuel Henrique Oliveira da Silva
9e10f5a902
Half-Slideshow and formatting
...
- Reformats the code
- Implements slideshow, it's working. Stopping it isn't.
2017-08-10 17:16:51 -03:00
cclauss
f33312f69f
flake8 . --show-source gives us more context
...
* Trusty and sudo false are now th defaults
* Add pip caching of modules will speed up Travis builds
* Step up to Python 3.6
2017-08-10 05:31:00 +02:00
Lazo
854ae82e9c
Merge pull request #97 from cclauss/patch-7
...
Create the pokemon_list outside of the Database (round II)
2017-08-09 22:12:22 -04:00
Samuel Henrique
df493e32b6
Updates readme
2017-07-09 11:45:13 -03:00
Samuel Henrique
cc51b5d957
More testing
...
- Main resets the pokemon list if not called directly
2017-07-07 16:03:00 -03:00
Samuel Henrique
d96d4a8bb5
More testing
...
- Adds new tests of the new command engine
- Regions and pokemon types and names are now case insensitive
- Roll back some of the removed tests.
2017-07-06 12:32:27 -03:00
Lazo
9c69a57ec6
Merge pull request #100 from cclauss/patch-2
...
Add base_terminal to testing
2017-07-05 22:29:34 -04:00
Samuel Henrique
c9d406124a
Upgrades travis to 3.6
2017-07-05 22:59:41 -03:00
Samuel Henrique
c045a59b3a
Keeping up with master
2017-07-05 22:56:43 -03:00
Samuel Henrique
8ea75caa39
Fixes testing - Adds extras filter
2017-07-05 22:39:28 -03:00
cclauss
9cc2fc5c07
The caedus maneuver for one-based enumeration
...
@caedus75 nice one!
2017-07-06 03:06:36 +02:00
cclauss
86d32e8512
Test the adapter.base.TerminalAdapterInterface
2017-07-06 02:46:32 +02:00
cclauss
80fd1e3aad
Add test_adapter_base():
2017-07-06 02:35:20 +02:00
cclauss
03f88090a8
Add base_terminal to testing
2017-07-06 02:28:29 +02:00
cclauss
125d174e01
Facilitate testing
2017-07-06 02:15:45 +02:00