Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-23 | Use generated config for map | Ben Longbons | 1 | -3/+5 | |
2015-01-03 | Switch MATCH to separate begin/end macros | Ben Longbons | 1 | -2/+4 | |
The for loop trick turned out to be very prone to infinite loops at runtime. It's better to force compiler errors even if it's ugly. | |||||
2014-11-19 | Magically allow "break" within WITH_VAR | Ben Longbons | 1 | -2/+2 | |
2014-10-26 | Fix header ranking | Ben Longbons | 1 | -1/+1 | |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 1 | -79/+52 | |
2014-06-30 | It's about time I did this | Ben Longbons | 1 | -1/+1 | |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 1 | -0/+4 | |
2014-06-26 | Low hanging fruit | Ben Longbons | 1 | -31/+31 | |
2014-06-24 | No one is .neutral() here (except IPv4 addresses) | Ben Longbons | 1 | -2/+2 | |
2014-05-27 | Generate the char server protocol | Ben Longbons | 1 | -53/+69 | |
2014-05-12 | Split net/ from mmo/ | Ben Longbons | 1 | -1/+2 | |
2014-04-24 | Header cleanup | Ben Longbons | 1 | -4/+2 | |
2014-04-22 | Use strict ID types | Ben Longbons | 1 | -39/+39 | |
Possibly some missing for the far side of the network. AccountId and BlockId are still terribly entangled. | |||||
2014-04-14 | Ditch gcc 4.6 support | Ben Longbons | 1 | -6/+6 | |
2014-04-09 | Add all the missing copyright headers | Ben Longbons | 1 | -0/+21 | |
2014-03-16 | Clean up header organization | Ben Longbons | 1 | -4/+6 | |
2014-03-15 | Split out the keys from character data to have better paging performance | Ben Longbons | 1 | -18/+18 | |
2014-02-06 | Wrap remaining FDs in a class | Ben Longbons | 1 | -6/+8 | |
2014-02-04 | Convert fd to Session* where meaningful | Ben Longbons | 1 | -4/+4 | |
2013-11-15 | Another step towards proper header ordering | Ben Longbons | 1 | -1/+2 | |
2013-10-12 | Disallow unchecked being casts | Ben Longbons | 1 | -1/+1 | |
Despite the fact that that's what the code always did, it was sometimes wrong. | |||||
2013-10-05 | Split string header into pieces | Ben Longbons | 1 | -0/+2 | |
2013-08-01 | Poison std::string and use the various string classes | Ben Longbons | 1 | -21/+19 | |
2013-06-23 | add new stuff stuff (with tests!), poison memcmp and strncpy | Ben Longbons | 1 | -2/+1 | |
2013-06-18 | Also poison memcpy, memmove, and memset | Ben Longbons | 1 | -29/+21 | |
2013-06-11 | Allegedly remove all manual memory management | Ben Longbons | 1 | -1/+1 | |
2013-05-25 | Switch block_list and subclasses to dumb_ptr | Ben Longbons | 1 | -39/+45 | |
Now we're well-defined, since we're actually calling ctors and dtors. Most of this code will not survive long ... | |||||
2013-05-23 | Make block_list a base class | Ben Longbons | 1 | -13/+13 | |
2013-05-23 | Rename fields of block_list in preparation for subclassing | Ben Longbons | 1 | -13/+13 | |
This is necessary because at least some of the subclasses overlap names. | |||||
2013-05-22 | RAII-ify some arrays of block_list | Ben Longbons | 1 | -3/+1 | |
2013-05-18 | Tweak a little memory management in char-server | Ben Longbons | 1 | -9/+10 | |
2013-05-14 | Add SHAREXP distinction, create UNKNOWNXP default | Freeyorp | 1 | -1/+2 | |
Previously, KILLXP was being set as the catchall, which caused false positives for XP sharing. Update documentation accordingly. log version incremented to 4. | |||||
2013-04-27 | Force timers to be managed | Ben Longbons | 1 | -2/+3 | |
2013-02-23 | Replace struct dbt with typesafe std::map wrappers | Ben Longbons | 1 | -18/+15 | |
Also fix broken save/accreg.txt reading. | |||||
2013-02-12 | Strictify timers | Ben Longbons | 1 | -5/+5 | |
2013-02-07 | Remove some macros | Ben Longbons | 1 | -2/+3 | |
2013-02-01 | Remove unnecessary includes, speeding up recompilation | Ben Longbons | 1 | -3/+1 | |
2013-01-17 | Clean up some things after declassization | Ben Longbons | 1 | -0/+2 | |
2013-01-09 | Make incoming packets read-only | Ben Longbons | 1 | -4/+9 | |
2013-01-07 | Use cxxstdio | Ben Longbons | 1 | -6/+6 | |
2012-12-24 | Purge some unused functions | Ben Longbons | 1 | -29/+17 | |
2012-12-24 | Cleanup headers and remove all uses of va_list except logging | Ben Longbons | 1 | -48/+32 | |
2012-12-14 | Some formatting fixes before I go insane | Ben Longbons | 1 | -175/+175 | |
Also delete the French translation from ladmin. | |||||
2012-12-12 | Remove guilds, finally | Ben Longbons | 1 | -1/+1 | |
If anyone in the future wonders why I did this, just look at how many lines of code this eliminates. | |||||
2012-12-05 | Change some unused int returns to void | Ben Longbons | 1 | -6/+5 | |
Also clean up a little formatting in script.cpp This is what passes for "minimally invasive" in tmwa ... | |||||
2012-09-03 | Fix compiler errors of C++ conversion | Ben Longbons | 1 | -10/+13 | |
2012-08-30 | Rename files for C++ conversion. Does not compile. | Ben Longbons | 1 | -0/+790 | |
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 |