summaryrefslogtreecommitdiff
path: root/src/char
AgeCommit message (Expand)AuthorFilesLines
2012-12-24Enumify some more things ... maybe even everythingBen Longbons2-63/+72
2012-12-24Purge some unused functionsBen Longbons6-39/+4
2012-12-24Enumify option, opt1, opt2, and opt3Ben Longbons1-3/+3
2012-12-24Cleanup headers and remove all uses of va_list except loggingBen Longbons8-105/+98
2012-12-15Prepare to trim skillsBen Longbons1-6/+8
2012-12-14Some formatting fixes before I go insaneBen Longbons8-1658/+1600
2012-12-12Remove guilds, finallyBen Longbons7-2144/+3
2012-09-03Fix compiler errors of C++ conversionBen Longbons8-172/+224
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons10-56/+56
2011-09-10Merge commit '2c863c0d99aa3df9ef2eb4ceb112c4d946520f0a'Ben Longbons11-230/+171
2011-04-04Fix ## variablesBen Longbons1-1/+1
2011-04-04Get rid of RETCODEBen Longbons5-87/+74
2011-04-03Fix some more compiler warningsBen Longbons9-127/+90
2011-04-03Rewrite make system to be optimalBen Longbons2-16/+7
2011-03-24Fix timer bugs in previous versionBen Longbons1-1/+0
2011-03-24Optimize common objects, and adjust other objects accordingly.Ben Longbons6-333/+166
2011-03-18Merge branch 'rewrite' of /home/ben/src/git/tmwAthena into rewriteBen Longbons1-35/+35
2011-03-18Merge branch 'master' into rewriteBen Longbons1-35/+35
2011-03-18Changes that should have been caught earlierBen Longbons1-2/+1
2011-03-17Convert Japanese comments to UTF-8, and convert French from ISO-8859-1Ben Longbons1-35/+35
2011-03-16Use makefiles correctly and expand include dirsBen Longbons5-24/+23
2011-03-02Recode from SHIFT-JIS to unicode, then undo the conversion of backslashs and ...Ben Longbons4-191/+191
2010-11-27Enabled IP metainformation packet.MadCamel1-8/+20
2010-11-12Hide char_id in guilds packets.Andrei Karas1-21/+17
2010-09-29Increase default guild member limit from 16 to 100.Andrei Karas1-2/+2
2010-08-25Revert "Fixed leaking of file descriptors in login and map server when their ...MadCamel1-1/+2
2010-08-22Fixed leaking of file descriptors in login and map server when their logfiles...MadCamel1-2/+1
2010-08-12Fix processing starting armor and weaponJared Adams1-37/+37
2010-05-05map-server and char-server build again on a fresh checkoutMadCamel1-1/+1
2010-05-05Fixed up and slightly simplified the build systemMadCamel1-1/+3
2010-02-21Pad server whisper name with null characters.No Name1-1/+1
2010-02-18make login-server child REALLY exit when done writing DBMadCamel1-1/+1
2010-02-05Attempt to fix forking problem on platinumJared Adams1-1/+14
2010-01-26Added password encryption to the accounts database, removed logging of plaint...MadCamel1-14/+1
2010-01-18Attempt to fix forking problem on platinumJared Adams1-1/+14
2009-12-26Used the "indent" C formatting program from GNU to do some clean upsChuck Miller10-5567/+7066
2009-11-02Allow deleting characters despite emailJared Adams1-3/+3
2009-10-10Better logging, initial job experience gathering, naming fixes to the skill s...Fate1-1/+1
2009-09-26Initial support for skill pools (available via at commands andFate1-19/+4
2009-08-29Converted to Mersenne Twister for random.MadCamel1-2/+2
2009-08-26Fixed crash while exiting with empty storageMadCamel1-0/+9
2009-08-09Merge branch 'master' of git://gitorious.org/tmw-eathena/mainlineMadCamel1-2/+2
2009-08-07Removed mmo_char_sync from new user creationMadCamel1-1/+0
2009-08-01fix 2 error messages for char.logMaximilian Philipps1-2/+2
2009-07-24char-server now offloads file writes to a child processMadCamel1-0/+12
2009-07-07Fixes to socket system to make it cope better with fd depletion.Dennis Friis5-31/+32
2009-06-25Fix storage warning on full, derived from ea stable.Dennis Friis1-2/+2
2009-06-25Crashbug fix for saving to big storages, derived from ea stable.Dennis Friis1-3/+7
2009-06-25Redo storage, derived from ea stable.Dennis Friis3-98/+106
2009-05-25Made itemfrob an ladmin command that can be used while running the serverFate3-2/+54