index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
char_sql
/
int_guild.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-11
Pull `name` from character table instead of using `master` from guild table w...
Paradox924X
1
-2
/
+2
2010-06-01
Replaced all occurrences of 'leaved' with 'withdraw'.
Paradox924X
1
-4
/
+4
2010-02-09
Expanded range for cached and stored-in-db guild member exp (devotion) from u...
Paradox924X
1
-2
/
+2
2009-10-11
Added character rename function.(topic:225576)(written by pakpil and fixed by...
Inkfish
1
-0
/
+36
2009-06-16
Fixed an exploit that makes guild skill get higher level than the max defined...
Inkfish
1
-3
/
+3
2008-05-07
- Corrected default guild positions not being saved during guild creation.
skotlex
1
-1
/
+4
2008-04-21
* Changed the data field of timers from int to intptr.
FlavioJS
1
-1
/
+1
2008-03-26
Adjusted eAthena code to compile cleanly in C++ mode.
ultramage
1
-3
/
+3
2008-02-21
- Fixed new guilds displaying online-connect member count at 0 rather than 1,...
skotlex
1
-0
/
+2
2007-12-15
Fixed one query that I missed when doing r11915
ultramage
1
-3
/
+4
2007-12-14
Guardian hp handling code removal (see bugreport:342)
ultramage
1
-43
/
+5
2007-12-12
Some more tweaks to the guild code
ultramage
1
-129
/
+124
2007-12-12
* Some preparations for the guild script update
ultramage
1
-114
/
+96
2007-12-12
Removed the badly designed/unfinished guild_check_conflict() data integrity c...
ultramage
1
-8
/
+0
2007-11-08
* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.
FlavioJS
1
-2
/
+2
2007-10-31
* Added names to the SC_ and SI_ enums, now they can be used to properly indi...
ultramage
1
-1
/
+0
2007-09-22
* Added 'safestrnlen' to prevent null pointer crashes
ultramage
1
-1
/
+1
2007-09-20
* Merged the tmpsql branch:
FlavioJS
1
-462
/
+406
2007-09-13
Wiped out every mention of RETCODE from /src.
ultramage
1
-3
/
+3
2007-08-09
The new functions now clear junk from the output buffer, this simplifies the ...
ultramage
1
-0
/
+1
2007-05-25
Corrected some weird fgets() statements, plus reformatted them
ultramage
1
-1
/
+2
2007-05-23
- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...
ultramage
1
-6
/
+3
2007-05-21
- Removed the TURBO socket mechanism - it was in fact just using a variable t...
ultramage
1
-2
/
+0
2007-04-19
- fixed a few include lines.
skotlex
1
-4
/
+3
2007-04-02
- Fixed char-server crash on @changegm use.
skotlex
1
-1
/
+1
2007-03-21
- Added define MAX_CHARS so you can easily mod the server to support a differ...
skotlex
1
-1
/
+1
2007-03-11
- cbasetypes now assumes that Mingwin does defines ssize_t
skotlex
1
-4
/
+5
2007-02-09
- Fixed char server SQL not sending the guild info update to other map server...
skotlex
1
-1
/
+1
2006-12-25
- a couple of warnings fixed
FlavioJS
1
-1
/
+1
2006-12-23
- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...
FlavioJS
1
-2
/
+2
2006-12-11
- Added various guild packet related missing checks
skotlex
1
-1
/
+0
2006-12-05
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...
FlavioJS
1
-2106
/
+2106
2006-12-04
- Repairing items via scripts no longer displays "item has been repaired"
skotlex
1
-1
/
+0
2006-11-24
- Added all the missing FIFOHEADs in the login/sql servers (required for TURB...
skotlex
1
-1
/
+4
2006-10-04
- Modified pc_jobchange so that it automatically removes peco/falcon/cart/hom...
skotlex
1
-1
/
+1
2006-09-30
- Rewrote the txt->sql converter. It now links directly to the char server fi...
skotlex
1
-28
/
+47
2006-09-14
- Likely fixed "half" of the alliance being saved, which ends up in guilds th...
skotlex
1
-2
/
+6
2006-09-08
- Added upgrade_svn8675.sql in case, for some reason, your guild table still ...
skotlex
1
-3
/
+2
2006-08-23
- Some minor cleanups.
skotlex
1
-3
/
+5
2006-08-21
Fixed SQL-Guild Creation, guild name was escaped 2 times
toms
1
-2
/
+4
2006-08-03
Changed atoi to strtoul for guild-experience's field
toms
1
-1
/
+1
2006-08-02
Code cleanup & optimization on guild part of char-server
toms
1
-319
/
+490
2006-06-12
- Made guild member exp an unsigned int.
skotlex
1
-2
/
+2
2006-06-11
* [Fixed]
Lance
1
-1
/
+1
2006-06-09
- Fixed @mapinfo displaying incorrectly maps with nosave which send you back ...
skotlex
1
-10
/
+21
2006-06-09
- Modified guild exp to be an unsigned int rather than a signed one.
skotlex
1
-10
/
+11
2006-05-31
- Made the char_name_option char_athena.conf setting apply to parties and gui...
skotlex
1
-0
/
+15
2006-05-15
- Fixed the nocast flag 2 (not usable in pvp) returning true in pk-mode servers.
skotlex
1
-0
/
+4
2006-03-01
* Corrected a few Compiling Warnings [Codemaster]
codemaster
1
-1
/
+1
2006-02-17
- Char-SQL: Removed the ridiculous check for existing party/guild each time a...
skotlex
1
-16
/
+12
[next]