Details
| Participant | Role | Time Spent | Comments | Latest Comment |
|---|---|---|---|---|
| Author | 45m | 2 | Ok, figured it out. Added another patch that shows those. | |
| Moderator | 0m | |||
| Reviewer - 0% complete | ||||
| Reviewer - 100% complete | 16m | 2 | Yes it will. | |
| Reviewer - 0% complete | ||||
| Reviewer - 41% complete | 2m | |||
| Reviewer - 0% complete | ||||
| Reviewer - 0% complete | ||||
| Total | 1h 3m | 4 |
- Files: 12
-
Patches:
- patch446.txt: (anchored to : / )
- patch446-2.txt: (anchored to swgemu : core3/branches/unstable/MMOCoreORB/ )
- patch446-3.txt: (anchored to swgemu : core3/branches/unstable/MMOCoreORB/ )
Objectives
The following commands exist for group and guild chat (http://swg.wikia.com/wiki/Chat_Commands):
- /g
- /groupChat, aka /group
- /groupSay (not working)
- /gsay (not working)
- /gtell (not working)
- /guild, aka /gu (not working)
- /guildSay (not working)
The group commands should all do the same thing (and should therefore all use the same class, not individual classes for each command) registered with different strings, and, of course, they should all work like /g and /groupChat do.
This eliminates the need for:
- GCommand.h
- GroupSayCommand.h
- GSayCommand.h
- GtellCommand.h
- GuildSayCommand.h
The guild commands were not working, so additional methods were added to support broadcasting to the guild room when these slash commands are executed.
General Comments
13 Dec 12
Cebot says:
Sorry for my noobishness with SVN, but how do I remove files? If I remove them from my local copy and generate a new patch, will it include that kind of change?
Can you complete the patch? If the files stated above isn't needed anymore, remove them.