Histórico de Commits

Autor SHA1 Mensagem Data
  skotlex f014b5db0d - Some indentation corrections. há 19 anos atrás
  skotlex fe7e59e6b8 - Map server will now resent the whole list of online characters to char-server on reconnect when the kick_on_disconnect setting is active. há 19 anos atrás
  skotlex 6d354a4b06 - Cleaned up the IP sync code to... há 19 anos atrás
  skotlex 4f1911ae63 - Fixed indentation on int_pet.c (how did it got messed up?) há 19 anos atrás
  Lance 50ebb5e959 * [Fixed]: há 19 anos atrás
  skotlex 4d27716bf1 - Tested and fixed resolve_hostbyname. há 19 anos atrás
  skotlex 847d853332 - Added function parse_hostbyname() which takes a hostname and a char[4]. The hostname is resolved to an ip, whose individual components are stored in char[], the return value of the function is the inet_addr result of the lookup (or returns 0 when failed). Meant to be used in the rest of the code without the need to do socket/network related includes. há 19 anos atrás
  Lance 007cebae3b - and the documentation há 19 anos atrás
  Lance 59d0fde84a * [Added]: há 19 anos atrás
  skotlex ba4de26c1e - Removed the mysterious array of two of char_dat (char/sql server), replaced it with a static structure. há 19 anos atrás
  skotlex a14314da55 - Altered a bit how status_set_viewdata behaves in regards to Wedding/Xmas options. há 19 anos atrás
  skotlex 166265be07 - Fixed skill_unitsetting using layout->count for the for instead of group->count há 19 anos atrás
  skotlex e62f6cc8f9 - Added variable other_mapserver_count to chrif.c which holds total count of connected map-servers. By using this we prevent sending unnecessary packets to the char-server when there's no more map-servers connected. há 19 anos atrás
  Lance b3bf8b2464 [Fixed]: há 19 anos atrás
  Lance 8686c24f90 [Fixed]: há 19 anos atrás
  skotlex 92255a237b - Moved the JOB_* defines from map.h to mmo.h, update char.c to use them. há 19 anos atrás
  skotlex 053931237b - Some cleaning of the fame-update code, fixing a logic bug which made the ranking list fail to display the correct ranker names. há 19 anos atrás
  DracoRPG d94ebfdd53 I'm still here! há 19 anos atrás
  Lance 23a13eb1fc Dangling pointer~ há 19 anos atrás
  Lance 7acd437879 * Fixed lack of initialization in chrif_authreq causing crashes in chrif_authok. há 19 anos atrás
  Lance 020b35d68a * Using malloc for memory allocations that doesn't need to be pre-initialized. há 19 anos atrás
  skotlex bec2797d52 - All GMs will be sent to the char server through packet 0x2aff now. há 19 anos atrás
  skotlex dc8d892b45 - Added an Info message when pinging the SQL servers. há 19 anos atrás
  skotlex 254d003229 - Fixed various include lines in the map server (of the type <include "nullpo.h"> -> <include "../common/nullpo.h">) há 19 anos atrás
  skotlex 19cd080eb9 - Added missing limits.h to chrif.c há 19 anos atrás
  Lance 5d286a9b08 * GCC on Cygwin still complaining, resorted to including limits.h in malloc.h há 19 anos atrás
  Lance 14fe8c03e8 * Refixed the fix with a constant list for Win32 users - limits.h (imported from MSVC) há 19 anos atrás
  codemaster 71fc788c75 Fixed a problem in chrif.c where USHRT_MAX was undefined. [Codemaster] há 19 anos atrás
  skotlex f2d2edd1cd - Changed status_point/skill_point to unsigned short. Adjusted the code as necessary to prevent overflows. há 19 anos atrás
  skotlex cee086fece - Fixed handling of the char_gm_read config for packet 0x2af7 (reloadgmdb) há 19 anos atrás