Alessandro Pezzè
314b619ba8
refactor: remove unused images
2020-08-12 22:45:23 +02:00
Alessandro Pezzè
41f6c39682
Merge branch 'master' into gen-8
2020-08-11 19:28:20 +02:00
Alessandro Pezzè
d36408c14b
feat: add pokemon stats
2020-08-10 20:06:11 +02:00
Alessandro Pezzè
a0a4701b2c
feat: add 3 pokemons
2020-08-10 20:06:01 +02:00
Alessandro Pezzè
028ae7f9d9
fix: @C-Garza fix
2020-08-10 20:05:39 +02:00
Raghav Nair
99dabe387c
Updating PokemonSpecies serializer, fields, tests
2020-08-09 12:35:45 -07:00
Christian Garza
03c7cb7f33
Update build.py
2020-08-08 14:12:34 -07:00
Raghav Nair
38b51c90fe
Adding is_ultra_beast to pokemon_species
2020-08-08 10:32:40 -07:00
Alessandro Pezzè
f91b6b6b1a
feat: add latest Veekun data
2020-08-05 22:33:31 +02:00
Christian Garza
0bc8f09e1f
Extend pokemon sprites to include gen-ii to gen-vii and official artwork images
2020-08-04 03:17:48 -07:00
Christian Garza
c4b71bdeb0
Update sprite submodule
2020-08-04 01:56:59 -07:00
Alessandro Pezzè
6c307583b9
fix: use False for gender_diff
2020-08-01 12:57:57 +02:00
Alessandro Pezzè
7ceba2f1b1
refactor: apply black
2020-08-01 12:24:38 +02:00
Alessandro Pezzè
047575ff41
play: add some pokemon
2020-08-01 12:00:09 +02:00
Christian Garza
e45a9a6570
Extend pokemon sprites to include gray gen-i images
2020-07-28 02:48:01 -07:00
Christian Garza
7f19263e75
Extend pokemon sprites to include gen-i images
2020-07-27 17:22:15 -07:00
Alessandro Pezzè
c671ab264f
feat: update sprites
2020-07-26 16:44:03 +02:00
Alessandro Pezzè
1c67ac45a4
feat: allow null values in pokemon.csv
2020-07-25 21:18:10 +02:00
Alessandro Pezzè
be946f27b9
feat: remove pokemon not ready
2020-07-25 20:34:07 +02:00
Alessandro Pezzè
87cf85babb
fix: assign to regieleki an id
2020-07-25 20:25:56 +02:00
Alessandro Pezzè
c698ee33d9
feat: update pokemon.csv
2020-07-25 20:16:49 +02:00
Christian Garza
f44da153fb
Fix linting errors
2020-07-10 02:59:05 -07:00
Christian Garza
a14271a67a
Extend pokemon sprites to include dream-world images from submodule
2020-07-09 23:58:11 -07:00
Alessandro Pezzè
3fe176c99e
refactor: add sprites submodule
2020-07-08 21:37:04 +02:00
Alessandro Pezzè
0f1a68140b
refactor: remove sprites
2020-07-08 21:28:22 +02:00
Julian Lawrance
0180a15092
Add type data for Arceus and Silvally forms
2020-04-25 14:58:30 +01:00
Julian Lawrance
98d67b19ed
Create model, serialiser and migration for Pokemon form types
2020-04-25 14:10:50 +01:00
Julian Lawrance
5ce6547f74
Create CSV data for Pokemon form types
2020-04-25 14:10:42 +01:00
Alessandro Pezzè
4a6e519b39
feat: fix rare cases where description is ill formatted
2019-12-17 17:25:50 +01:00
Alessandro Pezzè
3d116fef9c
feat: update pokemon sprites
2019-12-17 12:38:39 +01:00
Alessandro Pezzè
f9f8a9bc1d
feat: update items sprites
2019-12-17 12:38:39 +01:00
Alessandro Pezzè
122f2519d7
feat: update CSVs
2019-12-17 12:38:39 +01:00
Julian Lawrance
e847276e9b
Add build step for past type efficacy
2019-12-01 12:39:30 +00:00
Julian Lawrance
c923d8844a
Create data for past type efficacy
2019-12-01 12:32:49 +00:00
Julian Lawrance
734d69d9d6
Add past type entries for Rotom forms
...
They were all Electric-Ghost type prior to Generation V
2019-11-30 23:03:00 +00:00
Julian Lawrance
385a2d62cc
Add build step for past Pokemon types
2019-11-30 20:49:55 +00:00
Julian Lawrance
eb5b0968eb
Create data for past Pokemon types
2019-11-30 20:42:34 +00:00
Alessandro Pezzè
46134774fc
feat: add updated data from Veekun
2018-10-29 23:29:45 +01:00
Charles Marttinen
63b4f9040b
chore: Configure PyLint and correct code formatting
2018-10-20 11:35:11 -04:00
Charles Marttinen
8832c819e3
chore: Remove python2 compatibility code
2018-10-20 11:35:11 -04:00
Charles Marttinen
3d64938a3f
chore: Upgrade to Python 3 and update Django to 2.0
2018-10-20 11:35:11 -04:00
Charles Marttinen
d25b66662e
chore: Remove API v1
2018-10-18 23:18:36 -04:00
Charles Marttinen
2cb886eee3
Implement suggested naming changes
2018-09-10 06:25:02 +10:00
Charles Marttinen
9d4f893a69
Improve performance of database build script
...
The remainder of the build script has been converted to use
`bulk_create()`. Running the build script on my machine with a
PostgresQL database took only 5 minutes 40 seconds, and with
SQLite 26 minutes 18 seconds.
2018-09-10 06:25:02 +10:00
Charles Marttinen
def70662f1
Modify database build script to use bulk_create
(WIP)
2018-09-10 06:25:02 +10:00
Charles Marttinen
b12d8576d9
Fix v2 database build script to work on Windows
...
Image sprite paths should be Unix-style, but the build script used the
OS default, so the process failed on Windows.
2018-06-02 19:29:18 -04:00
Alessandro Pezzè
9203a0d286
Sun and moon data ( #305 )
...
* badges
* Added CSV from Veekun
* added sprites from Veekun website
* quick fixes for an Exception
* bumped dependencies version
* add comment on how to upgrade to Django 1.11
* added some reminds to caching, our official wrappers and the true cost of the server
* remove index.html from sprites
* update to conform django-rest-framework 3.3.0 guidelines
* lint
2017-10-21 13:21:23 +00:00
Peter Jeschke
4803d224ed
Fix wrong heights ( #219 )
...
See here: b5e4038f2d
Original commit by AxeBane
2016-06-28 11:27:28 +01:00
Akhil Indurti
9f61b53782
Added missing sprites for pokemon ids 10064-10090. ( #157 )
2016-06-05 22:17:30 -04:00
phalt
944af0455d
build script fixes
2016-03-05 12:25:50 +00:00