summaryrefslogtreecommitdiff
path: root/src/map/guild.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-24* Cleaned up some messy guild code (more to come)ultramage1-25/+32
2007-10-18* Removed commented-out code for check_fake_id()ultramage1-2/+2
2007-09-24Added back log_chat's '1 - log everything' setting (revert from r10850).ultramage1-1/+1
2007-09-20* Merged the tmpsql branch:FlavioJS1-3/+3
2007-09-08Adjusted a spot that still caused a guild leader's guild skills to get blocke...ultramage1-3/+5
2007-09-07- Added support for the new party invite/reply packets from the latest client...skotlex1-0/+6
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-4/+5
2007-08-09The new functions now clear junk from the output buffer, this simplifies the ...ultramage1-1/+1
2007-08-08* Cleaned up junk left in the code by the mapcache/mapindex updateultramage1-10/+9
2007-05-26- Fixed guild emblem not showing when you log in (caused by r5359)ultramage1-42/+48
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-2/+4
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage1-6/+6
2007-05-19Reformatting @_@ultramage1-6/+6
2007-05-19* Added Global chat and Main chat loggingultramage1-5/+3
2007-04-08- Updated some Guild WoE rules to behave as explained here: http://www.eathen...skotlex1-8/+3
2007-04-06I'm still here!DracoRPG1-2/+3
2007-03-13Mapcache update, should polish off remaining bugsDracoRPG1-2/+6
2007-03-11- cbasetypes now assumes that Mingwin does defines ssize_tskotlex1-5/+13
2007-03-07- Normalized guild castle names so guardians may spawn properly again.skotlex1-1/+1
2007-02-25- You are allowed to expel guild mates that are not online now.skotlex1-2/+2
2007-02-23- Updated Box of thunder to use "agi up" effect for 30 secs instead of NPC Ag...skotlex1-1/+8
2007-01-18Fixed a crash when a castle from [0..MAX-1] wasn't in the dbultramage1-12/+12
2007-01-09- Changes to script buildin functions:FlavioJS1-13/+10
2007-01-07Undid the memset->malloc_set replacementultramage1-4/+4
2006-12-23- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...FlavioJS1-1/+1
2006-12-22- Simplified the global function "getJobName"skotlex1-3/+1
2006-12-21- Added a 1-node cache to db. Removed party_cache and guild_cache since now t...FlavioJS1-12/+6
2006-12-12- Minor changes to ers.FlavioJS1-1/+1
2006-12-11- Added various guild packet related missing checksskotlex1-24/+17
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS1-2017/+2017
2006-12-04- Changed some pc_authfails to clif_authfail_fd since pc_authfail prints erro...skotlex1-8/+8
2006-12-03- Removed sd->sex since it's redundant (we can always use sd->status.sex)skotlex1-1/+1
2006-12-01- Fixed txt-converter compilation. skotlex1-1/+1
2006-11-14- Characters with Karma may fight amongst them anywhere.skotlex1-10/+13
2006-11-07- Fixed a fake nullpo when parsing the reply to a guild alliance request.skotlex1-3/+7
2006-09-08- Fixed alliance/opposition making not cancelling out map-server-side when th...skotlex1-4/+10
2006-08-27* Optional macro MEMSET_TURBO for faster low-level memory initializations.Lance1-5/+5
2006-08-02Code cleanup & optimization on guild part of char-servertoms1-2/+2
2006-07-27- Applied the necessary changes to make @partyoption reflect it's changes on ...skotlex1-8/+5
2006-06-17- Devotion absorbed damage will now appear to come from oneself (instead of t...skotlex1-25/+23
2006-06-13- Oppositions can't be made during WoE now.skotlex1-7/+8
2006-06-13- Updated clif_disp_onlyself to not use dynamic memory and write directly to ...skotlex1-7/+3
2006-06-12- Fixed npc_checknear's distance check returning the opposite of what it shou...skotlex1-1/+6
2006-06-12- Made guild member exp an unsigned int.skotlex1-1/+1
2006-06-11* [Fixed] Lance1-1/+1
2006-06-09- Fixed @mapinfo displaying incorrectly maps with nosave which send you back ...skotlex1-19/+8
2006-06-09- Added an error report and correction when the map server receives a guild f...skotlex1-1/+8
2006-06-09- Modified guild exp to be an unsigned int rather than a signed one.skotlex1-3/+7
2006-06-06Forgot somethingLance1-2/+2
2006-06-06* [Fixed]:Lance1-2/+2