index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
status.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-04-03
- Cleaned up (fixed?) a possible overflow in pc_isUseitem, thanks to foobar.
skotlex
1
-3
/
+3
2006-04-01
- Fixed berserk not raising your HP to your new cap.
skotlex
1
-2
/
+2
2006-04-01
- Added structure view_data to handle sprite information for all characters (...
skotlex
1
-63
/
+147
2006-03-30
- Added a missing "return 0" that fixes a crash on failed lookups on status_c...
skotlex
1
-0
/
+1
2006-03-30
- the auth function in login.c won't jstrescapecpy passwords that were encryp...
skotlex
1
-8
/
+14
2006-03-29
- Some cleaning of the mob_ai. Mobs should stop chasing once you are beyond t...
skotlex
1
-2
/
+6
2006-03-28
* Fixed Gunslinger and Ninja skills not showing up and not working due to an...
reddozen
1
-0
/
+4
2006-03-27
jA's db work
Vicious
1
-0
/
+4
2006-03-27
- HW_GANBANTEIN now also removes traps.
skotlex
1
-8
/
+15
2006-03-27
- Pet catching now uses the menuskill variables to prevent item usage from di...
skotlex
1
-1
/
+1
2006-03-26
- The status change timer mismatch error now also displays which status chang...
skotlex
1
-1
/
+1
2006-03-23
- Fixed Devotion not properly being cleared on death/near death in some cases.
skotlex
1
-0
/
+2
2006-03-22
- Merged the unit_data structure from jA for handling unit-related data (atta...
skotlex
1
-82
/
+59
2006-03-22
- status_check_skilluse won't block skill-specific checks (silence, berserk, ...
skotlex
1
-2
/
+3
2006-03-22
[reddozen's fix]
Lance
1
-1
/
+5
2006-03-21
- Fixed the inf2 for BA_DISSONANCE
skotlex
1
-7
/
+6
2006-03-20
- Added a pc_stop_attack() invokation when starting SC_XMAS/SC_WEDDING.
skotlex
1
-2
/
+3
2006-03-20
- Fixed "being able to cast" skills while dead.
skotlex
1
-3
/
+4
2006-03-20
- Small fix to prevent killer/killable states from allowing you to target you...
skotlex
1
-1
/
+1
2006-03-20
Heh. Took me quite a while to figure this out... but yeah. As of this revisio...
blackhole89
1
-1
/
+2
2006-03-16
- Fixed Tarot Card of Fate using time instead of time2 which is the one that ...
skotlex
1
-7
/
+7
2006-03-15
- Small fix on status_change_start
skotlex
1
-1
/
+3
2006-03-15
- Removed the hardcoded duration of 30seconds for sleep.
skotlex
1
-5
/
+1
2006-03-15
- Fixed a possible crash in Venom Splasher if the countdown is too high.
skotlex
1
-2
/
+2
2006-03-14
- Status_check_skilluse again does the status_isdead check, but only on non-s...
skotlex
1
-4
/
+12
2006-03-13
- Shield Reflect is now passed through Devotion as well.
skotlex
1
-149
/
+147
2006-03-13
- Corrected char-server parameters so that the subnet config file is the thir...
skotlex
1
-5
/
+0
2006-03-12
nj/gs work by RockmanEXE and red_sun
Vicious
1
-1
/
+2
2006-03-11
more ninja/gs work
Vicious
1
-3
/
+13
2006-03-10
- Increased the range for unlocking out of Close confine.
skotlex
1
-1
/
+3
2006-03-10
some ninja/gs work
Vicious
1
-2
/
+3
2006-03-10
- Fixed a memory overwrite crash on pc_readdb, thanks to foobar.
skotlex
1
-2
/
+1
2006-03-09
fixing max_weapon_size
Vicious
1
-11
/
+11
2006-03-09
MAX_WEAPON_TYPE was used with less-than during loading, thus causing the weap...
blackhole89
1
-5
/
+5
2006-03-09
only the first 22 CSVs were read in, but MAX_WEAPON_TYPE+5 was 27 -> uninitia...
blackhole89
1
-2
/
+2
2006-03-09
more ninja/gs update
Vicious
1
-5
/
+10
2006-03-09
There go the status icons.
blackhole89
1
-5
/
+5
2006-03-09
- Fixed stun's duration not getting reduced by vit + luk/3
skotlex
1
-2
/
+2
2006-03-09
partial SC work. it doesn't break, but it doesn't work either.
Vicious
1
-3
/
+56
2006-03-09
* included MAX_WEAPON_SIZE for flexible weapon types
Vicious
1
-21
/
+29
2006-03-09
- Fixed a bug that was making the no_spawn_on_player setting useless.
skotlex
1
-2
/
+3
2006-03-08
Some more skill fix.
Vicious
1
-0
/
+13
2006-03-07
- Some overflow protections on calculation of max hp. Now when max hp becomes...
skotlex
1
-4
/
+13
2006-03-07
- Some corrections due to the guild skill position change.
skotlex
1
-2
/
+1
2006-03-04
- The rate passed to status_change_start must now be in 0->10000 range.
skotlex
1
-22
/
+11
2006-03-03
- Trick dead now ends on logout
skotlex
1
-11
/
+12
2006-03-02
- status_check_skilluse cleanup. Some status will only block skills when they...
skotlex
1
-8
/
+18
2006-03-01
- Silence will only block skills when they have begun casting, not when the c...
skotlex
1
-3
/
+4
2006-03-01
- Turn Undead and Offensive Resurrection should now work on undead players.
skotlex
1
-2
/
+3
2006-02-24
- Player-summoned mobs won't level up now.
skotlex
1
-0
/
+7
[next]