Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-10 | Add players setup tab. | Andrei Karas | 1 | -0/+2 | |
Move all player related settings from relation tab to players tab. | |||||
2011-08-10 | Rename setup_players to setup_relations. | Andrei Karas | 1 | -2/+2 | |
2011-08-09 | Add perfomance setup tab. | Andrei Karas | 1 | -0/+2 | |
Move some settings from video to perfomance tab. | |||||
2011-07-31 | Extract shared logic from tradehandler netcode to ea namespace. | Andrei Karas | 1 | -1/+3 | |
2011-07-31 | Extract shared logic from specialhandler netcode to ea namespace. | Andrei Karas | 1 | -0/+2 | |
2011-07-31 | Extract shared logic from npchandler and playerhandler netcode to ea namespace. | Andrei Karas | 1 | -0/+4 | |
2011-07-31 | Extract shared logic from itemhandler netcode to ea namespace. | Andrei Karas | 1 | -0/+2 | |
2011-07-30 | Extract shared logic from inventoryhandler netcode to ea namespace. | Andrei Karas | 1 | -1/+3 | |
2011-07-30 | Extract shared logic from guildhandler and partyhandler netcode to ea namespace. | Andrei Karas | 1 | -0/+8 | |
2011-07-29 | Extract shared logic from chathandler and gamehandler netcode to ea namespace. | Andrei Karas | 1 | -1/+5 | |
2011-07-28 | Extract shared logic from charserverhandler and loginhandler netcode to ea ↵ | Andrei Karas | 1 | -1/+5 | |
namespace. | |||||
2011-06-24 | Delete some useless files and rename windows resource file. | Andrei Karas | 1 | -1/+1 | |
Fix some strings in INSTALL file. | |||||
2011-06-19 | Redesign Misc setup page. | Andrei Karas | 1 | -0/+2 | |
2011-06-18 | Start implimenting new setup pages. | Andrei Karas | 1 | -0/+2 | |
Add new container for setup items. Imporved other containers. | |||||
2011-06-16 | Fix dataDir in branding files. | Andrei Karas | 1 | -0/+2 | |
Move path functions to paths.cpp | |||||
2011-06-09 | Add "did you know?" dialog and some messages for it. | Andrei Karas | 1 | -0/+2 | |
Fix browserbox images position and size. | |||||
2011-06-03 | Remove SDL_gfxBlitFunc.h from automake, and leave it only in cmake | Andrei Karas | 1 | -2/+2 | |
to fix windows builds. | |||||
2011-05-31 | Add missing guichan files. | Andrei Karas | 1 | -1/+2 | |
2011-05-31 | Allow use system guichan by automake switch --with-internalguichan=no. | Andrei Karas | 1 | -49/+53 | |
Cmake always using internal guichan. | |||||
2011-05-30 | Add missing guichan files. | Andrei Karas | 1 | -0/+13 | |
2011-05-30 | Add guichan files to automake | Andrei Karas | 1 | -0/+77 | |
2011-05-27 | make sure make dist will have a tarball that's compilable and spec file to ↵ | Maarten Vanraes | 1 | -1/+6 | |
make sure it's rpm-buildable on all rpmbased distros | |||||
2011-05-27 | add more missing files to EXTRA_DIST so that make dist will work out well | Maarten Vanraes | 1 | -1/+6 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -1/+14 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-05-20 | Start separating netcode to functions and moving some code to ea name space | Andrei Karas | 1 | -0/+7 | |
for future usage for different server types. Processed classes: adminhandler, beinghandler, buysellhandler. | |||||
2011-05-12 | Renaming login, sell, trade (cpp, h) files to correct names. | Andrei Karas | 1 | -6/+6 | |
2011-04-04 | Rename some gui class files to real class names. | Andrei Karas | 1 | -10/+10 | |
2011-04-04 | Rename TrueTypeFont to SDLFont. | Andrei Karas | 1 | -2/+2 | |
2011-03-29 | Add fixes for localisation dir in linux portable build and error detection. | Andrei Karas | 1 | -0/+4 | |
2011-03-26 | Precalculation vertexes for improving draw speed. | Andrei Karas | 1 | -0/+2 | |
Implemented in Software and fast OpenGL backends. Not all controls using this mode because some limitations. Known issue: impossible compile without opengl. Will be fixed in next commits. | |||||
2011-03-15 | Remove outdated files. | Andrei Karas | 1 | -2/+0 | |
2011-03-13 | Add ability to remap maps to different files. | Andrei Karas | 1 | -0/+2 | |
2011-02-19 | Fix race condition in guichan bugfix. | Andrei Karas | 1 | -0/+1 | |
2011-02-01 | Add ability to enable/disable manaserv with embedded enet. | Andrei Karas | 1 | -21/+22 | |
Set manaserv disabled in automake and cmake by default but enabled in build scripts. | |||||
2011-01-03 | Add inventory filter control with only value All. | Andrei Karas | 1 | -0/+4 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+589 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |