Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-14 | Dont use guichan tab and tabbedarea anymore. | Andrei Karas | 1 | -4/+0 | |
It have some methods and widget connections what cant be changed by overloading. | |||||
2012-09-30 | add atlas textures support. | Andrei Karas | 1 | -0/+2 | |
2012-09-28 | remove unused guichan class. | Andrei Karas | 1 | -2/+0 | |
2012-09-24 | Remove unused guichan classes. | Andrei Karas | 1 | -5/+0 | |
2012-09-19 | Add resize grip padding. | Andrei Karas | 1 | -2/+0 | |
Fix resize grip position. New theme option: resizePadding | |||||
2012-08-19 | Move some code from network to base classes. | Andrei Karas | 1 | -0/+2 | |
2012-08-11 | Extend FBO support. | Andrei Karas | 1 | -0/+2 | |
Use FBO only if it supported. Use better FBO functions if possible. | |||||
2012-08-11 | Move fbo code to GraphicsManager from opengl backends. | Andrei Karas | 1 | -0/+1 | |
2012-07-29 | Add quests netcode and quests window. | Andrei Karas | 1 | -0/+6 | |
2012-07-28 | Add support for images in npc menu. | Andrei Karas | 1 | -0/+3 | |
2012-07-19 | Rename openglgraphics to normalopenglgraphics. | Andrei Karas | 1 | -2/+2 | |
2012-07-19 | Rename opengl1graphics to safeopenglgraphics. | Andrei Karas | 1 | -2/+2 | |
2012-07-15 | Remove emote popup window. | Andrei Karas | 1 | -2/+0 | |
2012-06-25 | Add eAthena support to cmake build files. | Andrei Karas | 1 | -2/+62 | |
2012-06-24 | Remove enet code from sources. | Andrei Karas | 1 | -18/+0 | |
It only need for manaserv server type, but manaserv still in long development. | |||||
2012-06-22 | Fix some windows warnings. | Andrei Karas | 1 | -1/+0 | |
2012-06-21 | Add delayed images load. | Andrei Karas | 1 | -0/+2 | |
Can work for now only in OpenGL modes. | |||||
2012-06-10 | Split ImageHelper to ImageHelper, SDLImageHelper, OpenGLImageHelper. | Andrei Karas | 1 | -0/+4 | |
2012-06-10 | Move SubImage class to separate file. | Andrei Karas | 1 | -0/+2 | |
2012-06-09 | Move static methods from Image class to ImageHelper class. | Andrei Karas | 1 | -0/+2 | |
Remove SDL merge method. It was very slow and unused. | |||||
2012-05-19 | Rename register.cpp/h files to registerdialog.cpp/h | Andrei Karas | 1 | -2/+2 | |
2012-05-13 | Remove guichanfwd.h. | Andrei Karas | 1 | -1/+0 | |
2012-05-06 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2012-05-06 | Move specials window to manaserv only code. | Andrei Karas | 1 | -4/+4 | |
2012-05-05 | Improve images drawing and remove some useless code. | Andrei Karas | 1 | -2/+0 | |
2012-04-29 | Add graphicsmanager class and move some code to it. | Andrei Karas | 1 | -0/+2 | |
2012-04-18 | First step for dehardcode input handling in widgets. | Andrei Karas | 1 | -0/+4 | |
Now widgets can check for input event. | |||||
2012-04-15 | Add missing file to make files. | Andrei Karas | 1 | -0/+1 | |
2012-04-14 | Rename class InventoryFilter to RadioGroup. | Andrei Karas | 1 | -2/+6 | |
Add WidgetGroup and TabStrip classes for grouping controls. | |||||
2012-04-12 | Fix cmake build file. | Andrei Karas | 1 | -11/+0 | |
2012-04-10 | Rename settings tab keyboard to input. | Andrei Karas | 1 | -2/+2 | |
2012-04-08 | Allow assign 3 keys to any action. | Andrei Karas | 1 | -0/+1 | |
2012-04-01 | Add keyboarddata.h to make files.v1.2.4.1 | Andrei Karas | 1 | -0/+1 | |
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-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 | |