Age | Commit message (Expand) | Author | Files | Lines |
2008-12-30 | * Changes to the script engine: | FlavioJS | 4 | -49/+68 |
2008-12-30 | Removed a trailing argument left in r13420 | sketchyphoenix | 1 | -1/+1 |
2008-12-29 | Fixed broken card insert code (bugreport:2606). | ultramage | 1 | -1/+5 |
2008-12-29 | * Added missing command #delitem. | sketchyphoenix | 1 | -10/+83 |
2008-12-28 | Corrected typo in @adjcmdlvl's parameter check. | sketchyphoenix | 1 | -1/+1 |
2008-12-28 | Cleaned up code for inserting cards into items. | ultramage | 2 | -40/+38 |
2008-12-28 | - Book reading script command. | zephyrus | 3 | -0/+34 |
2008-12-25 | * Extended sv_escape_c to escape '\a','\b','\t','\v','\f','\?' characters to ... | FlavioJS | 1 | -4/+15 |
2008-12-25 | * Charcommands no longer default to self if no target is found. | sketchyphoenix | 1 | -2/+7 |
2008-12-23 | * Added a few missing atcommands. | sketchyphoenix | 4 | -22/+357 |
2008-12-22 | Fixed incorrect usage of sv_escape_c() in TXT's login_log function, which pro... | ultramage | 1 | -2/+2 |
2008-12-20 | * Extended how duplicates work: (based on Orcao's work in bugreport:2361) [Fl... | FlavioJS | 2 | -56/+208 |
2008-12-20 | some minor generic cleanups | ultramage | 1 | -16/+11 |
2008-12-18 | Removed charcommand code while allowing atcommand code to support its functio... | sketchyphoenix | 11 | -4305/+425 |
2008-12-01 | * Fixed rare crash when using Flying Kick on clones (bugreport:2506) | ultramage | 1 | -26/+9 |
2008-11-27 | * Fixed a memory leak when returning a string variable in the script engine. ... | FlavioJS | 1 | -5/+0 |
2008-11-24 | * Fixed a va_end using the wrong variable. (from r13383, fixes bugreport:2483) | FlavioJS | 1 | -1/+1 |
2008-11-23 | * Readded code that was removed from atcommand_showmobs by mistake in the pre... | FlavioJS | 1 | -0/+3 |
2008-11-22 | * Hunted down improper uses of va_list variables. | FlavioJS | 10 | -147/+121 |
2008-11-22 | * Hunted down the simpler 64bit pointer truncations. | FlavioJS | 14 | -26/+26 |
2008-11-20 | Added setting of state.speed_changed in script function 'npcspeed'. | ultramage | 1 | -5/+8 |
2008-11-18 | Autotrade characters will no longer get caught by Urgent Recall. (bugreport:2... | L0ne_W0lf | 1 | -1/+1 |
2008-11-17 | followup | ultramage | 3 | -2/+5 |
2008-11-17 | - Some "expire_time" = 0 considerations. Please update. (Bugreport 2451) | zephyrus | 3 | -4/+8 |
2008-11-16 | - Item Rental System. | zephyrus | 11 | -74/+305 |
2008-11-11 | * Updated script_commands.txt | FlavioJS | 2 | -45/+97 |
2008-11-10 | Added a check to make sure killed monster's level was greater than half of th... | Paradox924X | 1 | -1/+1 |
2008-11-08 | Cleaned up mob_readskilldb() a bit (moved row processing to its own function). | ultramage | 1 | -218/+248 |
2008-11-08 | Changed how mobcount works since it wasn't counting last mob death. (bugrepor... | L0ne_W0lf | 1 | -1/+2 |
2008-11-06 | * Fixed 'Char creation denied' message not being sent properly. | FlavioJS | 2 | -2/+2 |
2008-11-06 | some minor tweaks to previous commits | ultramage | 1 | -1/+1 |
2008-11-06 | Fix of accident in 13353 | Sara | 1 | -266/+1 |
2008-11-06 | * Fixed the maximum level of Create Elemental Converter. (bugreport:2326) [Sara] | Sara | 2 | -1/+267 |
2008-11-02 | stop erasing revision history, damnit... | ultramage | 2 | -3955/+3955 |
2008-11-02 | * Added charcommands again. Wrong project. | sketchyphoenix | 2 | -0/+3955 |
2008-11-02 | Removed charcommands from the source. | sketchyphoenix | 2 | -3955/+0 |
2008-10-30 | slight cleanup for r13336 | sketchyphoenix | 1 | -1/+1 |
2008-10-30 | Small cleanup of r13321/r13322/r13331. | ultramage | 2 | -70/+10 |
2008-10-30 | Small cleanup of r13332 (bugreport:2368). | ultramage | 1 | -6/+3 |
2008-10-29 | * Novice skill, Trick Dead, will no longer be granted to classes upon reset (... | sketchyphoenix | 1 | -0/+8 |
2008-10-28 | Made script command "unequip" call status_calc_pc. Thanks to Orcao. (bugrepor... | Paradox924X | 1 | -1/+3 |
2008-10-28 | Fixed all overflow checks and made the code a bit cleaner from r13322. | Paradox924X | 2 | -23/+75 |
2008-10-24 | Added protection from segfault by int overflow in charcommand heal and fixed ... | Paradox924X | 2 | -2/+10 |
2008-10-24 | Added protection from segfault by int overflow in atcommand heal. (bugreport:... | Paradox924X | 1 | -2/+10 |
2008-10-24 | Commented out unused function clif_marriage_process. | Paradox924X | 1 | -1/+2 |
2008-10-21 | Added a check to make sure a player wasn't in a guild when they accepted a gu... | Paradox924X | 1 | -1/+6 |
2008-10-18 | * Corrected a target checking problem brought about with Kaizel/Osiris combin... | sketchyphoenix | 1 | -1/+1 |
2008-10-16 | * Added missing char_sql/int_mercenary files to txt-converter's Makefile.in | FlavioJS | 1 | -0/+2 |
2008-10-15 | - Added the required changes to support the 2008-09-10+ clients | skotlex | 3 | -15/+20 |
2008-10-15 | * Fixed ipban sql connecting to the sql server when disabled | FlavioJS | 1 | -1/+24 |