Name | Status | Last Modified | Last Commit | |
---|---|---|---|---|
lp://qastaging/ |
1 Development | 2008-02-20 05:09:27 UTC |
52.
Modified receive_message() in mobile....
Author:
DaelasKai
Modified receive_message() in mobile.c to reference msg_colours.h for the appropriate For example: In the msg_colours.h I defined the message class "success" to put the header in front One problem with this system of using color tags is if I define the message class "talk" message( "talk", "Hello everyone. I am %^RED%^ Then, the message class "talk" will make the "Hello everyone. I am" to show up as cyan The workaround to this is to have the following in the code: msg = replace_string(msg, "%^RESET%^", col); and put it above this: The only problem this causes is with the first example of using a header text: An example: Another example: |
|
lp://qastaging/ |
1 Development | 2008-01-02 07:47:06 UTC |
26.
Modified /lib/adm/daemons/lockdown_d....
Author:
DaelasKai
Modified /lib/adm/ |
1 → 2 of 2 results | First • Previous • Next • Last |