Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-21 | move "change attack weapon type" option into gamemodifiers. | Andrei Karas | 2 | -2/+2 | |
2014-07-21 | move "change follow mode" option into gamemodifiers. | Andrei Karas | 2 | -2/+2 | |
2014-07-21 | move "change move to target type" option into gamemodifiers. | Andrei Karas | 2 | -2/+2 | |
2014-07-21 | move "change crazy move" option into gamemodifiers. | Andrei Karas | 2 | -2/+2 | |
2014-07-21 | move "change move" option into gamemodifiers. | Andrei Karas | 2 | -3/+6 | |
2014-07-20 | In localplayer rename InvertDirection into MoveType. | Andrei Karas | 2 | -2/+2 | |
2014-07-20 | Move debugMsg from localplayer into chattab. | Andrei Karas | 1 | -0/+4 | |
2014-07-19 | Fix default textureSize config option. | Andrei Karas | 1 | -1/+1 | |
2014-07-18 | Fix code style. | Andrei Karas | 2 | -2/+2 | |
2014-07-17 | Rename keydata into inputactiondata. | Andrei Karas | 2 | -2/+2 | |
2014-07-16 | Move mirrors for get client version into branding file. | Andrei Karas | 1 | -7/+8 | |
New branding options: updateMirrorX where X is from 1 to 7. | |||||
2014-07-16 | Move urls for client update into branding file. | Andrei Karas | 1 | -12/+11 | |
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 | Add max texture size detection for all modes. | Andrei Karas | 1 | -1/+1 | |
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 | 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 | 3 | -8/+15 | |
2014-07-14 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2014-07-13 | Fix signed/unsigned type for some vars. | Andrei Karas | 3 | -4/+15 | |
2014-07-13 | Fix code style. | Andrei Karas | 5 | -24/+28 | |
2014-07-12 | Simplify assignFunction and add two args function assignFunction2. | Andrei Karas | 1 | -1/+1 | |
2014-07-09 | Add empty map mode without collisions. | Andrei Karas | 4 | -19/+22 | |
Mode can be switched from yellow bar. Also renamed map draw type related variables and methods. | |||||
2014-07-05 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2014-07-04 | Add another mirror into manaplus downloads list. | Andrei Karas | 1 | -4/+8 | |
2014-07-03 | Use useButton attribute also in popup menu. | Andrei Karas | 1 | -19/+9 | |
2014-07-03 | Add item attribute useButton2 and use it in inventory. | Andrei Karas | 1 | -1/+2 | |
2014-07-03 | In inventory disable use button if selected item unusable. | Andrei Karas | 1 | -5/+13 | |
2014-07-03 | Use "useButton" item attribute in inventory window. | Andrei Karas | 1 | -18/+6 | |
2014-07-01 | Fix compilation with some debug flags. | Andrei Karas | 1 | -0/+1 | |
2014-06-26 | Fix text color in avatarlistbox. | Andrei Karas | 1 | -0/+2 | |
2014-06-24 | Add new action for select closest monster without filters and sorting. | Andrei Karas | 2 | -1/+7 | |
By default unassigned. | |||||
2014-06-22 | Add profiler lines into some functions. | Andrei Karas | 2 | -0/+6 | |
2014-06-22 | Reoder some text and image drawing for better batching. | Andrei Karas | 5 | -43/+52 | |
2014-06-22 | Fix drawing avatarlistbox in modernopengl. | Andrei Karas | 1 | -1/+3 | |
2014-06-21 | Add spelling fixes by Brian Callahan. | Andrei Karas | 1 | -1/+1 | |
2014-06-20 | Fix code style. | Andrei Karas | 2 | -1/+2 | |
2014-06-14 | Fix chat input field size if smiles button is hidden. | Andrei Karas | 1 | -0/+1 | |
2014-06-13 | In modernopengl add support for buffered draw tile collection. | Andrei Karas | 11 | -1/+14 | |
This is first cached function implemented in modernopengl. Also add support for bind buffer attributes. Add finalize method to convert any cached data into data for GPU. | |||||
2014-06-08 | Add Modern OpenGL render type. | Andrei Karas | 1 | -0/+4 | |
Now it using normal OpenGL renderer. | |||||
2014-06-07 | fix code style. | Andrei Karas | 2 | -3/+2 | |
2014-06-06 | Remove some duplicate code. | Andrei Karas | 7 | -125/+55 | |
2014-06-02 | Add missing final/notfinal to classes. | Andrei Karas | 13 | -42/+34 | |
2014-05-31 | Fix sign on some vars. | Andrei Karas | 2 | -2/+2 | |
2014-05-31 | Add missing notfinal/final to classes. | Andrei Karas | 26 | -48/+48 | |
2014-05-31 | Move colorpair into separate file. | Andrei Karas | 2 | -12/+42 | |
2014-05-31 | Move keyeventtype into separate file. | Andrei Karas | 2 | -10/+10 | |
2014-05-31 | Add to chat history enteerd text if was pressed up or down key. | Andrei Karas | 2 | -0/+20 | |
2014-05-31 | fix code style. | Andrei Karas | 36 | -168/+38 | |
2014-05-30 | Move main window related code into windowmanager. | Andrei Karas | 30 | -41/+565 | |
2014-05-29 | Move from client packets limiter related code into separate file. | Andrei Karas | 2 | -7/+9 | |