Code Monkey home page Code Monkey logo

vampirepoints's People

Contributors

farfromunique avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

stfnsl

vampirepoints's Issues

Can't save

on save:

Warning: include(classes/Parser.class.php): failed to open stream: No such file or directory in /home/public/store.php on line 4

Warning: include(): Failed opening 'classes/Parser.class.php' for inclusion (include_path='.:/usr/local/php/7.1.1-nfsn1/lib/:/usr/local/php/lib/') in /home/public/store.php on line 4

Fatal error: Uncaught Error: Class 'Parser' not found in /home/public/store.php:7 Stack trace: #0 {main} thrown in /home/public/store.php on line 7

Allow setting dots in 'backgrounds'

When Step09 fires, this error is thrown:

Uncaught TypeError: Cannot set property 'onchange' of null
    at backgroundBuilder (main.js:468)
    at Step09 (sheet.js:321)
    at <anonymous>:1:1

Fix by: updating main.js to reflect actual dot names

multi-fill dots

When clicking second, third, fourth or fifth dots, fills in all previous dots.

Courage fills to 5 dots

regardless of how many dots one tries to put in courage (only certain values tested), it ends up with 5 dot.

core variable is poorly built

Currently, in order to work, the core variable needs a format like:

'Physical' => [
    'Strength','Strength' => [
        'checked' => 1
    ],

this needs to be refactored to something like:

'Physical' => [
    'Strength' => [
        'checked' => 1
    ]

it looks like a small change, but it requires a change to how the section class (and all above it, potentially) handle data.

Firefox Compat: innerText updates not working

in firefox (27.0), all instances of .innerHTML = "text" are not applying correctly... or at all.

However, in testing I discovered that in spite of this dotCounter's value is apparently maintained, but the display is not showing.

IE11 Compat: Causes Crashes

Although not intended, it's a little funny that the site crashes IE11.
Specifically, with the DevTools window open, the system seems to be bogged down incredibly much. clicking a 4th pane to explore crashed the devTools, as well as rendered the main window inoperable.

Load isn't pretty

LOADing a character (show.php?character=X) doesn't load the custom names that may have been used for Backgrounds or Disciplines.

Clan Select: Salubri is broken

Selecting clan = salubri from dropdown throws error:

Uncaught TypeError: Cannot read property '0' of undefined
    at Step01 (sheet.js:173)
    at HTMLSelectElement.document.getElementById.onchange (eval at addEventToID (ACWPD-ajax.js:123), <anonymous>:1:64)

Add Splash Page

Analytics suggest that people don't neccesarily know what to do once they've reached this page. A splash page may help with this, and keep people on the site for longer!

Add theme support

Add a "dark" theme on top of a "light (default) theme. Also add a theme for each game that is added.

Finish All Steps

Make sure that all of the character creation steps are present:
Base dots
Freebies
Flaws / Merits
Backgrounds
XP

Doesn't proceed to the next step

I filled in the text boxes and then selected a clan like I was instructed but was not moved to step 2.

I also received 2 warnings:

Warning: array_key_exists() expects parameter 2 to be array, null given in /home/public/classes/attribute.class.php on line 26

Warning: array_key_exists() expects parameter 2 to be array, null given in /home/public/classes/attribute.class.php on line 26

changeFirstCharacters is greedy

For some reason (research needed!) changeFirstCharacters() code is greedy by 31 characters in IE 11:

<div class="attr" id="in1">In-Clan 1
    <div class="container">
        <div class="dots">

after changeFirstCharacter('in1','Animalism'), becomes:

<div class="attr" id="in1">Animalismlass="dots"&gt;

Add Pretty URLs

Desired: vampire.acwpd.[com|dev]/

  • new -> show.php?character=1000
  • number -> show.php?character=1000
    • number/print -> show.php?character=1000&target=print

Add 'Save' and 'Save Progress' buttons to flyout

Save Progress should include step number
Save should be disabled until after step 12

backend will be identical. Flase dichotomy? Yes, but it gives information.

save will include current step number

Step forward

add the ability to step forward to a future step

Cross-browser compatibility

Tag this issue when adding / verifying browser compatibility.

Chrome 32.0.1700.107 m has been tested and verified as of v1.0 (2/11/14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.