Age | Commit message (Expand) | Author | Files | Lines |
2009-01-24 | * Changed all uses of struct skill_unit_group* to group_id in status_change_e... | FlavioJS | 5 | -17/+49 |
2009-01-23 | * Changed npc_get_new_npc_id to ensure that it never returns invalid/used ids. | FlavioJS | 1 | -1/+21 |
2009-01-23 | Added a missing break; in pc_setstat, messing up LUK increasing (see r13460) ... | ultramage | 3 | -5/+6 |
2009-01-22 | * Changed val4 of SC_BLADESTOP from a block_list pointer to an id. (64bit por... | FlavioJS | 5 | -16/+14 |
2009-01-21 | * Added a limit of 1MB of pending data in the write fifo for non-server socke... | FlavioJS | 1 | -1/+11 |
2009-01-21 | Fixed a null pointer crash in r13463 (thanks to Ramsey for reporting it). | ultramage | 1 | -2/+2 |
2009-01-21 | * Replaced the fake timer heap (sorted array) with a real heap. (improves per... | FlavioJS | 1 | -98/+38 |
2009-01-21 | * Added a generic binary heap implementation based on defines. (round 2) | FlavioJS | 1 | -12/+32 |
2009-01-20 | Efficiency improvement for clif_send (use pc_db iterator instead of sockets a... | ultramage | 1 | -53/+63 |
2009-01-20 | * Added a generic binary heap implementation based on defines. | FlavioJS | 1 | -0/+206 |
2009-01-20 | Fixed pc_statusup2 to correctly update the client's stat window | ultramage | 1 | -38/+66 |
2009-01-20 | Fixed a boolean operator mistake in @memo command, caused by r11625 (bugrepor... | ultramage | 1 | -1/+1 |
2009-01-20 | - Added support for item effect Ignore Def Rate by Race. bonus2 bIgnoreDefRat... | zephyrus | 6 | -14/+39 |
2009-01-15 | Updated script_commands.txt with the book reading command info. | sketchyphoenix | 1 | -4/+6 |
2009-01-14 | #commands used by nonGM players now appear in the chat like normal | sketchyphoenix | 1 | -3/+4 |
2009-01-14 | * Added client login packets 0x01fa and 0x027c. | FlavioJS | 5 | -24/+61 |
2009-01-14 | Corrected a typo in r13444 | sketchyphoenix | 1 | -1/+4 |
2009-01-13 | Fixed Sql_SetEncoding() returning SQL_ERROR when it succeeds and vice versa (... | ultramage | 1 | -1/+1 |
2009-01-13 | * Cleaned up command @users/#users: | FlavioJS | 3 | -31/+26 |
2009-01-13 | Mobs with nonzero spawn time can now be cached as well, saving some more cpu/... | ultramage | 5 | -30/+32 |
2009-01-12 | * #command parsing cleaned up. | sketchyphoenix | 1 | -28/+32 |
2009-01-12 | Added regen_db to reduce hp/sp processing delays (bugreport:2256). | ultramage | 3 | -5/+35 |
2009-01-11 | bugreport:2637 | sketchyphoenix | 1 | -11/+14 |
2009-01-05 | Added @charcommands to return a list of available charcommands (bugreport:2630) | sketchyphoenix | 1 | -35/+7 |
2009-01-05 | Moved the 'changed' mailbox flag from shared mmo.h to mapserver-only. | ultramage | 5 | -7/+12 |
2009-01-05 | Fixed @mobsearch and @showmobs (bugreport:2481) | ultramage | 1 | -19/+23 |
2008-12-31 | * Changes to the script engine: | FlavioJS | 2 | -177/+212 |
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 |