summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-08-19* Added global sql settings 'sql.*' to inter_athena.conf.FlavioJS7-233/+421
2008-08-18Fixed incorrect array capacity / format string for txt mapreg loading code.ultramage1-1/+1
2008-08-18Merged a critical fix to charserver online tracking code (see r13087).ultramage1-1/+1
2008-08-17Fixed some messed up operator priority in the mapreg code (bugreport:2078).ultramage2-12/+12
2008-08-17** Please update your server ASAP. **zephyrus2-9/+11
2008-08-15Some cleaning in script.cultramage4-177/+152
2008-08-15Split off mapreg code from script.cultramage8-328/+542
2008-08-15* Removed gm_cant_party_max_lv. It now uses gm_cant_party_min_lv as the thres...sketchyphoenix3-4/+4
2008-08-12Now using proper enum type for mob skill state tracking.ultramage2-18/+17
2008-08-12Added updated client effects list.ultramage1-36/+42
2008-08-11Fixed right-click npc unload not unloading duplicates (bugreport:2014)ultramage1-0/+3
2008-08-10Some skill corrections based on bugreport:1945ultramage1-2/+1
2008-08-10Some small code cleaningultramage4-118/+149
2008-08-09Really implemented SC_WALKSPEED (instead of copy-pasting old code) (followup ...ultramage1-1/+1
2008-08-09Fixed a mistake in r13051 party invite code where 'tsd' was accessed before c...ultramage1-5/+5
2008-08-09Fixed @noks leaking internal buffer contents (bugreport:1528).ultramage1-0/+2
2008-08-09Now Novices without lvl5 basic skill can be partied (bugreport:1131).ultramage1-14/+0
2008-08-09Fixed login printing raw passwdenc passwords to console (bugreport:826).ultramage6-35/+55
2008-08-07* Added another GM trust config for party invitations (bugreport:2004)sketchyphoenix3-1/+14
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-04Corrected project files / makefiles that were missing newly added .c file ent...ultramage2-25/+77
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)ultramage1-0/+4
2008-08-03Re-implemented SC_WALKSPEED (used in npc scripting) according to official sou...ultramage1-0/+2
2008-08-02Player shops will not close on death anymore (bugreport:1955).ultramage1-4/+0
2008-08-02Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp s...ultramage4-4/+5
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 (...ultramage6-10/+11
2008-07-31Quagmire now will affect boss monsters, but more info is required to code the...shadow1-1/+0
2008-07-31Corrected one wrong config option name causing db connection problems (follow...ultramage1-1/+1
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).ultramage9-349/+6
2008-07-30Small cleanup of script.cultramage1-65/+26
2008-07-30Fixed TXT storage code handling storage incorrectly (bugreport:1928)ultramage1-8/+4
2008-07-30AccountDB_TXT will now correctly read inconsistent EOLs (bugreport:1934)ultramage1-3/+3
2008-07-30Removed the IRC bot system, now a customization (see topic:194306)ultramage8-626/+2
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.ultramage6-20/+33
2008-07-29Fixed Sql object not initializing default values properly.ultramage1-1/+6
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 workingultramage1-1/+1
2008-07-27Cleaned up several poorly chosen loginlog variable names.ultramage2-29/+23
2008-07-27* Removed some leftover code that shouldn't have been mergedultramage1-3/+2
2008-07-27* Fixed a memory leak in mmo_auth_tosql (extra sql statement being allocated).FlavioJS1-1/+0
2008-07-27* Added missing option 'log_db_db' to loginlog_config_read(loginlog_sql.c).FlavioJS2-0/+4
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage63-14380/+3907
2008-07-26Partially reverted the timer code changes from r12926 - r12969.ultramage2-225/+110