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
/
common
/
HPM.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-28
Fixed wrong nullpo check
Lemongrass3110
1
-1
/
+1
2016-10-14
Fixed a memory manager crash when a memory leak occurs in a plugin
Haru
1
-1
/
+2
2016-10-07
Fixed some issues detected by clang's static analyzer (Xcode 8/macOS Sierra)
Haru
1
-1
/
+1
2016-10-04
Add missing checks into HPM.c
Andrei Karas
1
-11
/
+35
2016-08-20
Re-added HPM support for configuration settings
Haru
1
-3
/
+58
2016-08-19
Added option to make plugin-defined battle config entries optional
Haru
1
-2
/
+3
2016-08-19
Ported battle.conf to libconfig
Haru
1
-1
/
+48
2016-07-02
Trivialities: indentation fixes
Haru
1
-5
/
+5
2016-04-30
Moved HPMHooking-related definitions to plugins/HPMHooking.h
Haru
1
-15
/
+25
2016-03-20
Dropped typedef from DBMap
Haru
1
-1
/
+1
2016-02-19
Fix all known warnings from compiler flags -Wformat*
Andrei Karas
1
-6
/
+6
2016-02-17
Removed unnecessary typedefs from libconfig
Haru
1
-3
/
+3
2016-02-17
Renamed config->read_file to config->load_file
Haru
1
-1
/
+1
2016-01-25
Fix packet id being sent encrypted to Hercules Plugin Manager.
hemagx
1
-2
/
+2
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-3
/
+19
2015-12-13
- Fixed #723 now it's possible to retrieve Battle Config Settings from plugin...
Your Name
1
-3
/
+37
2015-10-19
rename malloc.c/h to memmgr.
Andrei Karas
1
-1
/
+1
2015-10-11
Fixed various compiler warnings (follow-up to 5c22b63)
Haru
1
-2
/
+2
2015-10-11
Cleanup of the HPluginData implementation (second part)
Haru
1
-84
/
+135
2015-10-11
Cleanup of the HPluginData implementation (First part)
Haru
1
-72
/
+96
2015-10-11
Changed cmdline->args_data to a VECTOR
Haru
1
-2
/
+2
2015-10-11
Changed HPM->cmdline_plugins to a VECTOR and renamed to HPM->cmdline_load_plu...
Haru
1
-13
/
+8
2015-10-11
Changed HPM->confs to a VECTOR and renamed to HPM->config_listeners
Haru
1
-33
/
+45
2015-10-11
Changed HPM->fnames to a vector type, renamed to HPM->filenames
Haru
1
-22
/
+36
2015-10-11
Changed HPM->packets[] into an array of VECTOR
Haru
1
-42
/
+42
2015-10-11
Changed HPM->symbols to a VECTOR
Haru
1
-19
/
+33
2015-10-11
Replaced HPM->plugins with a VECTOR
Haru
1
-55
/
+91
2015-10-10
Fixed issue #783
Emistry
1
-1
/
+1
2015-09-25
Corrected a plugin unload issue
Haru
1
-13
/
+14
2015-09-18
Clarified the intent of several assignments inside conditional expressions
Haru
1
-2
/
+2
2015-09-08
Fixed some memory leaks in code using libconfig
Haru
1
-1
/
+1
2015-08-15
Automatic HPM symbol sharing
Haru
1
-38
/
+0
2015-08-15
Removed some unnecessary shared symbols, already present in interfaces
Haru
1
-250
/
+256
2015-08-15
Moved sql_handle into the HPMi interface
Haru
1
-8
/
+0
2015-08-15
Added core HPM interface
Haru
1
-5
/
+1
2015-08-15
Enabled HPMDataCheck for login and char servers
Haru
1
-1
/
+1
2015-08-15
HPM compatibility improvements
Haru
1
-25
/
+13
2015-08-15
Added HPMHooking support for common interfaces
Haru
1
-1
/
+9
2015-08-15
Added showmsg HPM interface
Haru
1
-9
/
+3
2015-06-19
Improved info/error messages during plugin loading
Haru
1
-3
/
+8
2015-06-19
Cleaned up some #includes
Haru
1
-0
/
+1
2015-06-19
Removed ".." from include directives
Haru
1
-16
/
+16
2015-06-01
Plugin load failure now causes Fatal Error
Ancyker
1
-39
/
+26
2015-01-20
Fixes Compile Error on Windows
Dastgir
1
-2
/
+3
2015-01-20
Minor fixes and tweaks suggested by cppcheck
Haru
1
-10
/
+10
2015-01-18
Command line arguments handling overhaul
Haru
1
-56
/
+48
2015-01-18
Implementing nullpo interface for plugin use
shennetsind
1
-0
/
+2
2015-01-12
Added detailed error message when a plugin fails to load
Haru
1
-2
/
+3
2014-12-31
Add some missing null pointer checks after automatic checks.
Andrei Karas
1
-12
/
+15
2014-12-14
Fixed some improper grammar.
Mysteries
1
-1
/
+1
[next]