História revízii

Autor SHA1 Správa Dátum
  Inkfish 86d162ad13 Fixed an exploit that makes guild skill get higher level than the max defined in guild_skill_tree. (bugreport:3241) 16 rokov pred
  ultramage a40e59d2c7 Fixed a logic typo in one empty string check (from r4823). 16 rokov pred
  ultramage 578532f577 Moved the 'changed' mailbox flag from shared mmo.h to mapserver-only. 16 rokov pred
  L0ne_W0lf de1a2bb0ac Removed a few out of date messages from msg_athena, and updated some others. 16 rokov pred
  zephyrus c5cc2257d3 - Moving all content of Homunculus code to a proper file Homunculus.c/h 17 rokov pred
  zephyrus 399efe15bd - Completed Mercenary Create, Delete, Save. Tests OK. 17 rokov pred
  zephyrus e5e14c14fe - Added column `mer_id` on char_db 17 rokov pred
  zephyrus 1204fd49db - Mercenary Packets (Server to Client). Still need a little more info. 17 rokov pred
  ultramage 398d3821df Removed the party_share_conflict() check. 17 rokov pred
  ultramage 4546c7fc0a Modified storage data loading 17 rokov pred
  ultramage d8ce1f4aa5 storage code cleanup (no behavioral changes yet) 17 rokov pred
  ultramage a35279667d Renamed 'struct storage' to 'struct storage_data' (to make 'storage' available as a variable name). 17 rokov pred
  ultramage 62cc01866b Replaced the very ineffective clif_foreachclient() with map_foreachpc() since they essentially do the same thing (bugreport:1174). 17 rokov pred
  Kevin 236c7cba43 Some more updates to the quest log system. It has been completely moved to the inter server instead of the char server. 17 rokov pred
  Kevin 302adbf42a Major updates to the quest system. 17 rokov pred
  ultramage 94943b2b6a Adjusted eAthena code to compile cleanly in C++ mode. 17 rokov pred
  zephyrus b493d16681 - Fixed bug report 1170. 17 rokov pred
  zephyrus 0c381f2877 - Auction System implementation completed. 17 rokov pred
  zephyrus a6a68c756d - Added support for Auction Close and Cancel. 17 rokov pred
  zephyrus 62c41846f0 - Fixed some bugs on auction. 17 rokov pred
  zephyrus 076f76077d - More updates to Auctions. Now you "really" can register auctions, limit to 5 per char (according to official info). 17 rokov pred
  zephyrus 2fda0f2d90 - Missing update for @auction. 17 rokov pred
  zephyrus 284334b4f0 - Merged Auction Search and Register. It seen to work fine, so you can test those. 17 rokov pred
  zephyrus 1cbcdaf3f2 - New optimizations for mail system and adjust to use it on Auctions. 17 rokov pred
  skotlex 1e0a82fab3 - Fixed new guilds displaying online-connect member count at 0 rather than 1, and the guild master not knowing it is one (eg: it cannot edit the guild notice of a newly created guild until relogging). 17 rokov pred
  ultramage 65834585a8 Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, generated by ShowMessage(). It now works exactly like printf(). 17 rokov pred
  ultramage db3db2c2e5 Fixed mob AI code iterating over non-mob objects without checking, when monster_ai flag 0x20 is set (caused by r11943) 17 rokov pred
  ultramage 8be1c4d48c * Some preparations for the guild script update 17 rokov pred
  ultramage e464c81aea Removed the badly designed/unfinished guild_check_conflict() data integrity check (that wasn't actually being used up 'till now). 17 rokov pred
  zephyrus 2b1fac216c - Added a fix to prevent missing a mail attachment is map servers disconnect from char server. 17 rokov pred