コミット履歴

作者 SHA1 メッセージ 日付
  skotlex 6597b8c74b - Updated the range of BioExplosion and Self Destruction so they count as ranged skills. 18 年 前
  FlavioJS c46f3cf135 - Removed deprecated console code. 18 年 前
  FlavioJS 5c41bf4b04 - Moved CHAT_SIZE back to map.h because log_atcommand uses it on sql builds. (moved to clif.c in r9811) [FlavioJS] 18 年 前
  ultramage 6bf7170064 Cleaned up the script engine's get_val() function 18 年 前
  skotlex c1d503fdcb - Moved define CHAT_SIZE to clif.c, added define CHATBOX_SIZE to specify that 70 char limit of the input area. 18 年 前
  skotlex 4b7dcab0f2 - Cleaned up homunc attack request parsing. Homunculus no longer goes into auto-attack (ctrl+click) mode since the client does every attack request individually. 18 年 前
  skotlex 7946ebfc48 - Fixed char-server not sending party status update when a member logs on/off 18 年 前
  ultramage c5450173b1 Undid revision r9792 (npcshopattach) 18 年 前
  skotlex 29e3b9e204 - Fixed @lvup, #lvup not doing a stat reset and lowering your status points if you had 0 status points at that time. 18 年 前
  skotlex facb8af27f - Updated the code so that now a range of a skill is determined by the skill's range in the db. Now only skills with less than 5 cells of range are melee. 18 年 前
  ultramage ed7e98e9d3 Applied Dj-Yhn's fix to 'npcshopattach' 18 年 前
  skotlex d2574dfd69 - Fixed a duplicate warp name in Rachel 18 年 前
  FlavioJS f652311f37 - Continuing the checking of script buildin functions and stop the script execution when an attached player is required but not found. 18 年 前
  ultramage 175d003c6f Updated the TXT login server's account id checker (it was still saying the minimum is 700000 instead of 2000000) 18 年 前
  ultramage 12a784cf17 Changed the 'getpartyleader' script command so that it returns a map name instead of the useless mapindex number. 18 年 前
  ultramage 5f0de40e38 Removed the silly and misleading 'firewall detected' message 18 年 前
  ultramage 195b0f9870 Added missing vc6 project file 18 年 前
  ultramage 7d1e080338 Corrected a lie in the script documentation 18 年 前
  skotlex a23da55db8 - Fixed the flag parameter not working on npcshopattach 18 年 前
  ultramage 65796c8765 Fine-tuned the global message processing function 18 年 前
  skotlex cc141e4bcb - Resetting skills will now automatically remove peco, falcon, cart and homunculus (vaporize). 18 年 前
  skotlex 2a5ec09a11 - The define MESSAGE_SIZE was wrong! It is only used for input boxes. Therefore now it is only used for Vending, Talkie box and Graffiti 18 年 前
  skotlex a578017992 - Completed Amon Ra's spell list. 18 年 前
  ultramage 84ad40528b * Restricted global messages to 255 characters (client shows only ~80 anyway, wanted to use 127 but frost joke's lines are longer than that ...) 18 年 前
  ultramage 250fdeee31 Typo 18 年 前
  ultramage 936937bd46 Corrected the chat system to allow 8-letter passwords 18 年 前
  ultramage 71ca66f8b1 Minor details (pdb file location, improved debug, npc typo) 18 年 前
  skotlex 4130bdd3b8 - Cleaned up the npcshop(add/del) item script commands, fixed a possible dangling pointer crash caused by their improper use of realloc. They no longer automatically attach the script to the shop, and they will return true/false based on whether the shop was found or not. 18 年 前
  ultramage 3b59523144 A followup to r9761, a header include that somehow didn't commit 18 年 前
  skotlex c848fd71d2 - Item search is now a bit smarter. When no item is found with the same 'aegis name', then the 'normal' name is used instead. 18 年 前