Age | Commit message (Expand) | Author | Files | Lines |
2012-04-29 | - Removed leftover TXT configs, follow-up to r15503. | brianluau | 2 | -0/+4 |
2012-04-28 | - Fixed an issue with the instance variable storage system never being initia... | epoque11 | 1 | -1/+1 |
2012-04-22 | =General | technote24 | 1 | -1/+0 |
2012-04-21 | * Made branding more consistent. | xazax-hun | 1 | -1/+1 |
2012-04-20 | Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t... | shennetsind | 1 | -1/+18 |
2012-04-20 | =General | technote24 | 1 | -7/+7 |
2012-04-19 | =General | technote24 | 1 | -2/+2 |
2012-04-19 | =General | technote24 | 1 | -15/+35 |
2012-04-15 | Fixed compiling warning with gcc on --enable-64bit mode. | shennetsind | 1 | -2/+2 |
2012-04-11 | disabled unused grf_shuffle_enc, gcc was bugging regarding it not being calle... | shennetsind | 1 | -16/+15 |
2012-04-08 | =General | technote24 | 1 | -1/+1 |
2012-04-04 | Re-add hotkey bar defines for pre-renewal. | protimus | 1 | -3/+10 |
2012-04-04 | Changed some defines into an enumerator. | protimus | 2 | -8/+13 |
2012-04-03 | Cleanup of conditions for old clients. | protimus | 1 | -20/+2 |
2012-03-24 | Fixed Ctrl+c shutdown function on windows, followup r15706. (bugreport:5495) | xazax-hun | 1 | -1/+1 |
2012-03-20 | - Change libconfig.h include directives to double-quoted form (file missing f... | flaviojs | 1 | -1/+1 |
2012-03-20 | - Fixed CMake compilation (libconfig integrated into common_base). | flaviojs | 4 | -6/+17 |
2012-03-18 | * Properly handling, when closing the consoles via X button on windows. | xazax-hun | 1 | -0/+35 |
2012-03-13 | * Merged changes up to eAthena 15077. | eathenabot | 1 | -2/+2 |
2012-03-13 | - Added missing parameter to `db_iput` and `db_uiput` macros (follow-up to r... | gepard1984 | 1 | -8/+8 |
2012-03-13 | Enhanced `DBMap` implementation to allow storing integer type data in additio... | gepard1984 | 3 | -156/+399 |
2012-03-11 | * Added packets for clients 2012-03-07+ | Protimus | 1 | -0/+1 |
2012-03-05 | - Guild Castle code cleanup: | gepard1984 | 1 | -1/+0 |
2012-03-04 | - Guild Castle code cleanup: | gepard1984 | 1 | -0/+1 |
2012-03-02 | Updated CMakeLists (follow-up to r15572, r15586) (patch provided by Saithis, ... | gepard1984 | 1 | -2/+3 |
2012-02-24 | Fixed `va_list` being reused in DBMap code (`linkdb_foreach()`) (bugreport:53... | gepard1984 | 1 | -4/+3 |
2012-02-19 | - reverted part of r15609 since apparently the issue is purely limited to ZC_... | lordttseven | 2 | -3/+1 |
2012-02-18 | Follow up r15609, fixed gcc warnings | shennetsind | 2 | -2/+2 |
2012-02-18 | * adjusted socket_max_client_packet to a more accurate (if guessed) value to ... | lordttseven | 2 | -1/+3 |
2012-02-17 | Initial support for Shadow Chaser and a few adjustments here and there. | shennetsind | 1 | -1/+1 |
2012-02-16 | - Removed outdated version number handling (follow-up to r11503). | gepard1984 | 6 | -34/+7 |
2012-02-14 | Removed deprecated memory manager macros (follow-up to r14916). | gepard1984 | 3 | -12/+7 |
2012-02-13 | Socket init now gives meaningful error description if failed to set socket li... | gepard1984 | 1 | -7/+3 |
2012-02-13 | - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l... | gepard1984 | 5 | -9/+162 |
2012-02-04 | * Merged changes up to eAthena 15074. | eathenabot | 1 | -1/+1 |
2012-01-30 | - Removed more trailing tabs. | brianluau | 2 | -9/+9 |
2012-01-30 | * Merged changes up to eAthena 15069. | eathenabot | 1 | -0/+1 |
2012-01-30 | - Removed trailing tabs, and fixed some spacing. | brianluau | 3 | -6/+6 |
2012-01-25 | Added user-friendly socket error messages (bugreport:117). | gepard1984 | 1 | -10/+28 |
2012-01-19 | Changed `rnd()` to return signed number to avoid possible negative-signed to ... | gepard1984 | 2 | -4/+4 |
2012-01-17 | Fixed compilation error caused by r15483. | gepard1984 | 1 | -1/+1 |
2012-01-17 | Enabled Mersenne Twister MT19937 as random number generator instead of standa... | gepard1984 | 2 | -1/+4 |
2012-01-17 | Fixed root usercheck not printing warning if file is suid-root. | gepard1984 | 1 | -2/+2 |
2012-01-15 | Fixed gm_all_skill, bugreport:5239 | shennetsind | 1 | -12/+13 |
2012-01-09 | Sending to a broken socket will no longer cause SIGPIPE signal to be sent bac... | gepard1984 | 1 | -1/+5 |
2012-01-04 | *Added 2 new accessory skills. | Chilly0123 | 1 | -1/+8 |
2012-01-03 | fixing a warning in ubuntu's gcc, follow up r15358 | shennetsind | 1 | -5/+4 |
2012-01-03 | fixed a compiler warning restricted to ubuntu's gcc only | shennetsind | 1 | -2/+2 |
2012-01-03 | removed unix server revision caching -- now it will always display the actual... | shennetsind | 2 | -29/+3 |
2011-12-29 | Follow up to r:15318. Increased MAX_HOMUNCULUS_CLASS to 60 to allow new HomunS. | jmanfffreak | 1 | -1/+1 |