summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-09Fixed login printing raw passwdenc passwords to console (bugreport:826).ultramage7-35/+59
2008-08-09Corrected an outdated compilation option in the login txt->sql converter proj...ultramage2-4/+4
2008-08-08Removed unofficial inn maid from Alberta.L0ne_W0lf2-10/+5
2008-08-08* Slew up NPC bug fixes and other updates.L0ne_W0lf7-14/+32
2008-08-07* Added another GM trust config for party invitations (bugreport:2004)sketchyphoenix5-1/+26
2008-08-06sleepy... some more typo fixes (bugreport:1983 + bugreport:2008)akrus2-2/+2
2008-08-06fixed a typo (bugreport:1998)akrus1-1/+0
2008-08-04- Killed mobs with NPC_REBIRTH skill used should not drop items again. (Aegis...zephyrus3-38/+51
2008-08-04Fixed an ancient sql query typo (bugreport:1979)ultramage1-1/+1
2008-08-04Attempt no.2 at svn:executable (followup to r13044)ultramage11-0/+0
2008-08-04Added svn:executable property for several batch/shell scripts.ultramage0-0/+0
2008-08-04Corrected project files / makefiles that were missing newly added .c file ent...ultramage15-121/+175
2008-08-04Fixed an auth bug in txt charserver (caused by r12579, followup to r12609)ultramage1-1/+1
2008-08-04Added configs for quest table name adjustment (bugreport:1778)ultramage3-0/+8
2008-08-03Fixed an NPC in Kiel Hyre Quest warping onto the exit warp for final room.Paradox924X2-1/+2
2008-08-03Re-implemented SC_WALKSPEED (used in npc scripting) according to official sou...ultramage1-0/+2
2008-08-03Fixed some condition checks in archer, mage, and swordie, jobs.L0ne_W0lf4-6/+10
2008-08-03Implemnted Hugel Monster Races.L0ne_W0lf3-2/+12425
2008-08-02Player shops will not close on death anymore (bugreport:1955).ultramage2-4/+2
2008-08-02Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp s...ultramage4-4/+5
2008-08-01* Mapflag updates. Will need to do a complete rewrite eventually.L0ne_W0lf8-304/+211
2008-08-01Disabled the gm-hide namerequest cheat detection, uncomment if you know what ...ultramage1-18/+15
2008-08-01Removed unused guardian hp columns from the guild castles table in main.sql (...ultramage9-25/+19
2008-07-31Quagmire now will affect boss monsters, but more info is required to code the...shadow2-1/+3
2008-07-31Corrected one wrong config option name causing db connection problems (follow...ultramage1-1/+1
2008-07-31* 13026 Added iRO Repeatable EXP quests care of Kisuka.L0ne_W0lf24-585/+948
2008-07-31* Fixed: added 'E'-type zenylogs in sql table (bugreport:1957) [akrus]akrus3-2/+9
2008-07-31* Improved: added --enable-debug=gdb option in configure script to use gdb op...akrus3-12/+33
2008-07-31@autoloot and @autolootitem can now be used together for more precise looting...ultramage1-12/+1
2008-07-31Reverted r12230. cUSTOM_CFLAGS is redundant since you can achieve the same re...ultramage7-11/+11
2008-07-31Removed the mob controller system, now a customization (see topic:194375).ultramage14-762/+7
2008-07-31Fixed old zlib library path in vs9 project file (bugreport:1959)ultramage1-1/+1
2008-07-31* Fixed: commented out loginlog in convert engine sql tables (loginlog table ...akrus3-2/+4
2008-07-30Small cleanup of script.cultramage1-65/+26
2008-07-30Fixed one 'additional include directories' entry in the vs9 mapcache project ...ultramage1-1/+1
2008-07-30Fixed TXT storage code handling storage incorrectly (bugreport:1928)ultramage2-8/+5
2008-07-30AccountDB_TXT will now correctly read inconsistent EOLs (bugreport:1934)ultramage2-3/+4
2008-07-30Removed the IRC bot system, now a customization (see topic:194306)ultramage18-728/+4
2008-07-29- Fixed a bug with Status Resist Potion.zephyrus2-1/+2
2008-07-29Renamed struct 'skill' to 's_skill' to remove naming collisions.ultramage7-20/+36
2008-07-29Fixed Sql object not initializing default values properly.ultramage2-1/+9
2008-07-29Corrected upgrade_svn12975_view.sql not assigning default values to the two d...ultramage2-2/+5
2008-07-28Fixed loginlog not reading database config settings (followup to r13005).ultramage1-5/+5
2008-07-27Added code to md5 password received from charserver before comparing them wit...ultramage1-0/+2
2008-07-27Fixed md5 passwords not workingultramage2-1/+2
2008-07-27* Added values to skill_require_db for mercenary skills.L0ne_W0lf3-0/+44
2008-07-27Cleaned up several poorly chosen loginlog variable names.ultramage4-44/+26
2008-07-27* Added values to skill_cast_db for mercenary skills.L0ne_W0lf2-2/+62
2008-07-27* Removed some leftover code that shouldn't have been mergedultramage7-51/+6
2008-07-27* Fixed a memory leak in mmo_auth_tosql (extra sql statement being allocated).FlavioJS2-1/+1