Revīziju vēsture

Autors SHA1 Ziņojums Datums
  ultramage c356b3a461 Fixed a client crash during SQL char selection if you for some reason had more than 9 characters in your account 18 gadi atpakaļ
  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 gadi atpakaļ
  FlavioJS 0129172c63 - Added a precompiler error when the shutdown defines are not found. 18 gadi atpakaļ
  FlavioJS db02576357 - Now winsock 2 is required. 18 gadi atpakaļ
  FlavioJS 4fa4e26d99 - Reverted the packet structure changes to mmo_char_send006b in r9588 and corrected the bug that I was originally fixing. 18 gadi atpakaļ
  FlavioJS f863581174 - Part 3 of TheUltraMage's socket cleanup. 18 gadi atpakaļ
  skotlex 58bb9be68a - Cleaned up some more the code so it works for -DTURBO 18 gadi atpakaļ
  KarLaeda 2f7bd25279 Small fir for changeset 9539 18 gadi atpakaļ
  FlavioJS 52245f90b9 - Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before checking if UINT_MAX has been defined. 18 gadi atpakaļ
  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 gadi atpakaļ
  skotlex afd7345d86 - Some cleaning to the character deletion code. 18 gadi atpakaļ
  KarLaeda 6676ebcadb Fixed #endif instead of #else 18 gadi atpakaļ
  skotlex 4265154cf1 - Fixed the #if -> #ifdef mess up -.- 18 gadi atpakaļ
  skotlex e29a1031d5 - Moved PACKETVER to mmo.h, and added support for the expanded character info window on the char-server when PACKETVER is above 7. 18 gadi atpakaļ
  FlavioJS 637ae9a4dc - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files. 18 gadi atpakaļ
  skotlex 0043aed5fd - Fixed the txt->sql converter not escaping character names before saving them. 18 gadi atpakaļ
  skotlex 2de8486627 - Fixed txt-converter compilation. 18 gadi atpakaļ
  skotlex cfee0ccf63 - Added all the missing FIFOHEADs in the login/sql servers (required for TURBO support) 18 gadi atpakaļ
  skotlex cb53caa46a - Applied FlavioJs's patch which enables colored console output for Windows systems. It also includes a config setting called "stdout_with_ansisequence" with which you can turn off the color codes (in case you are logging all output) 18 gadi atpakaļ
  Lupus 27fbde260e final clone maps -> original maps change. also fixed novice grounds map in char.c. fixed socked_enchant npc 18 gadi atpakaļ
  skotlex 70f2fde6ac - char_family now returns the char_id of the children when previously it would return true. 18 gadi atpakaļ
  skotlex a127683c6b - Some minor cleanups 18 gadi atpakaļ
  skotlex a2be20df3d - Base attack for non players is now calculated as str + [str/10]^2 (it does not has +dex/5+luk/5 which players do have) 18 gadi atpakaļ
  skotlex ddc6b5e07b - Cleaned up unitattack, unittalk and unitdeadsit 18 gadi atpakaļ
  skotlex f91836f32c - Fixed crash when char-server sends to a "random" map-server online on connect. 18 gadi atpakaļ
  skotlex 42375e1896 - Rewrote the txt->sql converter. It now links directly to the char server files so that it should get auto-updated with any code changes in the later. 18 gadi atpakaļ
  skotlex ce8f45f670 - Fixed the "map server claims to have char online, but this other map server also has it tagged as online" message triggering in some cases where it shouldn't. 18 gadi atpakaļ
  skotlex c105112227 - Removed the unrecognized class error messages from pc_mapid2jobid and pc_jobid2mapid since these can now trigger normally through the use of the script functions roclass and eaclass. 18 gadi atpakaļ
  skotlex 0697e450ed - Improved sql-query to check if name already exists when creating new chars. 18 gadi atpakaļ
  skotlex c6142c3f39 - Added manual deletion of sc_data entries when deleting a character (char-SQL) 18 gadi atpakaļ