Adrian Sweeney

Results 7 comments of Adrian Sweeney

I have tested the write a pdf function and it is able to set the combo boxes correctly ``` var pdfFillForm = require('pdf-fill-form'); var fs = require('fs'); var sourceFilename =...

I think that section FormChoice on line 488 of NodePoppler.cc is missing a set value similar to the other types. like line 283 ``` Nan::Set(obj, Nan::New("value").ToLocalChecked(), Nan::New(((Poppler::FormFieldText *)field)->text().toStdString()).ToLocalChecked()); ``` Sorry...

Line 367 is were the setting of the value is specified. ``` if (field->type() == Poppler::FormField::FormChoice) { Poppler::FormFieldChoice *choiceField = (Poppler::FormFieldChoice *) field; if (choiceField->isEditable()) { choiceField->setEditChoice(QString::fromUtf8(params.fields.at(fieldName).c_str())); } else {...

Im running on an intel based Mac and the combat is working for me. Although I now have a issue with the rifle will not shoot until I switch and...

this is a fix of the issue https://github.com/alexbatalov/fallout1-ce/issues/217

# Bug Fix: Double %s in Creature Examination Text ## Problem Description When examining creatures in the game, players would see malformed text like: ``` "He looks: %s. Wounded." ```...

# Bug Fix: Double %s in Creature Examination Text ## Problem Description When examining creatures in the game, players would see malformed text like: ``` "He looks: %s. Wounded." ```...