Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-18 | Add padding for items in extended listboxes. | Andrei Karas | 3 | -2/+5 | |
New parameter: itemPadding - padding from up and down for each list entry. | |||||
2013-01-18 | update and rebuild translations. | Andrei Karas | 41 | -8596/+8959 | |
2013-01-18 | Fix code style. | Andrei Karas | 3 | -6/+6 | |
2013-01-18 | Added missing Belgium flag in the setup/theme/language scrolling menu. | Alige | 4 | -1/+3 | |
2013-01-17 | Add detect joystick button in settings page. | Andrei Karas | 4 | -23/+51 | |
This need to detect joystick changes. | |||||
2013-01-17 | Fix server type dropdown in new server dialog. | Andrei Karas | 7 | -7/+18 | |
2013-01-17 | Add some flags to OpenGL initialization. | Andrei Karas | 3 | -0/+26 | |
2013-01-17 | Dont interrupt music if need play again same music. | Andrei Karas | 1 | -2/+6 | |
2013-01-16 | Add theming support for top right buttons before connecting to game. | Andrei Karas | 2 | -14/+29 | |
2013-01-16 | Fix loading quests with missing attributes. | Andrei Karas | 1 | -1/+1 | |
2013-01-16 | update copyrights year. | Andrei Karas | 737 | -737/+737 | |
2013-01-16 | Add macro for for and iterators. | Andrei Karas | 2 | -22/+10 | |
2013-01-16 | Add context menu to browserbox http links. | Andrei Karas | 7 | -4/+56 | |
2013-01-16 | Disable texture antialiasing by default (texture bluring) | Andrei Karas | 1 | -1/+1 | |
2013-01-16 | Fix ministatus window size and bars positions. | Andrei Karas | 1 | -7/+7 | |
2013-01-15 | Show better stats line in chat from status window. | Andrei Karas | 4 | -49/+67 | |
2013-01-15 | Enable music fadeout by default. | Andrei Karas | 2 | -2/+2 | |
2013-01-15 | Allow talk to not selected closest npc (distance 1) by talk key. | Andrei Karas | 1 | -1/+15 | |
Default key T. | |||||
2013-01-08 | plist updated itself | Socapex | 1 | -1/+1 | |
2013-01-03 | Version 1.0.2 of Jewelry Theme released. | Hal9000 | 1 | -0/+12 | |
2013-01-03 | update and rebuild translations. | Andrei Karas | 42 | -36650/+39053 | |
2013-01-03 | Fix SDL_gfx confict from broken header. | Andrei Karas | 3 | -7/+14 | |
2013-01-02 | Fix resize issue in shortcuts windows in software drawing mode. | Andrei Karas | 2 | -0/+7 | |
2013-01-01 | Fix some issues in process creation. | Andrei Karas | 1 | -2/+9 | |
2013-01-01 | Add support for theming in bars in top left corner. | Andrei Karas | 6 | -9/+28 | |
New theme options in ministatus.xml: padding - border padding spacing - space between buttons iconPadding - padding for icons iconSpacing - space between icons | |||||
2013-01-01 | Add theming support for top right buttons. | Andrei Karas | 5 | -8/+26 | |
New theme file: windowmenu.xml Options in windowmenu.xml: padding - padding from window borders spacing - space between buttons. | |||||
2013-01-01 | Remove free space from top and right in buttons menu. | Andrei Karas | 3 | -10/+4 | |
2013-01-01 | Allow select differnt modes for on screen buttons. | Andrei Karas | 5 | -13/+69 | |
Now supported 2x1 and 2x2 modes. | |||||
2012-12-31 | Fix code style and compilation under windows. | Andrei Karas | 8 | -11/+21 | |
2012-12-31 | Sort onscreen keyboard actions list. | Andrei Karas | 2 | -34/+64 | |
2012-12-31 | Add configurable actions for onscreen buttons. | Andrei Karas | 6 | -41/+63 | |
2012-12-31 | Add support for changable actions for onscreen controls. | Andrei Karas | 12 | -11/+276 | |
2012-12-31 | Replace "on screen" to "onscreen". | Andrei Karas | 1 | -3/+3 | |
2012-12-31 | Add option to show/hide onscreen keyboard icon. | Andrei Karas | 4 | -8/+35 | |
2012-12-30 | Add action to show onscreen keyboard. | Andrei Karas | 6 | -7/+26 | |
2012-12-30 | Fix hurt sound position. | Andrei Karas | 1 | -1/+1 | |
2012-12-30 | Add support for different sounds from different weapons. | Andrei Karas | 4 | -3/+40 | |
Also fixed sounds from non local player. | |||||
2012-12-30 | Add for incorrect item sound type "strike" alias "miss". | Andrei Karas | 1 | -1/+1 | |
For now "strike" used like "miss" sound. | |||||
2012-12-30 | Allow open context menu in textfields before connecting to server. | Andrei Karas | 3 | -9/+34 | |
2012-12-30 | Add popup menu for text fields. | Andrei Karas | 7 | -6/+80 | |
This menu allow copy/paste text to/from clipboard. | |||||
2012-12-29 | add open browser support for MacOSX. | Andrei Karas | 1 | -11/+21 | |
2012-12-29 | OS X now compiles with process.cpp | Socapex | 2 | -23/+18 | |
2012-12-29 | Remove debug messages. | Andrei Karas | 1 | -8/+0 | |
2012-12-29 | Replace most putenv to setenv. | Andrei Karas | 2 | -6/+16 | |
2012-12-29 | Add debug lines to check how gettext working. | Andrei Karas | 1 | -0/+8 | |
2012-12-29 | Add chat command to dump environment variables to log. | Andrei Karas | 3 | -0/+14 | |
New chat command: /dumpe | |||||
2012-12-29 | Minor physfswops fix (const char*) | Socapex | 2 | -3/+1 | |
2012-12-29 | OSX cleanup | Socapex | 6 | -2/+2 | |
2012-12-29 | Corrected credits in About menu, oops. | Socapex | 2 | -19/+118 | |
2012-12-29 | Use physfs for locale folder on OS X. | Socapex | 2 | -6/+7 | |