Historial de Commits

Autor SHA1 Mensaje Fecha
  ultramage d3ff689c2b Added missing code to log main chat messages sent by whispering to main_chat_nick (bugreport:424) hace 17 años
  ultramage 1dd15f45d7 Corrected "Enlarge Weight LImit R" typo (bugreport:647) hace 17 años
  skotlex 38dd2f2fde - Fixed Overthrust's timer not being able to be refreshed when recasting it (conflict on what val2 should mean) hace 17 años
  ultramage 67cb0da56c Corrected a TXT compilation problem caused by r12023 (mail system code is not present in TXT builds). hace 17 años
  ultramage 0848355f90 Extended the id range for npcs, now [400,700) will also be treated as NPC objects (see topic:170845 and bugreport:727). hace 17 años
  ultramage a4007e12d4 Expanded the poor "npc_touch_areanpc : some bug" with info about which cell exactly caused the problem. hace 17 años
  zephyrus 825d214242 - Fixed a visual itemdupple bug on mail system. hace 17 años
  ultramage 144afd8189 Cleaned up mob_once_spawn() and mob_once_spawn_area(). hace 17 años
  ultramage 65834585a8 Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, generated by ShowMessage(). It now works exactly like printf(). hace 17 años
  samuray22 b4a3935264 * Fixed a little Error with a label on Hall Of Fame. (bugreport:722) hace 17 años
  samuray22 e9800cb4b1 * Added job_knt to nomemo, no return & noteleport mapflags. hace 17 años
  ultramage f0038722a3 Corrected one place belonging to the no-stacking mod that I missed when doing the mapcell update (followup to r12003). hace 17 años
  L0ne_W0lf be6df0dc11 * Updated Kunlun NPCs and warps. hace 17 años
  ultramage 23e02001cf Fixed a bad allocation line, which in my case resulted in trashing several ingame objects when doing @reloadmobdb. hace 17 años
  ultramage 51e05f0fcf Fixed a typo in r12008 causing server crashes when sending the fake npc packet. hace 17 años
  ultramage 24ee182b90 Waterball code cleanup (see bugreport:707) hace 17 años
  ultramage c29f4e1823 Fixed a mistake in r11991 that let knockback work through walls hace 17 años
  ultramage e7bb626a80 Modified the map_setcell() code to to use a boolean flag instead of needing SET_ / CLR_ pairs of defines (topic:174323). hace 17 años
  skotlex 416f151368 - Fixed clif_sendfakenpc not being updated for PACKETVER 9 hace 17 años
  skotlex de7ce05609 - Fixed Music Lesson's effect on Assassin Cross of Sunset. hace 17 años
  ultramage 6bf267e60e Changes to reduce the number of map cell types hace 17 años
  ultramage c2dfc595b1 Fixed npc unloading not clearing NPC touch cells (bugreport:595). hace 17 años
  ultramage 8fdc689343 Map cell mechanism rewrite hace 17 años
  ultramage 8f1eaa3d67 Moved extra junk from map_addblock/map_delblock to where it logically belongs (loadendack/unit_remove_map), removed flags and _sub macros hace 17 años
  ultramage ca115ffc82 Removed map_data's block_count, as (quote Yor/ja2160), "Perhaps useful for debug, but uses memory AND CPU for nothing." (block lists are linked lists, they don't need count tracking) hace 17 años
  samuray22 a4f30626e4 * Corrected some delitems in Kyel Hyre Quest. (bugreport:690) hace 17 años
  FlavioJS 7bc9d86651 * Fixed a crash in txt char-servers that the memory manager was hiding. online_char_db being used after being destroyed (since r4026) hace 17 años
  FlavioJS 1c3b249328 * Added code to reject double logins in clif_parse_WantToConnection and added debug messages to detect possible double logins that escaped. hace 17 años
  FlavioJS b465fb5f30 * Fixed get_val2 not using the stack, which automatically frees the data, causing memory leaks for string variables since r11976. (bugreport:723 , part of bugreport:714 and part of bugreport:708) hace 17 años
  FlavioJS 94ad564ec8 * Trully fixed the previous commits. (missing casts and incomplete sizes) hace 17 años