Jump to content
MakeWebGames

Curtis Delicata

Members
  • Posts

    18
  • Joined

  • Last visited

Curtis Delicata's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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
  2. 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
  3. 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
  4. 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
  5. You can join our new Facebook Group at http://www.facebook.com/groups/modulargaming
  6. Mustache is good, we use it for Modular Gaming. https://github.com/bobthecow/mustache.php
  7. 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.
  8. I just checked and I previously merged the commit which was supposed to fix this issue. https://github.com/shadowhand/email/commit/4e570020e3cb54dab6189f75a9845d144c202711 Does it still not work?
  9. 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
  10. The Kohana documentation at http://demo.modulargaming.com/guide/kohana is already quite useful. I will start writing specific guide to Modular Gaming (writing modules, conventions etc)
  11. You can view our current documentation at http://demo.modulargaming.com/guide/
  12. We are in the process of writing documentaion including how to write a module. Fornow you will have to look at how existing modules are structured. People kept changing root password and deleting things (default items etc) sorry you will have to install to see admin.
  13. We have now updated Modular Gaming to have default shops/items. Please take a look at http://demo.modulargaming.com Let me know what you think of the artwork.
  14. @Script47 Do you have any ideas for what new games we could develop? I was thinking maybe Blackjack.
  15. Thanks @Rjd Dev Please click the Star icon on GitHub (https://www.github.com/modulargaming/modulargaming)
×
×
  • Create New...