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
2009-03-24
* Added support for new status change packet, uses new setting display_status...
Sara
1
-1
/
+1
2009-03-18
- Implemented new item and bonuses for Kreiger Von Midgard rewards.
zephyrus
1
-12
/
+102
2009-03-08
Fixed statpoint table-based stat reset code using 'short' instead of 'unsigne...
ultramage
1
-12
/
+10
2009-03-08
* Fixed a couple bugs with marionette control
ultramage
1
-1
/
+0
2009-03-04
Small edits to battleground code (bugreport:2816)
ultramage
1
-22
/
+0
2009-03-02
Blade Stop status no longer prevents item use and equip changing.
ultramage
1
-3
/
+3
2009-03-02
Just some generic cleanups.
ultramage
1
-1
/
+1
2009-03-01
Fixes from 2008/10/13 bugreport:2077 (Only commiting because nobody did until...
shadow
1
-1
/
+1
2009-02-26
- Fixed item Nemesis.
zephyrus
1
-9
/
+54
2009-02-20
Increased variable size for status/skill points to remove the 65k cap (bugrep...
ultramage
1
-27
/
+11
2009-02-06
* Follow up to r13485. (bugreport:2741)
FlavioJS
1
-1
/
+3
2009-01-25
- Ops... missing var from my source. Sorry.
zephyrus
1
-1
/
+1
2009-01-25
- Implemented new Pet Bonus System. Enjoy!! :D
zephyrus
1
-8
/
+9
2009-01-25
- Implemented new item bonus scripts required for battlegrounds.
zephyrus
1
-20
/
+61
2009-01-24
* Changed pc_spiritball_timer and pc_addspiritball: (bugreport:2705)
FlavioJS
1
-18
/
+28
2009-01-23
Added a missing break; in pc_setstat, messing up LUK increasing (see r13460) ...
ultramage
1
-1
/
+1
2009-01-20
Fixed pc_statusup2 to correctly update the client's stat window
ultramage
1
-38
/
+66
2009-01-20
- Added support for item effect Ignore Def Rate by Race. bonus2 bIgnoreDefRat...
zephyrus
1
-0
/
+6
2008-12-29
Fixed broken card insert code (bugreport:2606).
ultramage
1
-1
/
+5
2008-12-28
Cleaned up code for inserting cards into items.
ultramage
1
-34
/
+35
2008-12-18
Removed charcommand code while allowing atcommand code to support its functio...
sketchyphoenix
1
-0
/
+1
2008-11-22
* Hunted down the simpler 64bit pointer truncations.
FlavioJS
1
-1
/
+1
2008-11-16
- Item Rental System.
zephyrus
1
-12
/
+103
2008-11-11
* Updated script_commands.txt
FlavioJS
1
-0
/
+2
2008-10-30
slight cleanup for r13336
sketchyphoenix
1
-1
/
+1
2008-10-29
* Novice skill, Trick Dead, will no longer be granted to classes upon reset (...
sketchyphoenix
1
-0
/
+8
2008-10-11
Added safeguards to Redemptio's exp penalty code to prevent arithmetic overfl...
ultramage
1
-8
/
+2
2008-10-07
Fixed the 'exp calculation overflow fix' from r10291 which wasn't really work...
ultramage
1
-4
/
+4
2008-09-13
Modified the 'player/GM has logged in' mapserver message to respect the lowes...
ultramage
1
-16
/
+15
2008-09-10
- Full implementation of mercenary skills.
zephyrus
1
-0
/
+2
2008-09-07
- Skill Reset fix for Taekwon Ranger. (Bugreport 1759).
zephyrus
1
-88
/
+124
2008-09-01
Removed leftover calls to custom sathena guild_canescape() (see r13161) (bugr...
ultramage
1
-6
/
+1
2008-08-31
- Protection for mercenary scrolls. (Don't consume it if you already have a m...
zephyrus
1
-0
/
+3
2008-08-31
- Cleanup on pc_isUseitem and added restriction for mercenary items.
zephyrus
1
-25
/
+78
2008-08-31
- Implemented script commands for mercenary items (mercenary_heal and mercena...
zephyrus
1
-2
/
+2
2008-08-31
* More mercenary updates.
zephyrus
1
-6
/
+23
2008-08-31
- Limitations to WoE SE Treasures (no steal, drop rates, no class change).
zephyrus
1
-4
/
+5
2008-08-24
- Moving all content of Homunculus code to a proper file Homunculus.c/h
zephyrus
1
-1
/
+2
2008-08-23
- Added column `mer_id` on char_db
zephyrus
1
-1
/
+3
2008-08-15
Some cleaning in script.c
ultramage
1
-2
/
+2
2008-08-02
Player shops will not close on death anymore (bugreport:1955).
ultramage
1
-4
/
+0
2008-08-02
Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp s...
ultramage
1
-1
/
+1
2008-07-31
Removed the mob controller system, now a customization (see topic:194375).
ultramage
1
-2
/
+0
2008-07-26
Merged the /loginmerge branch (topic:192754)
ultramage
1
-50
/
+4
2008-07-26
Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w...
ultramage
1
-9
/
+9
2008-07-26
- Implemented official Convex Mirror (With help of Yomanda and Sirius White)
zephyrus
1
-0
/
+2
2008-07-06
* Slight cleanup of item-based walk speed bonuses
ultramage
1
-8
/
+2
2008-07-04
* Homunculus will no longer auto-vaporize on master death.
L0ne_W0lf
1
-1
/
+1
2008-06-18
Fixed cash shop not using points to make up the cash difference when purchasi...
sketchyphoenix
1
-15
/
+4
2008-06-13
Fixed Grandcross and darkgrandcross, should only cause blind against undead r...
shadow
1
-1
/
+1
[next]