Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-29 | Replace vectors with strings to short names. | Andrei Karas | 1 | -0/+1 | |
2012-03-26 | Redesign input handling. | Andrei Karas | 1 | -0/+6 | |
2012-03-22 | Rename object event to depricatedevent because current implimentation very | Andrei Karas | 1 | -2/+2 | |
bad and must be replaced with better implimentation. | |||||
2012-02-27 | Add sliderlist setup item. | Andrei Karas | 1 | -0/+2 | |
2012-02-25 | Add SliderList control. | Andrei Karas | 1 | -0/+2 | |
2012-02-19 | Add visual page in settings. | Andrei Karas | 1 | -0/+2 | |
Move pickup particle settings to visual tab page. | |||||
2012-02-12 | Add unit tests for stringutils. | Andrei Karas | 1 | -4/+5 | |
2012-02-11 | Add support for gtest framework. | Andrei Karas | 1 | -0/+4 | |
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 | -1/+3 | |
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 | -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 | |