summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
AgeCommit message (Expand)AuthorFilesLines
2009-04-20* Fixed safestrncpy trashing the memory before dst when n == 0. (since r10667...FlavioJS1-0/+2
2009-04-15* Monster Spiral Pierce is now a ranged misc attackPlaytester1-0/+5
2009-04-14* Cooking success chance is now affected by DEX and LUKPlaytester1-0/+4
2009-04-01* Removed online_check config options. (always active now)FlavioJS1-0/+7
2009-03-31Gunslinger Tracking can be canceled if you get hit.ultramage1-0/+4
2009-03-27* Fixed a problem that blockskill timer failed when there was more than one o...Playtester1-0/+3
2009-03-26* Fixed Spirit of Assassin not reducing the aftercast delay of Sonic BlowPlaytester1-0/+3
2009-03-24* Added support for new status change packet, uses new setting display_status...Sara1-0/+2
2009-03-18* Updated item_db.sql with the perl scriptPlaytester1-0/+2
2009-03-08* Fixed a couple bugs with marionette controlultramage1-0/+6
2009-03-08Added several mail id checks to prevent a map server crash (bugreport:2837).ultramage1-0/+2
2009-03-03Removed the Blade Stop range check against players.ultramage1-1/+1
2009-03-02Blade Stop status no longer prevents item use and equip changing.ultramage1-2/+4
2009-03-01Fixes from 2008/10/13 bugreport:2077 (Only commiting because nobody did until...shadow1-0/+7
2009-03-01Ankle Snare cannot be knocked back anymore (bugreport:2804).ultramage1-0/+2
2009-02-25* Wrong variable being used in StringBuf_Vprintf. (follow up to r13386, fixes...FlavioJS1-0/+2
2009-02-23 * Consolidated is_atcommand() and is_atcommand_sub()sketchyphoenix1-0/+7
2009-02-23* Made mob_timer_delete check the deletetimer in the mob.FlavioJS1-0/+2
2009-02-23* Made mob_delayspawn check the spawn_timer in the mob.FlavioJS1-0/+3
2009-02-20Increased variable size for status/skill points to remove the 65k cap (bugrep...ultramage1-0/+1
2009-02-20* Modified WFIFOSET to trigger a fatal error when trying to send a packet tha...FlavioJS1-2/+4
2009-02-19* Fixed impropper filling of w4 in npc_parsesrcfile when there are less than ...FlavioJS1-0/+3
2009-02-06* Follow up to r13485. (bugreport:2741)FlavioJS1-0/+3
2009-01-25* Changes to the configure script:FlavioJS1-4/+6
2009-01-24* Changed pc_spiritball_timer and pc_addspiritball: (bugreport:2705)FlavioJS1-0/+5
2009-01-24* Changed the variables of the mapcache structs to fixed size equivalents. (6...FlavioJS1-0/+1
2009-01-24* Changed all uses of struct skill_unit_group* to group_id in status_change_e...FlavioJS1-0/+2
2009-01-23* Changed npc_get_new_npc_id to ensure that it never returns invalid/used ids.FlavioJS1-0/+7
2009-01-22* Changed val4 of SC_BLADESTOP from a block_list pointer to an id. (64bit por...FlavioJS1-0/+2
2009-01-21* Added a limit of 1MB of pending data in the write fifo for non-server socke...FlavioJS1-0/+2
2009-01-21* Replaced the fake timer heap (sorted array) with a real heap. (improves per...FlavioJS1-0/+2
2009-01-20* Added a generic binary heap implementation based on defines.FlavioJS1-0/+1
2009-01-20Fixed pc_statusup2 to correctly update the client's stat windowultramage1-0/+2
2009-01-15Updated script_commands.txt with the book reading command info.sketchyphoenix1-0/+6
2009-01-14* Added client login packets 0x01fa and 0x027c.FlavioJS1-0/+3
2009-01-13* Cleaned up command @users/#users:FlavioJS1-0/+6
2009-01-13Mobs with nonzero spawn time can now be cached as well, saving some more cpu/...ultramage1-0/+2
2009-01-12* #command parsing cleaned up.sketchyphoenix1-0/+3
2009-01-12Added regen_db to reduce hp/sp processing delays (bugreport:2256).ultramage1-0/+2
2009-01-05Added @charcommands to return a list of available charcommands (bugreport:2630)sketchyphoenix1-0/+1
2009-01-05Fixed @mobsearch and @showmobs (bugreport:2481)ultramage1-0/+4
2008-12-31* Changes to the script engine:FlavioJS1-0/+7
2008-12-30* Changes to the script engine:FlavioJS1-0/+7
2008-12-29 * Added missing command #delitem.sketchyphoenix1-0/+4
2008-12-25* Extended sv_escape_c to escape '\a','\b','\t','\v','\f','\?' characters to ...FlavioJS1-0/+3
2008-12-23 * Added a few missing atcommands.sketchyphoenix1-0/+6
2008-12-20* Extended how duplicates work: (based on Orcao's work in bugreport:2361) [Fl...FlavioJS1-0/+7
2008-12-18Removed charcommand code while allowing atcommand code to support its functio...sketchyphoenix1-0/+5
2008-12-01* Fixed rare crash when using Flying Kick on clones (bugreport:2506)ultramage1-0/+6
2008-11-27* Fixed a memory leak when returning a string variable in the script engine. ...FlavioJS1-0/+3