Age | Commit message (Expand) | Author | Files | Lines |
2016-09-11 | Remove support for legacy configuration in outfits. | Andrei Karas | 2 | -7/+3 |
2016-09-10 | Change version to 1.6.9.10.v1.6.9.10 | Andrei Karas | 1 | -2/+2 |
2016-09-09 | Fix wrong type usage. int -> time_t. | Andrei Karas | 4 | -4/+4 |
2016-09-09 | Fix code style. | Andrei Karas | 12 | -21/+21 |
2016-09-09 | Fix reading size for packet SMSG_MAP_MUSIC. | Andrei Karas | 1 | -1/+1 |
2016-09-09 | Add packet SMSG_GUILD_ONLINE_INFO 0x016d. | Andrei Karas | 3 | -0/+11 |
2016-09-09 | Fix packet sized for input packets. | Andrei Karas | 1 | -4/+4 |
2016-09-08 | Add esperanto language in language selection. | Andrei Karas | 1 | -2/+4 |
2016-09-08 | Remove itemslot.h. | Andrei Karas | 4 | -63/+3 |
2016-09-07 | Allow run commands if no tab selected in chat window. | Andrei Karas | 1 | -0/+2 |
2016-09-04 | Add support for close only client side window without affecting server. | Andrei Karas | 1 | -0/+14 |
2016-09-03 | Add debug info in SDL 1.2 context creation code. | Andrei Karas | 1 | -0/+8 |
2016-09-03 | Fix context switching in SDL 2. | Andrei Karas | 1 | -11/+15 |
2016-09-03 | Add option for create custom OpenGL context. | Andrei Karas | 9 | -14/+26 |
2016-09-03 | Show error messages in SDL2 OpenGL context creation function. | Andrei Karas | 1 | -0/+31 |
2016-09-01 | Fix compilation. | Andrei Karas | 1 | -0/+2 |
2016-09-01 | Add asserts into AtlasManager and fix null pointer access if some error happe... | Andrei Karas | 1 | -5/+15 |
2016-08-30 | Remove another extra include. | Andrei Karas | 1 | -1/+0 |
2016-08-30 | Remove another extra include. | Andrei Karas | 1 | -1/+0 |
2016-08-30 | Remove extra include. | Andrei Karas | 1 | -1/+0 |
2016-08-30 | Disable npc dialog test again. | Andrei Karas | 1 | -5/+4 |
2016-08-30 | Fix unused variables. | Andrei Karas | 1 | -0/+8 |
2016-08-30 | Enable test for npc dialog. | Andrei Karas | 1 | -4/+5 |
2016-08-30 | Fix some leaks in unit tests. | Andrei Karas | 6 | -1/+20 |
2016-08-29 | Add into resource manager better reports about leaks. | Andrei Karas | 1 | -1/+18 |
2016-08-29 | Add some cleanup calls in unit tests. | Andrei Karas | 8 | -13/+79 |
2016-08-29 | Call RsourceManager::cleanOrphans not on each resource get, but each 15 seconds. | Andrei Karas | 3 | -1/+9 |
2016-08-29 | Remove variable ResourceManager::instance. | Andrei Karas | 2 | -8/+6 |
2016-08-29 | Fix wrong type in extern weightNoticeTime in localplayer.cpp | Andrei Karas | 1 | -1/+1 |
2016-08-29 | Done include sys/time.h in chatrecv.h if it already included. | Andrei Karas | 1 | -1/+3 |
2016-08-29 | Fix some cast issues. | Andrei Karas | 3 | -3/+4 |
2016-08-29 | Use time_t for time values. | Andrei Karas | 33 | -67/+67 |
2016-08-28 | Show better error in sdl2imagehelper. | Andrei Karas | 1 | -1/+2 |
2016-08-28 | Fix unit tests with SDL2. | Andrei Karas | 1 | -1/+10 |
2016-08-28 | Remove extra include from xmlloader. | Andrei Karas | 1 | -1/+0 |
2016-08-28 | Remove extra include from resourcemanager. | Andrei Karas | 1 | -0/+2 |
2016-08-28 | Remove some unused functions from loadSDLSurface. | Andrei Karas | 2 | -23/+0 |
2016-08-28 | Add unit tests for resource manager. | Andrei Karas | 4 | -0/+667 |
2016-08-28 | Fix file handlers leak in xmlloader. | Andrei Karas | 1 | -7/+0 |
2016-08-27 | Change version to 1.6.8.27v1.6.8.27 | Andrei Karas | 1 | -2/+2 |
2016-08-26 | Remove unused include. | Andrei Karas | 1 | -1/+0 |
2016-08-26 | Add constexpr into item. | Andrei Karas | 2 | -9/+7 |
2016-08-25 | In item sorting by name in inventort sort by name with colors. | Andrei Karas | 1 | -5/+9 |
2016-08-25 | In inventory if item same sort it also by inventory index for remove random i... | Andrei Karas | 1 | -8/+44 |
2016-08-25 | Add into item popup menu for gm way to add same items with some amount. | Andrei Karas | 1 | -0/+19 |
2016-08-25 | Add chat command for create items. (gm only) | Andrei Karas | 5 | -0/+24 |
2016-08-25 | Fix stats page removing while switching servers. | Andrei Karas | 1 | -0/+1 |
2016-08-25 | Mark some methongs in BuyDialog for tmwa only. | Andrei Karas | 2 | -2/+19 |
2016-08-25 | Gurard notifications array size with amount of notification enum members. | Andrei Karas | 2 | -4/+4 |
2016-08-25 | Impliment packet SMSG_VENDING_REPORT. | Andrei Karas | 3 | -3/+28 |