Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-17 | Remove PC/mob disguises and hard-coded classes | Ben Longbons | 1 | -1/+1 | |
2013-01-09 | Make incoming packets read-only | Ben Longbons | 3 | -43/+134 | |
2013-01-08 | Improve warning management more | Ben Longbons | 8 | -38/+42 | |
2013-01-08 | Improve warnings; fix const_db.txt bug. | Ben Longbons | 2 | -11/+4 | |
2013-01-07 | Use cxxstdio | Ben Longbons | 14 | -60/+624 | |
2012-12-24 | Add cxxstdio, bump license to gpl3+ | Ben Longbons | 2 | -2/+235 | |
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 | |
Also delete the French translation from ladmin. | |||||
2012-12-12 | Remove guilds, finally | Ben Longbons | 1 | -125/+1 | |
If anyone in the future wonders why I did this, just look at how many lines of code this eliminates. | |||||
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 | |
After updating, you can remove these files, as shown in 'git status': Untracked files: (use "git add <file>..." to include in what will be committed) src/map/magic-interpreter-lexer.c src/map/magic-interpreter-parser.c src/map/magic-interpreter-parser.h | |||||
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 | |
The most visible effect of this was that the map-server would never actually connect with the char-server | |||||
2011-03-24 | Optimize common objects, and adjust other objects accordingly. | Ben Longbons | 26 | -3014/+1420 | |
Major changes still need to be made to each of the servers. | |||||
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 | |
tildes. | |||||
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 | |
Should compile correctly on newer cygwin now | |||||
2010-05-05 | Fixed up and slightly simplified the build system | MadCamel | 1 | -0/+1 | |
It's now possible to run 'make' in any of the src/ subdirs and have it build properly. Moved some tools including eathena-monitor to src/tools - run 'make tools' to build. CFLAGS, etc are now in the 'make.defs' file. Requires GNU make. | |||||
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 | |
The command options used was: -nbad -bap -sc -bl -blf -bli0 -cli4 -cbi0 -di5 -nbc -bls -ip2 -nut -ts4 -bap -i4 -sob -npsl | |||||
2009-09-30 | Merge branch 'master' of ↵ | MadCamel | 2 | -0/+10 | |
git@gitorious.org:~madcamel/tmw-eathena/thealternateworld Conflicts: src/common/utils.h | |||||
2009-09-30 | Added -fno-strict-aliasing to CFLAGS | MadCamel | 3 | -1/+11 | |
This will likely fix a few minor weirdnesses, and compiler warnings. | |||||
2009-09-26 | Initial support for skill pools (available via at commands and | Fate | 1 | -1/+1 | |
untested scripting commands.) These changes also affect the format of the skill_db.txt file. | |||||
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 | |
Randomerer! Also: Fixed a security problem. Can you find it? | |||||
2009-08-26 | Revert "Fixed crash on empty storage" | MadCamel | 1 | -3/+0 | |
This reverts commit 53f87f7e41aa8f5dbe8639253ede44542086f046. I was sloppy about where I put the null check. | |||||
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 | |
Should see a massive speedup as it's now free to do other things. If processes start piling up, decrease the save frequency. | |||||
2009-07-07 | Fixes to socket system to make it cope better with fd depletion. | Dennis Friis | 4 | -23/+104 | |
Also added timeout for fullconnect, secured map server from stateless connections. | |||||
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 | |
Don't use an invalid file descriptor in an attempt to create a session. |