summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-18Fixed npc_debug_warps() not identifying x:0,y:0 as valid (random) coordinatesultramage2-1/+2
2007-11-17Removed battle_config.error_log as console_silent already handles thisultramage19-379/+198
2007-11-17Made OnTouch zone dimensions be stored as radius instead of diameter.ultramage3-56/+55
2007-11-15- Added 2 new status changes for Life and Regeneration Potions [Zephyrus]zephyrus4-4/+43
2007-11-15Added error messages when trying to place objects on invalid map coordinates ...ultramage1-4/+10
2007-11-15Fixed Divine Protection working against players (bugreport:410)ultramage1-1/+1
2007-11-14Fixed some guild skill offset calculation mistakes -_-ultramage2-3/+3
2007-11-14Fixed some homunculus skill offset calculation mistakes (bugreport:363)ultramage7-14/+14
2007-11-13Added error reporting for invalid rows in skill db files.ultramage2-7/+12
2007-11-12Added error reporting to buildin_warp when it fails.ultramage2-16/+18
2007-11-12Fixed homunculus skills having unlimited range instead of being capped to vie...ultramage1-1/+1
2007-11-12- Added SC_INCMDEFRATE, used in Mdef Potions.zephyrus2-0/+4
2007-11-12- Important fix to Mail System allowing (by a low change) items duple.zephyrus7-87/+71
2007-11-12* Fixed @addwarp crashing the map server (bugreport:390).FlavioJS3-14/+61
2007-11-11* The Forget-me-not dance now behaves like Decrease AGIultramage1-6/+4
2007-11-11- hom_setting&0x2 now disables skill range checks for homunculus. For the lov...skotlex1-0/+3
2007-11-11- Added missing include npc.h to map.cskotlex2-2/+19
2007-11-11Applied Rayce's improvements to the npc script parser (see bugreport:387 for ...ultramage1-11/+15
2007-11-11Fixed a missing include/export, and typos in the previous revision.ultramage4-4/+6
2007-11-11- Cleaned up pc_calc_weapontypeskotlex3-24/+39
2007-11-10Fixed a bug in r11384 letting you bypass requirements for some skills (see bu...ultramage2-14/+2
2007-11-10Fixed some more gcc incompatibilities...ultramage5-49/+48
2007-11-10Changing enum weapon_type in the mmo_charstatus structure back to integer unt...ultramage1-1/+1
2007-11-09Replaced several 'int' variables with enums that they represent.ultramage8-46/+56
2007-11-09* Re-worked the login-char-map packet spam mechanismultramage8-166/+254
2007-11-09Fixed socket.c using time() incorrectly, causing stall timer desynchronizatio...ultramage1-3/+3
2007-11-09* Added a database iterator to db.c/db.h.FlavioJS2-1/+442
2007-11-08- Ooops! Adding a missing comma (,).zephyrus1-1/+1
2007-11-08- Added a new setting 'guild_skill_relog_delay' to activate the guild skills ...zephyrus4-6/+6
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS28-506/+387
2007-11-08Synced the charservers' init procedure.ultramage2-38/+34
2007-11-08Synced charserver char creation creation codeultramage2-254/+133
2007-11-08- Fixed not all objects spawning within your range of sight when you warp/rel...skotlex1-0/+6
2007-11-07- Added separated packets for get and set attachment on mail system.zephyrus3-4/+22
2007-11-07- Some updates on the mail system packets [Zephyrus]zephyrus3-19/+19
2007-11-07Applied knc's fix to let authorized GMs use @go on 'nogo'-flagged maps.ultramage1-1/+1
2007-11-06Fixed a crash caused by a mistake in r11657 (bad macro -> function code conve...ultramage1-7/+9
2007-11-06Patching a gcc compilation problem...ultramage1-0/+2
2007-11-05Corrected the max. allowed skill name length, and optimized code that works w...ultramage5-392/+332
2007-11-05* Reverted official drop rate estimationPlaytester1-1/+0
2007-11-05Changed the skill_db.txt skill names in comments into actual columns, now the...ultramage2-840/+194
2007-11-04* Adjusted drop bug according to special information...Playtester1-1/+1
2007-11-04* Implemented official drop rate estimationPlaytester1-0/+1
2007-11-03Added script function 'strnpcinfo', for increased npc awareness (originally f...ultramage3-0/+53
2007-11-03Tried to make sense out of timer.c ... and failedultramage8-89/+110
2007-11-02Corrected Whirlwind/Violent Gale to give a numeric flee bonus instead of perc...ultramage1-1/+1
2007-11-02AGAIN corrected the sql charserver query that broke TXT->SQL conversion (fixe...ultramage1-2/+2