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_groups.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-19
Fix all known warnings from compiler flags -Wformat*
Andrei Karas
1
-2
/
+2
2016-02-17
Removed unnecessary typedefs from libconfig
Haru
1
-12
/
+12
2016-02-17
Renamed config->read_file to config->load_file
Haru
1
-1
/
+1
2016-01-06
Replaced some explicit casts with BL_UCAST/BL_UCCAST
Haru
1
-1
/
+1
2016-01-06
Change all TBL_PC to struct map_session_data as per style guidelines
hemagx
1
-1
/
+1
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
-20
/
+18
2015-08-15
HPM compatibility improvements
Haru
1
-0
/
+1
2015-06-19
Removed ".." from include directives
Haru
1
-11
/
+11
2014-09-20
Added 4 new permissions
EPuncker
1
-0
/
+4
2014-05-13
Removed trailing whitespace (sources)
Haru
1
-1
/
+1
2014-05-10
Re-commit of "Fixed order of includes in all source files"
Haru
1
-6
/
+8
2014-05-10
Revert "Fixed order of includes in all source files"
panikon
1
-8
/
+6
2014-05-09
Fixed order of includes in all source files
Haru
1
-6
/
+8
2014-01-18
Libconfig Interfaced
shennetsind
1
-36
/
+36
2014-01-13
Fixed HPM support for group permissions
shennetsind
1
-2
/
+11
2013-12-17
Fixed several compiler warnings
Haru
1
-14
/
+14
2013-11-07
Item Bound Fixes/Adjustments/Improvements
shennetsind
1
-1
/
+1
2013-11-06
Update Fix
shennetsind
1
-0
/
+1
2013-11-04
pc_groups interfaced
shennetsind
1
-70
/
+131
2013-08-08
HPM Update
shennetsind
1
-0
/
+1
2013-07-29
Permission cache overhaul
Piotr HaĆaczkiewicz
1
-133
/
+114
2013-06-09
Fixed group cache bug
shennetsind
1
-0
/
+13
2013-05-15
HPM Update
shennetsind
1
-2
/
+2
2013-05-02
Introducing Hercules Plugin Mananger
shennetsind
1
-5
/
+6
2013-04-22
Hercules April 22 MEGA-ULTRA-LONG Patch~!
shennetsind
1
-24
/
+16
2013-02-18
Improvements all over the place
shennetsind
1
-1
/
+1
2012-12-05
- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).
brianluau
1
-331
/
+326
2012-11-25
Applied AStyle code formating as discussed on tid:74602.
greenboxal2
1
-326
/
+331
2012-08-17
Added 2 (3) new atcommands:
shennetsind
1
-30
/
+4
2012-07-18
Fixed bugreport:6269 added a way to test files prior to @reloadatcommand so t...
shennetsind
1
-1
/
+1
2012-07-18
New permissions added for groups: show_bossmobs, disable_pvm and disable_pvp;...
cookiecrumbs
1
-0
/
+3
2012-07-18
Super performance improvement to groups system, caching permissions levels an...
shennetsind
1
-4
/
+49
2012-04-28
- Updated the script engine to make use of the DBMap* structure for storing v...
epoque11
1
-1
/
+1
2012-03-09
Code cleanup: replaced `DBIterator` function calls with macros where possible.
gepard1984
1
-14
/
+8
2012-03-01
Enabled `DB_OPT_RELEASE_DATA` for several `DBMap`s to simplify data freeing.
gepard1984
1
-12
/
+2
2012-02-27
Fixed atcommands not being logged (follow-up to r15572)(bugreport:5370).
gepard1984
1
-1
/
+1
2012-02-17
- Fixed group permissions not recognizing `false` setting (bug:5342).
gepard1984
1
-0
/
+3
2012-02-13
- Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...
gepard1984
1
-0
/
+459