junkdog / artemis-odb

A continuation of the popular Artemis ECS framework
BSD 2-Clause "Simplified" License
779 stars 112 forks source link

Throw out stuff from com.artemis.utils thats not used by artemis #14

Closed lopho closed 9 years ago

lopho commented 11 years ago

Utils FastMath TrigLUT Timer

Why carry this stuff around? If a user needs these kind of utils they can get them everywhere.

Sure, it's convenient to have, let's say, fastmath for games, but still, you can get fastmath stuff about everywhere. I'd say anything not used by artemis or directly related to artemis should not be in artermis.

anyways, too little sleep, too much LCD tan. night.

junkdog commented 11 years ago

I'm essentially agreeing with you, I think the classes themselves are nice (for the most part), but they don't really have any place in Artemis. I've deprecated the classes, let's purge them a year or so from now.

junkdog commented 11 years ago

Sleep tight

junkdog commented 11 years ago

Yo, so unless you have something else in mind, I'm pushing 0.4.0 to maven repo today. I think we've fixed all known bugs (hence the bump up to 0.4.0).

lopho commented 11 years ago

wait until tomorrow please, I still want to complete the documentation, as it's still lacking in a few places like the managers.

junkdog commented 11 years ago

Affirmative.

On Tue, Oct 1, 2013 at 11:30 AM, lopho notifications@github.com wrote:

wait until tomorrow please, I still want to complete the documentation, as it's still lacking in a few places like the managers.

— Reply to this email directly or view it on GitHubhttps://github.com/junkdog/artemis-odb/issues/14#issuecomment-25436103 .

DaanVanYperen commented 10 years ago

Year has passed! ;)

Namek commented 10 years ago

LOL what a catch.

junkdog commented 10 years ago

Dang! Ok, everything is thrown out with 1.0.0 - I'd rather remove everything at once.

DaanVanYperen commented 10 years ago

Can move it to a transition package in contrib with no other dependencies, as a deprecated module. Edit: When you get to 1.0.0

DaanVanYperen commented 9 years ago

Het psst, @junkdog, 1.0 on the horizon, you can scratch this itch!