summaryrefslogtreecommitdiff
path: root/src/map/guild.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-15- Fixed a bunch of invalid memory access bugs as reported by Valgrind.skotlex1-1/+1
2009-02-26- Fixed item Nemesis.zephyrus1-6/+5
2008-11-22* Hunted down the simpler 64bit pointer truncations.FlavioJS1-1/+1
2008-10-21Added a check to make sure a player wasn't in a guild when they accepted a gu...Paradox924X1-1/+6
2008-09-09Enabled WoE SE to be run independently of WoE. Let's see how long it is befor...L0ne_W0lf1-8/+31
2008-09-04Patched a dormant off-by-one bug in guild leader changing code, which was tri...ultramage1-1/+1
2008-09-01Temporary workaround against the party/guild send_xy_timer dangling pointer c...ultramage1-2/+3
2008-07-26Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w...ultramage1-1/+1
2008-04-27Corrected r12662 where a guild break would trigger the OnGuildBreak event for...ultramage1-1/+1
2008-04-27Changed the last commit so it must be called with @reloaditemdb2. @reloaditem...Kevin1-1/+1
2008-04-26Uncommented and cleaned up the OnGuildBreak code.Kevin1-6/+4
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-6/+6
2008-04-08Small party/guild creation cleanup. Added packet comments. Removed fake reply...ultramage1-13/+16
2008-04-08Apparently I'm the only one that has it out for the alphabet.Kevin1-5/+4
2008-04-08Added some aFrees, ultramage is a jerk.Kevin1-0/+2
2008-04-08The fix in r12521 will now temporarily trim white space before checking the s...Kevin1-1/+3
2008-04-07* Made script command 'flagemblem' and guild_emblem_change send an update of ...FlavioJS1-2/+52
2008-04-07Party/guild names can no longer be less then 2 characters long.(bugreport:1328)Kevin1-1/+1
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-12/+16
2008-03-18- Added the official adoption method.zephyrus1-1/+1
2008-02-21- Fixed new guilds displaying online-connect member count at 0 rather than 1,...skotlex1-25/+46
2008-02-14- Added some new config settings: homunculus_autoloot, idle_no_autoloot, max_...zephyrus1-5/+5
2008-02-11Getting rid of map_getallusers(), part 1ultramage1-23/+28
2008-02-11- Applied some cleanups to party.c/guild.c to ensure that direct pointers to ...skotlex1-22/+31
2008-01-29- Added some error reporting when a player is not found inside its guild/part...skotlex1-0/+2
2008-01-06Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...ultramage1-2/+0
2007-12-17* Added flag.server to indicate interserver socketsultramage1-1/+2
2007-12-16Replaced the 'map name' castle data variable with the equivalent 'map index'.ultramage1-22/+13
2007-12-16Some more guild code reformatting (moved do_init_guild() to the end of guild....ultramage1-123/+108
2007-12-14Guardian hp handling code removal (see bugreport:342)ultramage1-26/+17
2007-12-13Fixed a mistake in r11895 where guild invitation data was being cleared too s...ultramage1-5/+9
2007-12-12* Some preparations for the guild script updateultramage1-93/+40
2007-12-12Removed the badly designed/unfinished guild_check_conflict() data integrity c...ultramage1-11/+1
2007-11-17Removed battle_config.error_log as console_silent already handles thisultramage1-8/+4
2007-11-14Fixed some guild skill offset calculation mistakes -_-ultramage1-1/+1
2007-11-09Replaced several 'int' variables with enums that they represent.ultramage1-0/+2
2007-11-08- Added a new setting 'guild_skill_relog_delay' to activate the guild skills ...zephyrus1-4/+2
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS1-10/+10
2007-11-01Removed code that queues OnAgitEliminate after the Emperium is broken, this i...ultramage1-39/+0
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