Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-24 | extent SDL event logging for SDL2. | Andrei Karas | 1 | -2/+53 | |
add events logging before login into game. | |||||
2013-08-24 | fix window title and icon in SDL2. | Andrei Karas | 1 | -55/+45 | |
2013-08-24 | fix images converting and drawing issues in SDL2 and OpenGL. | Andrei Karas | 1 | -0/+2 | |
2013-08-24 | final SDL2 compilation fixes. | Andrei Karas | 1 | -1/+2 | |
now it can be compiled, but still not works. | |||||
2013-08-24 | add some more fixes for SDL2 compilation. | Andrei Karas | 1 | -2/+4 | |
2013-08-24 | second part with compilation fixes for SDL2. | Andrei Karas | 1 | -12/+68 | |
2013-08-24 | first part of fixes for compilation with SDL2 | Andrei Karas | 1 | -0/+15 | |
2013-08-20 | fix typo. | Andrei Karas | 1 | -1/+1 | |
perfomance -> performance | |||||
2013-07-11 | move sound constants to separate file. | Andrei Karas | 1 | -0/+1 | |
2013-07-10 | dehardcode death messages. | Andrei Karas | 1 | -0/+3 | |
add deadmessages.xml for death messages. | |||||
2013-07-10 | fix default configs using if run manaplus without install. | Andrei Karas | 1 | -0/+1 | |
2013-07-06 | fix code style and some minor issues. | Andrei Karas | 1 | -2/+3 | |
2013-07-04 | fix storage crash on exit. | Andrei Karas | 1 | -3/+3 | |
2013-07-03 | fix some leaks on exit. | Andrei Karas | 1 | -0/+4 | |
2013-07-01 | improve size() usage in client. | Andrei Karas | 1 | -2/+3 | |
2013-06-30 | Add ability to open support page if error happend. | Andrei Karas | 1 | -6/+28 | |
2013-06-28 | Fix "switch login" button in char selection dialog. | Andrei Karas | 1 | -0/+3 | |
2013-06-23 | Fix loading features.xml | Andrei Karas | 1 | -1/+2 | |
2013-06-23 | Add support for protecting items. | Andrei Karas | 1 | -0/+1 | |
Protected item cant be selled, traded, dropped, used. Protect/unprotect item can be from context menu. | |||||
2013-06-21 | fix code style. | Andrei Karas | 1 | -1/+3 | |
2013-06-13 | move npc dialogs array from netcode. | Andrei Karas | 1 | -2/+2 | |
2013-06-09 | Add cpu features detection. | Andrei Karas | 1 | -0/+2 | |
2013-06-03 | Remove subdir SDL from SDL includes. | Andrei Karas | 1 | -3/+3 | |
2013-06-03 | fix SDL includes. | Andrei Karas | 1 | -3/+3 | |
2013-05-30 | Prevent losing per server settings. | Andrei Karas | 1 | -0/+1 | |
Prevent losing per server settings if partially connect to server and save settings. | |||||
2013-05-30 | Add screenshots option in branding file. | Andrei Karas | 1 | -1/+1 | |
Example: <option name="screenshots" value="EvolOnline"/> | |||||
2013-05-27 | Remove previous server name from settings if switching servers. | Andrei Karas | 1 | -0/+1 | |
2013-05-26 | dehardcode client data configuration file names. | Andrei Karas | 1 | -2/+2 | |
Now names stored in paths.xml | |||||
2013-05-24 | fix code style. | Andrei Karas | 1 | -2/+2 | |
2013-05-13 | fix code style and compilation warnings. | Andrei Karas | 1 | -8/+8 | |
2013-05-13 | also clear resource cache if switching servers. | Andrei Karas | 1 | -1/+3 | |
2013-05-13 | fix resource files unloading while switching servers. | Andrei Karas | 1 | -6/+42 | |
2013-05-12 | add features configuration file to enable/disable features per server. | Andrei Karas | 1 | -9/+15 | |
2013-05-11 | Add ability to show onscreen keyboard if input field focused. | Andrei Karas | 1 | -2/+3 | |
2013-05-11 | Allow load avatars from avatars.xml | Andrei Karas | 1 | -0/+3 | |
2013-05-06 | set default onscreen buttons and joystick size depend on screen density. | Andrei Karas | 1 | -1/+8 | |
change config version to 2. | |||||
2013-05-03 | add config versioning. | Andrei Karas | 1 | -0/+15 | |
2013-05-03 | add comments for translators. | Andrei Karas | 1 | -12/+44 | |
2013-05-01 | add pixel size detection fo X11 and windows. | Andrei Karas | 1 | -0/+1 | |
2013-04-26 | add support for separate online list. | Andrei Karas | 1 | -0/+6 | |
2013-04-25 | fix some code style by cpplint. | Andrei Karas | 1 | -3/+0 | |
2013-04-21 | fix code style and some other fixes after auto checks. | Andrei Karas | 1 | -2/+2 | |
2013-04-21 | some other fixes from cpplint. | Andrei Karas | 1 | -2/+2 | |
2013-04-20 | add support for GIMP palettes for dye colors. | Andrei Karas | 1 | -0/+3 | |
Palette file must be named palette.gpl and contain colors with correct names. To use it in dye string can be used character @. Example: <color id="2" name="black" value="@Untitled7,Untitled8,Untitled6"/> in all dye string it not tested. | |||||
2013-04-20 | fix style in other files. | Andrei Karas | 1 | -3/+15 | |
2013-04-18 | increase 10 ms timer max value to INT_MAX / 2. | Andrei Karas | 1 | -1/+2 | |
2013-04-17 | remove some unused system headers. | Andrei Karas | 1 | -1/+0 | |
2013-04-16 | possible fix issue with forgotten settings if game disconnected by error. | Andrei Karas | 1 | -0/+3 | |
2013-04-14 | add basic client side only support for pets. | Andrei Karas | 1 | -0/+3 | |
now pets cant move and dont have any ai. pet can be only spawn at player position if equiped item with assigned pet. | |||||
2013-04-14 | another fixes from cpplint. | Andrei Karas | 1 | -3/+6 | |