summaryrefslogtreecommitdiff
path: root/src/char_sql
AgeCommit message (Expand)AuthorFilesLines
2007-10-11Charserver cleaning / code simplification.ultramage1-347/+220
2007-10-07- Ops!.zephyrus1-1/+1
2007-10-07- Bug ID #184: Char Creation With An Empty Name [Zephyrus]zephyrus1-0/+7
2007-10-04* Added MAX_HOTKEYS to supplement the HOTKEY_SAVING defineultramage1-2/+3
2007-09-30Removed redundant 'subnet' s_subnet structure variable.ultramage1-34/+12
2007-09-28* Changed back the query to get the friends of a character to a LEFT JOIN.FlavioJS1-1/+1
2007-09-28Removed some redundant code from the sql charserver.ultramage1-98/+73
2007-09-27* Reimplemented mmo_char_fromsql using sql statements. (fixes bugreport:93)FlavioJS1-139/+171
2007-09-22Fixed a severe bug in inventory saving code (caused by r11192).ultramage1-58/+46
2007-09-22* Added 'safestrnlen' to prevent null pointer crashesultramage2-2/+2
2007-09-21* Fixed a typo in the status-change saving code (wrong variable used)ultramage2-2/+3
2007-09-20Added back SQL charserver listening socket code that got removed in the /tmps...ultramage2-1/+5
2007-09-20* Merged the tmpsql branch:FlavioJS18-2773/+2093
2007-09-13Wiped out every mention of RETCODE from /src.ultramage2-6/+6
2007-08-16- Cleaned some more the hotkey code: The order by and limit specifications ar...skotlex1-2/+11
2007-08-15- Merged and completed Latio's work on server-side hot-key saving (http://www...skotlex1-1/+48
2007-08-09The new functions now clear junk from the output buffer, this simplifies the ...ultramage2-1/+2
2007-08-08* Cleaned up junk left in the code by the mapcache/mapindex updateultramage1-16/+14
2007-08-07Some minor typo fixing.ultramage1-2/+1
2007-08-05Fixed a missing charserver include causing "warning: struct declared inside p...ultramage1-0/+1
2007-07-25* Added support for character rename packet (only dummy code for now)ultramage1-104/+106
2007-07-20* Corrected packet_db.txt. See topic:158382 for details. As a side-effect, th...ultramage1-9/+10
2007-07-01Cleaned up some parts of the code.ultramage2-321/+290
2007-07-01* TXT->SQL converter fixupultramage2-6/+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-46/+25
2007-06-01Some typo fixing / cleaningultramage1-12/+12
2007-05-28- Fixed an infinite char-server loop on the map connectionultramage2-23/+19
2007-05-28* RFIFOREST returns 0 when the session is eof (input data is implicitly disca...FlavioJS1-44/+53
2007-05-25Reformatting, warning fixes, unsigned char removalultramage1-1/+1
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage4-12/+12
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage5-45/+36
2007-05-21- Removed the TURBO socket mechanism - it was in fact just using a variable t...ultramage7-421/+393
2007-05-19Reformatting @_@ultramage3-14/+10
2007-05-19Removed the wtf-y mmo_char_fromsql_short() from r2527ultramage1-210/+84
2007-05-10Replaced a few missed set_eof()-sultramage1-2/+2
2007-05-09* Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now). FlavioJS1-20/+20
2007-05-05* Removed the dependency on winsock.h for definitions, it's all winsock2.h now.FlavioJS1-3/+6
2007-04-29Gave each file an empty last line, to make svn happierultramage1-1/+2
2007-04-23- Fixed a compilation problem with the pid pluginultramage1-1/+1
2007-04-20- Added ntows() to properly handle that client port number deficiencyultramage1-2/+2
2007-04-19- fixed a few include lines.skotlex2-6/+5
2007-04-17Forgot one in in_homun.c :stoms1-1/+1
2007-04-17* Discarded extra deflate function needed for afm readingultramage1-1/+1
2007-04-16* Finally fixed mingw problems, managed to build both TXT and SQLultramage1-6/+6
2007-04-12fixed makefile typo, maps_athena typo, svn:eol-style native for some filesultramage1-1/+1
2007-04-09* Recoded and renamed the trim function in strlib to normalize_name. (didn't ...FlavioJS1-1/+1
2007-04-09* Played around with MinGW a bit today...ultramage2-2/+2
2007-04-07- Moved e_mail_check() and config_switch() to strlib.hultramage1-81/+68