Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-07-23 | Follow up r16471 improved overall feature performance by making the bind list... | shennetsind | 1 | -11/+12 |
2012-07-22 | Added the ability to bind atcommands to NPC events (ex: NPCNAME::OnEvent); or... | cookiecrumbs | 1 | -1/+41 |
2012-07-18 | Fixed bugreport:6269 added a way to test files prior to @reloadatcommand so t... | shennetsind | 1 | -0/+18 |
2012-07-18 | New permissions added for groups: show_bossmobs, disable_pvm and disable_pvp;... | cookiecrumbs | 1 | -5/+3 |
2012-07-18 | Super performance improvement to groups system, caching permissions levels an... | shennetsind | 1 | -17/+60 |
2012-07-11 | Follow up r16403, adjusted map_reloadnpcs to follow new config standards(r163... | greenboxal2 | 1 | -1/+1 |
2012-07-11 | Fixed bugreport:6187 @reloadscript now reload map config files seeking for npcs. | greenboxal2 | 1 | -0/+1 |
2012-06-24 | Fixed bugreport:5295 Added a config so each server owner may decide whether t... | shennetsind | 1 | -3/+9 |
2012-06-23 | Fixed bugreport:6090 Mercenary Skills are no longer broken after a @reloadmobdb | shennetsind | 1 | -0/+1 |
2012-06-14 | Modified @displaystatus to support val1/2/3 as optional arguments (greatly ha... | shennetsind | 1 | -4/+4 |
2012-06-01 | - Replaced more -> rAthena (follow up to r15251). | brianluau | 1 | -4/+3 |
2012-05-31 | Updated @changelook to support robe id added missing instruction for already-... | shennetsind | 1 | -7/+7 |
2012-05-31 | Fixed bugreport:5835 vendings are no longer broken when character moves map o... | shennetsind | 1 | -2/+1 |
2012-05-31 | * Merged changes ONLY eAthena 15110. | eathenabot | 1 | -12/+0 |
2012-05-30 | Fixed bugreport:5873 sex changed shouldn't now make exploits regarding item b... | rud0lp20 | 1 | -0/+4 |
2012-05-23 | Fixed bugreport:5794 characters are no longer able to bypass servers max leve... | shennetsind | 1 | -2/+2 |
2012-05-19 | NPC Loaded by @loadnpc will now trigger their OnInit labels as they're loaded. | shennetsind | 1 | -1/+1 |
2012-05-17 | Added new command: @set | shennetsind | 1 | -0/+113 |
2012-05-16 | Fixed bugreport:5749 Amplify Magic Power should now work properly on multi-hi... | rud0lp20 | 1 | -1/+1 |
2012-05-11 | Fixed bugreport:4955 @changegm no longer functions within gvg castles, specia... | shennetsind | 1 | -6/+3 |
2012-05-05 | Follow up r16071 Fixed memory thing (if atcommand_suggestions_enabled was dis... | shennetsind | 1 | -4/+6 |
2012-05-04 | * Partially reverted r16076. The 2 loops wasn't unnecessary, they use differe... | xazax-hun | 1 | -2/+23 |
2012-05-04 | - Fixed feature.conf improper formatting and removed two unnecessary iteratio... | epoque11 | 1 | -23/+2 |
2012-05-03 | * Implemented an atcommand suggestion system. | xazax-hun | 1 | -0/+80 |
2012-05-02 | @mi/@mobinfo: Added support for mob FLEE & HIT, dropped SP support (all offic... | shennetsind | 1 | -2/+2 |
2012-05-01 | Added @accinfo atcommand. "Huge thanks to"/"Credits to" Dekamaster/Nightroad <3. | shennetsind | 1 | -0/+18 |
2012-04-29 | reasonably-sized performance improvement: @reloadscript is about to 3 times f... | shennetsind | 1 | -1/+1 |
2012-04-28 | - Updated the script engine to make use of the DBMap* structure for storing v... | epoque11 | 1 | -1/+1 |
2012-04-25 | * Replaced rand() calls with rnd(). | xazax-hun | 1 | -1/+1 |
2012-04-25 | Removed pc_cant_newmount since it has been proved newer clients still support... | shennetsind | 1 | -5/+0 |
2012-04-22 | - Changed @pettalk /dice to roll random 1-6 (before it always rolled 1). | brianluau | 1 | -4/+7 |
2012-04-21 | - Updated the at-command system to exchange hard-coded messages with those fr... | epoque11 | 1 | -22/+95 |
2012-04-21 | - Fixed emperium coordinates in Payon Holy Shadow (payg_cas03). | brianluau | 1 | -0/+7 |