Age | Commit message (Expand) | Author | Files | Lines |
2018-07-01 | Change functions to static where possible (Part 3 - char) | Haru | 1 | -11/+11 |
2018-06-30 | Move mapif functions from int_storage.c to mapif.c | Haru | 1 | -214/+0 |
2018-06-30 | Move some non-mapif functionality from the mapif interface to the inter_stora... | Haru | 1 | -30/+38 |
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 1 | -1/+1 |
2017-11-18 | Pass the correct types and sizes to the StmtBind functions | Haru | 1 | -13/+13 |
2017-07-05 | Optimisation of char_memitemdata_to_sql() | smokexyz | 1 | -1/+1 |
2017-06-02 | Fix replace statement formatting in storage save function. | smokexyz | 1 | -3/+3 |
2017-05-31 | Fix a race condition when saving the storage on logout | Haru | 1 | -70/+17 |
2017-05-30 | Merge pull request #1756 from Smokexyz/mmo_charstatus-fix | smokexyz | 1 | -7/+6 |
2017-05-30 | Fix storage saving checks and amount update. | smokexyz | 1 | -7/+6 |
2017-05-29 | Fix memory leak in storage item vector (Fixes #1751) | Andrei Karas | 1 | -0/+14 |
2017-05-22 | Add storage_data reception, parsing and sending to/from the map-server. | Smokexyz | 1 | -33/+316 |
2017-04-04 | Implementation of Item Options System. | Smokexyz | 1 | -20/+51 |
2016-10-28 | Fixed copyright year for 2016 | Lemongrass3110 | 1 | -1/+1 |
2016-03-20 | Removed unnecessary typedefs from sql.h | Haru | 1 | -1/+1 |
2016-02-24 | Removed several unnecessary explicit casts of the WFIFOP result | Haru | 1 | -1/+1 |
2016-02-24 | Removed several unnecessary RFIFOP typecasts | Haru | 1 | -1/+1 |
2016-02-24 | Added const qualifier to several variable/argument pointers | Haru | 1 | -1/+1 |
2016-02-19 | Remove some unused macroses. Left macroses in socket.c | Andrei Karas | 1 | -2/+0 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -1/+1 |
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-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-06-19 | Cleaned up some #includes | Haru | 1 | -1/+0 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -12/+12 |
2015-05-17 | Fixed some issues detected by coverity scan | Haru | 1 | -1/+1 |
2015-04-09 | Add checks to int_storage.c | Andrei Karas | 1 | -1/+7 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -7/+4 |
2015-01-12 | Fixed some -Wformat-security warnings | Haru | 1 | -2/+2 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -7/+7 |
2014-11-15 | Move global variable into interface in inter.c | Andrei Karas | 1 | -48/+48 |
2014-11-15 | Add most functions from int_storage.c to interfaces. | Andrei Karas | 1 | -14/+36 |
2014-11-15 | Add most functions from char.c to interfaces. | Andrei Karas | 1 | -5/+5 |
2014-11-15 | Add prefix inter_storage_ to most functions in int_storage.c | Andrei Karas | 1 | -7/+7 |
2014-11-15 | Add prefix char_ to most functions in char.c | Andrei Karas | 1 | -5/+5 |
2014-10-25 | Added some missing variable initializations | Haru | 1 | -0/+1 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -10/+7 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -9/+13 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -13/+9 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -9/+13 |
2014-04-12 | Added sanity checks in itemboundretrieve_sub | panikon | 1 | -2/+11 |
2014-04-12 | Fixed some compiler/analyzer warnings. | Haru | 1 | -9/+10 |
2014-04-10 | Fixed issue: 7936 | panikon | 1 | -8/+60 |
2013-12-05 | Fixed Bug 7879 | shennetsind | 1 | -5/+7 |
2013-11-07 | Item Bound Fixes/Adjustments/Improvements | shennetsind | 1 | -32/+26 |
2013-10-31 | No error after compilation, but when logging in at map server it will crash. | sevenzz23 | 1 | -16/+151 |
2013-05-15 | HPM Update | shennetsind | 1 | -46/+47 |
2013-01-08 | * Renaming variable name from nsiuid to unique_id for better understanding of... | markzd | 1 | -4/+4 |
2013-01-07 | - Fixed a typo on SQL single quote, in int_storage.c, follow up r17080.(bugre... | markzd | 1 | -1/+1 |
2013-01-07 | * Implemented Unique identifier for Non stackable items. (tid:69380) | markzd | 1 | -4/+6 |