summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-05-26Moved the options to disable specific compiler warnings from the generic 'Add...ultramage3-2/+9
2008-05-26Increased the allowed packet size for chat messages.ultramage2-6/+7
2008-05-26Added clif_announce_ex() for broadcasts with varying font sizeultramage2-1/+7
2008-05-25Increased storage space to 600Playtester1-1/+1
2008-05-16Fixed 64bit timestamps messing up auction/storage (bugreport:1454)ultramage2-6/+6
2008-05-16Added changes missing from the previous update (followup to r12710).ultramage3-50/+48
2008-05-16Added more player state variables to track party creation/invitation (bugrepo...ultramage1-11/+23
2008-05-13Fixed a mistake in r11344 that caused the 'my shop' window to display info ab...ultramage1-1/+1
2008-05-12Fixed a script engine problem where warping away while having a menu window o...ultramage3-6/+12
2008-05-10Fixed @showmobs not working due to a mistake in r12436 (bugreport:1487)ultramage1-44/+46
2008-05-09Added correct extended info packets for items that are being moved into stora...ultramage2-6/+41
2008-05-09Fixing a missed change in r12561 causing incorrect query errors (bugreport:14...ultramage1-1/+1
2008-05-09- More scripts fixes.zephyrus3-14/+14
2008-05-08- Added some new items and headgears.zephyrus10-76/+167
2008-05-07- Corrected default guild positions not being saved during guild creation.skotlex1-1/+4
2008-05-07- Moved the SD_PREAMBLE code to skill_area_subskotlex2-25/+19
2008-05-07- Added function battle_attr_ratio to handle just getting the attribute table...skotlex10-73/+80
2008-05-03NPC_GUIDEDATTACK is not supposed to bypass pneuma/safetywall.ultramage1-2/+2
2008-05-02* Fixed missing iterator destruction in the map_foreach* functions (followup ...FlavioJS1-2/+5
2008-05-02* Added backward compatible handling of PACKETVER 8 and 9. (followup to r12539)FlavioJS1-0/+9
2008-05-02* Changes to map_foreach* functions:FlavioJS5-32/+80
2008-05-02Replaced the very ineffective clif_foreachclient() with map_foreachpc() since...ultramage12-74/+68
2008-05-02Added a custom implementation of the va_copy macro for systems that don't pro...ultramage2-7/+37
2008-05-01Replaced the integers+checking approach in r12679 with usage of floating poin...ultramage7-23/+32
2008-05-01Implemented get_percentage() for compact and safe calculation of percentual v...ultramage10-32/+41
2008-05-01Quest packet typo.Kevin1-1/+1
2008-04-28Cleaned up char server set online/offline/char select functions. (bugreport:1...Kevin1-5/+10
2008-04-27fixing some timestamp type difference warnings...ultramage3-6/+7
2008-04-27Removed the calc_times() no-op (bugreport:1289)ultramage5-13/+5
2008-04-27Corrected r12662 where a guild break would trigger the OnGuildBreak event for...ultramage7-15/+15
2008-04-27Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266...ultramage12-214/+57
2008-04-27Fixed 'suggest parentheses around assignment ...' gcc warningtoms1-1/+1
2008-04-27<3 CakeKevin1-1/+4
2008-04-27Changed the last commit so it must be called with @reloaditemdb2. @reloaditem...Kevin6-46/+46
2008-04-27Some major changes to @reloaditemdb to allow unloading of any item while map ...Kevin8-28/+188
2008-04-26Added script function hasquest.Kevin3-0/+23
2008-04-26Uncommented and cleaned up the OnGuildBreak code.Kevin1-6/+4
2008-04-26Cleaned up auth system after change back to map server request.Kevin2-87/+66
2008-04-25Fixed bugreport:1223 (Invalid Items In Shops Are Processed Incorrectly)toms1-1/+1
2008-04-25* Modified delitem/delitem2 to have the same behaviour as getitem/getitem2 (o...toms1-18/+24
2008-04-23Changed @reloaditemdb again to only unload items from item_db2. Also byte ali...Kevin2-14/+31
2008-04-23* Fixed script strings not being handled properly (only skipped the \).FlavioJS3-6/+51
2008-04-23* Script parse errors displayed with one ShowError instead of several ShowMes...FlavioJS2-15/+18
2008-04-22Changed itemdb_reload to clear the database before reloading, so it is possib...Kevin1-1/+11
2008-04-22Fixed a "bug" in sv_readdb under windows and cygwin configured as "Unix/binar...toms1-1/+1
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS38-140/+141
2008-04-21* Added intptr/uintptr to cbasetypes.h (integers with the same size as a poin...FlavioJS1-0/+12
2008-04-21* Changed Sacrifice status to end on caster's death, not at 25% HP.L0ne_W0lf1-12/+8
2008-04-21Made some cleanup in changesextoms4-14/+8
2008-04-20* Several updates from Trunkzephyrus2-2/+2