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
/
pet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-24
Added const qualifier to several variable/argument pointers
Haru
1
-5
/
+9
2016-01-09
Corrected various zero-argument function definitions
Haru
1
-1
/
+1
2016-01-06
Replaced the remaining explicit casts with BL_CAST/BL_UCAST
Haru
1
-4
/
+7
2016-01-06
Replaced some explicit casts with BL_UCAST
Haru
1
-1
/
+1
2016-01-06
Replaced some explicit casts with BL_UCAST/BL_UCCAST
Haru
1
-8
/
+9
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-4
/
+20
2015-10-19
rename malloc.c/h to memmgr.
Andrei Karas
1
-1
/
+1
2015-09-25
More aggressive whitespace cleanup. Follow up to 51329e6
Haru
1
-39
/
+37
2015-09-24
Add bl parameter to map_searchrandfreecell and map_addflooritem.
Andrei Karas
1
-6
/
+6
2015-09-24
Add bl parameter to getcell functions.
Andrei Karas
1
-1
/
+1
2015-09-08
Added pre-re/re support to the pet db. Fixes #702
Haru
1
-38
/
+33
2015-08-15
HPM compatibility improvements
Haru
1
-0
/
+1
2015-08-10
Add script interface function run_pet. It do same thing as run.
Andrei Karas
1
-1
/
+1
2015-06-19
Removed ".." from include directives
Haru
1
-26
/
+26
2015-06-01
Replaced some of the hardcoded values with constants (map)
Haru
1
-6
/
+6
2015-05-17
Fixed some issues detected by coverity scan
Haru
1
-9
/
+7
2015-02-23
Hercules Ultimate Localization Design
shennetsind
1
-2
/
+2
2015-01-20
Minor fixes and tweaks suggested by cppcheck
Haru
1
-16
/
+16
2015-01-18
Fixing 38 issues
shennetsind
1
-1
/
+1
2014-12-02
Removed petheal command
Haru
1
-46
/
+3
2014-11-16
Whitespace cleanup (no code changes)
Haru
1
-11
/
+12
2014-10-13
* Monster skill use behavior, ranges, position lag fixes
Michieru
1
-1
/
+1
2014-08-20
Follow-up to b294026e6614a652c23bb0cea8a0d4dc69d8b125
Haru
1
-23
/
+20
2014-05-31
Added ItemTradeRestriction enum
Haru
1
-1
/
+1
2014-05-17
Renamed incuvate of Pet System.
Shido
1
-7
/
+7
2014-05-13
Removed trailing whitespace (sources)
Haru
1
-14
/
+14
2014-05-10
Re-commit of "Fixed order of includes in all source files"
Haru
1
-23
/
+25
2014-05-10
Revert "Fixed order of includes in all source files"
panikon
1
-25
/
+23
2014-05-09
Fixed order of includes in all source files
Haru
1
-23
/
+25
2014-05-09
Return EXIT_FAILURE if a script parse error occurred.
Haru
1
-2
/
+2
2014-04-19
Fixed issue: 8150
panikon
1
-12
/
+25
2013-12-15
Replaced pc->pc_has_permission/can_give_items/can_give_bound_items with equiv...
shennetsind
1
-1
/
+1
2013-12-09
Fixed some logic errors
shennetsind
1
-6
/
+11
2013-11-06
Merge pull request #217 from HerculesWS/script-checker
shennetsind
1
-2
/
+4
2013-11-06
Modified status_calc_
shennetsind
1
-8
/
+8
2013-11-05
Introducing the Hercules Standalone Script Syntax Checker
Haru
1
-2
/
+4
2013-10-27
Merge branch 'master' of https://github.com/HerculesWS/Hercules
shennetsind
1
-15
/
+12
2013-10-27
Shadows System Base
shennetsind
1
-1
/
+1
2013-10-26
Changed 'tick' variables to 64 bit
Haru
1
-15
/
+12
2013-10-02
HPM: Map.c Completed
shennetsind
1
-1
/
+1
2013-09-27
Renamed iMap interface to map
Haru
1
-47
/
+37
2013-09-27
Renamed iStatus interface to status
Haru
1
-33
/
+28
2013-09-25
Renamed local variables that would conflict with a rename of iStatus to status
Haru
1
-12
/
+10
2013-09-25
Merge branch 'master' of https://github.com/HerculesWS/Hercules
shennetsind
1
-7
/
+7
2013-09-25
Renamed iTimer interface to timer.
shennetsind
1
-32
/
+32
2013-09-25
Renamed local variables that would conflict with a rename of iTimer to timer
Haru
1
-4
/
+4
2013-09-16
HPM: Pet.c Interface
shennetsind
1
-158
/
+200
2013-09-16
HPM: Npc.c Interface
shennetsind
1
-1
/
+1
2013-09-16
HPM: Unit.c Interface
shennetsind
1
-17
/
+17
2013-09-16
HPM: Mob.c Interface
shennetsind
1
-4
/
+4
[next]