Age | Commit message (Expand) | Author | Files | Lines |
2008-04-23 | * Fixed script strings not being handled properly (only skipped the \). | FlavioJS | 1 | -1/+10 |
2008-04-23 | * Script parse errors displayed with one ShowError instead of several ShowMes... | FlavioJS | 1 | -13/+17 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -2/+2 |
2008-04-21 | Made some cleanup in changesex | toms | 1 | -11/+1 |
2008-04-19 | Fixed a bug in (init/start/stop)npctimer | toms | 1 | -28/+45 |
2008-04-15 | Use the same code for script commands getitem & getitem2 as @item to avoid bu... | toms | 1 | -12/+42 |
2008-04-11 | Finished most of the quest log code, still bits here and there but it's usabl... | Kevin | 1 | -0/+77 |
2008-04-07 | * Made script command 'flagemblem' and guild_emblem_change send an update of ... | FlavioJS | 1 | -4/+23 |
2008-03-27 | Added proper script constants and documentation for the 'checkcell' command. ... | ultramage | 1 | -14/+18 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -56/+46 |
2008-03-25 | Partially fixed the mess in status.c. | ultramage | 1 | -6/+6 |
2008-03-18 | - Added the official adoption method. | zephyrus | 1 | -27/+0 |
2008-03-08 | - Auction System implementation completed. | zephyrus | 1 | -0/+15 |
2008-03-07 | - Added config settings mob_active_time and boss_active_time, what they do is... | skotlex | 1 | -3/+3 |
2008-03-04 | - Updated firepillar so it cannot be placed on top of others. | skotlex | 1 | -1/+1 |
2008-02-27 | Fixed 'cleararray' not able to erase array entry 127 (bugreport:864) | ultramage | 1 | -1/+1 |
2008-02-19 | * Forgotten update to the definition of script command 'input'. | FlavioJS | 1 | -1/+1 |
2008-02-15 | some compilation warning fixes | ultramage | 1 | -12/+6 |
2008-02-11 | Getting rid of map_getallusers(), part 1 | ultramage | 1 | -123/+96 |
2008-02-11 | * Expanded the script command 'input': (bugreport:811) | FlavioJS | 1 | -14/+39 |
2008-02-08 | Fixed wrong message in item group loading code (bugreport:936) | ultramage | 1 | -1/+1 |
2008-02-04 | - Some code cleanups. | zephyrus | 1 | -0/+62 |
2008-02-02 | Fixed npc reloading crash (bugreport:889) | ultramage | 1 | -1/+1 |
2008-01-30 | - Fixed a serious zeny exploid on scripts. Please update!! | zephyrus | 1 | -0/+3 |
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 |