Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-23 | Move chat command /announce into actions. | Andrei Karas | 1 | -0/+2 | |
2014-08-23 | Add missing file into make files. | Andrei Karas | 1 | -0/+1 | |
2014-08-23 | Rename settings options file from page into gui. | Andrei Karas | 1 | -2/+2 | |
2014-08-22 | Move options for move input settings page into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-08-22 | Move options for other input settings page into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-08-22 | Move options for chat input settings page into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-08-22 | Move options for outfits input settings page into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-08-22 | Move options for emotes input settings page into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-08-22 | Move options for windows input settings page into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-08-22 | Move options for shortcuts input settings page into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-08-22 | Move options for basic input settings page into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-08-22 | Move setup input pages options into separate file. | Andrei Karas | 1 | -1/+2 | |
2014-08-22 | Move touchactiondata into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-08-22 | Move intformation about setup input pages into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-08-22 | Move most code from setupactiondata.h into setupactiondata.cpp. | Andrei Karas | 1 | -0/+1 | |
2014-08-21 | Move target related actions into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-08-21 | Move status bar (yellow bar) related actions into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-08-21 | Move tabs related actions into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-08-21 | Move move related actions into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-08-21 | Move chat related actions into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-08-21 | Move windows related actions into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-08-21 | Move actions defines into separate file. | Andrei Karas | 1 | -0/+1 | |
2014-08-21 | Move actionmanager into actions directory and rename to actions. | Andrei Karas | 1 | -2/+2 | |
2014-08-18 | Rename DropShortcutContainer into VirtShortcutContainer. | Andrei Karas | 1 | -2/+2 | |
2014-08-14 | Add setupbutton object. | Andrei Karas | 1 | -0/+4 | |
Add upload log button in settings. | |||||
2014-08-10 | Add base class for different items shortcuts (for now unused). | Andrei Karas | 1 | -0/+2 | |
2014-08-10 | Simplify GLX functions defenition. | Andrei Karas | 1 | -0/+1 | |
2014-08-10 | Simplify OpenGL functions defenition. | Andrei Karas | 1 | -0/+1 | |
2014-07-31 | Move popup related code from viewport into popupManager. | Andrei Karas | 1 | -0/+2 | |
2014-07-20 | Add class for gamemodifiers. | Andrei Karas | 1 | -0/+2 | |
For now almost empty. | |||||
2014-07-19 | Add IPC: | Vincent Petithory | 1 | -0/+2 | |
Manaplus now accepts connections on the 44007 port. * Uses SDL_Net/SDL_Thread. * Port can be changed with envvar IPC_PORT. * Default port is first checked then incremented until one is available. * start on demand with /ipctoggle (shuts down server socket) It has a simple text protocol: TYPE arg1 [args]... Message types: * CMD: execs a command supported by manaplus, e.g /emote * LTALK: talks in general tab * TALK: talks in current focused tab * [TODO] KEY: do as if the KEY was pressed on keyboard | |||||
2014-07-17 | Rename KeySortFunctor into InputActionSortFunctor. | Andrei Karas | 1 | -1/+1 | |
2014-07-17 | Rename KeyFunction into InputFunction. | Andrei Karas | 1 | -1/+1 | |
2014-07-17 | Rename KeyItem into InputItem. | Andrei Karas | 1 | -1/+1 | |
2014-07-17 | Rename keydata into inputactiondata. | Andrei Karas | 1 | -1/+1 | |
2014-07-17 | Rename keyboarddata into inputactionmap. | Andrei Karas | 1 | -1/+1 | |
2014-07-15 | Fix make file. | Andrei Karas | 1 | -1/+0 | |
2014-07-12 | Add macro for checking OpenGL function is it null or not null. | Andrei Karas | 1 | -0/+1 | |
2014-07-03 | Move item type mapping into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-07-02 | Add basic support for functions from OpenGL extension ↵ | Andrei Karas | 1 | -0/+2 | |
GL_EXT_direct_state_access. | |||||
2014-07-01 | Fix compilation with some debug flags. | Andrei Karas | 1 | -0/+2 | |
2014-06-29 | Add imagegraphics for drawing into texture/image. | Andrei Karas | 1 | -0/+2 | |
For now it empty. | |||||
2014-06-24 | Add manual OpenGL context creation. | Andrei Karas | 1 | -0/+2 | |
For SDL2 set attributes for context version. For SDL1.2 in X11 create own context. For SDL1.2 and other platforms not implimented for now. Also try fallback if need to older context versions. | |||||
2014-06-23 | Add glx functions helpers. | Andrei Karas | 1 | -0/+6 | |
Add some glx functions. | |||||
2014-06-14 | Add missing files into tarball. | Andrei Karas | 1 | -0/+1 | |
2014-06-08 | Add shaderprogram class. | Andrei Karas | 1 | -0/+2 | |
2014-06-08 | Add ShaderManager and Shader class. | Andrei Karas | 1 | -0/+4 | |
2014-06-08 | copy mobileopengl into modernopengl. | Andrei Karas | 1 | -0/+2 | |
2014-06-07 | Improve a bit video mode initialisation code. | Andrei Karas | 1 | -3/+4 | |
2014-06-07 | Split mgl into separate files. | Andrei Karas | 1 | -0/+2 | |