summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
AgeCommit message (Expand)AuthorFilesLines
2006-07-10- Added login-char packet 0x2737. Sets all characters offline (login-server s...skotlex1-0/+16
2006-07-10- Added a check in pc_equipitem so that when switching weapons and you have t...skotlex1-0/+4
2006-07-10- One closer inspection, removed that clear in itemdb_reload for a foreach ca...skotlex1-0/+3
2006-07-10- itemdb_reload will clear the itemdb before reloading info instead of only c...skotlex1-0/+2
2006-07-10- Corrected skill require entry from the Twilight Pharmacy skills.skotlex1-0/+5
2006-07-08- Fixed the new addeff structure not working well with SC_STONE (because SC_S...skotlex1-0/+5
2006-07-08- Fixed mobinfo displaying exp as signed ints rather than unsigned.skotlex1-0/+6
2006-07-08- Fixed the char table having party/guild_id as smallint when they need int t...skotlex1-0/+8
2006-07-07- Fixed the Warm Skillsskotlex1-0/+3
2006-07-07- Removed the equip id from the clif_pet_equip packet as it is not used for a...skotlex1-0/+2
2006-07-07- Status_calc_bl will no longer stop you from attacking/walking when the mode...skotlex1-0/+3
2006-07-07- Should have fixed clif_item_sub to properly store pet egg/armor data. There...skotlex1-0/+3
2006-07-07- itemdb_exists will now return NULL for item_id 0.skotlex1-0/+1
2006-07-07- Some cleaning of the Sage endow skills.skotlex1-0/+2
2006-07-07- Okay, added a chrif_save_ack packet to the char-server so now the map serve...skotlex1-0/+9
2006-07-07- Now, when the login-char connection is cut, the char-server won't set every...skotlex1-0/+3
2006-07-07- Modified the error on the char-sql server to set chars online when it recei...skotlex1-0/+3
2006-07-07- Fixed signed/unsigned comparison issues in the char txt/sql server.skotlex1-0/+3
2006-07-07- Added a temporary band-aid to prevent executing the script of non-arrows wh...skotlex1-0/+4
2006-07-06- Modified the party_data structure on the map server to remove some redundan...skotlex1-0/+10
2006-07-06- Rewrote all the item restriction functions so that they will take into acco...skotlex1-0/+2
2006-07-06- Added no_skill_delay setting, when set, affected object types will have the...skotlex1-0/+3
2006-07-06- Added EQP_/EQI_ constants in pc.h to identify equip position and equip inde...skotlex1-0/+3
2006-07-06- Fixed the auto-direction code which makes self-skills with ground units bec...skotlex1-0/+3
2006-07-05Updated NJ_KAENJIN by Saycyber21Vicious1-8/+1
2006-07-05- Merged some skill db data of NJ skills, thanks to RockmanEXEskotlex1-0/+8
2006-07-05- Updated @refine to take account of MAX_REFINE, thanks to Omega... GM Desig...skotlex1-0/+4
2006-07-05Fixed compile issue for NJ_BAKUENRYU, by Saycyber21.Vicious1-0/+1
2006-07-05Saycyber21's NJ workVicious1-0/+1
2006-07-04- Implemented cooking chances. Chance of success is 70% - 7*(dish-lv)% + 12*(...skotlex1-0/+3
2006-07-04- Added battle config setting emergency_recall, specifies behaviour of that s...skotlex1-0/+3
2006-07-04- Removed the NPC/Dance/Song inf2 check of AbraCadabra. whether a skill can c...skotlex1-0/+2
2006-07-04- Added structure s_addeffect to handle status change additions. Cleaned up r...skotlex1-0/+7
2006-07-04- Added a check when joining a chat to make sure the target object is of type...skotlex1-0/+3
2006-07-04- Cleared up the bAutoSpellWhenHit description in doc/item_bonus.txtskotlex1-0/+6
2006-07-03- Char-server SQL won't perform the reconnect cleanup routines when kick_on_d...skotlex1-0/+7
2006-07-03- Warmth will dispel when warping now (or else the effect is left on the ground)skotlex1-0/+5
2006-07-03- Fixed a compile warning in login sql/txtskotlex1-4/+13
2006-06-30Fixed a typo in msg_athena.conf, "This item cannot be drop" -> "This item can...MasterOfMuppets1-0/+1
2006-06-30- Added a check to prevent equipped items from being traded.skotlex1-0/+1
2006-06-30- Small cleanup on Abracadabra.skotlex1-0/+3
2006-06-30- Added mapflag "nochat" to prevent chatting rooms from being created.skotlex1-0/+4
2006-06-30- Moved item group enumeration from itemdb.h to map.hskotlex1-0/+4
2006-06-29- Made the map server send list of characters online to the char-server on re...skotlex1-0/+4
2006-06-29- Fixed guild storage being "eternally in use" if you quit/logout before clos...skotlex1-0/+2
2006-06-29- Some indentation corrections.skotlex1-0/+2
2006-06-29* [Fixed] Lance1-0/+10
2006-06-28changed:musashiden1-0/+4
2006-06-28- Added a check in script command "set_option" so that invoking "set_option(0...skotlex1-0/+2
2006-06-28- Added trade-range check on trade reply.skotlex1-0/+1