shennetsind 6716f8bbfb Fixed bugreport:5535 while caster is in shadow formation he no longer can attack or use items. 13 lat temu
..
config 0674d99a60 Moved Renewal Experience Modifier out of REMODE and created its own RENEWAL_EXP setting. will update on the wiki asap. 13 lat temu
sql 083ff3d160 - Fixed CMake compilation (libconfig integrated into common_base). 13 lat temu
CMakeLists.txt bf1c81839f Merged TXT removal branch back to trunk. 13 lat temu
Makefile.in 694123790f - Follow-up to r15837, fixed compiler error due to missing header file 13 lat temu
atcommand.c 0495f532c5 - Small change to @version command (fixed invalid project name) 13 lat temu
atcommand.h 22f0714c07 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/libconfig/): 13 lat temu
battle.c 34e7f045b7 - Spring cleaning of various source files 13 lat temu
battle.h 472348fad1 Fixed bShortWeaponDamage to work against cart termination, bugreport:5328 13 lat temu
battleground.c 691872fdc7 Enhanced `DBMap` implementation to allow storing integer type data in addition to void pointers. 13 lat temu
battleground.h aaab80fb80 * Some NPC event related cleaning. 14 lat temu
buyingstore.c 22f0714c07 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/libconfig/): 13 lat temu
buyingstore.h 6b74ef9b50 * Implemented search store info system (aka. vending and buying store search) together with related items. 14 lat temu
chat.c 22f0714c07 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/libconfig/): 13 lat temu
chat.h 077b0af399 Added official behavior to chat room kicking, when you're kicked out of the chat room you're 'blacklisted', making you unable to rejoin that same chat room instance again. 13 lat temu
chrif.c 691872fdc7 Enhanced `DBMap` implementation to allow storing integer type data in addition to void pointers. 13 lat temu
chrif.h 00367cd7b7 - Removed more trailing tabs. 13 lat temu
clif.c 6716f8bbfb Fixed bugreport:5535 while caster is in shadow formation he no longer can attack or use items. 13 lat temu
clif.h 2b0c96b2ad Fixed bugreport:5486, now a more friendly message is displayed upon skill fail when you do not have enough of the required ammo. 13 lat temu
date.c a6e61e1d2f Gave each file an empty last line, to make svn happier 18 lat temu
date.h 49096125fb Applied a consistent look to all header files (copyright, ifdefs) 18 lat temu
duel.c 3aede46965 - Removed trailing tabs, and fixed some spacing. 13 lat temu
duel.h a94aea7582 * Moved duel code into a separate file. 14 lat temu
guild.c 72ba123607 Added Official Guild Aura Implementation bugreport:667 13 lat temu
guild.h 72ba123607 Added Official Guild Aura Implementation bugreport:667 13 lat temu
homunculus.c b1ee1c2d8f * uncluttered DB paths between REMODE on/off a little 13 lat temu
homunculus.h 251362c227 ` Added renaming support for the remaining 'ragnarok' tables in the inter_athena.conf file - bugreport:3317 13 lat temu
instance.c 4113c9de4a - Removed outdated version number handling (follow-up to r11503). 13 lat temu
instance.h 2c1290cae2 * More instancing updates. 14 lat temu
intif.c ea46e779c0 * Merged changes up to eAthena 15084. 13 lat temu
intif.h 1ce49ea08e - Merged main-chat message handling (as requested/enforced by trojal <3) 13 lat temu
itemdb.c 34e7f045b7 - Spring cleaning of various source files 13 lat temu
itemdb.h badb682be9 Fixed bugreport:5543 this item is official rentable and it should unmount upon expire. 13 lat temu
log.c 22f0714c07 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/libconfig/): 13 lat temu
log.h 22f0714c07 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/libconfig/): 13 lat temu
mail.c 22f0714c07 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/libconfig/): 13 lat temu
mail.h a6e03e1102 - Clean up of calc_times function. 17 lat temu
map.c 34e7f045b7 - Spring cleaning of various source files 13 lat temu
map.h f7e408fd61 - Fixed a STUPID Linux issue preventing compilation due to file name-casing 13 lat temu
mapreg.h dcc2cdb5da Split off mapreg code from script.c 17 lat temu
mapreg_sql.c 6aabd3d1b7 - Added missing parameter to `db_iput` and `db_uiput` macros (follow-up to r15682). 13 lat temu
mercenary.c 54ac5c18de Enabled Mersenne Twister MT19937 as random number generator instead of standard `rand()` function (follow-up to r14865, r14870). 13 lat temu
mercenary.h bf05deda6f - Fixed mercenaries not warping to their master if the master is more than 15 cells away 13 lat temu
mob.c 0674d99a60 Moved Renewal Experience Modifier out of REMODE and created its own RENEWAL_EXP setting. will update on the wiki asap. 13 lat temu
mob.h 47fc6d2fe2 - Guild Castle code cleanup: 13 lat temu
npc.c b610cb1a7c - Script label db now utilizes `DBMap`'s ability to store integer-type data (follow-up to r15682). 13 lat temu
npc.h c827a4e13b Fixed problem with OnTouch on NPC ID 139, blame on r14993, bugreport:5206 13 lat temu
npc_chat.c 9703374f8a * Fix C++ compilation issues. 13 lat temu
party.c 0674d99a60 Moved Renewal Experience Modifier out of REMODE and created its own RENEWAL_EXP setting. will update on the wiki asap. 13 lat temu
party.h 34e7f045b7 - Spring cleaning of various source files 13 lat temu
path.c 54ac5c18de Enabled Mersenne Twister MT19937 as random number generator instead of standard `rand()` function (follow-up to r14865, r14870). 13 lat temu
path.h 49f1f4434d * Reorganized the contents of the mapserver's header files. 17 lat temu
pc.c 6716f8bbfb Fixed bugreport:5535 while caster is in shadow formation he no longer can attack or use items. 13 lat temu
pc.h 34e7f045b7 - Spring cleaning of various source files 13 lat temu
pc_groups.c 8817eaa885 Code cleanup: replaced `DBIterator` function calls with macros where possible. 13 lat temu
pc_groups.h 22f0714c07 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/libconfig/): 13 lat temu
pet.c 00367cd7b7 - Removed more trailing tabs. 13 lat temu
pet.h 34e7f045b7 - Spring cleaning of various source files 13 lat temu
quest.c 4113c9de4a - Removed outdated version number handling (follow-up to r11503). 13 lat temu
quest.h e441bae997 Corrected a variable defined in a header file. 15 lat temu
script.c f5f937c809 More cleanups for old clients. 13 lat temu
script.h 87f1a4a49e * Merged changes up to eAthena 15067. 13 lat temu
searchstore.c 9703374f8a * Fix C++ compilation issues. 13 lat temu
searchstore.h 6b74ef9b50 * Implemented search store info system (aka. vending and buying store search) together with related items. 14 lat temu
skill.c b49aa71287 Fixed bugreport:5556 skill_onskillusage is only triggered if previous skill didn't miss. 13 lat temu
skill.h 34e7f045b7 - Spring cleaning of various source files 13 lat temu
status.c 34e7f045b7 - Spring cleaning of various source files 13 lat temu
status.h 34e7f045b7 - Spring cleaning of various source files 13 lat temu
storage.c 691872fdc7 Enhanced `DBMap` implementation to allow storing integer type data in addition to void pointers. 13 lat temu
storage.h 115d6a3fd0 - Implemented new packets for rental items (from Jobbie and Natz and fixed by me). 15 lat temu
trade.c 22f0714c07 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/libconfig/): 13 lat temu
trade.h 4cfb15d8bb Fixed numerous /W4 warnings (and created more :) 17 lat temu
unit.c 79d53f4fe9 Fixed the damn broken combo code. Fixed Fallen Empire and Dragon Combo (part of bugreport:5358) and applied some more of my curly brace love. 13 lat temu
unit.h a785b383d7 Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll get it sorted. 13 lat temu
vending.c 22f0714c07 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/libconfig/): 13 lat temu
vending.h 6b74ef9b50 * Implemented search store info system (aka. vending and buying store search) together with related items. 14 lat temu