Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-29 | Initial porting to NACL by Vasily_Makarov. | Andrei Karas | 15 | -9/+263 | |
2013-10-29 | fix char replacment in whispers for sender. | Andrei Karas | 1 | -9/+6 | |
Before whisper sender not saw replaced text in chat. | |||||
2013-10-28 | fix items amount in trade in selling to personal shop. | Andrei Karas | 1 | -1/+1 | |
2013-10-28 | Revert "Remove setMap from being constructor." | Andrei Karas | 6 | -7/+12 | |
This reverts commit 9cf563fa7f4059bfddd82efdaa89df2ed07a6d7c. | |||||
2013-10-27 | same outfits after each change into in memory configuration xml. | Andrei Karas | 1 | -0/+5 | |
2013-10-27 | fix crash with broken OpenGL functions. | Andrei Karas | 1 | -3/+5 | |
2013-10-27 | fix compilation with gcc 4.4 | Andrei Karas | 1 | -1/+1 | |
2013-10-26 | allow load and use mask in ambient layers. | Andrei Karas | 4 | -13/+41 | |
default layer mask is 1. | |||||
2013-10-26 | show main layers based on map mask. | Andrei Karas | 2 | -0/+11 | |
2013-10-26 | Loading map layer masks from layer properties. | Andrei Karas | 3 | -11/+27 | |
2013-10-26 | add handling for map mask packet. (evol only) | Andrei Karas | 7 | -2/+25 | |
Also change network version to 11. | |||||
2013-10-26 | fix selection in shoplistbox. | Andrei Karas | 1 | -1/+1 | |
2013-10-26 | Change version to 1.3.10.27.v1.3.10.27 | Andrei Karas | 8 | -8/+18 | |
2013-10-26 | update translations. | Andrei Karas | 39 | -69314/+74113 | |
2013-10-25 | update translations. | Andrei Karas | 17 | -1443/+1628 | |
2013-10-25 | fix code style. | Andrei Karas | 7 | -11/+22 | |
2013-10-25 | fix compilation with SDL2. | Andrei Karas | 1 | -2/+2 | |
2013-10-25 | add missing checks. | Andrei Karas | 2 | -3/+3 | |
2013-10-25 | dont use void pointer type. | Andrei Karas | 1 | -1/+1 | |
2013-10-24 | add option to show motd message. | Andrei Karas | 6 | -8/+12 | |
Disabled by default. | |||||
2013-10-24 | remove unused setTargetPlane function from renderers. | Andrei Karas | 8 | -28/+0 | |
2013-10-24 | add final keyword to all other files. | Andrei Karas | 12 | -37/+38 | |
2013-10-24 | add final keyword to being files. | Andrei Karas | 5 | -33/+37 | |
2013-10-24 | add final keyword to resources files. | Andrei Karas | 7 | -24/+33 | |
2013-10-24 | add final keyword to particles files. | Andrei Karas | 6 | -12/+14 | |
2013-10-24 | add final keyword to render files. | Andrei Karas | 9 | -220/+273 | |
2013-10-24 | add final keyword to net files. | Andrei Karas | 45 | -320/+342 | |
2013-10-24 | add final keyword to gui files. | Andrei Karas | 14 | -43/+45 | |
2013-10-24 | add final keyword to windows files. | Andrei Karas | 52 | -210/+212 | |
2013-10-24 | add final keyword to widgets files. | Andrei Karas | 79 | -313/+315 | |
2013-10-23 | disable SDL2 in build script. | Andrei Karas | 1 | -2/+1 | |
2013-10-23 | replace some malloc/free by new/delete. | Andrei Karas | 5 | -11/+10 | |
2013-10-23 | Fix inttextfield on SDL2. | Andrei Karas | 2 | -1/+23 | |
This allow enter numbers for example in drop or split dialogs. | |||||
2013-10-23 | remove unused virtual keyword | Andrei Karas | 1 | -2/+2 | |
2013-10-22 | fix default server configuration files on Android and SDL2. | Andrei Karas | 1 | -2/+3 | |
2013-10-22 | disable safe mode in Android. | Andrei Karas | 1 | -20/+7 | |
2013-10-22 | add context menu for items in buy/sell dialogs. | Andrei Karas | 2 | -0/+17 | |
2013-10-22 | Add new chat emotes. | Reid Yaro | 1 | -0/+0 | |
2013-10-22 | dehardcode render values. | Andrei Karas | 3 | -23/+24 | |
2013-10-21 | fix code style. | Andrei Karas | 1 | -1/+1 | |
2013-10-21 | add theming parameters for for chat window (chat.xml). | Andrei Karas | 1 | -4/+17 | |
New theme parameters: emoteButtonSpacing - space between input chat line and emote button. Default 2 emoteButtonY - relative y position for emote button. Default -2 | |||||
2013-10-21 | add function to load separate image into button. | Andrei Karas | 2 | -1/+64 | |
2013-10-20 | Add emotes button in chat input line. | Andrei Karas | 4 | -5/+45 | |
Enabled by default. | |||||
2013-10-20 | close in chat emotes window by f1 if it already opened. | Andrei Karas | 1 | -1/+6 | |
2013-10-20 | Remove setMap from being constructor. | Andrei Karas | 6 | -12/+7 | |
2013-10-20 | Remove glPushMatrix and glPopMatrix from OpenGL renderers except safe opengl. | Andrei Karas | 2 | -4/+28 | |
2013-10-19 | fix code style | Andrei Karas | 9 | -18/+15 | |
2013-10-19 | update translations. | Andrei Karas | 18 | -9429/+9429 | |
2013-10-19 | Rename actorspritemanager into actormanager. | Andrei Karas | 39 | -500/+494 | |
2013-10-19 | add missing override keyword in postInit function declarations. | Andrei Karas | 16 | -16/+17 | |