summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-11fix to bug on import of atcommand_athena, bugreport:5207shennetsind1-3/+4
2012-01-11Picklog improvements:gepard19841-26/+6
2012-01-10Xantara's fix for bugreport:5201, bugreport:5222 and bugreport:5227 (@command...shennetsind1-7/+9
2012-01-04*Added 2 new accessory skills.Chilly01231-4/+27
2012-01-04Fixed atcommand aliases memory leak, bugreport:5200shennetsind1-3/+18
2012-01-04fixed @hide from not refreshing users who did not know about the @hide, bugre...shennetsind1-0/+2
2012-01-03Fixed atcommand system not being case insensitive since r15346, thanks to keikunshennetsind1-1/+1
2012-01-03Follow up r15343, added trimming to each individual aliases, allows the follo...shennetsind1-1/+1
2012-01-01Added new @/# command aliases pattern, all aliases can now be modified/added/...shennetsind1-370/+375
2011-12-31Fixed "#cmd" nick exploit, bugreport:5188shennetsind1-4/+8
2011-12-26minor @spiritball bugfix, bugreprot:2751shennetsind1-2/+4
2011-12-24* Merged changes up to eAthena 15040 (follow up to r15245, fixed some errors).brianluau1-13/+6
2011-12-24* Merged changes up to eAthena 15040.eathenabot1-14/+14
2011-12-23- Replaced tabs with spaces in @go, follow up to r15070. (bugreport:5156)brianluau1-4/+10
2011-12-19* Merged changes up to eAthena 15036.eathenabot1-2/+1
2011-12-17- Replaced log_config.enable_logs constants with LOG_ enums that existed sinc...brianluau1-6/+6
2011-12-14- Updated msg_athena.conf to include castle counts up to 34. (bugreport:1522)brianluau1-18/+18
2011-12-13- Fixed hidden GMs being processed in the PVP ranking timerepoque111-0/+21
2011-12-12Corrected an event mob being summoned in Endless tower (bugreport:4942)jmanfffreak1-1/+5
2011-12-10Added client feedback to @cash and @pointscalciumkid1-4/+15
2011-12-09New Battle Config: gm.conf/atcommand_max_stat_bypass for bugreport:3301shennetsind1-11/+14
2011-12-09@command log bug fix, bugreport:4010shennetsind1-8/+7