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
2010-04-10
- Fixed a comparison check in OBB quest. (bugreport:4167)
brianluau
1
-11
/
+11
2010-03-24
* Implemented NPC_TALK (Credit to SnakeDrak and Daegaladh)
L0ne_W0lf
1
-4
/
+18
2010-01-15
* Fixed change cart packet doesn't check for skill.
Inkfish
1
-1
/
+1
2010-01-08
- Fixed a typo in Orc's Memory.
brianluau
1
-1
/
+1
2009-11-19
- Applied the renewal client support patch from Diablo (eA forum topic 222623)
skotlex
1
-50
/
+4
2009-11-11
- Fixed a typo in Strawberry Cake (12319). (bugreport:3702)
brianluau
1
-3
/
+3
2009-11-03
Extended broadcast implementation:
Gepard
1
-6
/
+6
2009-11-02
* Quick fix to char command checking gm level of the target player instead of...
Inkfish
1
-1
/
+16
2009-10-25
Reverted renaming foreach functions and create a new one for OnTouch so that ...
Inkfish
1
-4
/
+4
2009-10-25
* Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can b...
Inkfish
1
-4
/
+4
2009-10-12
Partially revert r14085, NPC names are allowed to be more than 24 character l...
Inkfish
1
-2
/
+2
2009-10-04
- Implemented new packets for rental items (from Jobbie and Natz and fixed by...
zephyrus
1
-0
/
+6
2009-06-30
Fixed sql char deletion code using a broken pet deletion query (ran very slow...
ultramage
1
-209
/
+143
2009-06-23
Minor update to atcommand_jailfor and atcommand_char_ban's modif_p var increm...
Paradox924X
1
-2
/
+8
2009-06-13
Changed a few sprintf's that had no format arguments to strcpy's.
Paradox924X
1
-1
/
+1
2009-06-08
- Added 'font' config in atcommand_athena.conf (bugreport:3123)
brianluau
1
-14
/
+14
2009-05-17
Removed the optional target parameter from atcommand_homshuffle, since the st...
ultramage
1
-23
/
+4
2009-05-15
- Fixed a bunch of invalid memory access bugs as reported by Valgrind.
skotlex
1
-1
/
+1
2009-05-12
- Rental items now can be stackable items too.
zephyrus
1
-22
/
+58
2009-03-31
(bugreport:2836) A correction of a typographical error with GM command logging.
sketchyphoenix
1
-1
/
+1
2009-03-30
Fixed atcommand_param() using a hardcoded @ symbol, which broke on charcomman...
ultramage
1
-5
/
+3
2009-03-24
* Added support for new status change packet, uses new setting display_status...
Sara
1
-5
/
+6
2009-02-25
- Bugreport #2800 ( Atcommands usables without restriction :S )
zephyrus
1
-2
/
+1
2009-02-24
Replaced giving dummy sd gm levels in script commands atcommand and charcomma...
sketchyphoenix
1
-1
/
+2
2009-02-23
* Consolidated is_atcommand() and is_atcommand_sub()
sketchyphoenix
1
-86
/
+86
2009-02-20
Increased variable size for status/skill points to remove the 65k cap (bugrep...
ultramage
1
-16
/
+6
2009-02-19
* Fixed impropper filling of w4 in npc_parsesrcfile when there are less than ...
FlavioJS
1
-19
/
+8
2009-02-06
* Follow up to r13485. (bugreport:2741)
FlavioJS
1
-8
/
+7
2009-01-25
- Implemented new Pet Bonus System. Enjoy!! :D
zephyrus
1
-1
/
+2
2009-01-20
Fixed a boolean operator mistake in @memo command, caused by r11625 (bugrepor...
ultramage
1
-1
/
+1
2009-01-15
Updated script_commands.txt with the book reading command info.
sketchyphoenix
1
-4
/
+6
2009-01-14
#commands used by nonGM players now appear in the chat like normal
sketchyphoenix
1
-3
/
+4
2009-01-14
Corrected a typo in r13444
sketchyphoenix
1
-1
/
+4
2009-01-13
* Cleaned up command @users/#users:
FlavioJS
1
-29
/
+24
2009-01-12
* #command parsing cleaned up.
sketchyphoenix
1
-28
/
+32
2009-01-11
bugreport:2637
sketchyphoenix
1
-11
/
+14
2009-01-05
Added @charcommands to return a list of available charcommands (bugreport:2630)
sketchyphoenix
1
-35
/
+7
2009-01-05
Fixed @mobsearch and @showmobs (bugreport:2481)
ultramage
1
-19
/
+23
2008-12-30
Removed a trailing argument left in r13420
sketchyphoenix
1
-1
/
+1
2008-12-29
* Added missing command #delitem.
sketchyphoenix
1
-10
/
+83
2008-12-28
Corrected typo in @adjcmdlvl's parameter check.
sketchyphoenix
1
-1
/
+1
2008-12-25
* Charcommands no longer default to self if no target is found.
sketchyphoenix
1
-2
/
+7
2008-12-23
* Added a few missing atcommands.
sketchyphoenix
1
-18
/
+353
2008-12-18
Removed charcommand code while allowing atcommand code to support its functio...
sketchyphoenix
1
-327
/
+394
2008-11-23
* Readded code that was removed from atcommand_showmobs by mistake in the pre...
FlavioJS
1
-0
/
+3
2008-11-22
* Hunted down improper uses of va_list variables.
FlavioJS
1
-57
/
+33
2008-11-22
* Hunted down the simpler 64bit pointer truncations.
FlavioJS
1
-1
/
+1
2008-10-30
Small cleanup of r13321/r13322/r13331.
ultramage
1
-35
/
+5
2008-10-28
Fixed all overflow checks and made the code a bit cleaner from r13322.
Paradox924X
1
-10
/
+36
2008-10-24
Added protection from segfault by int overflow in charcommand heal and fixed ...
Paradox924X
1
-1
/
+1
[next]