index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
pc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-07
* Merged changes from trunk [14895:14966/trunk].
ai4rei
1
-57
/
+29
2011-09-30
* Fixed skill_calc_heal applying heal bonuses only to AL_HEAL.
L0ne_W0lf
1
-4
/
+5
2011-08-27
- Implemented first version of Archbishop skills. Preliminary version, see do...
L0ne_W0lf
1
-1
/
+30
2011-08-07
Merged database changes from trunk r14927.
L0ne_W0lf
1
-2
/
+6
2011-07-10
* Merged changes from trunk [14827:14894/trunk].
ai4rei
1
-65
/
+74
2011-05-15
* Merged changes from trunk [14824:14825/trunk].
Gepard
1
-46
/
+62
2011-05-15
* Added support for increased max statistics (parameters) for 3rd classes (re...
Gepard
1
-8
/
+32
2011-05-15
* Merged changes from trunk [14784:14819/trunk].
ai4rei
1
-185
/
+83
2011-04-09
* Merged changes from trunk [14742:14782/trunk].
ai4rei
1
-18
/
+42
2011-03-22
- AEGIS Conversion of Mob Spawns.
Kisuka
1
-88
/
+249
2011-03-09
* Fixed some missing/wrong bits in merge from trunk (follow up to r14740).
ai4rei
1
-37
/
+19
2011-03-09
* Merged changes from trunk [14688:14739/trunk].
Kisuka
1
-6
/
+7
2011-01-30
* Merged changes from trunk [14636:14686/trunk].
ai4rei
1
-49
/
+43
2010-12-31
* Fixed a nullpo crash in pc_gainexp when receiving exp though script command...
ai4rei
1
-1
/
+1
2010-12-27
* Added item stacking limit database (item_stack.txt) required for runes and ...
ai4rei
1
-4
/
+22
2010-12-26
* Merged changes from trunk [14496:14630/trunk].
ai4rei
1
-140
/
+238
2010-12-26
* Merry Christmas eAthena!
SketchyPhoenix
1
-1
/
+48
2010-11-22
* Fixed Rogue skill Steal Coin working on boss monsters (bugreport:2442).
ai4rei
1
-1
/
+1
2010-11-21
* Added enumeration RC2_* for mob data 'race2' (bugreport:4561).
ai4rei
1
-2
/
+3
2010-11-20
* Fixed pc_marriage not checking spouse character job for baby class.
ai4rei
1
-1
/
+1
2010-11-10
Added an item_delay database usable for item-specific use delays.
Paradox924X
1
-2
/
+21
2010-11-07
'Exp gained' packets are now sent regardless of @showexp. @showexp can be ena...
Gepard
1
-7
/
+6
2010-10-11
Implemented official cash food behavior, including use delay, not being dispe...
Paradox924X
1
-2
/
+9
2010-10-09
Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.
Paradox924X
1
-77
/
+77
2010-08-19
- Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ...
Skotlex
1
-10
/
+10
2010-08-18
* Added bonus3 bAdd/SubEle, which allows you to specify a battle flag as well...
L0ne_W0lf
1
-0
/
+83
2010-06-28
* Follow up to r13895, added a battle.conf setting to control if ranges shoul...
L0ne_W0lf
1
-2
/
+2
2010-04-01
- Fixed 'OnPCLogoutEvent' being queued and never executed if
brianluau
1
-0
/
+3
2010-02-06
2010/02/06
Inkfish
1
-2
/
+9
2010-01-24
Prevented pc_skill with a value of 2 for 'flag' from granting a skill level t...
Paradox924X
1
-10
/
+14
2010-01-16
Fixed items don't grant skill if you had this skill before and then changed y...
Inkfish
1
-2
/
+2
2010-01-15
* Fixed change cart packet doesn't check for skill.
Inkfish
1
-1
/
+5
2009-12-02
* Autobonus code cleanups.
Inkfish
1
-35
/
+29
2009-11-27
Fixed warping in OnPCDieEvent revives people with 0 hp.
Inkfish
1
-10
/
+9
2009-11-24
* Fixed the logged damage from pets doesn't count when 'pet_attack_exp_to_mas...
Inkfish
1
-2
/
+2
2009-11-23
* Fixed player keeps bleeding when dead.
Inkfish
1
-0
/
+3
2009-11-13
Resolved a client hang in the scenario where the client sent loadendack befor...
ultramage
1
-1
/
+2
2009-11-07
Added a flag to indicate if the script of an autobonus was parsed for the sak...
Inkfish
1
-3
/
+12
2009-11-03
Extended broadcast implementation:
Gepard
1
-4
/
+4
2009-10-06
Fixed rental items can be moved into guild storage from cart.
Inkfish
1
-2
/
+4
2009-10-04
- Implemented new packets for rental items (from Jobbie and Natz and fixed by...
zephyrus
1
-34
/
+82
2009-09-13
* Progressbar aborts when player is attacked.
Inkfish
1
-8
/
+10
2009-08-21
Added bMagicHPGainValue and bMagicSPGainValue.
Inkfish
1
-0
/
+8
2009-08-14
- Fixes and optimization to instancing. Thanks to Saithis
zephyrus
1
-1
/
+1
2009-08-12
- Optimization to instance system.
zephyrus
1
-11
/
+14
2009-07-27
Partially reverted the fail from r13966.
ultramage
1
-0
/
+3
2009-07-09
- Added documentation for 'getmobdrops' (follow up to r13101). (bugreport:3351)
brianluau
1
-19
/
+20
2009-07-04
* Extended ATF_SKILL to ATF_MAGIC and ATF_MISC.
Inkfish
1
-1
/
+1
2009-07-02
* Updated autobonus [Inkfish]
Inkfish
1
-2
/
+5
2009-06-28
fixed some typos on autobonus
Inkfish
1
-1
/
+1
[next]