提交歷史

作者 SHA1 備註 提交日期
  DracoRPG 58dcd187b0 Mapcache update, should polish off remaining bugs 18 年之前
  skotlex 07e53259a5 - Corrected the define for NK no cardfix (def). 18 年之前
  skotlex a0bfff19a1 - Removed delete_session from socket.h since it shouldn't be used by them. 18 年之前
  ultramage 5625383530 More tweaks to socket.c to simplify the code 18 年之前
  skotlex 4dd0c95c58 - Modified set_reg so that it returns whether it succeeded or not in setting the requested variable. 18 年之前
  skotlex c6d349bcee - Made it possible to modify the server packet version from the Makefile. 18 年之前
  skotlex 3fe667ca28 - Added a check to prevent trades from being commited if either character is in final-save state. 18 年之前
  skotlex 6c66c2095f - Simplified a bit mmo_char_tobuf (at least it looks cleaner to me now) 18 年之前
  skotlex d403e06178 - Updated Box of thunder to use "agi up" effect for 30 secs instead of NPC Agi Up for 20. 18 年之前
  FlavioJS e74a5e2456 - Reviewed the client and the shorts at 104 and 106 are part of the char structure. And a correction on what i said: 0x6d is the packet that sends the new char data, 0x67 is the request to create the new char. 18 年之前
  FlavioJS fcda68caa4 - Fixed the structure of packet 0x67 (new char info). It's the same as the one used for packet 0x6b (chars info). 18 年之前
  ultramage 64fcacf6b3 - Added code for SQL that will automatically detect the ping interval at startup, and copy-pasted it around the code 18 年之前
  skotlex f96bd44c5a - Removed function inter_party_logged, which after some testing and thinking, has been concluded is no longer necessary. 18 年之前
  FlavioJS c46f3cf135 - Removed deprecated console code. 18 年之前
  ultramage 5f0de40e38 Removed the silly and misleading 'firewall detected' message 18 年之前
  skotlex 50a03b0751 - Corrected char deletion not working (column is called homun_id, not hom_id...) 18 年之前
  skotlex c52340cb3a - Corrected the homunculus deletion functions so that the homunculus is deleted together with the character. 18 年之前
  ultramage c356b3a461 Fixed a client crash during SQL char selection if you for some reason had more than 9 characters in your account 18 年之前
  skotlex 0c68bf4e54 - Fixed the next invoked skill after AbraCadabra not having requirements even when it is a different skill than the one chosen by AbraCadabra. 18 年之前
  FlavioJS 0129172c63 - Added a precompiler error when the shutdown defines are not found. 18 年之前
  FlavioJS db02576357 - Now winsock 2 is required. 18 年之前
  FlavioJS 4fa4e26d99 - Reverted the packet structure changes to mmo_char_send006b in r9588 and corrected the bug that I was originally fixing. 18 年之前
  FlavioJS f863581174 - Part 3 of TheUltraMage's socket cleanup. 18 年之前
  skotlex 58bb9be68a - Cleaned up some more the code so it works for -DTURBO 18 年之前
  KarLaeda 2f7bd25279 Small fir for changeset 9539 18 年之前
  FlavioJS 52245f90b9 - Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before checking if UINT_MAX has been defined. 18 年之前
  skotlex 2208728178 - Added support for the new "make new char" packet that has the rename button data. Thanks to Sara-chan for the format change update. 18 年之前
  skotlex afd7345d86 - Some cleaning to the character deletion code. 18 年之前
  KarLaeda 6676ebcadb Fixed #endif instead of #else 18 年之前
  skotlex 4265154cf1 - Fixed the #if -> #ifdef mess up -.- 18 年之前