index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
Age
Commit message (
Expand
)
Author
Files
Lines
2006-08-09
- Trade requests will now fail when either character is unable to act (charac...
skotlex
3
-5
/
+12
2006-08-09
Heard skotlex voice, changed all msg_table[] into msg_txt() in atcommand.c ;)
toms
1
-367
/
+367
2006-08-09
- Got rid of the "i might be used uninitialized on this function" warning in ...
skotlex
1
-1
/
+1
2006-08-09
- Crash-protections in the mail-checking function.
skotlex
3
-48
/
+45
2006-08-08
- Added back missing state set to prevent Ankle-Snare from being retrieved af...
skotlex
1
-0
/
+1
2006-08-08
Fixed compilation warning
toms
1
-1
/
+1
2006-08-08
- Added a check to handle Spider Web as a targetted skill. If there's more th...
skotlex
1
-3
/
+4
2006-08-08
- Changed the map_freeblock_unlock code so that when there's an "already free...
skotlex
2
-3
/
+7
2006-08-08
- Casting Kaensin will clear out Suiton and viceversa now.
skotlex
4
-18
/
+12
2006-08-08
- Removed config settings display_delay_skill_fail and display_snatcher_skill...
skotlex
5
-13
/
+15
2006-08-08
- Fixed yet again AS_SPLASHER doing full damage on all characters. Now you ca...
skotlex
5
-51
/
+52
2006-08-08
- Cleaned up the apparent mess that is pc_skill. Hopefully it SHOULD fix as d...
skotlex
1
-12
/
+29
2006-08-08
- Changed define EQP_WEAPON to specify only the right-hand weapon, added defi...
skotlex
5
-16
/
+15
2006-08-07
- Cleaned up the Asura code so that when the skill fails your SP/Spheres/Fury...
skotlex
2
-10
/
+35
2006-08-07
- Fixed Venom Splasher doing half-damage instead of full-damage to the "explo...
skotlex
1
-1
/
+1
2006-08-07
- Hopefully fixed the party_even_share cast-overflow bug as reported by Adobe.
skotlex
2
-5
/
+2
2006-08-07
- Removed the setting of blow-count to 0 when the target is a boss on the bat...
skotlex
2
-13
/
+5
2006-08-07
- Fixed the map_search_freecell error which was making mobs fail to respawn.
skotlex
1
-1
/
+1
2006-08-07
- Added in Lupus's suggestion of not making multi-slot headgears set all slot...
skotlex
1
-10
/
+13
2006-08-07
- Cleaned some of mpeg's updated work.
skotlex
5
-58
/
+53
2006-08-07
- Some code cleaning in status.c
skotlex
4
-37
/
+14
2006-08-07
- Adjusted the order in which option/sc change packets are sent to match Aegis's
skotlex
2
-6
/
+62
2006-08-07
mpeg's ninja work
Vicious
5
-131
/
+80
2006-08-07
- Adjusted Battle_check_target so that alchemist summoned mobs are targetted ...
skotlex
4
-14
/
+33
2006-08-06
Updated item_db.sql to latest.
toms
1
-20
/
+17
2006-08-05
- Fixed a compile warning.
skotlex
2
-1
/
+4
2006-08-05
- Updated @mobinfo to display slots in the drop information.
skotlex
1
-7
/
+8
2006-08-04
- Fixed flag.elefix not being respected in battle_calc_misc_damage.
skotlex
1
-9
/
+9
2006-08-04
- Changed function itemdb_group to itemdb_group_bonus, it now calculates the ...
skotlex
5
-32
/
+42
2006-08-04
- Removed settings enemy_critical_rate, homun_critical_rate. Added settings e...
skotlex
7
-80
/
+64
2006-08-04
- Some minor code cleanups.
skotlex
2
-30
/
+8
2006-08-04
- Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out o...
skotlex
13
-109
/
+60
2006-08-04
- Hide/Chasewalk will again stop screaming skill name (I guess displaying the...
skotlex
2
-3
/
+6
2006-08-04
Fixed warning:'type' might be used uninitialized in this function
toms
1
-1
/
+1
2006-08-03
- Added a check to skip the experience share of characters who are dead or on...
skotlex
1
-0
/
+3
2006-08-03
- Reverted the previous change, chasewalk has no icon, only the str-bonus has...
skotlex
3
-3
/
+4
2006-08-03
- Readjusted the Chasewalk icon to be as it should be.
skotlex
3
-3
/
+6
2006-08-03
- Changed the Battle-Orders icon to be the Strength Up icon (for Chasewalk's ...
skotlex
2
-3
/
+4
2006-08-03
- GAHH, I am sick tired of typing TBL_HOMUNCULUS/BL_HOMUNCULUS all over the p...
skotlex
10
-74
/
+80
2006-08-03
- Moved SI_CHASEWALK to 119 as concluded by LoneWolf
skotlex
1
-1
/
+2
2006-08-03
- Corrected clif.c sending the raw mdef2 value to the client instead of first...
skotlex
1
-2
/
+2
2006-08-03
- Added a damage cap to CR_ACIDDEMONSTRATION of INT_MAX/2 to prevent overflow...
skotlex
1
-0
/
+4
2006-08-03
- Fixed NPC_CRITICALSLASH not being considered as a Critical hit by the code.
skotlex
1
-0
/
+4
2006-08-03
- Added RUDE_ATTACKED_COUNT so you can easily adjust how many rude-attacks sh...
skotlex
2
-6
/
+10
2006-08-03
- Some adjustments so that the last-skill-used will be correctly cleared when...
skotlex
1
-3
/
+3
2006-08-03
Fix a bug in atcommand_charspeed
toms
1
-1
/
+1
2006-08-03
Cooking fix
DracoRPG
1
-1
/
+1
2006-08-03
- Cleaned up the last NJ update code.
skotlex
7
-26
/
+72
2006-08-03
- Modified yet again SC_SILENCE after iRO tests from Entwined on IRC. Silence...
skotlex
1
-4
/
+5
2006-08-03
- Updated the way SC_SILENCE works. From what I remember (from previous forum...
skotlex
1
-3
/
+2
[prev]
[next]