Details
| Participant | Role | Time Spent | Comments | Latest Comment |
|---|---|---|---|---|
| Author | 3h 3m | 4 | Valk and I are putting Jedi on hold for right now. We wi... | |
| Moderator | 3m | |||
| Reviewer - 0% complete | 8m | 5 | Please read comments, then look over all commands again. | |
| Reviewer - 40% complete | 57m | 10 | Any progress on this? | |
| Reviewer - 11% complete | 2m | |||
| Reviewer - 25% complete | 13m | |||
| Reviewer - 0% complete | ||||
| Reviewer - 0% complete | ||||
| Total | 4h 27m | 19 |
- Files: 35
-
Patches:
- noforcebug-v2.txt: (anchored to : / )
- noforcebug-v3.txt: (anchored to : / )
- noforcebug-v4.txt: (anchored to : / )
- noforcebug-v5.txt: (anchored to swgemu : core3/branches/unstable/MMOCoreORB/ )
Objectives
12/25
—
noforcebug-v5.txt
[Changed] Healing to use StringID.
[Fixed] Misc code cleanup.
12/01
—
noforcebug-v4.txt
[Fixed] Totalheal with 0 force.
[Fixed] Misc healother skills.
[Fixed] Faction/BH target healing.
Corrected several typo's as suggested by cRush in noforcebug-v2.txt
*****
[Fixed] Totalheal with 0 force.
[Fixed] Misc healother skills.
06/21
- adding crush to review as he is taking over jedi
General Comments
12 Dec 12
Loshult says:
Use http://ocdsoft.com/strings.php to find the used string id's for every command. jedi_spam.stf and healing_response.stf has probably got all the string id's needed for this.
Go through all commands and find the correct string ids, ensure that both healer and target receives system messages.
26 Dec 12
bluree says:
changed to use stringID's
and updated system msg to healer & target(only dmg & wounds supposed to send msg to target)
26 Dec 12
Loshult says:
It seems like we have a lot of code duplication in these commands. Each command performs almost the same checks (this is especially true for the different strengths of each command). I think it might be possible to make one or a few more generic command(s) that each specialized command inherits and defines exactly what to do. Please check how the TendCommand.h, TendDamageCommand.h and TendWoundCommand.h does this.
It might also be good to divide this patch into several smaller ones to make it easier to review and fix.
04 Feb
bluree says:
Valk and I are putting Jedi on hold for right now.
We will come back to it later on down the road once more of the base game is complete and the 'Jedi frenzy' has died down..
Please read comments, then look over all commands again.