summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2008-04-27Removed the calc_times() no-op (bugreport:1289)ultramage1-1/+1
2008-04-27Corrected r12662 where a guild break would trigger the OnGuildBreak event for...ultramage2-8/+8
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.Kevin1-38/+6
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 \).FlavioJS1-1/+10
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-21* Changed the data field of timers from int to intptr.FlavioJS25-91/+91
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 changesextoms2-12/+6
2008-04-20* Several updates from Trunkzephyrus2-2/+2
2008-04-19Fixed a bug in (init/start/stop)npctimertoms1-28/+45
2008-04-18fixed mapserv crash (divide by zero in Earthquake)Lupus1-1/+4
2008-04-18* Fixed a bug when unloading a npc near a shop.toms1-25/+36
2008-04-18Implemented config setting 'vending_over_max', to let people configure the be...ultramage3-0/+8
2008-04-16Fixed an issue in r12575 where 'not setting char offline when going from maps...ultramage2-3/+3
2008-04-15Use the same code for script commands getitem & getitem2 as @item to avoid bu...toms1-12/+42
2008-04-15Used a forward declaration of the struct quest instead of including mmo.htoms1-1/+2
2008-04-15 * Corrected some invalid syntax in skill_db.txt (wrong usage of commas)ultramage7-271/+128
2008-04-14Some more updates to the quest log system. It has been completely moved to th...Kevin5-29/+39
2008-04-13Major updates to the quest system.Kevin4-8/+141
2008-04-13Added an include in clif.h to avoid a complaint of gcctoms1-1/+1
2008-04-13* Quick&dirty reversal of the inter-server behaviour introduced in r3255/r3256:FlavioJS1-13/+61
2008-04-13Changed LOG_ALL definition to really log everythingtoms1-11/+14
2008-04-11- Added code to remove a trap when it dies.zephyrus1-10/+24
2008-04-11The max_account_id packetver detection mechanism will never cause any connect...ultramage3-20/+4
2008-04-11Changed eol-style to native for these files.Kevin2-157/+157
2008-04-11Finished most of the quest log code, still bits here and there but it's usabl...Kevin3-8/+90
2008-04-11Some quest log changes and removed one of the set char offline calls that was...Kevin2-1/+4
2008-04-11More questlog code.Kevin7-4/+164
2008-04-11- Fixed a bug in de-adopt code (parent skills need to be removed).zephyrus1-0/+2
2008-04-10Crash fix for (r12552).Kevin2-1/+14
2008-04-10Lolwhoops.Kevin1-0/+2
2008-04-10Client not marked online until map receives auth request from the client and ...Kevin1-2/+9
2008-04-10Modified the charservers to use a DBMap instead of a cyclic array for auth data.ultramage1-2/+4
2008-04-10* Reverted the change to MAX_SQUARE_LAYOUT.L0ne_W0lf1-1/+1
2008-04-10- Fixed Max Guardians max = 8 (no need to increase this value for woe 2.0 as ...zephyrus1-8/+28
2008-04-10* Updated NPC skill "Evil Land". More gravity wtfage.L0ne_W0lf3-5/+5
2008-04-10Some preliminary code for the questlog system (clif packet functions and basi...Kevin3-0/+133
2008-04-08Lolbug.Kevin1-1/+1
2008-04-08Fixed party invitation ack messages not displaying on recent clients (bugrepo...ultramage3-4/+16