summaryrefslogtreecommitdiff
path: root/src/char/char.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-03Renamed 'connect_until_time' to 'expiration_time'.ultramage1-10/+10
2008-03-28Some more txt/sql login server synchronization:ultramage1-32/+0
2008-03-27Partial rewrite of the login server's auth system.ultramage1-9/+18
2008-03-27merged the charserver acc modification code cleanup to TXT (r11324)ultramage1-88/+76
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-19/+19
2008-03-25Added proper checks to adoption processing (followup to r12428).ultramage1-10/+16
2008-02-17- Updated Eye of Hellion to use the new format of the input command.skotlex1-1/+1
2008-01-10Another round of login server cleaningultramage1-5/+0
2008-01-08Added missing session auth checks to charserver.ultramage1-7/+15
2008-01-06Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...ultramage1-11/+9
2007-12-31* Fixed a crash in txt char-servers that the memory manager was hiding. onlin...FlavioJS1-4/+4
2007-12-18minor code tweakingultramage1-1/+3
2007-12-17* Added flag.server to indicate interserver socketsultramage1-8/+8
2007-11-27* TXT/SQL login server code synchronizationultramage1-35/+27
2007-11-27Removed some unneccessary charserver code.ultramage1-11/+11
2007-11-27- Corrected the online_data_cleanup routine setting offline characters that a...skotlex1-0/+2
2007-11-18- setting npc cells will no longer work on non-walkable tiles (since you coul...skotlex1-1/+1
2007-11-11Fixed a missing include/export, and typos in the previous revision.ultramage1-1/+1
2007-11-10Fixed some more gcc incompatibilities...ultramage1-3/+3
2007-11-09* Re-worked the login-char-map packet spam mechanismultramage1-45/+82
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS1-2/+3
2007-11-08Synced the charservers' init procedure.ultramage1-26/+27
2007-11-08Synced charserver char creation creation codeultramage1-135/+32
2007-10-27* Fixed TXT charserver doing periodic random-sized memory allocation (bugrepo...ultramage1-31/+32
2007-10-20Fixed a nasty bug from r11410 which let people create chars with already take...ultramage1-24/+22
2007-10-17* Merged do_sendrecv() and do_parse() into do_sockets()ultramage1-1/+3
2007-10-17Using predefined constants as parameters to the exit() function.ultramage1-3/+3
2007-10-14Fixed charsrever crashes, caused by r11410ultramage1-1/+1
2007-10-12* Fixed wrong index calculation in TXT char creation code (ref: r11410)ultramage1-13/+14
2007-10-11Charserver cleaning / code simplification.ultramage1-152/+142
2007-10-04* Added MAX_HOTKEYS to supplement the HOTKEY_SAVING defineultramage1-4/+5
2007-09-30Removed redundant 'subnet' s_subnet structure variable.ultramage1-19/+13
2007-09-20* Merged the tmpsql branch:FlavioJS1-3/+5
2007-09-13Wiped out every mention of RETCODE from /src.ultramage1-50/+50
2007-08-15- Merged and completed Latio's work on server-side hot-key saving (http://www...skotlex1-2/+80
2007-08-09The new functions now clear junk from the output buffer, this simplifies the ...ultramage1-1/+1
2007-08-08* Cleaned up junk left in the code by the mapcache/mapindex updateultramage1-20/+16
2007-08-07Some minor typo fixing.ultramage1-2/+1
2007-08-05Fixed a missing charserver include causing "warning: struct declared inside p...ultramage1-3/+1
2007-07-25* Added support for character rename packet (only dummy code for now)ultramage1-106/+74
2007-07-20* Corrected packet_db.txt. See topic:158382 for details. As a side-effect, th...ultramage1-24/+18
2007-07-18- Small update to the effects list (new exe's effects by Au{R}oN)ultramage1-2/+2
2007-07-01Cleaned up some parts of the code.ultramage1-37/+39
2007-07-01* TXT->SQL converter fixupultramage1-3/+7
2007-06-06git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10706 5...FlavioJS1-2/+2
2007-06-03- Fixed missing client update when 'return to savepoint' failsultramage1-1/+1
2007-06-02* Displaying op names instead of numbers in script engine errors.FlavioJS1-47/+26
2007-06-01Some typo fixing / cleaningultramage1-14/+14
2007-05-28- Fixed an infinite char-server loop on the map connectionultramage1-24/+32
2007-05-28* RFIFOREST returns 0 when the session is eof (input data is implicitly disca...FlavioJS1-48/+59