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
2008-03-22
Added a missing null-pointer check to the timed player pvp/gvg respawn functi...
ultramage
1
-1
/
+3
2008-03-20
- Added SC_ARMOR_RESIST, used by Undead Scroll, gives you resistance against ...
zephyrus
1
-0
/
+8
2008-03-19
- The last bug in Adoption system.
zephyrus
1
-1
/
+1
2008-03-18
Fixed OnPCLoginEvent not working correctly (bugreport:1182).
ultramage
1
-4
/
+7
2008-03-18
- Added the official adoption method.
zephyrus
1
-47
/
+113
2008-03-16
- Added support for offline divorce.
zephyrus
1
-10
/
+22
2008-03-14
* extended the "npc_event: event queue is full" error message to also print t...
ultramage
1
-3
/
+3
2008-03-12
* Added a message to let know the client if the mail inbox is full.
zephyrus
1
-1
/
+1
2008-03-11
Replaced clif_countusers() with a more efficient alternative (thanks to the f...
ultramage
1
-1
/
+1
2008-03-06
- Corrected pc_checkitem not behaving correctly when you had more than one eq...
skotlex
1
-26
/
+14
2008-03-05
- Optimized the code to handle #KAFRAPOINTS and #CASHPOINTS. Now you can real...
zephyrus
1
-24
/
+22
2008-03-05
- Implemented Firepillar's 'target cannot move for 0.2 sec x hit' property.
skotlex
1
-0
/
+3
2008-03-04
- Updated firepillar so it cannot be placed on top of others.
skotlex
1
-4
/
+9
2008-03-02
Fixed wrong mvp format string for @mobinfo (would not show big mvp exp reward...
ultramage
1
-4
/
+4
2008-02-29
- Added @cash and @points command to manage your cash/kafra points.
zephyrus
1
-22
/
+25
2008-02-28
- Added cash shop support. (i need to add documentation, working on it).
zephyrus
1
-0
/
+63
2008-02-27
* Removed NODAMAGE and ICEWALL cell types (mem usage back to normal)
ultramage
1
-12
/
+8
2008-02-23
Fixed a mistake in r12232 related to char saving
ultramage
1
-1
/
+1
2008-02-22
* Removed code in socket.c that tries to avoid send buffer overloading, as th...
ultramage
1
-36
/
+37
2008-02-21
- Added status_calc_life to properly calculate hp/max_hp as a ratio taking in...
skotlex
1
-1
/
+2
2008-02-21
- Fixed new guilds displaying online-connect member count at 0 rather than 1,...
skotlex
1
-122
/
+49
2008-02-20
Changed pc_can_give_items() to use standard boolean logic instead of the inve...
ultramage
1
-8
/
+4
2008-02-18
- added LK's concentration +1 MDEF.
skotlex
1
-3
/
+5
2008-02-17
- Updated Eye of Hellion to use the new format of the input command.
skotlex
1
-0
/
+7
2008-02-15
- Fixed S. Novice bonus not dispelling when at the moment you die once.
skotlex
1
-1
/
+1
2008-02-15
some compilation warning fixes
ultramage
1
-1
/
+1
2008-02-10
Added two missing opt2 values, for Angelus and Bleeding status.
ultramage
1
-129
/
+61
2008-02-07
- Fixed Freezing Trap doing no damage (changed type from misc to weapon)
skotlex
1
-0
/
+2
2008-01-29
- Modified pc_dead so that the src is passed on to the master when it is a pe...
skotlex
1
-15
/
+21
2008-01-23
- Fixed pc_setrestartvalue not correctly setting your SP when sending to save...
skotlex
1
-3
/
+2
2008-01-14
Applied a temp patch to make some npc-executed atcommands work again (bugrepo...
ultramage
1
-1
/
+1
2008-01-10
- Fixed getmonsterinfo to return "null" when returning the name of a non-exis...
skotlex
1
-4
/
+4
2008-01-10
- Removed 'skill_steal_type' from skill.conf as said config no longer exists.
skotlex
1
-3
/
+2
2008-01-09
- corrected duration of sphere mines to be 30 secs regardless of skill level
skotlex
1
-0
/
+5
2008-01-08
- Made the pc reg variables receive a const char* as the argument, since they...
skotlex
1
-2
/
+2
2007-12-29
Implemented THE official Steal skill equation and game mechanics (basically v...
ultramage
1
-13
/
+13
2007-12-27
Removed an incorrect range check and fixed a copypaste typo which caused scri...
ultramage
1
-6
/
+1
2007-12-27
* Corrected description of scope and npc variables in script_commands.txt.
FlavioJS
1
-20
/
+34
2007-12-26
Moved distance-related functions to path.c/h
ultramage
1
-0
/
+1
2007-12-24
some minor cleaning of player variable loading/saving
ultramage
1
-84
/
+75
2007-12-23
- Fixed horrible handling of skill_abra_db which leads to memory corruption (...
skotlex
1
-1
/
+1
2007-12-23
- Fixed warning about unused variable
skotlex
1
-1
/
+1
2007-12-18
- removed redundant clif_hominfo line in merc_hom_dead (it was sent already f...
skotlex
1
-3
/
+3
2007-12-06
- The default event script behaviour is to trigger on labels rather than NPCs...
skotlex
1
-49
/
+7
2007-12-05
- Made the struct weapon_atk lhw in status_data a static member rather than a...
skotlex
1
-6
/
+6
2007-11-30
- pc_setoption no longer does view_data changes while disguised (as this brea...
skotlex
1
-0
/
+3
2007-11-30
* Random cleanup/documentation.
FlavioJS
1
-6
/
+6
2007-11-29
- Allowed disguising while riding a peco-peco (this does not seem to cause pr...
skotlex
1
-10
/
+14
2007-11-29
- Integrated the SG related info of hate_mob and feel_map into a single struc...
skotlex
1
-22
/
+11
2007-11-28
- Reverted the position of the max_hp/max_sp basic setting, modified the max_...
skotlex
1
-12
/
+10
[next]