index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
atcommand.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-04-20
Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t...
shennetsind
1
-0
/
+3
2012-04-20
=General
technote24
1
-40
/
+40
2012-04-19
=General
technote24
1
-94
/
+116
2012-04-02
- Small change to @version command (fixed invalid project name)
epoque11
1
-1
/
+1
2012-03-29
- Merged main-chat message handling (as requested/enforced by trojal <3)
epoque11
1
-8
/
+3
2012-03-22
Fixed bugreport:5468 Swordsman upper classes and ranger are no longer allowed...
shennetsind
1
-0
/
+6
2012-03-22
Fixed bug in @mount allowing you to mount dragon/mado while in disguise (BADA...
shennetsind
1
-10
/
+20
2012-03-20
- Fixed Clown/Gypsy/Minstrel/Wanderer not receiving skill points upon change-sex
epoque11
1
-0
/
+1
2012-03-09
Code cleanup: replaced `DBIterator` function calls with macros where possible.
gepard1984
1
-5
/
+5
2012-03-03
* fixed job change level not being recorded for 2nd -> 3rd class (bugreport:5...
lordttseven
1
-2
/
+4
2012-03-01
Enabled `DB_OPT_RELEASE_DATA` for atcommands `DBMap`s so they are able to fre...
gepard1984
1
-16
/
+4
2012-02-27
* Merged changes up to eAthena 15075.
eathenabot
1
-1
/
+1
2012-02-19
Fixed `/lb` and `/nlb` commands displaying additional nickname (bugreport:5351).
gepard1984
1
-5
/
+5
2012-02-17
Added Wildcard's fix for @hide gms on @pvp'd pvp maps
shennetsind
1
-15
/
+11
2012-02-17
Fixed missing parenthesis in @who code, removed unused variable in is_atcommand
shennetsind
1
-2
/
+1
2012-02-14
Updated `@marry` and `@divorce` to use standard charcommand invocation (`#com...
gepard1984
1
-46
/
+24
2012-02-14
Merged `@kill` and `@die`, since `@kill` was just a remote version of `@die`.
gepard1984
1
-39
/
+3
2012-02-14
Merged code of `@whomap` commands into `@who`.
gepard1984
1
-232
/
+63
2012-02-14
Merged code of `@who`, `@who2` and `@who3` commands.
gepard1984
1
-200
/
+62
2012-02-13
- Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...
gepard1984
1
-920
/
+667
2012-02-09
Follow up r15557, modified it so that @ban only checks for @unban if the over...
shennetsind
1
-6
/
+19
2012-02-09
@ban is no longer able to reduce the length of a ban unless you can also @unb...
shennetsind
1
-1
/
+6
2012-02-09
Added minor autolootitem code improvement. saves from scenarios like:
shennetsind
1
-0
/
+6
2012-01-31
* Added display name to warps created with `@addwarp`, so their name is visi...
gepard1984
1
-2
/
+6
2012-01-31
* Fixes and improvements related to MVP rewards (bugreport:1259):
gepard1984
1
-2
/
+2
2012-01-30
- Removed more trailing tabs.
brianluau
1
-5
/
+5
[next]