
Curtis Delicata
Members-
Posts
18 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Curtis Delicata
-
1.1.0 has been released. Changes are now using latest Kohana (3.3.1) which is also provided via Composer now. Initial properties defaults are now used once in the user property class rather than loading config on every use. Bug fixes, pet image upload had a few things missing and item upload was using wrong directory. https://sourceforge.net/projects/modulargaming/files/latest
-
Payment module has been released, it is a work in progress however it already supports PayPal Express Checkout and PayPal subscriptions. Admin panel is missing but it is simple to add packages. https://github.com/modulargaming/payment It uses Omnipay (https://github.com/adrianmacneil/omnipay). It is possible to implement drivers for the following: 2Checkout Authorize.Net AIM Authorize.Net SIM Buckaroo CardSave Dummy eWAY Rapid 3.0 GoCardless Manual Migs 2-Party Migs 3-Party Mollie MultiSafepay Netaxept (BBS) Netbanx PayFast Payflow Pro PaymentExpress (DPS) PxPay PaymentExpress (DPS) PxPost PayPal Express Checkout PayPal Payments Pro Pin Payments Sage Pay Direct Sage Pay Server SecurePay Direct Post Stripe WorldPay
-
1.0.1 has been released. Changes are a new installer and simplified instructions. The zip is also smaller as we have removed additional test code. Composer installs have all tests and development tools, they are only removed for the zip download. https://sourceforge.net/projects/modulargaming/files/latest/download
-
We are proud to announce our first stable release; 1.0.0 Download from https://sourceforge.net/projects/modulargaming/files/latest/download Features are: Admin: Admin panel with support for modules to contain their own admin code. Core: Date Email (Swift Mailer) Event (Ported from Laravel 3) Hint (Flash Messages) Journal (Log and Notify) Paginate (Pagination), Tab (Modules can enable their own tabs in user profile etc) Error pages Search (Will be improved in 1.1.0) Assets management Forum: Create/edit/delete categories in Admin panel Create/edit/delete/stick/lock topics Create/edit/delete posts Game: Rock Paper Scissors Lucky Wheel Item: Cookbook Inventory Safe Shops with Restocking User Shops Trade (Will be working fully in later releases, the basics are complete). Create/edit/delete items Create/edit/delete item types Create edit/delete recipes Create/edit/delete shops Message: Create/delete messages Outbox and Inbox Pet: Adopt Create Profiles Create/edit/delete pet species Create/edit/delete pet colours Create/edit/delete which colours a specie has available User: Dashboard Register/login/logout Profiles Reset password Settings
-
Mustache is good, we use it for Modular Gaming. https://github.com/bobthecow/mustache.php
-
The commit seems to have successfully applied and I can see the fixed code in there. I am not sure why it does not work. Does it still require init.php? Edit: Fixed it, for some reason git pull did not update the sub modules. Probably where I changed the source from a private git to a public git when I released the preview.
-
I will look into that Black Scorp. I have push access to shadowhand/email and modulargaming/email so I could I have added a basic guide on writing a module. Please read the included Kohana documentation regarding cascading file systems etc. Reading existing code will help with how ORM, Paginate etc work. http://demo.modulargaming.com/guide/modulargaming/module
-
We are in the process of creating a open source persistent browser based web game (PBBG) framework which will have all the features to get you started and let you start developing your unique features without having to write all the basics. We have taken a modular approach, you can use only the modules you want. If you wanted just a forum you could enable only the core, user and forum modules. We are building our framework using Kohana which is an open source, object oriented (H)MVC web framework built using PHP5 by a team of volunteers that aims to be swift, secure, and small. We are using Kohana 3.3 with many modules, including the following: 1.) ORM is a a powerful Object Relational Mapping (ORM) module that uses the active record pattern and database introspection to determine a model's column information. 2.) Mustache is a template specification we use for our templates, we use Kostache's implementation. You can download our preview release at https://sourceforge.net/projects/modulargaming/files/ You can view a demo at http://demo.modulargaming.com If you have any questions, bugs or feature requests feel free to post them on the issue tracker at GitHub. https://www.github.com/modulargaming/modulargaming Licensed under a BSD license. Modular Gaming can be used legally for any open source, commercial, or personal project. Regards, Modular Gaming http://www.modulargaming.com