summaryrefslogtreecommitdiff
path: root/src/map/pc_groups.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-04Added mapflags 'nostorage' and 'nogstorage'Carlos Henrique1-0/+1
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-16/+21
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-09-10Add missing checks into pc_groups.cAndrei Karas1-0/+7
2016-03-20Dropped typedef from DBIteratorHaru1-1/+1
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-1/+1
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-2/+2
2016-02-17Removed unnecessary typedefs from libconfigHaru1-12/+12
2016-02-17Renamed config->read_file to config->load_fileHaru1-1/+1
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-1/+1
2016-01-06Change all TBL_PC to struct map_session_data as per style guidelineshemagx1-1/+1
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-20/+18
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-06-19Removed ".." from include directivesHaru1-11/+11
2014-09-20Added 4 new permissionsEPuncker1-0/+4
2014-05-13Removed trailing whitespace (sources)Haru1-1/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-6/+8
2014-05-10Revert "Fixed order of includes in all source files"panikon1-8/+6
2014-05-09Fixed order of includes in all source filesHaru1-6/+8
2014-01-18Libconfig Interfacedshennetsind1-36/+36
2014-01-13Fixed HPM support for group permissionsshennetsind1-2/+11
2013-12-17Fixed several compiler warningsHaru1-14/+14
2013-11-07Item Bound Fixes/Adjustments/Improvementsshennetsind1-1/+1
2013-11-06Update Fixshennetsind1-0/+1
2013-11-04pc_groups interfacedshennetsind1-70/+131
2013-08-08HPM Updateshennetsind1-0/+1
2013-07-29Permission cache overhaulPiotr HaƂaczkiewicz1-133/+114
2013-06-09Fixed group cache bugshennetsind1-0/+13
2013-05-15HPM Updateshennetsind1-2/+2
2013-05-02Introducing Hercules Plugin Manangershennetsind1-5/+6
2013-04-22Hercules April 22 MEGA-ULTRA-LONG Patch~!shennetsind1-24/+16
2013-02-18Improvements all over the placeshennetsind1-1/+1
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-331/+326
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-326/+331
2012-08-17Added 2 (3) new atcommands:shennetsind1-30/+4
2012-07-18Fixed bugreport:6269 added a way to test files prior to @reloadatcommand so t...shennetsind1-1/+1
2012-07-18New permissions added for groups: show_bossmobs, disable_pvm and disable_pvp;...cookiecrumbs1-0/+3
2012-07-18Super performance improvement to groups system, caching permissions levels an...shennetsind1-4/+49
2012-04-28- Updated the script engine to make use of the DBMap* structure for storing v...epoque111-1/+1
2012-03-09Code cleanup: replaced `DBIterator` function calls with macros where possible. gepard19841-14/+8
2012-03-01Enabled `DB_OPT_RELEASE_DATA` for several `DBMap`s to simplify data freeing.gepard19841-12/+2
2012-02-27Fixed atcommands not being logged (follow-up to r15572)(bugreport:5370).gepard19841-1/+1
2012-02-17- Fixed group permissions not recognizing `false` setting (bug:5342).gepard19841-0/+3
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19841-0/+459