Changelog (last 14 days)

ShiryuX r1320 30.08.10

- Modified Event_CombatMode with some DEBUG_WARN messages, and added a few {} to the fCleanSkill code.
MrSugarCube r1319 25.08.10

- Clean up of non-inline functions flagged as inline, another INT_MAX #define, and a compiler warning in CChar::MakeCorpse.
ShiryuX r1318 25.08.10

#1795: Modified CChar::CanMove so players cannot move/equip items with attr_move_never flag.
MrSugarCube r1317 24.08.10

- Addressed some GCC compiler warnings.
MrSugarCube r1316 24.08.10

#1796: Fixed incorrect format string in DEFMSG_NPC_VENDOR_B1 and DEFMSG_NPC_VENDOR_S1 causing the string "(null)" to appear in vendor speech.
- Addressed compiler warning in packet.cpp
ShiryuX r1315 23.08.10

#1802: Reverted change of commit 1308, since it caused undesired behavior with client map sending.
MrSugarCube r1314 23.08.10

- Quick update to internal sphereCrypt.ini
MrSugarCube r1313 23.08.10

- Added support for sending packet 0xF5 to 7.0.8.0+ clients in CClient::addMap, replacing the 0x90 packet (0xF5 supports displaying different maps).
- Modified IT_MAP to use MOREM as a map number, used by CChar::Skill_Cartography to set the map on drawn maps and CClient::addMap to display the correct map art.

MrSugarCube r1312 23.08.10

- Replaced 'magic' client version numbers with a set of #defines that are a bit easier to manage.

MrSugarCube r1311 22.08.10

#1803: Replaced *_MIN/*_MAX defines in graycom.h with a limits.h include, since the values do not match up with each other and appear to be causing a few conflicts.
ShiryuX r1310 22.08.10

- Quick fix for last commit @UserWarMode.
ShiryuX r1309 22.08.10

#1800: Modified 'CTRIG_UserWarmode' to use ARGN2 for skill abort check, by default m_iN2 is 1 and will abort current skill, if it's 0, it won't.
- Added new spellbook definition 'IT_SPELLBOOK_BARD' for new bard book, spells start at 700.
- Modified NetState::setAsyncMode to set m_useAsync = true if client IsClientSA.
- Modified Script Pack: sphere_defs.scp (Added 't_spellbook_bard' definition) and sphere_spells.scp (Added new bards spells from SA, no functionality though)
- Fixed small typo from last commit.