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
2007-01-26
- Fixed the normalizing function not sending first classes back to novice if ...
skotlex
1
-4
/
+7
2007-01-24
- Made the pc_deleteinvincibletimer function a define so it auto-checks for t...
skotlex
1
-14
/
+6
2007-01-21
Typo hunt
ultramage
1
-2
/
+2
2007-01-17
- Corrected atcommand @homstats so it shows the correct minimum/maximum possi...
skotlex
1
-19
/
+20
2007-01-16
- Implemented Intravision as it should be. Thanks to HelloKitty2 for the capt...
skotlex
1
-1
/
+3
2007-01-15
- The NPC elemental attacks will display a skill animation again.
skotlex
1
-9
/
+20
2007-01-15
- Fixed Joint Beat's speed penalty.
skotlex
1
-7
/
+13
2007-01-09
- Changes to script buildin functions:
FlavioJS
1
-33
/
+40
2007-01-07
Undid the memset->malloc_set replacement
ultramage
1
-20
/
+20
2007-01-06
- Fixed the weight icon dissapearing and reappearing when attacking. (introdu...
FlavioJS
1
-19
/
+25
2007-01-03
- Fixed FIFO defines in TURBO mode.
FlavioJS
1
-6
/
+6
2007-01-03
- Fixed pc_calc_skilltree ignoring prerequisites / joblvl requirements.
ultramage
1
-21
/
+24
2006-12-31
* Refer to http://www.eathena.ws/board/index.php?showtopic=130285
FlavioJS
1
-20
/
+17
2006-12-27
minor fix; see Changelog-Trunk.txt
blackhole89
1
-1
/
+1
2006-12-26
- Cleaned up some more the code so it works for -DTURBO
skotlex
1
-1
/
+1
2006-12-23
- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...
FlavioJS
1
-17
/
+16
2006-12-22
- Added support for the new "make new char" packet that has the rename button...
skotlex
1
-1
/
+6
2006-12-20
- Added an answer to a FlavioJS's comment, and added a question myself (npc.c...
skotlex
1
-1
/
+2
2006-12-19
- Fixed the setting hom_setting not being read at all.
skotlex
1
-1
/
+0
2006-12-18
- When walking into a Guild Dungeon your pvp_points will be set to 5 so you h...
skotlex
1
-1
/
+5
2006-12-11
- Spirit of Sin and Enchant Deadly Poison now stack.
skotlex
1
-7
/
+7
2006-12-06
- Fixed the compile error when trying to build the ladmin exe.
skotlex
1
-3
/
+5
2006-12-05
- The can log value now is "reset" when you die allowing you to respawn/quit ...
skotlex
1
-0
/
+3
2006-12-05
- Fixed sc data load failing when using charsave_method: 1
skotlex
1
-1
/
+2
2006-12-04
- Repairing items via scripts no longer displays "item has been repaired"
skotlex
1
-6
/
+13
2006-12-04
- Fixed the txt->sql converter not escaping character names before saving them.
skotlex
1
-2
/
+4
2006-12-03
- Removed sd->sex since it's redundant (we can always use sd->status.sex)
skotlex
1
-5
/
+6
2006-12-01
- Fixed txt-converter compilation.
skotlex
1
-7
/
+8
2006-11-29
- Now gvg_dungeon mapflag will activate the other mapflags which are required...
skotlex
1
-17
/
+11
2006-11-29
- Some cleaning on the homunc speed calculating code, so that it correctly us...
skotlex
1
-1
/
+1
2006-11-28
- Fixed a possible crash due to the recent core.c upgrade.
skotlex
1
-15
/
+2
2006-11-24
- The check that blocks the skill AL_TELEPORT on noteleport maps will be over...
skotlex
1
-1
/
+1
2006-11-21
- Corrected TripleAction's damage. It should do 150%*3 instead of 100*3% damage.
skotlex
1
-1
/
+1
2006-11-20
- Fixed itemskill variable being cleared before parsing the skill, this cause...
skotlex
1
-2
/
+0
2006-11-17
- Corrected use of the party invitation reply packet, thanks to FlavioJS.
skotlex
1
-1
/
+1
2006-11-17
- Updated map_quit to handle removing of players who are not even authenticat...
skotlex
1
-3
/
+0
2006-11-13
- HP Conversion will fail when used at max SP. It should not display any erro...
skotlex
1
-8
/
+11
2006-11-13
* Moved status_calc_pc back to pc_authok.
Lance
1
-3
/
+4
2006-11-10
- Fixed some line delimiter issues in script.c
skotlex
1
-1
/
+0
2006-11-10
- AL_TELEPORT now fails when used on top of Land Protector.
skotlex
1
-5
/
+4
2006-11-09
- Fixed status-change loading not working.
skotlex
1
-2
/
+2
2006-11-08
- Did some cleaning in pc_authok and clif_parse_LoadEndAck
skotlex
1
-11
/
+25
2006-11-08
- Moved the duel functions to pc.c since they are so totally out of place in ...
skotlex
1
-0
/
+171
2006-11-07
- Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the varia...
skotlex
1
-3
/
+3
2006-11-07
* Reapplied 'fix equipment scripts which are based on character variables not...
Lance
1
-4
/
+5
2006-11-06
- Ganbantein's delay is now 2 secs.
skotlex
1
-4
/
+1
2006-11-06
* Reverted changes, moved status_calc_pc(sd,1) back to pc_authok since it cau...
Lance
1
-4
/
+5
2006-11-06
modified src/map/clif.c
Lance
1
-2
/
+2
2006-11-06
* Temperory fixed stability issue caused by initial status_calc_pc being plac...
Lance
1
-2
/
+4
2006-10-31
- When Kaizel (or super novice rebirth skill) triggers, you get debuffed now.
skotlex
1
-3
/
+6
[next]