Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2013-04-14 | some more style fixes from cpplint. | Andrei Karas | 1 | -1/+1 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -21/+16 | |
2013-04-09 | rename some profiler marks. | Andrei Karas | 1 | -2/+2 | |
2013-04-09 | Improve perfomance in windows and popups visibility checks. | Andrei Karas | 1 | -2/+2 | |
2013-04-03 | fix ip in is server tmw checks. | Andrei Karas | 1 | -1/+1 | |
2013-03-31 | Add support for sound effects in any notification messages. | Andrei Karas | 1 | -0/+3 | |
2013-03-31 | Rename SoundManager sigleton from sound to soundManager. | Andrei Karas | 1 | -9/+10 | |
2013-03-29 | remove some code from deprivatedevent class. | Andrei Karas | 1 | -9/+2 | |
2013-03-28 | Revert "Remove auction bot support." | Andrei Karas | 1 | -0/+2 | |
This reverts commit 0b236e4e04a6d89d34925ce9d2875c002e135b23. | |||||
2013-03-27 | improve charserverhandler class. | Andrei Karas | 1 | -1/+1 | |
2013-03-23 | Improve speed in main cycle. | Andrei Karas | 1 | -4/+4 | |
2013-03-17 | add walkmaps support. | Andrei Karas | 1 | -0/+1 | |
Fast detecting between two targets is they in same walkable area. | |||||
2013-03-11 | Add some fixes after automatic checks. | Andrei Karas | 1 | -19/+0 | |
2013-03-10 | Add missing breaks and fix possible memory leak. | Andrei Karas | 1 | -0/+2 | |
2013-03-07 | Fix server switch incorrect map loading. | Andrei Karas | 1 | -0/+1 | |
2013-03-07 | Add active event to input event logger. | Andrei Karas | 1 | -0/+3 | |
2013-03-05 | Add config counters for starting client and entering game. | Andrei Karas | 1 | -0/+2 | |
2013-03-02 | Last fixes after Coverity checks. | Andrei Karas | 1 | -5/+6 | |
2013-02-25 | Improve string usage in other files. | Andrei Karas | 1 | -14/+25 | |
2013-02-22 | Add const and some other minor changes in chatlogger and client classes. | Andrei Karas | 1 | -112/+79 | |