summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-11-29- Integrated the SG related info of hate_mob and feel_map into a single struc...skotlex6-60/+57
2007-11-28- Cleaned up some disguise related code, it fixes the disguise sprite not hav...skotlex1-35/+35
2007-11-28- Applied the required changes to handle def as a signed char (allows for neg...skotlex3-11/+10
2007-11-28- Corrected skill_check_condition to not delete items right away for certain ...skotlex3-38/+39
2007-11-28Fixed reflected spells bypassing WoE no-knockback restriction, because the co...ultramage1-1/+1
2007-11-28Fixed a typo in r11826 messing up TXT gm account loading.ultramage1-1/+1
2007-11-28Yikes, forgot to add the new admin.c file... (followup to r11826)ultramage1-0/+942
2007-11-28- Reverted the position of the max_hp/max_sp basic setting, modified the max_...skotlex2-16/+23
2007-11-28Applied clif_setlevel() to the new trade window packets to make it display pr...ultramage1-2/+2
2007-11-28* Reconstructed a list of all PACKETVER types, by reverse-engineering it from...ultramage3-18/+50
2007-11-27* Added safesnprintf to strlib.c/h (bugreport:372)FlavioJS2-0/+30
2007-11-27* TXT/SQL login server code synchronizationultramage11-1882/+674
2007-11-27Removed some unneccessary charserver code.ultramage2-26/+24
2007-11-27- Overpowered some more NPC_EARTHQUAKE as per Gravity retardation.skotlex1-0/+2
2007-11-27- Cleaned some more the sc_end check so it is more generic and not so limited...skotlex1-13/+11
2007-11-27- Moved basic max HP/SP calculation to before parsing equipment, fixes negati...skotlex1-9/+4
2007-11-27- Corrected the online_data_cleanup routine setting offline characters that a...skotlex4-1/+12
2007-11-27* Fixed fake_nd not being exported correctly and being unloaded when reloadin...FlavioJS2-2/+5
2007-11-26* Normalized makefiles:FlavioJS10-213/+221
2007-11-26* Fixed buildin_query_sql using Sql_Query instead of Sql_QueryStr, wrongly pr...FlavioJS1-1/+1
2007-11-26Fixed guild expulsion not working correctly.ultramage2-2/+2
2007-11-26* Fixed a memory leak in mail_savemessage (src\char_sql\int_mail.c).FlavioJS1-0/+1
2007-11-25Giant Fly Wings are now blocked on noteleport maps and duels.L0ne_W0lf1-4/+4
2007-11-24Fixed a crash when Slim Pitcher is cast (due to one unconverted piece of code)ultramage1-1/+1
2007-11-24Fixed a crash when a taekwon hits a wall while Sprinting (bugreport:483)ultramage1-4/+7
2007-11-24Added support for latest official client/server packet changes.ultramage2-1/+32
2007-11-24Make the walk/stand/spawn packet generation incremental - deriving new versio...ultramage1-304/+150
2007-11-23Fixed a badly defined skill range in homunculus loading code (followup to r11...ultramage1-2/+2
2007-11-23Fixed some old mistakes in npc shop code causing misinterpretation of the num...ultramage1-4/+5
2007-11-23- Added a few missing skill fail messages on cast-end-pos skills.skotlex1-2/+9
2007-11-22- Changed the status_change structure to use dynamic rather than static memor...skotlex17-1609/+1612
2007-11-22* Moved the reset of references to after the empty script checks in parse_scr...FlavioJS1-12/+15
2007-11-22* Renamed fakenpcname to setnpcdisplay, fixed and extended it. FlavioJS3-22/+76
2007-11-22* Modified mapserver login procedure to make clients from may 2007 and newer ...ultramage2-5/+15
2007-11-21upsFlavioJS1-1/+1
2007-11-21* Fixed Sql_SetEncoding not setting the encoding of the connection properly. ...FlavioJS1-2/+4
2007-11-21- Moved subtype from struct block_list to struct npc_data.skotlex10-40/+36
2007-11-21- Optimized a bit the map set cell imperative so it only fails when the targe...skotlex1-1/+2
2007-11-21More clif.c cleaningultramage1-65/+66
2007-11-21Removed one duplicit sql operation when saving items (bugreport:459)ultramage1-1/+1
2007-11-21random cleanupultramage2-19/+12
2007-11-21* Homunculi now reset their can-act delay on call/resurrect/mapchange (allows...ultramage2-2/+1
2007-11-21Cleaned up/reformatted clif_set0078 and clif_set_007b (stand and walk packet ...ultramage1-362/+285
2007-11-20- Implemented SL_SUPERNOVICE erasing the death record 1% of the casts.skotlex3-18/+44
2007-11-19- removed 'skill_fail' message when a ground skill fails as that caues double...skotlex4-9/+5
2007-11-19Random cleaning of party.c in attempt to make party_send_xy_timer() crashes a...ultramage3-144/+143
2007-11-19* Nullpo's disabled on release builds.FlavioJS6-61/+63
2007-11-18- Implemented a small change that was long overdue: Displaying the char-selec...skotlex2-22/+81
2007-11-18- setting npc cells will no longer work on non-walkable tiles (since you coul...skotlex3-2/+4
2007-11-18* Replaced jA's way of allocating npc shop data with a simple dynamic array t...ultramage4-119/+88