Search found 100 matches

by thekabal
Sat May 03, 2014 23:06 UTC
Forum: Development
Topic: Functions from includes/ now class based
Replies: 1
Views: 8034

Re: Ibank now class based

And continued on, and now all functions from includes are in Bad* classes in classes/!

The includes directory is gone, and composer has been updated.

Feels weird to have actually finished that problem off! :)
by thekabal
Sat May 03, 2014 21:40 UTC
Forum: Installation Help
Topic: Problem with 0.663 create_universe_php
Replies: 5
Views: 75143

Re: Problem with 0.663 create_universe_php

So I believe the issue lies with create_universe.php not actually overwriting config.php's default value as stated. Sadly, this is a known issue with that version. We redid the way create universe handles those variables in the latest SVN, but its not quite ready for prime time (release). Thanks fo...
by thekabal
Sat May 03, 2014 21:38 UTC
Forum: Development
Topic: Functions from includes/ now class based
Replies: 1
Views: 8034

Functions from includes/ now class based

I spent half the day (roughly) moving the ibank functions from includes/ into classes/BadIbank.php . That file contains the new "mega" class BadIbank, which contains all the ibank functions. I purposefully prefixed it "Bad", because it doesn't conform to our goals for classes. Id...
by thekabal
Tue Apr 29, 2014 04:37 UTC
Forum: Development
Topic: Stripped down libraries
Replies: 1
Views: 9180

Re: Stripped down libraries

We could do the same for Smarty (~ 16mb), but I'm wrapping up for the night.

Also? Our .svn is now 58Mb, so if we do a release, we need to make sure to nuke that prior to release. ;)
by thekabal
Tue Apr 29, 2014 04:19 UTC
Forum: Development
Topic: Stripped down libraries
Replies: 1
Views: 9180

Stripped down libraries

I committed a change to Original tonight that adds a post-update script to composer that has it remove the portions of adodb and htmlpurifier that we do not need. Grab the latest SVN, and then.. $ php composer.phar update And you will get the latest versions of the libraries AND it will remove all t...
by thekabal
Mon Apr 28, 2014 00:17 UTC
Forum: Development
Topic: Create universe now runs without Adodb!
Replies: 0
Views: 9859

Create universe now runs without Adodb!

Tonight I committed the changes needed for BNT Original to run create universe using only PDO - no adodb any more! This change means that the minimum requirements for the game had to be bumped (for both mysql and php) slightly. But it also brings us support for Persistent Tables. That means that we ...
by thekabal
Sun Apr 27, 2014 01:48 UTC
Forum: Development
Topic: Changes in the pipeline.
Replies: 5
Views: 13715

Re: Changes in the pipeline.

Hello THeMightyDude and thekabal, I am very new to blacknova. I am interested in the topic of development rpg/trading games. I am currently in the process of a prototype that I intend to rewrite. My engine lacks the depth that blacknova has (essentially mine is largely style over substance at prese...
by thekabal
Sun Apr 27, 2014 01:13 UTC
Forum: Development
Topic: Changes in the pipeline.
Replies: 5
Views: 13715

Re: Changes in the pipeline.

No, I was refering to the database package ( doctrine/dbal ) that we was thinking about using a little while back, I also did a look through all the packages they have seeing what ones may be cool to use in the re-code, and a lot of them had dependencies and a few of them also required some depende...
by thekabal
Sat Apr 19, 2014 23:10 UTC
Forum: Development
Topic: Changes in the pipeline.
Replies: 5
Views: 13715

Re: Changes in the pipeline.

I think some stuff is seems ok like I like how Composer works with the auto-loading of files and the ease of adding new packages to the list, the only issue that I do have is the overhead some of the composer packages have, I mean we may only require a small package to replace a small chuck of our ...
by thekabal
Sat Apr 19, 2014 22:33 UTC
Forum: Announcements
Topic: We are back online...
Replies: 2
Views: 10853

Re: We are back online...

Sorry you ran into that trouble, great to have you back!