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
/
char.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-23
- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...
FlavioJS
1
-2
/
+3
2006-12-22
- Added support for the new "make new char" packet that has the rename button...
skotlex
1
-8
/
+12
2006-12-21
- Some cleaning to the character deletion code.
skotlex
1
-27
/
+11
2006-12-20
Fixed #endif instead of #else
KarLaeda
1
-1
/
+1
2006-12-20
- Fixed the #if -> #ifdef mess up -.-
skotlex
1
-3
/
+3
2006-12-20
- Moved PACKETVER to mmo.h, and added support for the expanded character info...
skotlex
1
-2
/
+20
2006-12-05
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...
FlavioJS
1
-4435
/
+4435
2006-12-04
- Fixed the txt->sql converter not escaping character names before saving them.
skotlex
1
-2
/
+5
2006-12-01
- Fixed txt-converter compilation.
skotlex
1
-2
/
+2
2006-11-24
- Added all the missing FIFOHEADs in the login/sql servers (required for TURB...
skotlex
1
-143
/
+163
2006-11-07
- Applied FlavioJs's patch which enables colored console output for Windows s...
skotlex
1
-0
/
+2
2006-10-25
final clone maps -> original maps change. also fixed novice grounds map in ch...
Lupus
1
-1
/
+1
2006-10-23
- char_family now returns the char_id of the children when previously it woul...
skotlex
1
-3
/
+3
2006-10-21
- Some minor cleanups
skotlex
1
-2
/
+1
2006-10-13
- Base attack for non players is now calculated as str + [str/10]^2 (it does ...
skotlex
1
-13
/
+14
2006-10-11
- Cleaned up unitattack, unittalk and unitdeadsit
skotlex
1
-28
/
+25
2006-10-10
- Fixed crash when char-server sends to a "random" map-server online on connect.
skotlex
1
-1
/
+1
2006-09-30
- Rewrote the txt->sql converter. It now links directly to the char server fi...
skotlex
1
-91
/
+49
2006-09-22
- Fixed the "map server claims to have char online, but this other map server...
skotlex
1
-2
/
+6
2006-09-21
- Removed the unrecognized class error messages from pc_mapid2jobid and pc_jo...
skotlex
1
-1
/
+1
2006-09-12
- Improved sql-query to check if name already exists when creating new chars.
skotlex
1
-1
/
+1
2006-09-12
- Added manual deletion of sc_data entries when deleting a character (char-SQL)
skotlex
1
-0
/
+10
2006-08-30
- Fixed char-sql compilation
skotlex
1
-0
/
+4
2006-08-22
more typos
Lupus
1
-8
/
+5
2006-08-22
field typo
Lupus
1
-1
/
+1
2006-08-22
added char deletion condition by BaseLevel
Lupus
1
-6
/
+30
2006-08-14
- Fixed script engine allowing scripts to set a player's zeny to negative val...
skotlex
1
-1
/
+3
2006-08-08
- Fixed the login-sql server replying to the change-sex packet with the wrong...
skotlex
1
-0
/
+1
2006-08-01
- Fixed the subnet 0 mask being reset to 0 when someone goes up on the fame r...
skotlex
1
-3
/
+3
2006-07-30
Force all players offline in sql when char-server starts
toms
1
-0
/
+4
2006-07-27
- Removed a redeclared variable i in the parsing of the fame list (char-txt s...
skotlex
1
-1
/
+0
2006-07-27
* Fix homunc & code cleanup [Toms]
toms
1
-1
/
+1
2006-07-19
- Corrected Trim chars to block 'enter', as explained by the Ultra mage.
skotlex
1
-1
/
+1
2006-07-18
- Added character 013 (enter) to the list of characters that are always remov...
skotlex
1
-2
/
+2
2006-07-18
- Updated mob_db.sql to current mob_db.txt data.
skotlex
1
-9
/
+6
2006-07-17
Orn's and Albator's Homunculus system, finally, YAY!!
DracoRPG
1
-4
/
+5
2006-07-10
- Fixed check_connect_login_server check in char-sql server. Fixes char-serve...
skotlex
1
-1
/
+1
2006-07-10
- Fixed SQL compilation of the char-SQL server... (I need SQL installed at wo...
skotlex
1
-5
/
+2
2006-07-10
- Added login-char packet 0x2737. Sets all characters offline (login-server s...
skotlex
1
-136
/
+76
2006-07-07
- Okay, added a chrif_save_ack packet to the char-server so now the map serve...
skotlex
1
-1
/
+7
2006-07-07
- Now, when the login-char connection is cut, the char-server won't set every...
skotlex
1
-2
/
+11
2006-07-07
- Modified the error on the char-sql server to set chars online when it recei...
skotlex
1
-2
/
+7
2006-07-06
- Modified the party_data structure on the map server to remove some redundan...
skotlex
1
-0
/
+45
2006-07-04
- Fixed code using i instead of id in a few instances when updating char/map ...
skotlex
1
-1
/
+1
2006-07-03
- Char-server SQL won't perform the reconnect cleanup routines when kick_on_d...
skotlex
1
-0
/
+3
2006-06-27
- Cleaned up the IP sync code to...
skotlex
1
-40
/
+38
2006-06-22
Typos resolving login-DNS instead of char-DNS -.-
Lance
1
-7
/
+7
2006-06-22
* [Fixed]:
Lance
1
-2
/
+2
2006-06-22
- Tested and fixed resolve_hostbyname.
skotlex
1
-57
/
+38
2006-06-21
* [Added]:
Lance
1
-0
/
+38
[next]