Age | Commit message (Expand) | Author | Files | Lines |
2008-01-14 | Fixed card removal script functions' 'extra card' bug (bugreport:786) | ultramage | 1 | -61/+60 |
2008-01-14 | Removed the hardcoded limit for numeric npc input boxes (bugreport:811) | ultramage | 1 | -6/+0 |
2008-01-10 | - Fixed getmonsterinfo to return "null" when returning the name of a non-exis... | skotlex | 1 | -1/+4 |
2008-01-09 | - corrected duration of sphere mines to be 30 secs regardless of skill level | skotlex | 1 | -1/+1 |
2008-01-08 | - Made the pc reg variables receive a const char* as the argument, since they... | skotlex | 1 | -2/+2 |
2008-01-06 | Cleaned up mob_once_spawn() and mob_once_spawn_area(). | ultramage | 1 | -27/+48 |
2008-01-06 | Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge... | ultramage | 1 | -51/+51 |
2008-01-04 | Modified the map_setcell() code to to use a boolean flag instead of needing S... | ultramage | 1 | -0/+28 |
2008-01-03 | Removed map_data's block_count, as (quote Yor/ja2160), "Perhaps useful for de... | ultramage | 1 | -10/+6 |
2007-12-30 | * Fixed get_val2 not using the stack, which automatically frees the data, cau... | FlavioJS | 1 | -8/+17 |
2007-12-27 | * Corrected description of scope and npc variables in script_commands.txt. | FlavioJS | 1 | -5/+2 |
2007-12-26 | Moved distance-related functions to path.c/h | ultramage | 1 | -1/+2 |
2007-12-26 | * Fixed string variables dereferencing directly to the value instead of deref... | FlavioJS | 1 | -8/+17 |
2007-12-14 | Guardian hp handling code removal (see bugreport:342) | ultramage | 1 | -45/+32 |
2007-12-13 | * Fixed possible segmentation faults in the script engine. | FlavioJS | 1 | -19/+23 |
2007-12-11 | - Added query_logsql script command to perform sql commands using the log db ... | skotlex | 1 | -12/+31 |
2007-12-06 | ooops, two errors escaped... >.< | FlavioJS | 1 | -2/+2 |
2007-12-06 | * Removed the attempts to recover from invalid syntax in npc_parsesrcfile sin... | FlavioJS | 1 | -73/+233 |
2007-12-06 | - The default event script behaviour is to trigger on labels rather than NPCs... | skotlex | 1 | -64/+13 |
2007-11-27 | * TXT/SQL login server code synchronization | ultramage | 1 | -1/+1 |
2007-11-27 | - Cleaned some more the sc_end check so it is more generic and not so limited... | skotlex | 1 | -13/+11 |
2007-11-27 | - Corrected the online_data_cleanup routine setting offline characters that a... | skotlex | 1 | -0/+6 |
2007-11-26 | * Fixed buildin_query_sql using Sql_Query instead of Sql_QueryStr, wrongly pr... | FlavioJS | 1 | -1/+1 |
2007-11-23 | Fixed some old mistakes in npc shop code causing misinterpretation of the num... | ultramage | 1 | -4/+5 |
2007-11-22 | * Moved the reset of references to after the empty script checks in parse_scr... | FlavioJS | 1 | -12/+15 |
2007-11-22 | * Renamed fakenpcname to setnpcdisplay, fixed and extended it. | FlavioJS | 1 | -12/+48 |
2007-11-21 | - Moved subtype from struct block_list to struct npc_data. | skotlex | 1 | -6/+6 |
2007-11-18 | * Replaced jA's way of allocating npc shop data with a simple dynamic array t... | ultramage | 1 | -88/+50 |
2007-11-18 | Fixed npc_debug_warps() not identifying x:0,y:0 as valid (random) coordinates | ultramage | 1 | -1/+1 |
2007-11-17 | Removed battle_config.error_log as console_silent already handles this | ultramage | 1 | -24/+14 |
2007-11-12 | Added error reporting to buildin_warp when it fails. | ultramage | 1 | -12/+18 |
2007-11-11 | Applied Rayce's improvements to the npc script parser (see bugreport:387 for ... | ultramage | 1 | -11/+15 |
2007-11-10 | Fixed some more gcc incompatibilities... | ultramage | 1 | -40/+0 |
2007-11-09 | Replaced several 'int' variables with enums that they represent. | ultramage | 1 | -6/+6 |
2007-11-08 | * Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include. | FlavioJS | 1 | -10/+10 |
2007-11-03 | Added script function 'strnpcinfo', for increased npc awareness (originally f... | ultramage | 1 | -0/+46 |
2007-11-02 | Fixed one wrong return value in buildin_getcharid (bugreport:33) | ultramage | 1 | -6/+7 |
2007-11-02 | Moved the BUILDIN_DEF() block to the end of script.c. | ultramage | 1 | -671/+352 |
2007-10-31 | - Fixed the pc_additem weight check breaking when your current weight is abov... | skotlex | 1 | -2/+5 |
2007-10-29 | Command code cleaning (refer to topic:169759) | ultramage | 1 | -46/+48 |
2007-10-27 | * Fixed TXT charserver doing periodic random-sized memory allocation (bugrepo... | ultramage | 1 | -7/+2 |
2007-10-24 | - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which... | skotlex | 1 | -1/+1 |
2007-10-22 | - Added the new mail system. Requires optimization and tests. | zephyrus | 1 | -0/+16 |
2007-10-21 | * Fixed 'unequip' removing items in the wrong position (bugreport:252) | ultramage | 1 | -7/+7 |
2007-10-19 | - Added bonusautoscript and bonusautoscript2. These are used to attach a scri... | skotlex | 1 | -0/+57 |
2007-10-18 | Fixed numerous /W4 warnings (and created more :) | ultramage | 1 | -3/+4 |
2007-10-18 | Some code cleaning... | ultramage | 1 | -1/+1 |
2007-10-17 | * Reworked the parsing at npc.c. | FlavioJS | 1 | -9/+11 |
2007-10-16 | >.> | FlavioJS | 1 | -1/+1 |
2007-10-16 | * Tweaked the loop in parse_script to better handle when the outer brackets a... | FlavioJS | 1 | -3/+9 |