index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
clif.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-10
* Merged changes from trunk [14827:14894/trunk].
ai4rei
1
-59
/
+101
2011-05-15
* Merged changes from trunk [14824:14825/trunk].
Gepard
1
-13
/
+13
2011-05-15
* Merged changes from trunk [14784:14819/trunk].
ai4rei
1
-85
/
+141
2011-04-09
* Merged changes from trunk [14742:14782/trunk].
ai4rei
1
-73
/
+112
2011-03-09
* Merged changes from trunk [14688:14739/trunk].
Kisuka
1
-203
/
+744
2011-01-30
* Merged changes from trunk [14636:14686/trunk].
ai4rei
1
-53
/
+72
2010-12-26
* Merged changes from trunk [14496:14630/trunk].
ai4rei
1
-332
/
+360
2010-11-22
* Fixed disguising as player clone causing the client to crash while looking ...
ai4rei
1
-2
/
+2
2010-11-22
* Fixed guild and guild member exp truncation issue (bugreport:4130, since r1...
ai4rei
1
-1
/
+1
2010-11-10
Use packet 0xe7 instead of 0x1f5 within clif_tradestart() when there is no tr...
Paradox924X
1
-16
/
+13
2010-11-08
Send the actual level of the person you're trading with rather than limiting ...
Paradox924X
1
-2
/
+2
2010-11-07
Applied clif_equiplist fix by Ai4rei to prevent client crash when equipment i...
Gepard
1
-0
/
+6
2010-11-02
Applied patch by xazax to clean up various bits of code across mapserver code...
Paradox924X
1
-3
/
+1
2010-10-11
Added a missing const qualifier to a variable. (bugreport:4472)
Paradox924X
1
-1
/
+1
2010-10-09
Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.
Paradox924X
1
-153
/
+153
2010-10-06
* Touched up the party booking patch, seems I forgot some lines in clif.c...a...
L0ne_W0lf
1
-0
/
+6
2010-10-05
* Added Spira's Party Booking System implementation
L0ne_W0lf
1
-1
/
+146
2010-09-18
* Added bard/dancer songs and duets to the nodispell list. (bugreport:4411)
L0ne_W0lf
1
-5
/
+2
2010-09-09
All mobs whose display sprites are those of a job id will now appropriately b...
Paradox924X
1
-1
/
+1
2010-08-26
- Fixed duration of Box_Of_Sunlight. (bugreport:4408)
brianluau
1
-0
/
+4
2010-08-20
- Added a few missing updates to the last packet update to properly support p...
Skotlex
1
-2
/
+6
2010-08-20
Fixed a typo in clif_storagelist
Inkfish
1
-1
/
+1
2010-08-19
- Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ...
Skotlex
1
-47
/
+146
2010-08-17
Fixed an exploit where unauthorized GMs can give zeny through auction.
Inkfish
1
-0
/
+6
2010-08-14
* Quest log kill count now updated properly. (Added from topic 253813)
L0ne_W0lf
1
-11
/
+13
2010-08-03
- Merged a few minor bugfixes
Skotlex
1
-76
/
+212
2010-06-28
* Follow up to r13895, added a battle.conf setting to control if ranges shoul...
L0ne_W0lf
1
-8
/
+0
2010-06-20
Fixed codepage indicators being included in NPCs' whispervars. (bugreport:4325)
Gepard
1
-0
/
+3
2010-06-14
* Blocked being able to use the skill CR_DEVOTION on players under the status...
L0ne_W0lf
1
-0
/
+3
2010-06-14
'clif_hpmeter' shouldn't send the packet to the player himself.
Inkfish
1
-1
/
+1
2010-06-09
* Added support for packet 0x7fe which changes the bgm temporarily for a sing...
Yommy
1
-1
/
+21
2010-06-01
Replaced all occurrences of 'leaved' with 'withdraw'.
Paradox924X
1
-1
/
+1
2010-06-01
Rewrote and optimized clif_hpmeter to employ map_foreachinarea() rather than ...
Paradox924X
1
-34
/
+33
2010-05-19
partial revert of r14295
brianluau
1
-1
/
+1
2010-05-16
- Fixed a small typo in a shop name. (bugreport:4235)
brianluau
1
-1
/
+1
2010-04-23
Merged a few updates for supporting renewal clients (thanks to Diablo): [Skot...
skotlex
1
-49
/
+93
2010-03-24
* Implemented NPC_TALK (Credit to SnakeDrak and Daegaladh)
L0ne_W0lf
1
-0
/
+23
2010-02-21
Changes to how right-click gm kick checks gm privileges:
ultramage
1
-8
/
+21
2010-02-19
* Fixed NPC_INVINCIBLE can be dispelled. (bugreport:4046)
Inkfish
1
-1
/
+1
2010-02-09
Expanded range for cached and stored-in-db guild member exp (devotion) from u...
Paradox924X
1
-1
/
+1
2010-02-06
2010/02/06
Inkfish
1
-1
/
+25
2010-01-30
- Added support for PACKETVER 20100105, which updates the vending related pac...
skotlex
1
-13
/
+39
2010-01-20
Fixed a wrong interpretion to "clif_addskill" packet. follow up to r14218
Inkfish
1
-5
/
+5
2010-01-15
* Fixed change cart packet doesn't check for skill.
Inkfish
1
-1
/
+56
2009-12-20
Quick-added support for the new whisper packet (bugreport:3942).
ultramage
1
-0
/
+11
2009-11-19
- Applied the renewal client support patch from Diablo (eA forum topic 222623)
skotlex
1
-14
/
+150
2009-11-13
Resolved a client hang in the scenario where the client sent loadendack befor...
ultramage
1
-8
/
+14
2009-11-03
Extended broadcast implementation:
Gepard
1
-47
/
+42
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
[next]