summaryrefslogtreecommitdiffstats
path: root/nfsw/io.py
Commit message (Collapse)AuthorAgeFilesLines
* dingy -> nfswrsiddharth2019-11-011-1/+1
| | | | keep it simple, stupid.
* nfsw.io: Update query.rsiddharth2019-10-271-0/+6
| | | | Add handling for 'colophon' query.
* Add License headers.rsiddharth2019-10-271-0/+9
|
* nsfw.io: Update query.rsiddharth2019-10-261-1/+11
| | | | | * nfsw/io.py (query): Add handling to logout. * nfsw/static/io.js: Add handling for logout.
* nfsw/io.py: Update reset.rsiddharth2019-10-261-16/+2
|
* nfsw.scenes: Update coitus.rsiddharth2019-10-221-0/+1
| | | | | After fucking, the player has to explicitly touch the mirror to move to the "strayed" scene.
* nfsw/io.py: Update reset.rsiddharth2019-10-191-0/+5
| | | | Add new keys to delete.
* nfsw/io.py: Update query.rsiddharth2019-10-191-0/+10
| | | | Add ability to reset the game.
* nfsw/io.py: Update query.rsiddharth2019-10-191-0/+6
| | | | Add handling for "help".
* nfsw/io.py: Update query.rsiddharth2019-10-161-1/+4
| | | | * nfsw/io.py (query): Sanitize 'q' before sending it to the scene.
* nfsw/redis.py: Rename redisc -> redis.rsiddharth2019-09-301-4/+4
|
* nfsw/io.py: Don't import redis and key from .redis.rsiddharth2019-09-301-1/+1
|
* nfsw/io.py: Update query.rsiddharth2019-09-301-1/+2
| | | | * nfsw/io.py (query): Use RedisC for Redis calls.
* nfsw/io.py: Update reset.rsiddharth2019-09-301-8/+10
| | | | * nfsw/io.py (reset): Use RedisC for Redis calls.
* nfsw/io.py: Update preprocess.rsiddharth2019-09-301-3/+6
| | | | nfsw/io.py (preprocess): Use RedisC for Redis calls.
* nfsw/io.py: Add reset.rsiddharth2019-09-281-0/+17
| | | | nfsw/io.py (reset): New function.
* nfsw/io.py: Add intro.rsiddharth2019-09-281-0/+16
| | | | * nfsw/io.py (intro): New function.
* nfsw/scenes.py: Flesh out sexshoprsiddharth2019-09-281-1/+2
| | | | | | * nfsw/io.py (query): Update scene call. * nfsw/scenes.py (sexshop): Change argument to 'o' (dict). Flesh out the function li'l bit.
* nfsw/io.py: Update preprocess.rsiddharth2019-09-281-4/+4
| | | | | nfsw/io.py (setup): Move function.. (proprocess): ...inside this function.
* nfsw/io.py: Update query.rsiddharth2019-09-211-2/+19
| | | | * nfsw/io.py (query): Flesh out initial structure to process a query.
* nfsw/io.py: query: Add 'prepcess' decorator.rsiddharth2019-09-211-0/+1
|
* nfsw/io.py: Add preprocess.rsiddharth2019-09-211-0/+11
|
* nfsw/io.py: Add setup.rsiddharth2019-09-211-0/+6
|
* nfsw/io.py: Import request from flask.rsiddharth2019-09-211-1/+1
|
* nfsw/io.py: Import login_required_ajax.rsiddharth2019-09-211-1/+1
|
* nfsw/io.py: Add query.rsiddharth2019-09-211-0/+10
|
* nfsw/io.py: Rename console -> io.rsiddharth2019-09-211-1/+1
|
* Add nfsw/io.py.rsiddharth2019-09-131-0/+12