Commit History

Автор SHA1 Съобщение Дата
  FlavioJS dd92bd13fd - a couple of warnings fixed преди 18 години
  FlavioJS 8751fbd631 - Fixed buildin_getscrate, thanks Trancid. преди 18 години
  FlavioJS 60e3d1b499 - Applied part 1 of TheUltraMage's socket cleanup. преди 18 години
  FlavioJS 266f66cfff - Applied the rest of Rayce's suggestions and fixes (http://www.eathena.ws/board/index.php?showtopic=129185) преди 18 години
  KarLaeda 2f7bd25279 Small fir for changeset 9539 преди 18 години
  Playtester b334bf37d7 Fixed some autospell bonuses thanks to NLZ преди 18 години
  FlavioJS 11cb7227b2 - Fallback for parenthesis argument lists in the script engine. "func (exp) , ..." is valid again. преди 18 години
  FlavioJS 4f69a66df6 - Merged START_ACCOUNT_NUM and END_ACCOUNT_NUM moved from login.h to mmo.h преди 18 години
  FlavioJS 52245f90b9 - Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before checking if UINT_MAX has been defined. преди 18 години
  Playtester a71f591edf Fixed Mutant Dragonoid Card преди 18 години
  skotlex fa1c4b2e47 - Simplified the global function "getJobName" преди 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 години
  FlavioJS e75a8eca56 - Change strncpy to memcpy when parsing switches in the script engine since it's guaranteed to be a word of that size (skip_word). преди 18 години
  Playtester 01f8edfa6e Updated Bows преди 18 години
  Playtester dbf52cec16 Raised range of Gatling and Grenade Launcher to 9 преди 18 години
  skotlex 6e0309bb2c - Applied Rayce's suggestions and fixes to the script engine (http://www.eathena.ws/board/index.php?showtopic=129185) преди 18 години
  skotlex afd7345d86 - Some cleaning to the character deletion code. преди 18 години
  Playtester 976eccac9c Updated two handed weapons преди 18 години
  skotlex 39a8fa2eb6 - Changed a certain snprintf to strncpy, you really really really REALLY shouldn't use snprintf with a format argument that may contain unpredictable string sequences! преди 18 години
  skotlex 6e34fdb6ed - Added back cropping the attack delay to attack motion for those weird mobs that have a aDelay less than their aMotion time. преди 18 години
  FlavioJS 45036c5c06 - readded the >=0x81 equivalent until I figure out where the script engine is 'being naughty' O.o преди 18 години
  FlavioJS cab81204c6 ups... damn it... преди 18 години
  FlavioJS a2021e550b - Added a 1-node cache to db. Removed party_cache and guild_cache since now the database has a cache. преди 18 години
  FlavioJS 15258dfdb0 - Moved md5calc to common преди 18 години
  Playtester eb46c3aadc * NPC_CHANGEUNDEAD is now "target" for all mobs преди 18 години
  KarLaeda 6676ebcadb Fixed #endif instead of #else преди 18 години
  skotlex a578128619 - Changed some %lu (long unsigned int) to %u (unsigned int) преди 18 години
  skotlex 4265154cf1 - Fixed the #if -> #ifdef mess up -.- преди 18 години
  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 години
  skotlex edbb476bf9 - Fixed ISSPACE and ISALPHA casting their returned value to a char. These are "bool" functions, and as such return an non-zero int as result, casting them to char just... really messes things up when the returned value is out of the CHAR_MAX/CHAR_MIN range! преди 18 години