Age | Commit message (Expand) | Author | Files | Lines |
2011-10-28 | * Fixed db/packet_db.txt reading not checking for max. amount of positions. | ai4rei | 1 | -4/+5 |
2011-06-30 | Replaced custom type 'intptr' with standard 'intptr_t'. | ultramage | 1 | -5/+5 |
2011-05-14 | * Some NPC event related cleaning. | ai4rei | 1 | -2/+2 |
2011-04-16 | * Some cleanups related to player and monster states. | ai4rei | 1 | -1/+1 |
2011-04-10 | * Fixed @changegm not updating guild window interface after changing the guil... | ai4rei | 1 | -2/+13 |
2011-03-20 | * Random accumulated tweaks and fixes. | ai4rei | 1 | -1/+3 |
2010-12-30 | * Made remaining csv databases (guild, castle, homunculus, itemdb, mercenary)... | ai4rei | 1 | -77/+36 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 1 | -2/+2 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 1 | -2/+2 |
2010-12-02 | * Added defines for guild notice sizes (MAX_GUILDMES1 and MAX_GUILDMES2). | ai4rei | 1 | -2/+2 |
2010-11-22 | * Fixed guild and guild member exp truncation issue (bugreport:4130, since r1... | ai4rei | 1 | -1/+1 |
2010-11-02 | Applied patch by xazax to clean up various bits of code across mapserver code... | Paradox924X | 1 | -2/+1 |
2010-10-11 | Applied Ai4rei's patch to eliminate unnecessary and redundant castle data sav... | Paradox924X | 1 | -34/+0 |
2010-10-09 | Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls. | Paradox924X | 1 | -28/+28 |
2010-08-19 | - Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ... | Skotlex | 1 | -1/+1 |
2010-06-01 | Replaced all occurrences of 'leaved' with 'withdraw'. | Paradox924X | 1 | -1/+1 |
2010-05-28 | Fixed it so you can't add opositions during woe se. | L0ne_W0lf | 1 | -1/+1 |
2010-02-09 | Expanded range for cached and stored-in-db guild member exp (devotion) from u... | Paradox924X | 1 | -8/+8 |
2010-01-25 | Prevented the changing of alliances to oppositions during WoE. (bugreport:3923) | Paradox924X | 1 | -0/+2 |
2009-11-24 | Cleaned up leftover PACKETVER define on the charserver (followup to r14155). | ultramage | 1 | -1/+1 |
2009-06-16 | Fixed an exploit that makes guild skill get higher level than the max defined... | Inkfish | 1 | -2/+3 |
2009-05-15 | - Fixed a bunch of invalid memory access bugs as reported by Valgrind. | skotlex | 1 | -1/+1 |
2009-02-26 | - Fixed item Nemesis. | zephyrus | 1 | -6/+5 |
2008-11-22 | * Hunted down the simpler 64bit pointer truncations. | FlavioJS | 1 | -1/+1 |
2008-10-21 | Added a check to make sure a player wasn't in a guild when they accepted a gu... | Paradox924X | 1 | -1/+6 |
2008-09-09 | Enabled WoE SE to be run independently of WoE. Let's see how long it is befor... | L0ne_W0lf | 1 | -8/+31 |
2008-09-04 | Patched a dormant off-by-one bug in guild leader changing code, which was tri... | ultramage | 1 | -1/+1 |
2008-09-01 | Temporary workaround against the party/guild send_xy_timer dangling pointer c... | ultramage | 1 | -2/+3 |
2008-07-26 | Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w... | ultramage | 1 | -1/+1 |
2008-04-27 | Corrected r12662 where a guild break would trigger the OnGuildBreak event for... | ultramage | 1 | -1/+1 |
2008-04-27 | Changed the last commit so it must be called with @reloaditemdb2. @reloaditem... | Kevin | 1 | -1/+1 |
2008-04-26 | Uncommented and cleaned up the OnGuildBreak code. | Kevin | 1 | -6/+4 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -6/+6 |
2008-04-08 | Small party/guild creation cleanup. Added packet comments. Removed fake reply... | ultramage | 1 | -13/+16 |
2008-04-08 | Apparently I'm the only one that has it out for the alphabet. | Kevin | 1 | -5/+4 |
2008-04-08 | Added some aFrees, ultramage is a jerk. | Kevin | 1 | -0/+2 |
2008-04-08 | The fix in r12521 will now temporarily trim white space before checking the s... | Kevin | 1 | -1/+3 |
2008-04-07 | * Made script command 'flagemblem' and guild_emblem_change send an update of ... | FlavioJS | 1 | -2/+52 |
2008-04-07 | Party/guild names can no longer be less then 2 characters long.(bugreport:1328) | Kevin | 1 | -1/+1 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -12/+16 |
2008-03-18 | - Added the official adoption method. | zephyrus | 1 | -1/+1 |
2008-02-21 | - Fixed new guilds displaying online-connect member count at 0 rather than 1,... | skotlex | 1 | -25/+46 |
2008-02-14 | - Added some new config settings: homunculus_autoloot, idle_no_autoloot, max_... | zephyrus | 1 | -5/+5 |
2008-02-11 | Getting rid of map_getallusers(), part 1 | ultramage | 1 | -23/+28 |
2008-02-11 | - Applied some cleanups to party.c/guild.c to ensure that direct pointers to ... | skotlex | 1 | -22/+31 |
2008-01-29 | - Added some error reporting when a player is not found inside its guild/part... | skotlex | 1 | -0/+2 |
2008-01-06 | Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge... | ultramage | 1 | -2/+0 |
2007-12-17 | * Added flag.server to indicate interserver sockets | ultramage | 1 | -1/+2 |
2007-12-16 | Replaced the 'map name' castle data variable with the equivalent 'map index'. | ultramage | 1 | -22/+13 |
2007-12-16 | Some more guild code reformatting (moved do_init_guild() to the end of guild.... | ultramage | 1 | -123/+108 |