Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-12-14 | Guardian hp handling code removal (see bugreport:342) | ultramage | 1 | -26/+17 |
2007-12-13 | Fixed a mistake in r11895 where guild invitation data was being cleared too s... | ultramage | 1 | -5/+9 |
2007-12-12 | * Some preparations for the guild script update | ultramage | 1 | -93/+40 |
2007-12-12 | Removed the badly designed/unfinished guild_check_conflict() data integrity c... | ultramage | 1 | -11/+1 |
2007-11-17 | Removed battle_config.error_log as console_silent already handles this | ultramage | 1 | -8/+4 |
2007-11-14 | Fixed some guild skill offset calculation mistakes -_- | ultramage | 1 | -1/+1 |
2007-11-09 | Replaced several 'int' variables with enums that they represent. | ultramage | 1 | -0/+2 |
2007-11-08 | - Added a new setting 'guild_skill_relog_delay' to activate the guild skills ... | zephyrus | 1 | -4/+2 |
2007-11-08 | * Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include. | FlavioJS | 1 | -10/+10 |
2007-11-01 | Removed code that queues OnAgitEliminate after the Emperium is broken, this i... | ultramage | 1 | -39/+0 |
2007-10-24 | * Cleaned up some messy guild code (more to come) | ultramage | 1 | -25/+32 |
2007-10-18 | * Removed commented-out code for check_fake_id() | ultramage | 1 | -2/+2 |
2007-09-24 | Added back log_chat's '1 - log everything' setting (revert from r10850). | ultramage | 1 | -1/+1 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 1 | -3/+3 |
2007-09-08 | Adjusted a spot that still caused a guild leader's guild skills to get blocke... | ultramage | 1 | -3/+5 |
2007-09-07 | - Added support for the new party invite/reply packets from the latest client... | skotlex | 1 | -0/+6 |
2007-08-19 | * Cleaned/clarified some #include relationships between headers | ultramage | 1 | -4/+5 |
2007-08-09 | The new functions now clear junk from the output buffer, this simplifies the ... | ultramage | 1 | -1/+1 |
2007-08-08 | * Cleaned up junk left in the code by the mapcache/mapindex update | ultramage | 1 | -10/+9 |
2007-05-26 | - Fixed guild emblem not showing when you log in (caused by r5359) | ultramage | 1 | -42/+48 |
2007-05-25 | Corrected some weird fgets() statements, plus reformatted them | ultramage | 1 | -2/+4 |
2007-05-23 | - Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ... | ultramage | 1 | -6/+6 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -6/+6 |
2007-05-19 | * Added Global chat and Main chat logging | ultramage | 1 | -5/+3 |
2007-04-08 | - Updated some Guild WoE rules to behave as explained here: http://www.eathen... | skotlex | 1 | -8/+3 |
2007-04-06 | I'm still here! | DracoRPG | 1 | -2/+3 |
2007-03-13 | Mapcache update, should polish off remaining bugs | DracoRPG | 1 | -2/+6 |
2007-03-11 | - cbasetypes now assumes that Mingwin does defines ssize_t | skotlex | 1 | -5/+13 |
2007-03-07 | - Normalized guild castle names so guardians may spawn properly again. | skotlex | 1 | -1/+1 |
2007-02-25 | - You are allowed to expel guild mates that are not online now. | skotlex | 1 | -2/+2 |
2007-02-23 | - Updated Box of thunder to use "agi up" effect for 30 secs instead of NPC Ag... | skotlex | 1 | -1/+8 |
2007-01-18 | Fixed a crash when a castle from [0..MAX-1] wasn't in the db | ultramage | 1 | -12/+12 |
2007-01-09 | - Changes to script buildin functions: | FlavioJS | 1 | -13/+10 |
2007-01-07 | Undid the memset->malloc_set replacement | ultramage | 1 | -4/+4 |
2006-12-23 | - Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ... | FlavioJS | 1 | -1/+1 |
2006-12-22 | - Simplified the global function "getJobName" | skotlex | 1 | -3/+1 |
2006-12-21 | - Added a 1-node cache to db. Removed party_cache and guild_cache since now t... | FlavioJS | 1 | -12/+6 |
2006-12-12 | - Minor changes to ers. | FlavioJS | 1 | -1/+1 |
2006-12-11 | - Added various guild packet related missing checks | skotlex | 1 | -24/+17 |
2006-12-05 | - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt... | FlavioJS | 1 | -2017/+2017 |
2006-12-04 | - Changed some pc_authfails to clif_authfail_fd since pc_authfail prints erro... | skotlex | 1 | -8/+8 |