index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
guild.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-13
Update copyright headers for year 2020
Haru
1
-2
/
+2
2019-11-17
Merge pull request #2566 from Helianthella/guild
Haru
1
-1
/
+1
2019-10-20
add buildin_getguildinfo
gumi
1
-1
/
+1
2019-10-20
Merge pull request #2547 from guilherme-gm/201910-dehardcode-db
Haru
1
-1
/
+2
2019-10-18
Clear the cached guild pointer when the guild id is cleared upon error
Haru
1
-1
/
+7
2019-10-05
Dehardcodes db files base path so the db folder can be easily moved
Guilherme Menaldo
1
-1
/
+2
2019-09-22
Fix several issues caused by the nick partial match feature, when enabled.
Haru
1
-1
/
+1
2019-09-22
Implementation of new guild ui client features
Asheraf
1
-1
/
+51
2019-08-26
Remove round-trip to the inter-server for the guild chat messages
Haru
1
-17
/
+5
2019-07-28
Convert guild castle database to use libconfig
Asheraf
1
-15
/
+66
2019-04-07
Rename clif_charnameack into clif_blname_ack
Andrei Karas
1
-2
/
+2
2019-02-11
Change type for class variables from short to int
Andrei Karas
1
-1
/
+1
2018-11-13
Fixed character not joining its guild chat when joining a new guild.
Mathy
1
-0
/
+5
2018-10-02
Fixed failed assertion in guild invite.
Dastgir
1
-3
/
+2
2018-08-24
Update packet ZC_ACK_LEAVE_GUILD.
Andrei Karas
1
-1
/
+1
2018-08-24
Update packet ZC_ACK_BAN_GUILD.
Andrei Karas
1
-1
/
+1
2018-08-22
Add packet ZC_GUILD_POSITION.
Andrei Karas
1
-2
/
+2
2018-07-12
Split btype and item_id parameters in function clif_skill_fail.
Andrei Karas
1
-1
/
+1
2018-07-01
Change functions to static where possible (Part 4 - map)
Haru
1
-90
/
+114
2018-05-31
2012-2018 !
Maytichai Saowa
1
-1
/
+1
2018-04-23
Merge pull request #2005 from guilherme-gm/guildskillcd
Haru
1
-2
/
+2
2018-04-08
Allow guild skills cooldown to continue when logged out
Guilherme G. Menaldo
1
-2
/
+2
2018-03-14
- Implemented login date for guild members.
Jônatas Andreta
1
-1
/
+3
2018-01-25
Implementation of Official Clan System
Murilo Pereti Tavares
1
-0
/
+5
2017-10-21
Add packets for 64 bit exp.
Andrei Karas
1
-1
/
+2
2017-09-19
remove trailing whitespaces from source
gumi
1
-1
/
+1
2017-06-25
fix guild leader change in 2017 clients. Based on rathena commit:
Andrei Karas
1
-9
/
+17
2016-12-03
Clarify some Job Class vs MapID confusion (1/2)
Haru
1
-4
/
+4
2016-10-28
Fixed copyright year for 2016
Lemongrass3110
1
-1
/
+1
2016-07-14
Fixed Coverity CID 150316: Copy into fixed size buffer
Haru
1
-7
/
+5
2016-07-02
Fix wrong item deletion in guild creation code if emperium item not in invent...
Andrei Karas
1
-2
/
+5
2016-04-23
Corrected the type of the 'length' argument of other message-related functions
Haru
1
-1
/
+1
2016-04-23
Removed the 'len' argument from various message-related functions
Haru
1
-4
/
+5
2016-03-20
Dropped typedef from DBIterator
Haru
1
-7
/
+8
2016-03-20
Dropped typedefs from union DBKey and struct DBData
Haru
1
-10
/
+14
2016-02-27
Replaced various '-1' with the correct constant
Haru
1
-14
/
+16
2016-02-24
Added const qualifier to several variable/argument pointers
Haru
1
-6
/
+8
2016-01-14
Adjusted names in enum guild_permission to still make sense when additional c...
ultramage
1
-1
/
+1
2016-01-06
Replaced the remaining explicit casts with BL_CAST/BL_UCAST
Haru
1
-1
/
+1
2016-01-06
Replaced some explicit casts with BL_UCAST/BL_UCCAST
Haru
1
-4
/
+4
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
-10
/
+10
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-4
/
+20
2015-12-11
Fix guild member position check.
Andrei Karas
1
-1
/
+1
2015-12-10
Fix guild position check.
Andrei Karas
1
-1
/
+1
2015-12-04
Add missing checks to guild.c
Andrei Karas
1
-1
/
+26
2015-10-19
rename malloc.c/h to memmgr.
Andrei Karas
1
-1
/
+1
2015-10-11
Cleanup of the HPluginData implementation (second part)
Haru
1
-4
/
+2
2015-10-11
Cleanup of the HPluginData implementation (First part)
Haru
1
-21
/
+4
2015-09-25
More aggressive whitespace cleanup. Follow up to 51329e6
Haru
1
-53
/
+42
[next]