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-27
- Added config setting party_update_interval so you can specify how often the...
skotlex
1
-6
/
+3
2006-07-26
- Modified party_item_share_type config setting so that using 1 disables item...
skotlex
1
-1
/
+1
2006-07-24
- Adjusted skill_castfix_sc so that Suffragium will get consumed even on inst...
skotlex
1
-11
/
+7
2006-07-23
- Modified setting skillrange_by_weapon (skill.conf) to be a per-object-type ...
skotlex
1
-1
/
+1
2006-07-22
- Applied Toms's suggested corrections to homun code.
skotlex
1
-0
/
+1
2006-07-22
- Removed some pc_equipitem code that was added earlier today that wasn't rea...
skotlex
1
-10
/
+0
2006-07-21
- battle_check_target will now tag homunculus as invalid target when the sour...
skotlex
1
-1
/
+10
2006-07-21
- Added the vaporize line when the player dies in pc_dead.
skotlex
1
-0
/
+1
2006-07-21
- Small bug fixes found during merging to stable process, includes correct HP...
skotlex
1
-1
/
+1
2006-07-20
- Added pc_check_weapontype to do a proper skill weapon check that takes into...
skotlex
1
-2
/
+4
2006-07-20
- Corrected fog of wall to behave as best known. Only takes effect when targe...
skotlex
1
-1
/
+1
2006-07-19
- Modified the targetted skill logic to enable offensive skills to be targett...
skotlex
1
-0
/
+12
2006-07-18
- Fixed a compile warning. Some minor format cleanups.
skotlex
1
-2
/
+1
2006-07-17
- Should have fixed the Cart Termination damage code to be scaled correctly w...
skotlex
1
-18
/
+32
2006-07-17
Skill lv up fix
DracoRPG
1
-1
/
+7
2006-07-17
Orn's and Albator's Homunculus system, finally, YAY!!
DracoRPG
1
-0
/
+26
2006-07-13
- Changed the default save interval to 5 minutes. Added support for specifyin...
skotlex
1
-1
/
+8
2006-07-13
- Fixed the value range checks added by Zido on pc_bonus (some of them were e...
skotlex
1
-38
/
+28
2006-07-13
- More typos... What's wrong with me today??
Zido
1
-2
/
+2
2006-07-13
- Fixed a small typo in my code
Zido
1
-2
/
+2
2006-07-12
- Added negative value in bonus exploit fix for more stat bonuses
Zido
1
-22
/
+44
2006-07-12
- Fixed negative value exploit (view changelog)
Zido
1
-2
/
+4
2006-07-11
- Fixed being unable to compound cards in armor.
skotlex
1
-1
/
+1
2006-07-11
- Fixed clif_parse not checking for func_parse before sending data to the con...
skotlex
1
-36
/
+23
2006-07-11
- Coded @reset.
skotlex
1
-41
/
+33
2006-07-11
- Corrected Frost Nova's splash range and Land Protector's cast range. Thanks...
skotlex
1
-2
/
+3
2006-07-10
- Added a check in pc_equipitem so that when switching weapons and you have t...
skotlex
1
-3
/
+15
2006-07-08
- Fixed the new addeff structure not working well with SC_STONE (because SC_S...
skotlex
1
-3
/
+2
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
[next]