From: Mark T. <ma...@ly...> - 2013-09-17 06:10:02
|
Hmmm.... I don't seem to have write-access to the svn repo anymore. Thoughts? Mark On 09/16/2013 09:36 AM, Snowdog wrote: > Damn, caught with my hand in the cookie jar again. ;) > > Hey Mark, I thought everyone had given up on this list long ago. > > Go ahead and tear out the old dice roller code and replace it with your new stuff. > It won't interfere with any of my core coding I've been doing (being as there is no chat code yet) > > As for generics, yeah I've already been using them in the new code I've done recently. > Figured at this point, Java 1.7 is the new baseline for ORPG2. Most of the non-generic > collections have been depreciated in favor of the generics anyway. > > On Sep 13, 2013, at 10:37 PM, Mark Tarrabain <ma...@ly...> wrote: > >> Snowdog's been busy, it seems. >> >> Still, it's nice to see some activity here.... I've actually completely >> redesigned the dice roller that I wrote here since I was last working on >> this... learning from the mistakes I made with this one being far too >> generic, and as a result harder to use. The new one I came up with is >> actually more powerful, supporting things like adding variable numbers >> of dice to a die roll (ie. highest(3d6.more(5..6,1),3) would start by >> rolling a d6 and add 1 more die each time a 5 or 6 is rolled, and would >> finally take the highest 3 dice from that). >> >> Should I commit that? It's all within the openrpg2.common.dice package. >> >> Oh... one more thing... Can we use generics now? Or do we still have >> to use the pre-Java6 notation? >> >> Mark >> >> ------------------------------------------------------------------------------ >> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! >> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint >> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes >> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. >> http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk >> _______________________________________________ >> Openrpg-v2-dev mailing list >> Ope...@li... >> https://lists.sourceforge.net/lists/listinfo/openrpg-v2-dev > > > --Snowdog > > > > > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Openrpg-v2-dev mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openrpg-v2-dev > > |