summaryrefslogtreecommitdiff
path: root/src/char_sql
AgeCommit message (Expand)AuthorFilesLines
2009-12-03Prevented online user count from going negative. (bugreport:3913)Paradox924X1-2/+4
2009-11-24Cleaned up leftover PACKETVER define on the charserver (followup to r14155).ultramage1-6/+0
2009-11-19- Applied the renewal client support patch from Diablo (eA forum topic 222623)skotlex1-10/+40
2009-11-15Removed unnecessary use of StringBuf in int_quest.c to avoid memleaks in cert...ultramage1-16/+2
2009-11-03Extended broadcast implementation:Gepard1-10/+16
2009-10-27Fixed quest will never get erased when it's the only quest you have.Inkfish1-1/+1
2009-10-18Removed the char_rename setting in favor of a PACKETVER define.ultramage2-14/+16
2009-10-12Removed 'char_max_rename', extended 'char_rename', fixed compatibility issues.Inkfish1-28/+15
2009-10-12Fixed an error when 'char_rename' is set to 'no'Inkfish1-6/+5
2009-10-11Added character rename function.(topic:225576)(written by pakpil and fixed by...Inkfish3-25/+199
2009-10-04- Implemented new packets for rental items (from Jobbie and Natz and fixed by...zephyrus1-3/+3
2009-09-20Disabled ip checking during auth, since it lead to a lot of confusion.ultramage1-4/+4
2009-09-04* QuestLog Fix.Inkfish1-11/+5
2009-08-21Fixed the wrong packet length makes client choke when add_quest packets are s...Inkfish1-24/+17
2009-08-02* Questlog code cleanup.Inkfish2-54/+51
2009-07-28* Some more updates to Quest LogInkfish3-63/+67
2009-07-26* Some updates of Quest Log systemInkfish1-1/+1
2009-07-25Fixed undeclared variables on charserv compiling. how careless i am.....Inkfish1-4/+4
2009-07-25Rewrote Quest Log system.Inkfish4-61/+62
2009-06-30Fixed sql char deletion code using a broken pet deletion query (ran very slow...ultramage1-5/+3
2009-06-16Fixed an exploit that makes guild skill get higher level than the max defined...Inkfish2-4/+4
2009-05-02svn:eol-style native for char_sql's int_mercenary code (missing in r13166).ultramage2-241/+241
2009-04-01* Removed online_check config options. (always active now)FlavioJS1-46/+52
2009-02-20Increased variable size for status/skill points to remove the 65k cap (bugrep...ultramage1-4/+4
2009-01-05Moved the 'changed' mailbox flag from shared mmo.h to mapserver-only.ultramage1-1/+0
2008-11-17followupultramage3-2/+5
2008-11-17- Some "expire_time" = 0 considerations. Please update. (Bugreport 2451)zephyrus2-0/+4
2008-11-16- Item Rental System.zephyrus1-34/+41
2008-11-06* Fixed 'Char creation denied' message not being sent properly.FlavioJS1-1/+1
2008-10-15- Added the required changes to support the 2008-09-10+ clientsskotlex1-7/+10
2008-10-03* Fix for "yet another online check bypass technique". (bugreport:2292)FlavioJS1-1/+2
2008-09-28Fixing the txt-char converter compilation (bugreport:2171).ultramage1-0/+3
2008-09-02- Fixed problem deleting characters.zephyrus2-12/+10
2008-09-01- Moved char server's mercenary code to a different file (int_mercenary.*)zephyrus7-170/+291
2008-08-31- A proper mercenary lifetime calculation.zephyrus1-3/+3
2008-08-24- Implemented Mercenary Scrolls (item_db)zephyrus1-5/+5
2008-08-24- Ops!! this is mine (homunculus hungry messages).zephyrus1-1/+1
2008-08-23- Some stuff i forgot for char_sql. Bug Report 2112.zephyrus1-4/+4
2008-08-23- Completed Mercenary Create, Delete, Save. Tests OK.zephyrus3-4/+37
2008-08-23- Added column `mer_id` on char_dbzephyrus3-29/+85
2008-08-23- Mercenary Packets (Server to Client). Still need a little more info.zephyrus2-1/+54
2008-08-19* Fixed a storage saving issue with txt charserver (bugreport:2084)ultramage1-1/+0
2008-08-17** Please update your server ASAP. **zephyrus1-1/+1
2008-08-04Fixed an ancient sql query typo (bugreport:1979)ultramage1-1/+1
2008-08-04Added configs for quest table name adjustment (bugreport:1778)ultramage1-0/+4
2008-08-01Removed unused guardian hp columns from the guild castles table in main.sql (...ultramage1-1/+0
2008-07-31Reverted r12230. cUSTOM_CFLAGS is redundant since you can achieve the same re...ultramage1-1/+1
2008-07-29Renamed struct 'skill' to 's_skill' to remove naming collisions.ultramage1-1/+1
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage4-342/+46
2008-07-26Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w...ultramage1-1/+1