jj1bdx / erltrek

An Erlang Star Trek game
http://jj1bdx.github.io/erltrek
Other
16 stars 2 forks source link

More basic functions to be implemented for the galaxy-server code change #19

Closed jj1bdx closed 10 years ago

jj1bdx commented 10 years ago

TODO:

kaos commented 10 years ago

Hmm.. that's a rather long todo list. Maybe break them out to separate issues. Then you can close them from commit messages too.. Closing issues via commit messages.

kaos commented 10 years ago

let's leave those that used to work (i.e. was implemented in the old code) in the todo list, and fork all other out to their own issues. Then we can easily track, discuss and assign them. (I'll go ahead with that).

kaos commented 10 years ago

I'll work on the klingon commander for a bit..

jj1bdx commented 10 years ago

I need some sleep. I'll announce what I will work after I get up.

kaos commented 10 years ago

Good night ;)

jj1bdx commented 10 years ago

Access to GitHub SSH servers blocked as of 0233UTC due to "mitigation of DDoS which affects APAC traffics". This will prevent me from doing anything on GitHub. I'll try later, but FYI.

jj1bdx commented 10 years ago

GitHub SSH access is back before 0400UTC.

jj1bdx commented 10 years ago

Now pruning unused stuff from old sources.

jj1bdx commented 10 years ago

Removed old code related to #enterprise_state{} and game_state(). Also erltrek_dock.erl and erltrek_klingon.erl were removed from kaos-galaxy-server branch. You can retrieve them from an older branch.

kaos commented 10 years ago

:+1:

jj1bdx commented 10 years ago

Now updating condition code flag (green, yellow, red, docked) through the new erltrek_enterprise_commander process. To be merged soon.

jj1bdx commented 10 years ago

Condition code flag update committed: https://github.com/jj1bdx/erltrek/commit/54ac6ad15b95f790ebb84d97e0179a1bd43d42f0 https://github.com/jj1bdx/erltrek/commit/10166ca04d76ab25e50b1a06be802fa300dd9eff https://github.com/jj1bdx/erltrek/commit/b97efa075474a4cf25985c1ae95b3433c3545273.

jj1bdx commented 10 years ago

Let me try writing the docking code next...

kaos commented 10 years ago

Hint: if you mention the issue in the commit message, you get the cross reference for free (in both directions even! :)

jj1bdx commented 10 years ago

Docking/undocking basic code complete. Not yet implemented necessary control to the phaser/impulse stuff yet.

jj1bdx commented 10 years ago

Completed implementation of phaser/impulse control while docked.

jj1bdx commented 10 years ago

@kaos: I'll be taking a break from my own development till 2359UTC 22-MAR-2014, though I will respond to the review requests from you (and general other bugfixes).

jj1bdx commented 10 years ago

Now removing unnecessary #klingon_status{} (Data in the record is not used).

jj1bdx commented 10 years ago

Removed #klingon_status{}.

jj1bdx commented 10 years ago

I think we can merge kaos-galaxy-server branch into the master branch in a few days, regarding the (quite fast) rate of development and fixing bugs.

kaos commented 10 years ago

:+1:

jj1bdx commented 10 years ago

I would like to propose the code freeze deadline will be 2359UTC 26-MAR-2014 for merging the kaos-galaxy-server branch into next/master branches.

kaos commented 10 years ago

Code freeze is ok with me. I got caught up with $ work for a few days now..

jj1bdx commented 10 years ago

OK. Here I also have to do a lot of other stuff this week till the weekend.

jj1bdx commented 10 years ago

The release will be:

jj1bdx commented 10 years ago

I will start pre-merging from 1500UTC 26-MAR-2014. This includes merging kaos-galaxy-server to next/master. Update: tagging will happen after 0000UTC 27-MAR-2014 happened just after the merge.

jj1bdx commented 10 years ago

@kaos: After kaos-galaxy-server -> next merge, please merge/commit your code to next branch. FYI.

jj1bdx commented 10 years ago

Merge complete. Thanks again to @kaos for all the contribution.

jj1bdx commented 10 years ago

Tagging complete. Issue closed.

kaos commented 10 years ago

Nice work :)