Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-19 | Remove from ipc code try/catch and add missing check. | Andrei Karas | 1 | -42/+34 | |
2014-07-19 | Fix different style issues in ipc code. | Andrei Karas | 3 | -40/+44 | |
2014-07-19 | fix warnings from mplint | Vincent Petithory | 2 | -1/+3 | |
2014-07-19 | IPC: remove message typesr; forward raw string to chatInput | Vincent Petithory | 1 | -38/+9 | |
2014-07-19 | IPC: fix copyright | Vincent Petithory | 4 | -2/+4 | |
2014-07-19 | Add IPC: | Vincent Petithory | 5 | -0/+290 | |
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-19 | Fix default textureSize config option. | Andrei Karas | 3 | -3/+3 | |
2014-07-19 | Add missing include in glxhelper.v1.4.7.19 | Andrei Karas | 1 | -0/+1 | |
2014-07-19 | Change version to 1.4.7.19. | Andrei Karas | 8 | -8/+26 | |
2014-07-18 | Fix code style. | Andrei Karas | 12 | -17/+35 | |
2014-07-18 | Fix first time OpenGL renderer detection with SDL2. | Andrei Karas | 1 | -0/+1 | |
2014-07-18 | Move renderer method createGLContext from protected into public. | Andrei Karas | 2 | -5/+6 | |
2014-07-18 | Fix best renderer detection at first start. | Andrei Karas | 1 | -1/+1 | |
It was broken if best mode is modern OpenGL. | |||||
2014-07-18 | Fix compilation with SDL2 after latest commits. | Andrei Karas | 1 | -1/+3 | |
2014-07-18 | Remove default parameters from changeMode function. | Andrei Karas | 2 | -12/+12 | |
2014-07-17 | Rename KeySortFunctor into InputActionSortFunctor. | Andrei Karas | 4 | -8/+8 | |
2014-07-17 | Rename KeyFunction into InputFunction. | Andrei Karas | 7 | -43/+43 | |
2014-07-17 | Rename KeyItem into InputItem. | Andrei Karas | 7 | -32/+31 | |
2014-07-17 | Rename KeyGroup into InputGroup. | Andrei Karas | 1 | -1/+1 | |
2014-07-17 | Rename keydata into inputactiondata. | Andrei Karas | 9 | -31/+31 | |
2014-07-17 | Rename keyboarddata into inputactionmap. | Andrei Karas | 4 | -3/+3 | |
2014-07-17 | Add GLX_CONTEXT_PROFILE_MASK_ARB into OpenGL defines. | Andrei Karas | 1 | -0/+4 | |
2014-07-17 | For old configuration restore move to target distance to attack range. | Andrei Karas | 1 | -0/+3 | |
2014-07-17 | Allow to set move to target distance from 1 to 9. | Andrei Karas | 2 | -20/+13 | |
2014-07-16 | Move mirrors for get client version into branding file. | Andrei Karas | 2 | -7/+15 | |
New branding options: updateMirrorX where X is from 1 to 7. | |||||
2014-07-16 | Move urls for client update into branding file. | Andrei Karas | 2 | -12/+20 | |
New branding options: androidDownloadUrl - url for android update. androidDownloadText - text for android update link. otherDownloadUrl - url for other os update. otherDownloadText - text for other os update link. windowsDownloadUrl - url for windows update. windowsDownloadText - text for windows update link. | |||||
2014-07-16 | Run video mode detection. | Andrei Karas | 2 | -3/+3 | |
This need for detect max texture size in each renderer. | |||||
2014-07-16 | In tests compare fps * 10. | Andrei Karas | 1 | -4/+4 | |
2014-07-16 | Recreate config file for tests on each run. | Andrei Karas | 1 | -0/+1 | |
2014-07-16 | Add max texture size detection for all modes. | Andrei Karas | 8 | -47/+60 | |
2014-07-16 | Add support for modern OpenGL in renderers tests. | Andrei Karas | 3 | -12/+68 | |
2014-07-15 | Update translations. | Andrei Karas | 40 | -4539/+6035 | |
2014-07-15 | Fix make file. | Andrei Karas | 1 | -1/+0 | |
2014-07-15 | Update manaplus.cbp. | Andrei Karas | 1 | -919/+966 | |
2014-07-15 | Remove SDLMain.h because it was unused. | Andrei Karas | 1 | -11/+0 | |
2014-07-15 | Add useButton option to skills.xml. | Andrei Karas | 3 | -0/+8 | |
This allow to change use button for different skills. | |||||
2014-07-15 | Update translations. | Andrei Karas | 17 | -1589/+2473 | |
2014-07-15 | Add net function readInt8 and use it for item pixel offset. | Andrei Karas | 3 | -4/+18 | |
2014-07-15 | On Android move login dialog to top border. | Andrei Karas | 1 | -7/+14 | |
2014-07-14 | Rename "Enable reorder sprites" option. | Andrei Karas | 1 | -2/+2 | |
2014-07-14 | Change refine type to uint8_t. | Andrei Karas | 12 | -29/+38 | |
2014-07-14 | Rename readInt8 into readUInt8 because it really read uint8_t. | Andrei Karas | 28 | -209/+208 | |
2014-07-14 | Fix code style. | Andrei Karas | 7 | -6/+32 | |
2014-07-13 | Fix signed/unsigned type for some vars. | Andrei Karas | 5 | -6/+19 | |
2014-07-13 | Fix code style. | Andrei Karas | 27 | -94/+112 | |
2014-07-12 | Add macro for checking OpenGL function is it null or not null. | Andrei Karas | 10 | -12/+53 | |
2014-07-12 | Add functions to get ARB or EXT OpenGL functions. | Andrei Karas | 3 | -36/+47 | |
2014-07-12 | Simplify assignFunction and add two args function assignFunction2. | Andrei Karas | 4 | -112/+120 | |
2014-07-12 | Fix logging about emulated OpenGL functions. | Andrei Karas | 1 | -1/+1 | |
2014-07-11 | Disable OpenGL mode fallback if test running. | Andrei Karas | 1 | -1/+1 | |