Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-10 | improve SDL2 handling events. | Andrei Karas | 1 | -0/+4 | |
2013-09-09 | remove useless includes from some files. | Andrei Karas | 1 | -8/+1 | |
2013-09-01 | add SDL2 default render mode. | Andrei Karas | 1 | -2/+1 | |
in this mode SDL using own driver with hardware acceleration. | |||||
2013-09-01 | add way to map render mode selection to actual modes. | Andrei Karas | 1 | -7/+7 | |
2013-08-31 | move being related files into being dir. | Andrei Karas | 1 | -1/+2 | |
2013-08-31 | move input related files into input dir. | Andrei Karas | 1 | -3/+4 | |
2013-08-29 | add some more missing checks. | Andrei Karas | 1 | -1/+3 | |
2013-08-29 | add file access fuzzer. | Andrei Karas | 1 | -0/+5 | |
2013-08-29 | allow open help and did you know window before login into game. | Andrei Karas | 1 | -0/+9 | |
2013-08-29 | add support for process all input events before entering game. | Andrei Karas | 1 | -1/+3 | |
add flag for in game action conditions. | |||||
2013-08-27 | fix code style. | Andrei Karas | 1 | -0/+2 | |
2013-08-26 | add surface allocation debug code. | Andrei Karas | 1 | -2/+3 | |
2013-08-25 | fix compilation warning. | Andrei Karas | 1 | -1/+0 | |
2013-08-25 | add SurfaceImageHelper for loading/processing surfaces for SDL2. | Andrei Karas | 1 | -7/+8 | |
For SDL1.2 used SDLImageHelper. | |||||
2013-08-24 | move WMInfo function calls into SDL helper. | Andrei Karas | 1 | -1/+1 | |
2013-08-24 | move some function to sdl helper. | Andrei Karas | 1 | -11/+3 | |
2013-08-24 | fix "grab input" in SDL2. | Andrei Karas | 1 | -6/+2 | |
2013-08-24 | add minimize/maximize event handling in game class for SDL2. | Andrei Karas | 1 | -1/+0 | |
2013-08-24 | fix delays is window minimized in SDL2. | Andrei Karas | 1 | -10/+9 | |
2013-08-24 | show/hide mouse cursor if mouse in/out window. | Andrei Karas | 1 | -3/+42 | |
2013-08-24 | remove most static methods from Client. | Andrei Karas | 1 | -31/+12 | |
2013-08-24 | improve some mode methods in Client. | Andrei Karas | 1 | -17/+3 | |
2013-08-24 | improve dirs usage in Client. | Andrei Karas | 1 | -20/+5 | |
2013-08-24 | improve getState/setState in Client. | Andrei Karas | 1 | -3/+3 | |
2013-08-24 | save Client object into global variable. | Andrei Karas | 1 | -10/+17 | |
2013-08-24 | Fix fps counter in SDL2. | Andrei Karas | 1 | -0/+2 | |
2013-08-24 | fix gui text input in SDL2. | Andrei Karas | 1 | -0/+3 | |
copy/paste broken for SDL2. | |||||
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 | |