summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-02-24Replaced giving dummy sd gm levels in script commands atcommand and charcomma...sketchyphoenix2-3/+2
2009-02-23 * Consolidated is_atcommand() and is_atcommand_sub()sketchyphoenix5-113/+100
2009-02-23* Made mob_timer_delete check the deletetimer in the mob.FlavioJS3-7/+26
2009-02-23* Made mob_delayspawn check the spawn_timer in the mob.FlavioJS1-4/+24
2009-02-20Increased variable size for status/skill points to remove the 65k cap (bugrep...ultramage6-67/+28
2009-02-20* Modified WFIFOSET to trigger a fatal error when trying to send a packet tha...FlavioJS1-1/+9
2009-02-19* Fixed impropper filling of w4 in npc_parsesrcfile when there are less than ...FlavioJS2-22/+16
2009-02-16Fixed card remover commands not preserving item rental time.ultramage1-2/+2
2009-02-12Applied patch to getitem2/delitem2 to handle charid embedding correctly (bugr...ultramage1-14/+14
2009-02-06* Follow up to r13485. (bugreport:2741)FlavioJS2-9/+10
2009-02-06Yet another fix to r13503 - dangling player chatroom pointer in id_db (bugrep...ultramage1-0/+1
2009-02-02Fixing r13503...ultramage3-4/+12
2009-01-31Added skillunit_db for efficient execution of skill_unit_timer() (followup to...ultramage1-11/+11
2009-01-31objects[] array removal (bugreport:2559)ultramage4-133/+48
2009-01-29Fixed mob_spawn_dataset() not initializing the spawn_timer variable (followup...ultramage1-0/+1
2009-01-29- Fixed a little spawn_timer bug. Discovered with a previous fix from ultrama...zephyrus1-10/+8
2009-01-25- Implemented monster skill "Full Heal" NPC_ALLHEAL.zephyrus2-3/+17
2009-01-25- Ops... missing var from my source. Sorry.zephyrus1-1/+1
2009-01-25- Implemented new Pet Bonus System. Enjoy!! :Dzephyrus8-77/+156
2009-01-25- Implemented new item bonus scripts required for battlegrounds.zephyrus8-137/+267
2009-01-24* Changed pc_spiritball_timer and pc_addspiritball: (bugreport:2705)FlavioJS1-18/+28
2009-01-24* Changed the variables of the mapcache structs to fixed size equivalents. (6...FlavioJS3-50/+51
2009-01-24* Changed all uses of struct skill_unit_group* to group_id in status_change_e...FlavioJS5-17/+49
2009-01-23* Changed npc_get_new_npc_id to ensure that it never returns invalid/used ids.FlavioJS1-1/+21
2009-01-23Added a missing break; in pc_setstat, messing up LUK increasing (see r13460) ...ultramage3-5/+6
2009-01-22* Changed val4 of SC_BLADESTOP from a block_list pointer to an id. (64bit por...FlavioJS5-16/+14
2009-01-21* Added a limit of 1MB of pending data in the write fifo for non-server socke...FlavioJS1-1/+11
2009-01-21Fixed a null pointer crash in r13463 (thanks to Ramsey for reporting it).ultramage1-2/+2
2009-01-21* Replaced the fake timer heap (sorted array) with a real heap. (improves per...FlavioJS1-98/+38
2009-01-21* Added a generic binary heap implementation based on defines. (round 2)FlavioJS1-12/+32
2009-01-20Efficiency improvement for clif_send (use pc_db iterator instead of sockets a...ultramage1-53/+63
2009-01-20* Added a generic binary heap implementation based on defines.FlavioJS1-0/+206
2009-01-20Fixed pc_statusup2 to correctly update the client's stat windowultramage1-38/+66
2009-01-20Fixed a boolean operator mistake in @memo command, caused by r11625 (bugrepor...ultramage1-1/+1
2009-01-20- Added support for item effect Ignore Def Rate by Race. bonus2 bIgnoreDefRat...zephyrus6-14/+39
2009-01-15Updated script_commands.txt with the book reading command info.sketchyphoenix1-4/+6
2009-01-14#commands used by nonGM players now appear in the chat like normalsketchyphoenix1-3/+4
2009-01-14* Added client login packets 0x01fa and 0x027c.FlavioJS5-24/+61
2009-01-14Corrected a typo in r13444sketchyphoenix1-1/+4
2009-01-13Fixed Sql_SetEncoding() returning SQL_ERROR when it succeeds and vice versa (...ultramage1-1/+1
2009-01-13* Cleaned up command @users/#users:FlavioJS3-31/+26
2009-01-13Mobs with nonzero spawn time can now be cached as well, saving some more cpu/...ultramage5-30/+32
2009-01-12* #command parsing cleaned up.sketchyphoenix1-28/+32
2009-01-12Added regen_db to reduce hp/sp processing delays (bugreport:2256).ultramage3-5/+35
2009-01-11bugreport:2637sketchyphoenix1-11/+14
2009-01-05Added @charcommands to return a list of available charcommands (bugreport:2630)sketchyphoenix1-35/+7
2009-01-05Moved the 'changed' mailbox flag from shared mmo.h to mapserver-only.ultramage5-7/+12
2009-01-05Fixed @mobsearch and @showmobs (bugreport:2481)ultramage1-19/+23
2008-12-31* Changes to the script engine:FlavioJS2-177/+212
2008-12-30* Changes to the script engine:FlavioJS4-49/+68