커밋 기록

작성자 SHA1 메시지 날짜
  Paradox924X c6826a2525 Pull `name` from character table instead of using `master` from guild table when loading guild data. 14 년 전
  Paradox924X e2bd29e7c2 Replaced all occurrences of 'leaved' with 'withdraw'. 15 년 전
  Paradox924X dde953ee4a Expanded range for cached and stored-in-db guild member exp (devotion) from uint32 to uint64. (bugreport:3983) 15 년 전
  Inkfish a2b652aa87 Added character rename function.(topic:225576)(written by pakpil and fixed by me) 15 년 전
  Inkfish 86d162ad13 Fixed an exploit that makes guild skill get higher level than the max defined in guild_skill_tree. (bugreport:3241) 16 년 전
  skotlex ade0947216 - Corrected default guild positions not being saved during guild creation. 17 년 전
  FlavioJS c880052f0f * Changed the data field of timers from int to intptr. 17 년 전
  ultramage 94943b2b6a Adjusted eAthena code to compile cleanly in C++ mode. 17 년 전
  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 년 전
  ultramage d68cc86799 Fixed one query that I missed when doing r11915 17 년 전
  ultramage 1e6922174e Guardian hp handling code removal (see bugreport:342) 17 년 전
  ultramage 2af4a7f61b Some more tweaks to the guild code 17 년 전
  ultramage 8be1c4d48c * Some preparations for the guild script update 17 년 전
  ultramage e464c81aea Removed the badly designed/unfinished guild_check_conflict() data integrity check (that wasn't actually being used up 'till now). 17 년 전
  FlavioJS 9d2688ad87 * Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include. 17 년 전
  ultramage ac33a63e54 * Added names to the SC_ and SI_ enums, now they can be used to properly indicate where such values are to be used (replaces usage of 'int') 17 년 전
  ultramage 961f23767d * Added 'safestrnlen' to prevent null pointer crashes 17 년 전
  FlavioJS 65642f6f1c * Merged the tmpsql branch: 17 년 전
  ultramage 8a45d05f1c Wiped out every mention of RETCODE from /src. 17 년 전
  ultramage bc31c68ad5 The new functions now clear junk from the output buffer, this simplifies the code a bit. 18 년 전
  ultramage dfdb5368c7 Corrected some weird fgets() statements, plus reformatted them 18 년 전
  ultramage 301d493855 - Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast time and delay reducibility by item scripts (cards and such) 18 년 전
  ultramage 9e7eb8804f - Removed the TURBO socket mechanism - it was in fact just using a variable to cache a few arithmetic operations (premature optimization) 18 년 전
  skotlex 44ac188d6f - fixed a few include lines. 18 년 전
  skotlex 18166d1f87 - Fixed char-server crash on @changegm use. 18 년 전
  skotlex cc6a222a11 - Added define MAX_CHARS so you can easily mod the server to support a different amount of characters per account (however, there is still the issue of hexing the client to support this change) 18 년 전
  skotlex 7691130732 - cbasetypes now assumes that Mingwin does defines ssize_t 18 년 전
  skotlex 971ea7e332 - Fixed char server SQL not sending the guild info update to other map servers when a new member is added. 18 년 전
  FlavioJS dd92bd13fd - a couple of warnings fixed 18 년 전
  FlavioJS 52245f90b9 - Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before checking if UINT_MAX has been defined. 18 년 전