Histórico de Commits

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