Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-19 | Add visual page in settings. | Andrei Karas | 1 | -0/+2 | |
Move pickup particle settings to visual tab page. | |||||
2012-02-05 | Add own translation system. | Andrei Karas | 1 | -0/+6 | |
2012-02-05 | Separate map class to map and maplayer. | Andrei Karas | 1 | -0/+2 | |
2012-02-05 | Move language functions to langs.cpp and langs.h files. | Andrei Karas | 1 | -0/+2 | |
2012-02-01 | Rename CustomServerDialog to EditServerDialog. | Andrei Karas | 1 | -0/+2 | |
Use EditServerDialog for adding new servers to ServerDialog. | |||||
2012-01-24 | Use SDL_RWops directly on top of PhysFS | Thorbjørn Lindeijer | 1 | -0/+2 | |
This avoids the creation of a temporary buffer containing a complete file for the sole purpose of wrapping it up in an SDL_RWops. The necessary wrapper is by Ryan C. Gordon and is included in the PhysFS repository under 'extras'. Reviewed-by: Yohann Ferreira Conflicts: mana.files src/CMakeLists.txt src/resources/resourcemanager.cpp src/resources/soundeffect.cpp | |||||
2012-01-23 | Add false and true condition logging. | Andrei Karas | 1 | -0/+2 | |
2012-01-04 | Add ability for testing drivers and graphics. | Andrei Karas | 1 | -0/+4 | |
2012-01-04 | Add process execute functions. | Andrei Karas | 1 | -0/+2 | |
2011-12-29 | Move sha256 files to manaserv only files. | Andrei Karas | 1 | -2/+2 | |
2011-11-19 | Add limits for creating chars (hair color, hair style, stats). | Andrei Karas | 1 | -0/+2 | |
2011-11-13 | Add missing h file to make and project files. | Andrei Karas | 1 | -0/+1 | |
2011-08-30 | Add auction bot support switch. | Andrei Karas | 1 | -0/+2 | |
2011-08-28 | Fix possible conflicts between class names GuildTab, PartyTab and other. | Andrei Karas | 1 | -2/+2 | |
2011-08-27 | Basic support for guild bot integration. | Andrei Karas | 1 | -0/+4 | |
Not working context menu actions, chat commands, auto complete. | |||||
2011-08-15 | Move setupitem class to widgets directory. | Andrei Karas | 1 | -2/+2 | |
2011-08-12 | Rename file name table to correct guitable. | Andrei Karas | 1 | -2/+2 | |
2011-08-12 | Rename file name ministatus to correct ministatuswindow. | Andrei Karas | 1 | -2/+2 | |
2011-08-12 | Rename file name updatewindow to correct updaterwindow. | Andrei Karas | 1 | -2/+2 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -4/+4 | |
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 | -0/+2 | |
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 | -0/+2 | |
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 | -0/+1 | |
to fix windows builds. | |||||
2011-05-31 | Add missing guichan files. | Andrei Karas | 1 | -0/+2 | |
2011-05-31 | Allow use system guichan by automake switch --with-internalguichan=no. | Andrei Karas | 1 | -49/+50 | |
Cmake always using internal guichan. | |||||
2011-05-30 | Add guichan files to cmake and remove deps on guichan libs. | Andrei Karas | 1 | -7/+93 | |
2011-05-24 | Add missing files to cmake and code blocks make files. | Andrei Karas | 1 | -0/+1 | |
2011-05-20 | Start separating netcode to functions and moving some code to ea name space | Andrei Karas | 1 | -2/+12 | |
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-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-15 | Fix compilation on Haiku and set config and data paths for it. | DarkWind | 1 | -1/+1 | |