Age | Commit message (Expand) | Author | Files | Lines |
2012-12-24 | Enumify some more things ... maybe even everything | Ben Longbons | 2 | -3/+83 |
2012-12-24 | Purge some unused functions | Ben Longbons | 3 | -90/+11 |
2012-12-24 | Enumify option, opt1, opt2, and opt3 | Ben Longbons | 2 | -1/+45 |
2012-12-24 | Cleanup headers and remove all uses of va_list except logging | Ben Longbons | 19 | -164/+211 |
2012-12-15 | Prepare to trim skills | Ben Longbons | 3 | -3/+146 |
2012-12-14 | Some formatting fixes before I go insane | Ben Longbons | 21 | -409/+409 |
2012-12-12 | Remove guilds, finally | Ben Longbons | 1 | -125/+1 |
2012-09-03 | Fix compiler errors of C++ conversion | Ben Longbons | 11 | -34/+143 |
2012-08-30 | Rename files for C++ conversion. Does not compile. | Ben Longbons | 22 | -77/+72 |
2012-07-19 | Hopefully make shutdown more clean. | Ben Longbons | 2 | -16/+35 |
2011-10-01 | Fix negative chances wrapping to high (Another bug in the language) | Ben Longbons | 1 | -1/+4 |
2011-10-01 | Fix abuse of fread. | Ben Longbons | 1 | -1/+1 |
2011-04-04 | Get rid of RETCODE | Ben Longbons | 1 | -6/+0 |
2011-04-03 | Fix some more compiler warnings | Ben Longbons | 9 | -24/+27 |
2011-04-03 | Rewrite make system to be optimal | Ben Longbons | 2 | -15/+7 |
2011-04-02 | Fix subtle MD5 bug | Ben Longbons | 1 | -2/+2 |
2011-03-24 | Fix accidentally-named interdb_val_t | Ben Longbons | 2 | -9/+9 |
2011-03-24 | Fix timer bugs in previous version | Ben Longbons | 2 | -25/+14 |
2011-03-24 | Optimize common objects, and adjust other objects accordingly. | Ben Longbons | 26 | -3014/+1420 |
2011-03-18 | Changes that should have been caught earlier | Ben Longbons | 1 | -2/+2 |
2011-03-16 | Use makefiles correctly and expand include dirs | Ben Longbons | 1 | -1/+1 |
2011-03-02 | Recode from SHIFT-JIS to unicode, then undo the conversion of backslashs and ... | Ben Longbons | 7 | -108/+108 |
2010-10-08 | Added MD5_ip() function to hash IP addresses | MadCamel | 2 | -1/+32 |
2010-10-08 | Moved md5calc.c from login-server to the common library | MadCamel | 3 | -1/+348 |
2010-09-29 | Increase default guild member limit from 16 to 100. | Andrei Karas | 1 | -1/+1 |
2010-08-07 | Tweak memory wrappers and add one for strdup() | remoitnane | 2 | -22/+36 |
2010-08-04 | Fixed minor portability problem | MadCamel | 1 | -1/+1 |
2010-05-05 | Fixed up and slightly simplified the build system | MadCamel | 1 | -0/+1 |
2010-04-04 | Fixed some bad code that was generating compiler warnings | MadCamel | 1 | -6/+16 |
2009-12-26 | Used the "indent" C formatting program from GNU to do some clean ups | Chuck Miller | 22 | -2320/+2730 |
2009-09-30 | Merge branch 'master' of git@gitorious.org:~madcamel/tmw-eathena/thealternate... | MadCamel | 2 | -0/+10 |
2009-09-30 | Added -fno-strict-aliasing to CFLAGS | MadCamel | 3 | -1/+11 |
2009-09-26 | Initial support for skill pools (available via at commands and | Fate | 1 | -1/+1 |
2009-09-17 | MRAND now wraps its modulo parameter in parentheses to avoid misassociation | Fate | 1 | -1/+1 |
2009-08-30 | MRAND() no longer uses high-order bits | MadCamel | 1 | -3/+2 |
2009-08-29 | Converted to Mersenne Twister for random. | MadCamel | 5 | -2/+125 |
2009-08-26 | Revert "Fixed crash on empty storage" | MadCamel | 1 | -3/+0 |
2009-08-23 | More locking fixups | MadCamel | 1 | -4/+4 |
2009-08-23 | Fixed crash on empty storage | MadCamel | 1 | -0/+3 |
2009-08-21 | Made temporary files more robust against race conditions | MadCamel | 1 | -2/+3 |
2009-07-24 | char-server now offloads file writes to a child process | MadCamel | 1 | -1/+6 |
2009-07-07 | Fixes to socket system to make it cope better with fd depletion. | Dennis Friis | 4 | -23/+104 |
2009-07-05 | The function should return a value | Thorbjørn Lindeijer | 1 | -1/+1 |
2009-07-05 | Bail out early from connect_client | Thorbjørn Lindeijer | 1 | -8/+9 |
2009-06-25 | Incremented the inter-server fifo size to 256*1024, patch from ea stable. | Dennis Friis | 1 | -1/+1 |
2009-06-25 | Redo storage, derived from ea stable. | Dennis Friis | 2 | -5/+11 |
2009-05-25 | Changed ladmin to allow being piped into more safely | Fate | 1 | -16/+21 |
2009-03-08 | Strip some more out | Jared Adams | 1 | -20/+1 |
2009-03-08 | Some more cleanup | Jared Adams | 1 | -13/+0 |
2008-11-24 | Converted some DOS newlines to UNIX | Bjørn Lindeijer | 2 | -26/+26 |