summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-11Fixed bugreport:4955 @changegm no longer functions within gvg castles, specia...shennetsind1-6/+3
2012-05-05Follow up r16071 Fixed memory thing (if atcommand_suggestions_enabled was dis...shennetsind1-4/+6
2012-05-04* Partially reverted r16076. The 2 loops wasn't unnecessary, they use differe...xazax-hun1-2/+23
2012-05-04- Fixed feature.conf improper formatting and removed two unnecessary iteratio...epoque111-23/+2
2012-05-03* Implemented an atcommand suggestion system.xazax-hun1-0/+80
2012-05-02@mi/@mobinfo: Added support for mob FLEE & HIT, dropped SP support (all offic...shennetsind1-2/+2
2012-05-01Added @accinfo atcommand. "Huge thanks to"/"Credits to" Dekamaster/Nightroad <3.shennetsind1-0/+18
2012-04-29reasonably-sized performance improvement: @reloadscript is about to 3 times f...shennetsind1-1/+1
2012-04-28- Updated the script engine to make use of the DBMap* structure for storing v...epoque111-1/+1
2012-04-25* Replaced rand() calls with rnd().xazax-hun1-1/+1
2012-04-25Removed pc_cant_newmount since it has been proved newer clients still support...shennetsind1-5/+0
2012-04-22- Changed @pettalk /dice to roll random 1-6 (before it always rolled 1).brianluau1-4/+7
2012-04-21- Updated the at-command system to exchange hard-coded messages with those fr...epoque111-22/+95
2012-04-21- Fixed emperium coordinates in Payon Holy Shadow (payg_cas03).brianluau1-0/+7
2012-04-20Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t...shennetsind1-0/+3
2012-04-20=Generaltechnote241-40/+40
2012-04-19=Generaltechnote241-94/+116
2012-04-02- Small change to @version command (fixed invalid project name)epoque111-1/+1
2012-03-29- Merged main-chat message handling (as requested/enforced by trojal <3)epoque111-8/+3
2012-03-22Fixed bugreport:5468 Swordsman upper classes and ranger are no longer allowed...shennetsind1-0/+6
2012-03-22Fixed bug in @mount allowing you to mount dragon/mado while in disguise (BADA...shennetsind1-10/+20
2012-03-20- Fixed Clown/Gypsy/Minstrel/Wanderer not receiving skill points upon change-sexepoque111-0/+1
2012-03-09Code cleanup: replaced `DBIterator` function calls with macros where possible. gepard19841-5/+5
2012-03-03* fixed job change level not being recorded for 2nd -> 3rd class (bugreport:5...lordttseven1-2/+4
2012-03-01Enabled `DB_OPT_RELEASE_DATA` for atcommands `DBMap`s so they are able to fre...gepard19841-16/+4
2012-02-27* Merged changes up to eAthena 15075.eathenabot1-1/+1
2012-02-19Fixed `/lb` and `/nlb` commands displaying additional nickname (bugreport:5351).gepard19841-5/+5
2012-02-17Added Wildcard's fix for @hide gms on @pvp'd pvp mapsshennetsind1-15/+11
2012-02-17Fixed missing parenthesis in @who code, removed unused variable in is_atcommandshennetsind1-2/+1
2012-02-14Updated `@marry` and `@divorce` to use standard charcommand invocation (`#com...gepard19841-46/+24
2012-02-14Merged `@kill` and `@die`, since `@kill` was just a remote version of `@die`.gepard19841-39/+3
2012-02-14Merged code of `@whomap` commands into `@who`.gepard19841-232/+63
2012-02-14Merged code of `@who`, `@who2` and `@who3` commands. gepard19841-200/+62
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19841-920/+667
2012-02-09Follow up r15557, modified it so that @ban only checks for @unban if the over...shennetsind1-6/+19
2012-02-09@ban is no longer able to reduce the length of a ban unless you can also @unb...shennetsind1-1/+6
2012-02-09Added minor autolootitem code improvement. saves from scenarios like:shennetsind1-0/+6
2012-01-31 * Added display name to warps created with `@addwarp`, so their name is visi...gepard19841-2/+6
2012-01-31 * Fixes and improvements related to MVP rewards (bugreport:1259):gepard19841-2/+2
2012-01-30- Removed more trailing tabs.brianluau1-5/+5
2012-01-30- Removed trailing tabs, and fixed some spacing.brianluau1-2/+2
2012-01-22Minor cleanups, mostly reducing scopes.xazax-hun1-1/+0
2012-01-20Merged TXT removal branch back to trunk.gepard19841-9/+1
2012-01-18Extended @alootid command to support multiple items (default: 10).gepard19841-21/+76
2012-01-17Enabled Mersenne Twister MT19937 as random number generator instead of standa...gepard19841-8/+9
2012-01-17* Merged changes up to eAthena 15061.eathenabot1-17/+2
2012-01-17* Merged changes ONLY eAthena 15002.eathenabot1-0/+1
2012-01-14fixed bug with @homevolution not refreshing homun's skill tree (4th skill mis...shennetsind1-1/+1
2012-01-12fixed bug with aliases of the @commands command from working properly; bugfix...shennetsind1-7/+24
2012-01-12Fixed bug with @commands/@charcommands not displaying aliases shennetsind1-5/+6