Age | Commit message (Expand) | Author | Files | Lines |
2017-04-28 | Add workaround to open npc buy shop if npc invisible. | Andrei Karas | 6 | -1/+25 |
2017-04-28 | Fix code style. | Andrei Karas | 7 | -18/+27 |
2017-04-28 | Fix unit tests on windows. | Andrei Karas | 1 | -1/+1 |
2017-04-27 | Fix some typos. | Andrei Karas | 3 | -5/+5 |
2017-04-26 | Enable OpenGL DSA extension by default if supported. | Andrei Karas | 1 | -1/+1 |
2017-04-26 | Improve a bit creating empty atlas. | Andrei Karas | 2 | -5/+95 |
2017-04-26 | Dont add images from "all" atlas into empty atlas (with fake images). | Andrei Karas | 1 | -1/+1 |
2017-04-26 | Fix loading atlas for map on windows. | Andrei Karas | 1 | -1/+1 |
2017-04-26 | Report also altas creation OpenGL errors if enabled. | Andrei Karas | 4 | -0/+35 |
2017-04-25 | Report into log OpenGL errors if enabled configure option --enable-openglerrors. | Andrei Karas | 7 | -1/+162 |
2017-04-25 | Add configure option --enable-openglerrors for report OpenGL errors on legacy... | Andrei Karas | 1 | -0/+7 |
2017-04-25 | Add option for enable/disable DSA OpenGL extension. | Andrei Karas | 3 | -17/+30 |
2017-04-25 | Change some packets dates based on last hercules changes. | Andrei Karas | 2 | -21/+32 |
2017-04-24 | Remove extra includes. | Andrei Karas | 4 | -4/+0 |
2017-04-24 | Fix too long lines in virtfszip.cpps20170424 | Andrei Karas | 1 | -3/+12 |
2017-04-24 | Improve VirtFs::getFilesWithDir. | Andrei Karas | 10 | -14/+273 |
2017-04-24 | Improve VirtFs::getDirs. | Andrei Karas | 10 | -15/+252 |
2017-04-24 | Improve VirtFs::getFiles. | Andrei Karas | 10 | -17/+254 |
2017-04-22 | Fix too long lines in configuration.cpp | Andrei Karas | 1 | -2/+4 |
2017-04-22 | Fix warning about missing configuration at first run. | Andrei Karas | 1 | -4/+18 |
2017-04-22 | Dont start video mode detection if render command line parameter used. | Andrei Karas | 1 | -0/+1 |
2017-04-22 | Fix new unit tests on windows. | Andrei Karas | 1 | -5/+0 |
2017-04-22 | Add tests for some functions in files. | Andrei Karas | 1 | -0/+62 |
2017-04-22 | Remove extra includes. | Andrei Karas | 4 | -7/+0 |
2017-04-21 | Add missing contructor and remove copy constructor in itemoption. | Andrei Karas | 1 | -0/+5 |
2017-04-21 | Show item options in item popups. | Andrei Karas | 6 | -7/+90 |
2017-04-21 | Add item options into item and get it from server. | Andrei Karas | 17 | -19/+287 |
2017-04-21 | Add item option db. For now unused. | Andrei Karas | 6 | -0/+199 |
2017-04-20 | Drop support server packet version 10 (Nov 15 2015). | Andrei Karas | 2 | -12/+3 |
2017-04-20 | Drop support server packet version 9 (Oct 19 2015). | Andrei Karas | 1 | -2/+2 |
2017-04-20 | Drop support server packet version 8 (Sep 9 2015). | Andrei Karas | 1 | -1/+1 |
2017-04-20 | Drop support server packet version 7. | Andrei Karas | 4 | -41/+16 |
2017-04-19 | Rename rnd fields into option fields in packets. | Andrei Karas | 3 | -30/+30 |
2017-04-18 | Add tests for configuration. | Andrei Karas | 2 | -0/+304 |
2017-04-18 | Add test for function urlJoin. | Andrei Karas | 1 | -0/+16 |
2017-04-18 | Add shuffle packets for all 2015 packet versions supported by hercules. | Andrei Karas | 1 | -29/+782 |
2017-04-17 | Change non shuffle packets for 2016 packet versions. | Andrei Karas | 2 | -1/+7 |
2017-04-17 | Fix packet version for packet CMSG_CHAR_CREATE. | Andrei Karas | 1 | -5/+5 |
2017-04-17 | Add missing packet CMSG_ADMIN_MONSTER_ITEM. | Andrei Karas | 1 | -0/+5 |
2017-04-17 | Add missing sizes for some out packets. | Andrei Karas | 1 | -7/+7 |
2017-04-17 | Add some missing packet types into packetsout.inc without implimentation. | Andrei Karas | 1 | -14/+61 |
2017-04-15 | Fix download urls on windows.v1.7.4.15 | Andrei Karas | 3 | -1/+41 |
2017-04-15 | Change verstion to 1.7.4.15. | Andrei Karas | 1 | -2/+2 |
2017-04-14 | Fix code style. | Andrei Karas | 10 | -14/+11 |
2017-04-14 | Remove unused variable. | Andrei Karas | 1 | -2/+0 |
2017-04-14 | Fix cast issue. | Andrei Karas | 1 | -1/+1 |
2017-04-11 | Update packets for 2014-2015 versions in packetsout.inc based on servergreps ...s20170411 | Andrei Karas | 1 | -132/+284 |
2017-04-10 | Fix packet version for evol servers. | Andrei Karas | 1 | -1/+7 |
2017-04-10 | Add some missing packets and move existing after hercules update. | Andrei Karas | 2 | -3/+38 |
2017-04-09 | Fix compilation errors. | Andrei Karas | 1 | -0/+4 |