Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-27 | Try enable rectangular textures before using it. | Andrei Karas | 1 | -0/+1 | |
2012-04-27 | Add option to enable/disable rectangular textures. | Andrei Karas | 1 | -4/+6 | |
2012-04-26 | Add to log draw backend name. | Andrei Karas | 1 | -0/+6 | |
Add ability to get free video memory (fast openg with NVIDIA). Add test with id 100 for long perfomance testing. | |||||
2012-03-03 | Fix incorrect screenshots issue in opengl mode.v1.2.3.4 | Andrei Karas | 1 | -2/+2 | |
2012-03-03 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-03-02 | Add FBO for screenshots to safe opengl also. | Andrei Karas | 1 | -2/+73 | |
2012-02-25 | Fix old casts. | Andrei Karas | 1 | -2/+4 | |
2012-02-02 | Add "no frame" option to hide window frame. Disabled by default. | Andrei Karas | 1 | -2/+6 | |
2012-01-30 | Add option for enable/disable window resize. | Andrei Karas | 1 | -2/+4 | |
2012-01-30 | Allow resizing of the game in windowed mode | Thorbjørn Lindeijer | 1 | -0/+11 | |
Window positions are semi-smartly corrected as a result of the resize. Not supported when using OpenGL on Windows for now. Reviewed-by: Yohann Ferreira Conflicts: src/client.cpp src/client.h src/game.cpp src/gui/gui.cpp src/gui/widgets/window.cpp | |||||
2012-01-20 | Fix code style. | Andrei Karas | 1 | -2/+3 | |
2012-01-20 | Fix ambient layer scalling in safe opengl mode. | Andrei Karas | 1 | -2/+5 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-12-26 | Restore GL_PACK_ALIGNMENT after creating screenshots in opengl modes. | Andrei Karas | 1 | -0/+4 | |
2011-10-27 | Add command to dump to chat main graphics settings. | Andrei Karas | 1 | -0/+1 | |
Command: /dumpg | |||||
2011-09-14 | Bit improve push cliparea functions in opengl backends. | Andrei Karas | 1 | -12/+11 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-18 | Remove unused parameters. | Andrei Karas | 1 | -2/+3 | |
2011-07-17 | Add basic tiles caching for opengl. | Andrei Karas | 1 | -0/+10 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -9/+9 | |
2011-07-02 | Replace some getters to direct member access in Image class. | Andrei Karas | 1 | -2/+2 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-04-09 | Improve map loading speed. | Andrei Karas | 1 | -2/+2 | |
2011-03-26 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2011-03-26 | Fix complilation without opengl. | Andrei Karas | 1 | -2/+3 | |
2011-03-26 | Remove debug code and add checks in graphics classes. | Andrei Karas | 1 | -0/+6 | |
2011-03-26 | Precalculation vertexes for improving draw speed. | Andrei Karas | 1 | -1/+26 | |
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-18 | Fix most conversions except manaserv net code and some other code. | Andrei Karas | 1 | -16/+25 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -13/+21 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+603 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |