Age | Commit message (Expand) | Author | Files | Lines |
2016-02-24 | Removed several unnecessary explicit casts of the WFIFOP result | Haru | 1 | -4/+4 |
2016-02-24 | Removed several unnecessary RFIFOP typecasts | Haru | 1 | -7/+6 |
2016-02-24 | Added const qualifier to several variable/argument pointers | Haru | 1 | -3/+3 |
2015-12-22 | Ensured 32+1 bytes for all buffers that hold variable names | Haru | 1 | -5/+7 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -1/+1 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-08-15 | Cleaned up socket interface | Haru | 1 | -4/+4 |
2015-07-12 | Remove useless checks from char server. | Andrei Karas | 1 | -1/+1 |
2015-06-19 | Cleaned up some #includes | Haru | 1 | -1/+0 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -23/+23 |
2015-06-01 | Replaced some of the hardcoded values with constants (char) | Haru | 1 | -2/+2 |
2015-04-09 | Add checks to inter.c | Andrei Karas | 1 | -1/+23 |
2015-01-24 | Fixed 18 minor issues | Haru | 1 | -0/+2 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -3/+2 |
2015-01-17 | 27 Fixes | shennetsind | 1 | -21/+15 |
2014-12-31 | fix typo in inter.c in initerface initialisation. | Andrei Karas | 1 | -1/+1 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -40/+40 |
2014-11-16 | Moved geoip-related functions to geoip.c | Haru | 1 | -159/+0 |
2014-11-15 | Move global variable into interface in inter.c | Andrei Karas | 1 | -83/+83 |
2014-11-15 | Move global variable into interface in char.c | Andrei Karas | 1 | -2/+2 |
2014-11-15 | Create geoip interface. | Andrei Karas | 1 | -27/+24 |
2014-11-15 | Add most functions from inter.c to interfaces. | Andrei Karas | 1 | -112/+147 |
2014-11-15 | Add most functions from int_storage.c to interfaces. | Andrei Karas | 1 | -3/+3 |
2014-11-15 | Add most functions from int_quest.c to interfaces. | Andrei Karas | 1 | -1/+1 |
2014-11-15 | Add most functions from int_pet.c to interfaces. | Andrei Karas | 1 | -3/+3 |
2014-11-15 | Add most functions from int_party.c to interfaces. | Andrei Karas | 1 | -3/+3 |
2014-11-15 | Add most functions from int_mercenary.c to interfaces. | Andrei Karas | 1 | -3/+3 |
2014-11-15 | Add most functions from int_mail.c to interfaces. | Andrei Karas | 1 | -3/+3 |
2014-11-15 | Add most functions from int_homun.c to interfaces. | Andrei Karas | 1 | -3/+3 |
2014-11-15 | Add most functions from int_guild.c to interfaces. | Andrei Karas | 1 | -3/+3 |
2014-11-15 | Add most functions from int_elemental.c to interfaces. | Andrei Karas | 1 | -3/+3 |
2014-11-15 | Add most functions from int_auction.c to interfaces. | Andrei Karas | 1 | -3/+3 |
2014-11-15 | Add most functions from char.c to interfaces. | Andrei Karas | 1 | -10/+11 |
2014-11-15 | Split functions in inter.c. | Andrei Karas | 1 | -16/+11 |
2014-11-15 | Add prefix inter_ to most functions in inter.c | Andrei Karas | 1 | -57/+57 |
2014-11-15 | Add prefix char_ to most functions in char.c | Andrei Karas | 1 | -4/+4 |
2014-10-30 | Merge pull request #369 from 4144/sqlpasswordsize | Haruna | 1 | -1/+1 |
2014-10-23 | Added some validation checks in the geoip parse function | Haru | 1 | -9/+14 |
2014-10-18 | Increase sql password field size from 32 to 100 chars. | Andrei Karas | 1 | -1/+1 |
2014-09-16 | "Fixes char server crash when saving ##variables while login server is offlin... | Michieru | 1 | -5/+12 |
2014-08-07 | Fixed some MSVC incompatibilities | Haru | 1 | -0/+1 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -5/+5 |
2014-05-30 | Fixed typos inside src/ | Shido | 1 | -9/+9 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -21/+22 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -22/+21 |
2014-05-09 | Removed extra'GeoIP disabled' message on charserver shutdown | Haru | 1 | -9/+10 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -21/+22 |
2014-05-08 | Fixed issue 8176 | panikon | 1 | -0/+1 |