Age | Commit message (Expand) | Author | Files | Lines |
2016-03-20 | Dropped typedef from DBIterator | Haru | 1 | -9/+9 |
2016-03-20 | Dropped typedefs from union DBKey and struct DBData | Haru | 1 | -5/+6 |
2016-03-20 | Added separate char* and const char* data types to struct script_data | Haru | 1 | -12/+16 |
2016-03-20 | Added const qualifier to some typecasts | Haru | 1 | -15/+13 |
2016-03-14 | Dont load roulette_db.conf if roulette disabled. | Andrei Karas | 1 | -0/+2 |
2016-03-10 | Add new logging types. | Andrei Karas | 1 | -1/+1 |
2016-03-06 | Fixed a parsing issue in #commands | Haru | 1 | -111/+81 |
2016-02-28 | Changed mob mode field to 32 bit, for future expansion | Haru | 1 | -1/+1 |
2016-02-27 | Replaced various '-1' with the correct constant | Haru | 1 | -2/+2 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -8/+8 |
2016-02-19 | Fix some cast discards 'const' qualifier from pointer target type warnings. | Andrei Karas | 1 | -11/+11 |
2016-02-17 | Removed unnecessary typedefs from libconfig | Haru | 1 | -9/+9 |
2016-02-17 | Renamed config->read_file to config->load_file | Haru | 1 | -3/+3 |
2016-01-29 | Merge pull request #1105 from dastgir/20-SendFix | Haru | 1 | -7/+11 |
2016-01-16 | Removed Hard Coded data for SC_ALL_RIDING. | Jedzkie | 1 | -1/+2 |
2016-01-16 | Fixes crash with @send | Dastgir | 1 | -7/+11 |
2016-01-12 | Replaced 22-bit mask entry with a regular uint32 in the noviewid mapflag impl... | Haru | 1 | -1/+1 |
2016-01-06 | Replaced some map->id2sd calls with the proper map->id2XX function | Haru | 1 | -7/+5 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -5/+13 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -45/+35 |
2016-01-06 | Change all TBL_HOM to struct homun_data as per style guidelines | hemagx | 1 | -1/+1 |
2016-01-06 | Change all TBL_MOB to struct mob_data as per strly guidelines | hemagx | 1 | -2/+2 |
2016-01-06 | Change all TBL_PC to struct map_session_data as per style guidelines | hemagx | 1 | -31/+23 |
2016-01-05 | Added Support for BodyStyle | Dastgir | 1 | -1/+28 |
2016-01-05 | Merge pull request #1058 from Emistry/scriptcommand_getitem2 | Dastgir | 1 | -2/+1 |
2016-01-03 | Rewritten skill_tree parser in a more robust way | Haru | 1 | -12/+11 |
2016-01-03 | Fix *getitem2 and @item2 refine bug. | Emistry | 1 | -2/+1 |
2015-12-28 | Added homun_id enum, replaced numeric constants with enum members | Haru | 1 | -2/+2 |
2015-12-28 | Standardized (source) mob_id enum | Haru | 1 | -1/+1 |
2015-12-25 | Implemented NoViewID | Dastgir | 1 | -3/+5 |
2015-12-22 | Ensured 32+1 bytes for all buffers that hold variable names | Haru | 1 | -3/+4 |
2015-12-20 | Fix some issues with the @help command. | Kpy! | 1 | -3/+3 |
2015-12-17 | Change all chat mute checks to use pc->can_talk instead of direct check. | hemagx | 1 | -13/+5 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-12-04 | Merge pull request #910 from dastgir/idle | Andrei Karas | 1 | -2/+1 |
2015-12-04 | Added a function to update idle time | Dastgir | 1 | -2/+1 |
2015-10-26 | Fix Crash when message is not defined | Dastgir | 1 | -2/+2 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-10-04 | Added clif->packet() to retrieve info about a packet. | Haru | 1 | -4/+4 |
2015-09-30 | Refactored ACMD(jobchange) | Haru | 1 | -42/+41 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -25/+14 |
2015-09-24 | Add bl parameter to map_searchrandfreecell and map_addflooritem. | Andrei Karas | 1 | -1/+1 |
2015-09-24 | Add bl parameter to getcell functions. | Andrei Karas | 1 | -8/+8 |
2015-09-21 | Corrected a VisualStudio compile issue. | Haru | 1 | -6/+15 |
2015-09-18 | Clarified intent in various side-effect assignments | Haru | 1 | -1/+1 |
2015-09-18 | Follow-up to ba9c1cc16cb8f696a50d0ae928b6e8a19086405b | Haru | 1 | -10/+10 |
2015-09-14 | Add missing checks into channel.c | Andrei Karas | 1 | -1/+1 |
2015-09-14 | Add missing checks into atcommand.c | Andrei Karas | 1 | -503/+523 |
2015-08-26 | Fix buffer overflow in @set command. Closes #667 | Andrei Karas | 1 | -1/+1 |
2015-08-17 | Removed some useless variables reported by the Clang static analyzer | Haru | 1 | -14/+8 |