summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
AgeCommit message (Expand)AuthorFilesLines
2006-12-06- Messages with server_tick field are sent as soon as possible now.FlavioJS1-0/+2
2006-12-06- Added StringBuf_Vprintf to utils.c and changed the showmsg.c buffer.FlavioJS1-0/+4
2006-12-05- The can log value now is "reset" when you die allowing you to respawn/quit ...skotlex1-0/+2
2006-12-05- Fixed sc data load failing when using charsave_method: 1skotlex1-0/+3
2006-12-05- Found the position of emblem_id in packet 1b6, commented out the old fix wh...FlavioJS1-0/+1
2006-12-05- Moved START_ACCOUNT_NUM and END_ACCOUNT_NUM from login.h to mmo.h and chang...FlavioJS1-0/+8
2006-12-04- Fixed HVAN_INSTRUCT int bonuses.skotlex1-0/+5
2006-12-04- Changed some pc_authfails to clif_authfail_fd since pc_authfail prints erro...skotlex1-0/+2
2006-12-04- Changed clif_blown to use fixpos again as per aegis packets.skotlex1-0/+3
2006-12-04- Repairing items via scripts no longer displays "item has been repaired"skotlex1-0/+13
2006-12-04- Fixed the txt->sql converter not escaping character names before saving them.skotlex1-0/+10
2006-12-03- Removed sd->sex since it's redundant (we can always use sd->status.sex)skotlex1-0/+3
2006-12-03- Fixed even share exp flutuating as described in:FlavioJS1-0/+3
2006-12-03- Made ers double frees report as missing entries on destruction.FlavioJS1-0/+3
2006-12-03* Added buildin_checkvending and buildin_checkchatting.Lance1-0/+1
2006-12-02* Enabled atcommand parsing for clients with Korean langtype and version.Lance1-0/+1
2006-12-02- Added missing min/max definitions to cbasetypes.h, needed for the @send cha...FlavioJS1-0/+1
2006-12-02- Replaced @send with the version I use for testing packets.FlavioJS1-0/+6
2006-12-02- Fixed passive mobs becoming increasingly unlikely to retaliate to attacks a...skotlex1-0/+4
2006-12-01Updated sql filesPlaytester1-0/+1
2006-12-01- Fixed txt-converter compilation. skotlex1-0/+13
2006-11-29- Probably fixed the Segmentation Faults we've been having.FlavioJS1-3814/+3823
2006-11-29- Fixed the new npc parsing code not accounting for windows-style line termin...skotlex1-0/+4
2006-11-29- HT_PHANTASMIC no longer knocks back even when it misses.skotlex1-0/+3
2006-11-29- Now gvg_dungeon mapflag will activate the other mapflags which are required...skotlex1-0/+7
2006-11-29- Some cleaning on the homunc speed calculating code, so that it correctly us...skotlex1-0/+3
2006-11-28- Fixed a typo which made the wedding_ignore_palette setting not work when yo...skotlex1-0/+2
2006-11-28- Increased line buffer size when parsing scripts. Helps when trying to defin...skotlex1-0/+3
2006-11-28- Moved the blocking of casting supportive skills on homunculus from battle_c...skotlex1-0/+6
2006-11-28* Enabled Ice Dungeon spawns so they can be testedPlaytester1-0/+1
2006-11-28- Fixed a possible crash due to the recent core.c upgrade.skotlex1-0/+3
2006-11-28- Modified the way Storm Gust freeze's counter works. Now it checks for the c...skotlex1-0/+6
2006-11-28- Changed write to send as suggested by TheUltraMage in:FlavioJS1-0/+7
2006-11-28- Now when a player's "attack once" request fails due to range, the client is...skotlex1-0/+4
2006-11-27- Updated the status change field "option" to an int rather than short. This ...skotlex1-0/+4
2006-11-27- Fixed the Homunculus hungry timer not starting on login.skotlex1-0/+1
2006-11-27Added logging for standard GM commands (/mm /b /kick etc)KarLaeda1-0/+1
2006-11-27- Some cleanups on the trade_additem function. When specifying a qty of 0, an...skotlex1-0/+2
2006-11-27Updated sql filestoms1-0/+1
2006-11-27- Corrected KiriKage's range so it works correctly when used by non-players o...skotlex1-1/+7
2006-11-24- Cleaned the opt3 values to use hex instead of decimals in status.c, removed...skotlex1-0/+1
2006-11-24- Fixed EDP's damage being 100% more than it should (should be 5x, not 6x on ...skotlex1-0/+6
2006-11-24- Likely fixed Homunculus not disappearing the second their intimacy hit 0.skotlex1-0/+2
2006-11-24- Fixed uninitialized variable fd being used in WFIFOHEAD in a few clif funct...skotlex1-0/+2
2006-11-24- Added all the missing FIFOHEADs in the login/sql servers (required for TURB...skotlex1-0/+7
2006-11-24* Completed Reddozen's hanging mapwarp code to support party and old syntax.Lance1-0/+1
2006-11-23Updated sql filesPlaytester1-0/+1
2006-11-23- Made WFIFOHEAD() check for available buffer size remaining on the connectio...skotlex1-0/+9
2006-11-22- Modified slaves_inherit_speed and slaves_inherit_mode so you get better con...skotlex1-0/+5
2006-11-22- Recoded @send so that it uses clif.c instead of doing all the WFIFO stuff i...skotlex1-0/+3