Age | Commit message (Expand) | Author | Files | Lines |
2007-03-22 | Some generic typo fixes (src and npc) | ultramage | 1 | -5/+2 |
2007-03-21 | - Corrected setitemscript so it actually changes the script as requested inst... | skotlex | 1 | -64/+66 |
2007-03-20 | - getpetinfo 5 will now return the pet's rename flag. | skotlex | 1 | -1/+4 |
2007-03-20 | - Removed Magic Rod's cast bar. | skotlex | 1 | -2/+2 |
2007-03-19 | - Removed the last argument from skillitem, the skill name passed to the clie... | skotlex | 1 | -4/+2 |
2007-03-18 | Globalised use of script_pushint and script_getdata in script.c | toms | 1 | -721/+716 |
2007-03-18 | * Script engine: | FlavioJS | 1 | -117/+179 |
2007-03-15 | - Corrected the structure and added info on the skill fail packet (0x110). | FlavioJS | 1 | -130/+213 |
2007-03-13 | Mapcache update, should polish off remaining bugs | DracoRPG | 1 | -123/+123 |
2007-03-11 | - Added player not attached crash prevention to countitem/countitem2 | skotlex | 1 | -4/+15 |
2007-03-11 | - @storage/@gstorage will no longer work if you have a trade or a storage ope... | skotlex | 1 | -12/+1 |
2007-03-09 | - Added info on packet 0x86 (simple move packet). Not usable until a clear se... | FlavioJS | 1 | -5/+8 |
2007-03-09 | - Made conv_str return const char* since the script engine screws up if you m... | skotlex | 1 | -109/+107 |
2007-03-08 | - Normalized the mapname in guild get/set castle data, should fix guild flags. | skotlex | 1 | -0/+4 |
2007-03-02 | - Modified set_reg so that it returns whether it succeeded or not in setting ... | skotlex | 1 | -17/+20 |
2007-03-02 | EOL-styled some more files | ultramage | 1 | -0/+1 |
2007-02-28 | added setiteminfo function, updated setitemscript func, added NPC sample for ... | Lupus | 1 | -7/+67 |
2007-02-28 | - Fixed the definition of warpwaitingpc so that it allows an optional argumen... | skotlex | 1 | -2/+1 |
2007-02-25 | - infinite loop pwned me x.x | FlavioJS | 1 | -0/+1 |
2007-02-25 | - Fixed a compiler warning in char_sql\login.c | FlavioJS | 1 | -46/+61 |
2007-02-25 | Corrected some typos and small details | ultramage | 1 | -23/+24 |
2007-02-24 | - Minor cleanup/documentation on the script engine. | FlavioJS | 1 | -29/+65 |
2007-02-23 | - Minor cleanups | skotlex | 1 | -5/+2 |
2007-02-16 | - Updated the Dancer job quest to attach a player to the main timer script. | skotlex | 1 | -38/+105 |
2007-02-16 | - Modified the "guardian" spawn script command, it no longer receives a "amou... | skotlex | 1 | -13/+11 |
2007-02-15 | Cleaned up set_reg and the surrounding code | ultramage | 1 | -72/+58 |
2007-02-15 | - The default packet version is now 8. Clients from November2006 and before c... | skotlex | 1 | -19/+0 |
2007-02-13 | - Applied Rayce's dangling pointer fix when returning a temporary npc string ... | skotlex | 1 | -0/+6 |
2007-02-13 | - A bit more work on Ticket #41. | FlavioJS | 1 | -61/+93 |
2007-02-10 | - Ups @ last commit. This time the changes in the buildin_func array are auto... | FlavioJS | 1 | -2/+2 |
2007-02-10 | * Cosmetic changes to the buildin section of script.c (use defines for functi... | FlavioJS | 1 | -962/+1002 |
2007-02-07 | - Removed deprecated console code. | FlavioJS | 1 | -1/+1 |
2007-02-07 | Cleaned up the script engine's get_val() function | ultramage | 1 | -83/+69 |
2007-02-06 | Undid revision r9792 (npcshopattach) | ultramage | 1 | -1/+1 |
2007-02-05 | Applied Dj-Yhn's fix to 'npcshopattach' | ultramage | 1 | -1/+1 |
2007-02-05 | - Continuing the checking of script buildin functions and stop the script exe... | FlavioJS | 1 | -55/+48 |
2007-02-05 | Changed the 'getpartyleader' script command so that it returns a map name ins... | ultramage | 1 | -3/+3 |
2007-02-03 | - Fixed the flag parameter not working on npcshopattach | skotlex | 1 | -2/+2 |
2007-02-02 | - The define MESSAGE_SIZE was wrong! It is only used for input boxes. Therefo... | skotlex | 1 | -1/+0 |
2007-02-01 | - Cleaned up the npcshop(add/del) item script commands, fixed a possible dang... | skotlex | 1 | -60/+95 |
2007-01-27 | Removed useless read-from-GRF features | DracoRPG | 1 | -18/+0 |
2007-01-24 | - Improved a bit the menu entries counting code (using a while with strchr sh... | skotlex | 1 | -21/+23 |
2007-01-22 | - Removed sd->max_menu, sd->npc_menu is now reused to store what is the max n... | skotlex | 1 | -3/+3 |
2007-01-21 | - Fixed while statements not "reserving" the curly before parsing the test ex... | FlavioJS | 1 | -1/+4 |
2007-01-19 | - Fixed the label dup code, it now works correctly with const.txt switch labels. | skotlex | 1 | -37/+18 |
2007-01-19 | - Reverted the dup-label check code since it has a bug that needs to be fixed... | skotlex | 1 | -3/+32 |
2007-01-19 | - Merged Rayce's cleanups of the script engine that account for duplicate lab... | skotlex | 1 | -68/+83 |
2007-01-11 | - Fixed the script engine not parsing strings in multibyte charsets correctly... | FlavioJS | 1 | -3/+3 |
2007-01-10 | - Fixed the define script_lastdata, introduced by me at r9637 (had the wrong ... | FlavioJS | 1 | -1/+1 |
2007-01-09 | - Changes to script buildin functions: | FlavioJS | 1 | -297/+330 |