Revīziju vēsture

Autors SHA1 Ziņojums Datums
  ultramage 42746f05f9 Fixed npc_debug_warps() not identifying x:0,y:0 as valid (random) coordinates 17 gadi atpakaļ
  ultramage 560005b13e Removed battle_config.error_log as console_silent already handles this 17 gadi atpakaļ
  ultramage 2d71189702 Added error reporting to buildin_warp when it fails. 17 gadi atpakaļ
  ultramage a5b2c3b30c Applied Rayce's improvements to the npc script parser (see bugreport:387 for details). 17 gadi atpakaļ
  ultramage 3b742b114e Fixed some more gcc incompatibilities... 17 gadi atpakaļ
  ultramage 5eda6c0e57 Replaced several 'int' variables with enums that they represent. 17 gadi atpakaļ
  FlavioJS 9d2688ad87 * Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include. 17 gadi atpakaļ
  ultramage 17eb2f7764 Added script function 'strnpcinfo', for increased npc awareness (originally from jAthena). 17 gadi atpakaļ
  ultramage 9c9859a1c5 Fixed one wrong return value in buildin_getcharid (bugreport:33) 17 gadi atpakaļ
  ultramage 45cf77f464 Moved the BUILDIN_DEF() block to the end of script.c. 17 gadi atpakaļ
  skotlex fe0c93c77b - Fixed the pc_additem weight check breaking when your current weight is above your max. 17 gadi atpakaļ
  ultramage fc9d14b1bd Command code cleaning (refer to topic:169759) 17 gadi atpakaļ
  ultramage 2cb8a5838e * Fixed TXT charserver doing periodic random-sized memory allocation (bugreport:312) 17 gadi atpakaļ
  skotlex 480a4f0ac8 - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which are the max valid classes. 17 gadi atpakaļ
  zephyrus c34325a53b - Added the new mail system. Requires optimization and tests. 17 gadi atpakaļ
  ultramage 28dcdcdf9e * Fixed 'unequip' removing items in the wrong position (bugreport:252) 17 gadi atpakaļ
  skotlex a1becae58f - Added bonusautoscript and bonusautoscript2. These are used to attach a script to a player which gets executed on attack (or when attacked). Required for several of the more recent items. 17 gadi atpakaļ
  ultramage 4cfb15d8bb Fixed numerous /W4 warnings (and created more :) 17 gadi atpakaļ
  ultramage d2b9e2498e Some code cleaning... 17 gadi atpakaļ
  FlavioJS 05134f3dcc * Reworked the parsing at npc.c. 17 gadi atpakaļ
  FlavioJS b445bfa64e >.> 17 gadi atpakaļ
  FlavioJS 7109831b80 * Tweaked the loop in parse_script to better handle when the outer brackets aren't checked. 17 gadi atpakaļ
  FlavioJS faa553103c * Fixed itemdb_read_sqldb blowing up the server with segmentation faults. 17 gadi atpakaļ
  ultramage 52a7948f8b * Corrected string lengths according to bugreport:198 17 gadi atpakaļ
  ultramage 1069e3524c * the mapserver won't exit when no mapcache is found, with use_grf: yes 17 gadi atpakaļ
  ultramage 286e1a32c4 * Added MAX_HOTKEYS to supplement the HOTKEY_SAVING define 17 gadi atpakaļ
  zephyrus 383f017009 * Moved the homunculus shuffle code to mercenary.c, fixing the bug in the atcommand not using the bonus evolution stats for homunculus. 17 gadi atpakaļ
  FlavioJS 0498cb19c0 * Reimplemented mmo_char_fromsql using sql statements. (fixes bugreport:93) 17 gadi atpakaļ
  FlavioJS beda52e6b3 * map_addflooritem and struct item_drop_list using id's instead of struct map_session_data's (fixes bugreport:36). 17 gadi atpakaļ
  ultramage 961f23767d * Added 'safestrnlen' to prevent null pointer crashes 17 gadi atpakaļ