summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-04-05Fixed unable to move after using a skill to break out of sprint. (bugreport: ...Kevin1-3/+4
2008-04-05Reverted my recent changes to trunk.ultramage6-3595/+1954
2008-04-05Removed code that maintains the `sstatus` table, because it's in the way. To ...ultramage2-33/+0
2008-04-05Running now resumes after dmg as well, see (r12488). (bugreport:1155)Kevin1-3/+32
2008-04-05Added back the login_log() function for txt (removed in r11826).ultramage3-42/+101
2008-04-05DMG no longer stops running. (bugreport:1155)Kevin1-2/+3
2008-04-05Last fix for r12485, I swear. >_>Kevin1-1/+1
2008-04-05Fix for (r12475), wasn't checking to see if the target cell was walkable.Kevin1-1/+1
2008-04-05PCs/Mobs/NPCs now block Leap(TK_HIGHJUMP) and sprint(TK_RUN). (bugreport:1155)Kevin2-1/+6
2008-04-05Disconnect user on forged selectegg packet (may be temporary fix). (bugreport...Kevin1-1/+5
2008-04-04Fixed @rura between maps on more then one map server. (r12483)Kevin1-1/+1
2008-04-04Small bug for r12481 :)Kevin1-1/+1
2008-04-04Update to Auth Glitch fix: moved unit_free_pc back to where it was and update...Kevin3-8/+7
2008-04-04Added login.c to hold most of the common functionality of the login server.ultramage6-1026/+660
2008-04-04Preparations for the login server TXT/SQL mergeultramage4-23/+2004
2008-04-04Fixed a little bug in Kevin's commit (r12473)toms1-1/+1
2008-04-04Removed commented-out TXT-only login-server code that was supposed to prevent...ultramage2-37/+0
2008-04-04Bug fixes for Auth Glitch and Map server crash through script warp when chang...Kevin3-8/+19
2008-04-03Renamed 'connect_until_time' to 'expiration_time'.ultramage12-142/+142
2008-04-02First round of minor updates for WoE SE.L0ne_W0lf1-1/+1
2008-04-02* Added SV_KEEP_TERMINATOR option to not split the line terminator.FlavioJS2-18/+24
2008-04-02* Added sv_split to strlib.c/h (similar to sv_parse).FlavioJS2-10/+104
2008-04-02Fixed a compilation issue in r12457.ultramage1-0/+5
2008-04-02* Added more debug information to track the double remove_map'sFlavioJS2-4/+17
2008-03-31fixed aciddemo map server crashLupus1-1/+4
2008-03-31- Fixed wrong expire calculation on Wall of Fog used over Deluge (Bug report ...zephyrus1-1/+1
2008-03-30Yet more login server stuff:ultramage5-358/+387
2008-03-29- Fixed a visual bug in mail when sending Zeny.zephyrus2-1/+4
2008-03-29Fixed a compilation issue with r12446 (C can't handle non-constant initialize...ultramage2-2/+6
2008-03-29- Fixed a bug in a previous Adoption fix from umage (partnerid is char_id not...zephyrus1-1/+3
2008-03-28Some more txt/sql login server synchronization:ultramage10-734/+150
2008-03-28- Fixing a bug in map_nick2sd. Also fixed on Stable.zephyrus1-12/+11
2008-03-27Added proper script constants and documentation for the 'checkcell' command. ...ultramage1-14/+18
2008-03-27Fixed a mistake in r12223, where during warping between mapservers, a charact...ultramage1-1/+2
2008-03-27Partial rewrite of the login server's auth system.ultramage7-424/+523
2008-03-27merged the charserver acc modification code cleanup to TXT (r11324)ultramage2-100/+94
2008-03-27Chagned trunk's default server->client PACKETVER to 9ultramage1-1/+1
2008-03-27- Fixed a bug in map_nick2sd (sometimes we can have 3 chars with similar name...zephyrus1-10/+8
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage56-899/+647
2008-03-25Partially fixed the mess in status.c.ultramage7-454/+432
2008-03-25Added proper checks to adoption processing (followup to r12428).ultramage5-48/+75
2008-03-24* Added temporary code to track and prevent the multiple remove_map's that ap...FlavioJS3-0/+13
2008-03-24* Reorganized the contents of the mapserver's header files.ultramage22-802/+845
2008-03-24- Fixed a potential crash in Adoption. Reported by Yomanda.zephyrus1-0/+3
2008-03-24Fixed a problem in the new trade window implementation (from r11830) where no...ultramage1-6/+6
2008-03-22Cart Termination now bypasses Parrying and Energy Coat (bugreport:476)ultramage1-5/+7
2008-03-22Mobs with no respawn information which don't have a master will not get unloa...ultramage1-0/+3
2008-03-22Added a missing null-pointer check to the timed player pvp/gvg respawn functi...ultramage1-1/+3
2008-03-21- Added status changes for netcafe premium items. Status Resist Potion and SP...zephyrus3-14/+35
2008-03-21Added VS9 project files. Removed redundant map_getallusers() functionLupus2-41/+0