Age | Commit message (Expand) | Author | Files | Lines |
2012-12-05 | - Re-committed r16973/trunk/src/ (tid:74924). | momacabu | 1 | -4/+9 |
2012-12-05 | - Re-committed r16971/trunk/src/ (tid:74924). | momacabu | 1 | -5/+22 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -6975/+7129 |
2012-11-30 | -Fix old warnings. 1st step to get ride of -wno flag in configure. | glighta | 1 | -2/+2 |
2012-11-30 | - Minor tweak in @jobchange, it will now read msg_athena.conf job names; | momacabu | 1 | -142/+10 |
2012-11-27 | - Don't recall the player if it is on the same place as the recaller; | momacabu | 1 | -2/+7 |
2012-11-27 | Applied suggestion in tid:74775. Added script command cleanmap and cleanarea ... | momacabu | 1 | -5/+22 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -7128/+7084 |
2012-11-24 | -Fix bugreport:6751 allow noseige to be casted while under status. | glighta | 1 | -5/+7 |
2012-11-23 | -Apply mkdu95 fix for bugreport:5145 preventing clone if player dead, (for sl... | glighta | 1 | -1/+5 |
2012-11-22 | -Apply EvilPuncker path from tid:71756 | glighta | 1 | -3/+4 |
2012-11-14 | Following r16914 | glighta | 1 | -17/+30 |
2012-11-13 | Following r16914 | glighta | 1 | -1/+4 |
2012-11-13 | - Fixed bugreport:6887, a variable was not initialized; | momacabu | 1 | -2/+2 |
2012-11-12 | Modified @addwarp to accept a new optional parameter <npc name>. If <npc name... | momacabu | 1 | -4/+5 |
2012-11-12 | Follow up r16916: enforced status recalc when intravision ends to ensure it i... | shennetsind | 1 | -1/+1 |
2012-11-12 | -Add Homon-S skills, 1st implementation (all done except Eleanors) | glighta | 1 | -21/+3 |
2012-11-10 | - Modified *monster and *areamonster script commands to allow size and ai par... | momacabu | 1 | -4/+7 |
2012-11-10 | Performance Improvement; Server shut down, instance clear up, and @cleanmap a... | shennetsind | 1 | -1/+1 |
2012-11-09 | - Removed backup.pl (for TXT servers) and vs9-to-vs8.php (outdated versions); | momacabu | 1 | -21/+7 |
2012-11-08 | - Fixed a typo in @mapflag example, since r15009. | brianluau | 1 | -2/+2 |
2012-11-01 | -Fix bugreport:6547 (bloodylust) upd bloodylust effect to berserk | glighta | 1 | -257/+257 |
2012-10-30 | Fixed Level/Drop modifier based on level difference and created a db as sugge... | rud0lp20 | 1 | -4/+1 |
2012-10-29 | -Add some src basic documentation. | glighta | 1 | -13/+13 |
2012-09-22 | * Fixed applicable job on Ebone Armor (bugreport:6705) | euphyy | 1 | -2/+2 |
2012-09-22 | Oops I goofed Forgot to resave the File Left out arguements for mora. [Spre] | spre123 | 1 | -1/+1 |
2012-09-22 | Fixed @go, where mora and morocc had conflicts, @mora was sending you to moro... | spre123 | 1 | -2/+3 |
2012-09-16 | - Partial revert of r16782. (bugreport:6704) | brianluau | 1 | -4/+2 |
2012-09-16 | Removed stupid alternative city names from @go command and added real ones, a... | daegaladh | 1 | -15/+15 |
2012-09-08 | Fixed @raise/@raisemap incorrect behavior which would heal everyone in the se... | shennetsind | 1 | -8/+6 |
2012-09-08 | Fixed bugreport:6557 players unable to use char commands will no longer get t... | shennetsind | 1 | -0/+10 |
2012-09-06 | Added new group permission as discussed with other developers "disable_comman... | shennetsind | 1 | -0/+4 |
2012-09-06 | Added @cart as per discussion in tid:70389 (mostly greatly helpful for debugg... | shennetsind | 1 | -6/+44 |
2012-09-02 | * Follow-up r16725: changed atcommand.c comments to match new msg_athena line... | euphyy | 1 | -186/+186 |
2012-09-01 | - Changed the column spacing in @go (town list) and @job (jobname list) so it... | brianluau | 1 | -16/+12 |
2012-09-01 | - help.txt Params lists: changed "/" to "|" to match the rest of the file. | brianluau | 1 | -136/+135 |
2012-08-31 | * Updated new atcommand messages in msg_athena to be more grammar-friendly. | euphyy | 1 | -1/+2 |
2012-08-31 | - Moved 400+ hard-coded messages to msg_athena.conf for easier translating. T... | brianluau | 1 | -560/+469 |
2012-08-31 | - Fixed warnings from r16722. | brianluau | 1 | -2/+2 |
2012-08-31 | - Fixed @item so it only displays message "Item created" on success. | brianluau | 1 | -13/+33 |
2012-08-22 | Major cleanup all over the place, made possible by mkbu95's scan-build report... | shennetsind | 1 | -4/+4 |
2012-08-17 | Added 2 (3) new atcommands: | shennetsind | 1 | -0/+77 |
2012-08-17 | Added @reloadquestdb as per Script / DB Developer Joseph request. | shennetsind | 1 | -1/+7 |
2012-08-15 | - Removed useless mapname compares (since r570) and fixed the strncmp for mal... | brianluau | 1 | -6/+4 |
2012-08-15 | ` Added new atcommands: disguiseguild, undisguiseguild, sizeall, sizeguild | xantara | 1 | -8/+162 |
2012-08-14 | Follow up r16632, added check on level up so that the equip is automatically ... | shennetsind | 1 | -0/+1 |
2012-08-05 | Fixed bugreport:6395, added renewal @go spawn for izlude | xantara | 1 | -7/+11 |
2012-07-24 | Moved a few messages from source to msg_athena.conf. | xazax-hun | 1 | -4/+4 |
2012-07-24 | Refinements to atcommand suggestions. | xazax-hun | 1 | -40/+35 |
2012-07-24 | Fixed @adjgroup so that the cached permissions are updated alongside the grou... | shennetsind | 1 | -0/+1 |