Historie revizí

Autor SHA1 Zpráva Datum
  ultramage 144afd8189 Cleaned up mob_once_spawn() and mob_once_spawn_area(). před 17 roky
  ultramage 65834585a8 Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, generated by ShowMessage(). It now works exactly like printf(). před 17 roky
  ultramage e7bb626a80 Modified the map_setcell() code to to use a boolean flag instead of needing SET_ / CLR_ pairs of defines (topic:174323). před 17 roky
  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) před 17 roky
  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) před 17 roky
  FlavioJS b6c11a8282 * Corrected description of scope and npc variables in script_commands.txt. před 17 roky
  ultramage 7906017662 Moved distance-related functions to path.c/h před 17 roky
  FlavioJS 214feac880 * Fixed string variables dereferencing directly to the value instead of dereferencing to a copy of the value. (fixes bugreport:684 bugreport:641) před 17 roky
  ultramage 1e6922174e Guardian hp handling code removal (see bugreport:342) před 17 roky
  FlavioJS 9bfc5b4425 * Fixed possible segmentation faults in the script engine. před 17 roky
  skotlex 9d353fba9b - Added query_logsql script command to perform sql commands using the log db connection. před 17 roky
  FlavioJS 43ac1fd8ad ooops, two errors escaped... >.< před 17 roky
  FlavioJS 1d827807ae * Removed the attempts to recover from invalid syntax in npc_parsesrcfile since they can produce incorrect results (spaces in sscanf can match \n's and company). před 17 roky
  skotlex fc7b4eaef0 - The default event script behaviour is to trigger on labels rather than NPCs now. před 17 roky
  ultramage ea5212c5a8 * TXT/SQL login server code synchronization před 17 roky
  skotlex f98611b450 - Cleaned some more the sc_end check so it is more generic and not so limited just to infinite endure. před 17 roky
  skotlex 9a56a88f4a - Corrected the online_data_cleanup routine setting offline characters that are still connected to the char-server. před 17 roky
  FlavioJS 83fb3336e7 * Fixed buildin_query_sql using Sql_Query instead of Sql_QueryStr, wrongly processing all %f,%d,... (fixes bureport:218) před 17 roky
  ultramage 128efc8d50 Fixed some old mistakes in npc shop code causing misinterpretation of the number of function parameters (bugreport:404) před 17 roky
  FlavioJS 69be534c6f * Moved the reset of references to after the empty script checks in parse_script. (fixes bugreport:222 and bugreport:449) před 17 roky
  FlavioJS 508ffb82d9 * Renamed fakenpcname to setnpcdisplay, fixed and extended it. před 17 roky
  skotlex 6840bb28ab - Moved subtype from struct block_list to struct npc_data. před 17 roky
  ultramage 9ea5b9c76c * Replaced jA's way of allocating npc shop data with a simple dynamic array that gets allocated during loading and freed on unload před 17 roky
  ultramage 42746f05f9 Fixed npc_debug_warps() not identifying x:0,y:0 as valid (random) coordinates před 17 roky
  ultramage 560005b13e Removed battle_config.error_log as console_silent already handles this před 17 roky
  ultramage 2d71189702 Added error reporting to buildin_warp when it fails. před 17 roky
  ultramage a5b2c3b30c Applied Rayce's improvements to the npc script parser (see bugreport:387 for details). před 17 roky
  ultramage 3b742b114e Fixed some more gcc incompatibilities... před 17 roky
  ultramage 5eda6c0e57 Replaced several 'int' variables with enums that they represent. před 17 roky
  FlavioJS 9d2688ad87 * Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include. před 17 roky