Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-07 | Moved two files which held net data into the net folder. Considering | Tametomo | 1 | -1/+1 | |
their function, this is a much better place to put them. Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2009-04-29 | Removed underscores from some non-conforming filenames | Bjørn Lindeijer | 1 | -1/+1 | |
We don't use underscores in the filenames generally, and let's be consistent on that matter. | |||||
2009-04-19 | Error server unavailable Add an error box when then game server isn't ↵ | blue112 | 1 | -0/+6 | |
available (on char selection) | |||||
2009-04-16 | Make sure math functions are still inlined | Bjørn Lindeijer | 1 | -5/+0 | |
A function call could be quite a large overhead on top of a fast square root function. | |||||
2009-04-07 | Make GeneralHandlers for both networks | Jared Adams | 1 | -0/+5 | |
Also make Net::LogoutHandler | |||||
2009-04-06 | Implement TMWServ's CharHandler | Jared Adams | 1 | -1/+54 | |
Also cleanup character creation, which isn't functional at the moment. | |||||
2009-03-27 | Changed the includes for the net/tmwserv/ directory | Bjørn Lindeijer | 1 | -11/+12 | |
2009-03-26 | Fixes to file headers and header guards | Bjørn Lindeijer | 1 | -4/+4 | |
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before. | |||||
2009-03-23 | Move all TMWServ-specific code to net/tmwserv | Jared Adams | 1 | -0/+227 | |
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities. |