index
:
ml/hercules
tmw2
Hercules
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
2006-07-06
- Rewrote all the item restriction functions so that they will take into acco...
skotlex
1
-4
/
+4
2006-07-06
- Added EQP_/EQI_ constants in pc.h to identify equip position and equip inde...
skotlex
1
-72
/
+68
2006-07-04
- Added structure s_addeffect to handle status change additions. Cleaned up r...
skotlex
1
-20
/
+59
2006-07-03
- Fixed a compile warning in login sql/txt
skotlex
1
-7486
/
+7484
2006-06-30
- Moved item group enumeration from itemdb.h to map.h
skotlex
1
-7
/
+9
2006-06-29
- Some indentation corrections.
skotlex
1
-3
/
+3
2006-06-29
* [Fixed]
Lance
1
-6
/
+7
2006-06-28
- Added inf2 4096 (INF2_ALLOW_ENEMY) which is to be used in conjunction with ...
skotlex
1
-1
/
+1
2006-06-28
- Corrected Musical Strike having a different damage equation from Throw Arrow.
skotlex
1
-8
/
+3
2006-06-26
- Autospells will now again check for the skill's nk value, so that skills ta...
skotlex
1
-1
/
+3
2006-06-24
* [Optimized]:
Lance
1
-6
/
+14
2006-06-23
- Modified pc_setoption so that it will correctly update sprite AND clothes c...
skotlex
1
-29
/
+17
2006-06-23
- Added pc_bonus_autospell_del, gives support for removing autospell effects....
skotlex
1
-0
/
+26
2006-06-21
- Added function parse_hostbyname() which takes a hostname and a char[4]. The...
skotlex
1
-4
/
+4
2006-06-21
- Some cleaning up of OPTION related code. OPTION_XMAS and OPTION_FLYING real...
skotlex
1
-0
/
+10
2006-06-17
- Devotion absorbed damage will now appear to come from oneself (instead of t...
skotlex
1
-1
/
+1
2006-06-16
- Fixed option value being reset'ed on login (fixes cart/peco/falcon being lost)
skotlex
1
-1
/
+1
2006-06-16
- Removed unused variable aspd_rate in map_session_data.
skotlex
1
-2
/
+2
2006-06-16
- Modified the bNoMagicDamage/bNoWeaponDamage bonuses to be a 0-100 setting. ...
skotlex
1
-4
/
+8
2006-06-16
* [Improved]:
Lance
1
-7
/
+2
2006-06-15
- Fixed "wedding_ignore_palette: yes" not working when relogging with the gea...
skotlex
1
-5
/
+5
2006-06-15
- Altered a bit how status_set_viewdata behaves in regards to Wedding/Xmas op...
skotlex
1
-8
/
+14
2006-06-15
- Fixed and cleaned up script command 'equip'
skotlex
1
-3
/
+3
2006-06-13
- Added HM_SKILLBASE, MAX_HOMUNSKILL to specify the skill level range of Homu...
skotlex
1
-10
/
+10
2006-06-12
- Fixed npc_checknear's distance check returning the opposite of what it shou...
skotlex
1
-5
/
+2
2006-06-10
- Added structure party_data and party_member_data to the map server to hold ...
skotlex
1
-9
/
+5
2006-06-08
- Cleaned clif_pvpset to not send the packet to nearby characters when the so...
skotlex
1
-4
/
+2
2006-06-08
- Fixed Sense using mdef instead of mdef2
skotlex
1
-1
/
+0
2006-06-07
- Added pc_calcexp to calculate individual exp bonuses acquired from exp's so...
skotlex
1
-4
/
+54
2006-06-05
- Fixed a pair of signed/unsigned mismatch comparison warnings in pc_bonus. T...
skotlex
1
-2
/
+2
2006-06-05
- Cleaned up code for SC_MINDBREAKER.
skotlex
1
-8
/
+8
2006-06-05
- Corrected cloaking not ending on attack if you are near a wall.
skotlex
1
-42
/
+65
2006-06-02
- Corrected clif_parse_takeitem to ALWAYS return a NAK packet when it fails
skotlex
1
-13
/
+12
2006-06-02
- Altered status_calc_pc so that equipment scripts are ran before card-scripts.
skotlex
1
-4
/
+16
2006-06-02
- Updated item_db.sql/mob_db.sql to current.
skotlex
1
-2
/
+1
2006-06-01
- Fixed pc_damage setting your canlog_tick even if the damage has no source (...
skotlex
1
-3
/
+6
2006-06-01
- Corrected setting slaves_inherit_mode to not apply to morphosis skills.
skotlex
1
-2
/
+12
2006-05-31
- Some cleaning of the fame-update code, fixing a logic bug which made the ra...
skotlex
1
-1
/
+1
2006-05-31
[Improved]:
Lance
1
-6
/
+6
2006-05-31
- Added function pc_check_skilltree for checking if you unlocked new tree-ski...
skotlex
1
-11
/
+61
2006-05-30
- Fixed status_damage not setting your HP to 0 when you died T.T
skotlex
1
-8
/
+8
2006-05-30
- Added a pair of missing pc_setstand in the pc_dead function.
skotlex
1
-0
/
+2
2006-05-30
- Fixed Absorb Spirit Spheres
skotlex
1
-1
/
+2
2006-05-30
- Updated attr_fix_table reading code to account for ELE_MAX (will correctly ...
skotlex
1
-7
/
+57
2006-05-30
- Removed the on-die specific code from unit_remove_map and placed it on the ...
skotlex
1
-29
/
+17
2006-05-30
(I need sleep)
Lance
1
-1
/
+1
2006-05-30
Final alteration :P
Lance
1
-4
/
+2
2006-05-30
[Corrected]:
Lance
1
-5
/
+7
2006-05-30
[Fixed]:
Lance
1
-1
/
+1
2006-05-30
* [Fixed]
Lance
1
-0
/
+4
[next]