Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
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 | |
2008-11-03 | Rename MMRAND to MPRAND and clarify in a comment how it works exactly. These ↵ | Dennis Friis | 1 | -2/+9 | |
are purpose-specific replacements for the vast usage of rand() with modulo and using high-order bits instead. | |||||
2008-11-03 | Add 2 defines for rand() that uses hi-order bits to get slighty better ↵ | Dennis Friis | 1 | -0/+2 | |
pseudo-random numbers | |||||
2008-10-23 | Commit Mantis tasks 486 and 460 | Jared Adams | 1 | -2/+2 | |
2008-10-11 | Commit magic patch v13 | Jared Adams | 1 | -2/+2 | |
2008-04-25 | minor fix to some simple signedness errors | Dennis Friis | 1 | -7/+7 | |
2008-04-02 | initial checkin | Dennis Friis | 22 | -0/+3491 | |