Historial de Commits

Autor SHA1 Mensaje Fecha
  brianluau 00367cd7b7 - Removed more trailing tabs. hace 13 años
  brianluau 3aede46965 - Removed trailing tabs, and fixed some spacing. hace 13 años
  xazax-hun d4cae50fe1 Minor cleanups, mostly reducing scopes. hace 13 años
  gepard1984 54ac5c18de Enabled Mersenne Twister MT19937 as random number generator instead of standard `rand()` function (follow-up to r14865, r14870). hace 13 años
  gepard1984 8b3a63cf11 Picklog improvements: hace 13 años
  shennetsind fb6af6b958 Pets & Homun renaming with empty name fix, bugreport:3032 hace 13 años
  eathenabot 9085803c84 * Merged changes up to eAthena 15040. hace 13 años
  brianluau d6d87a6f65 - Fixed pet.c not checking log_config.enable_logs setting. [lighta] hace 13 años
  ultramage edcb998d59 Replaced custom type 'intptr' with standard 'intptr_t'. hace 14 años
  ai4rei 982ce2323c * Fixed pets' speed would not get updated to normal, after they finished running to their owner (bugreport:1304). hace 14 años
  ai4rei dd28b6b2b1 * Fixed pet database reading displaying wrong amount of read entries per file (bugreport:4797). hace 14 años
  ai4rei ad4e9bbee1 * Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropriate (follow up to r12998). hace 14 años
  ai4rei 75ca2f146a * Fixed improper use of itemdb_search. It does not return NULL but a dummy item, if the item id is invalid. hace 14 años
  ai4rei e26ea94a2f * Reverted r14563, due to multiple issues which render the source malfunctioning or uncompilable. To be redone later (bugreport:4627). hace 14 años
  Paradox924X ca53ef6f4a Changed almost all instances of sprintf() to snprintf(). hace 14 años
  ai4rei 93e376eac5 * Added emotion_type enumeration for clif_emotion constants. hace 14 años
  ai4rei 5d1bbf6c2a * Added clr_type enumeration for vanish effect constants. hace 14 años
  Paradox924X 2f9e3dbf81 Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls. hace 14 años
  Skotlex e19451d423 - Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used for proper deletion of items as well as movement/spawn packets for Renewal clients. hace 14 años
  Skotlex 9c244595de - Merged a few minor bugfixes hace 15 años
  Inkfish 2c629f0173 * Progressbar aborts when player is attacked. hace 15 años
  zephyrus d4c7aad803 - Implemented new Pet Bonus System. Enjoy!! :D hace 16 años
  FlavioJS 72542d65cc * Hunted down the simpler 64bit pointer truncations. hace 16 años
  zephyrus 9db51ad4e8 - Fixed crash on Pet hatch. Resorted the way a Pet is initialized. (Bug Report 2121) hace 16 años
  zephyrus d650043597 - Implemented unit_calc_pos (copy from pet_calc_pos) to implement it on Mercenary/Homunculus and don't use x,y-1 always. hace 17 años
  ultramage 6c8cf8d611 Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value where appropriate. hace 17 años
  sketchyphoenix da66cd1d32 * Corrected compiler warning and error made from r12959 and r12953, respectively. [SketchyPhoenix] hace 17 años
  Lupus af4359b20f added missing pick_log hace 17 años
  ultramage 62cc01866b Replaced the very ineffective clif_foreachclient() with map_foreachpc() since they essentially do the same thing (bugreport:1174). hace 17 años
  ultramage 6559c24882 Replaced the integers+checking approach in r12679 with usage of floating point arithmetic. hace 17 años