index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
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
2015-12-14
follow up f975f0a55ca930fd0f95a6209bea479ac9bc3a5d
hemagx
1
-1
/
+1
2015-12-14
Players now will auto warped to random spot in the map upon login in-case the...
hemagx
1
-0
/
+3
2015-12-13
ItemDB Updates:
Jedzkie
1
-0
/
+2
2015-12-13
Fixed an issue in the bonus2 bAddMonsterDropChainItem implementation
Haru
1
-3
/
+3
2015-12-13
Corrected an error in bonus3 bAddMonsterDropItem
Haru
1
-1
/
+1
2015-12-10
Rename 'ITEMIDBATTLE_MANUAL100' to 'ITEMID_BATTLE_MANUAL100'.
Jedzkie
1
-1
/
+1
2015-12-06
Fixed issues with compound races in bonuses where they're handled as arrays
Haru
1
-323
/
+203
2015-12-06
Replaced RC_BOSS/RC_NONBOSS bitmask combinations with RC_ALL bitmasks
Haru
1
-25
/
+32
2015-12-06
Refactored/fixed race handling for bonuses that store it as a bitmask
Haru
1
-63
/
+44
2015-12-04
Merge pull request #910 from dastgir/idle
Andrei Karas
1
-0
/
+8
2015-12-04
Added a function to update idle time
Dastgir
1
-0
/
+8
2015-11-14
Changed struct map_session_data::queues into a VECTOR and renamed to ::script...
Haru
1
-6
/
+5
2015-11-14
Standardized script-queue related commands
Haru
1
-1
/
+1
2015-11-14
Fix @QMapChangeTo$ not usable when HQO_OnMapChange triggered
AnnieRuru
1
-1
/
+1
2015-11-14
Renamed hQueue/hQueueIterator/hQueueOpt to latest standards
Haru
1
-6
/
+6
2015-11-08
Fixes missing new RC_ constants in some bonuses. Fixes #815
Dastgir
1
-25
/
+102
2015-10-19
rename malloc.c/h to memmgr.
Andrei Karas
1
-1
/
+1
2015-10-13
Return actual result from pc_insert_card.
Andrei Karas
1
-1
/
+5
2015-10-11
Fixed another compiler warning (follow-up to 5c22b63)
Haru
1
-1
/
+1
2015-10-11
Fixed various compiler warnings (follow-up to 5c22b63)
Haru
1
-17
/
+17
2015-10-11
Cleanup of the HPluginData implementation (second part)
Haru
1
-4
/
+2
2015-10-11
Cleanup of the HPluginData implementation (First part)
Haru
1
-18
/
+4
2015-09-25
More aggressive whitespace cleanup. Follow up to 51329e6
Haru
1
-228
/
+202
2015-09-24
Add bl parameter to map_searchrandfreecell and map_addflooritem.
Andrei Karas
1
-2
/
+2
2015-09-24
Add bl parameter to getcell functions.
Andrei Karas
1
-3
/
+3
2015-09-18
Clarified the intent of several assignments inside conditional expressions
Haru
1
-5
/
+5
2015-09-09
Autotrade Struct to HPM
dastgir
1
-1
/
+30
2015-08-15
HPM compatibility improvements
Haru
1
-0
/
+1
2015-08-15
Moved session array into the socket interface
Haru
1
-2
/
+2
2015-08-15
Added showmsg HPM interface
Haru
1
-10
/
+4
2015-08-15
Cleaned up socket interface
Haru
1
-2
/
+2
2015-08-11
Add n parameter to function pc_equipitem_pos.
Andrei Karas
1
-2
/
+15
2015-08-11
Fix issue #634. Delay actual item deletion after running item script.
Andrei Karas
1
-2
/
+5
2015-08-10
Move unequip item script function call into function script_run_item_unequip_...
Andrei Karas
1
-4
/
+4
2015-08-10
Move equip item script function call into function script_run_item_equip_script.
Andrei Karas
1
-3
/
+4
2015-08-10
Move use item script function call into function script_run_use_script.
Andrei Karas
1
-12
/
+7
2015-08-10
Fixes #630, RC_NonBoss was including all races even if they weren't meant to be.
Dastgir
1
-16
/
+16
2015-08-05
Add optional parameter to warp script command for prevent stoping npc scripts...
Andrei Karas
1
-0
/
+1
2015-07-25
Reduce memory usage in HPM in skill.c
Andrei Karas
1
-26
/
+26
2015-07-18
Move check cards related code into separate functions.
Andrei Karas
1
-28
/
+70
2015-07-08
Update Unique ID system to match official now it cover all cash items include...
Ibrahim Hossam
1
-3
/
+4
2015-06-19
Removed ".." from include directives
Haru
1
-45
/
+45
2015-06-12
RC_Player, RC_DemiPlayer, RC_NonPlayer, RC_NonDemiPlayer, RC_All and Ele_All ...
Dastgir
1
-82
/
+424
2015-06-02
Merge remote-tracking branch 'upstream/pr/530' into hercules
Haru
1
-1
/
+5
2015-06-02
Re-implemented clif->colormes to accept arbitrary colors
Haru
1
-14
/
+12
2015-06-01
Followup in malufett's commit a5a8605
Lemongrass3110
1
-1
/
+5
2015-06-01
Replaced some of the hardcoded values with constants (map)
Haru
1
-83
/
+77
2015-05-31
Fixed Bug#8673
malufett
1
-0
/
+19
2015-05-19
Fixed some issues reported by coverity scan [3/3]
Haru
1
-10
/
+4
2015-05-18
Removed duplicates of clif->msgtable
Haru
1
-19
/
+19
[next]