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
2011-08-30
- Updated mmo_char_tosql and memitemdata_to_sql to keep a count of errors whi...
Skotlex
1
-24
/
+61
2011-08-10
- added sending a dummy 0x08b9 packet in the char-server, required to support...
Skotlex
1
-0
/
+10
2011-07-10
* Changed limit definitions used in WBUF* and WFIFO* to the intended fixed si...
flaviojs
1
-14
/
+14
2011-06-30
Replaced custom type 'intptr' with standard 'intptr_t'.
ultramage
1
-11
/
+11
2011-06-22
Added enum e_skill_flag to represent the values of struct s_skill's complicat...
ultramage
1
-3
/
+3
2011-06-16
* Merges from charmerge:
flaviojs
1
-103
/
+273
2011-04-17
* Fixed char-server missing some WFIFOHEAD (partially due to r10909 being rev...
ai4rei
1
-0
/
+4
2011-04-16
* Added support for visible garments/robes.
ai4rei
1
-5
/
+9
2011-04-10
* Added support for clients 2010-11-23aRagexeRE+ and 2011-01-11aRagexeRE+.
ai4rei
1
-1
/
+5
2011-03-19
Removed leftovers of old charcommand config (follow-up to r13403).
Gepard
1
-1
/
+2
2011-02-19
* Fixed gcc compile warnings in char-server and console plug-in (bugreport:47...
ai4rei
1
-2
/
+2
2011-02-08
* Added support for new delayed character deletion.
ai4rei
1
-7
/
+259
2011-01-14
* Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria...
ai4rei
1
-14
/
+14
2011-01-13
* Removed ladmin (remote administration tool), all related support code and t...
ai4rei
1
-16
/
+0
2011-01-13
* Reformatting and minor cleanups to console-plugin related code.
ai4rei
1
-19
/
+9
2010-12-29
* Fixed char-server making assumptions about RFIFO data length in character d...
ai4rei
1
-1
/
+1
2010-12-25
* Synchronized TXT/SQL char-server code a bit.
ai4rei
1
-111
/
+112
2010-12-24
* Fixes to char-server.
ai4rei
1
-58
/
+55
2010-12-18
* Updates to handling of hair color/style and cloth color of characters.
ai4rei
1
-2
/
+0
2010-12-18
* Fixed usage of literals for map name length in character list packet (since...
ai4rei
1
-1
/
+1
2010-12-12
* Updates to dynamic server information `ragsrvinfo` on SQL.
ai4rei
1
-9
/
+4
2010-11-19
* Fixed WFIFOL being used instead of WFIFOW for a short field of packet 0x271...
ai4rei
1
-1
/
+1
2010-11-09
Follow-up to r14368. Load last_map from SQL on char load so the information i...
Paradox924X
1
-2
/
+5
2010-11-02
Fixed an issue where two ushorts were being strcmp'd. Follow-up to r14442. (b...
Paradox924X
1
-1
/
+1
2010-11-02
Ensured character data is saved even when last map is the only value that has...
Paradox924X
1
-0
/
+1
2010-11-02
Applied fix by Ai4rei to reintroduce mapName within charinfo packet when PACK...
Paradox924X
1
-1
/
+1
2010-10-17
Fixed wrong char info packet size for clients after 2010-07-27 (follow-up to ...
Gepard
1
-1
/
+1
2010-10-11
Use `char_id` rather than `master` when checking if a guild needs to be delet...
Paradox924X
1
-1
/
+1
2010-08-03
- Merged a few minor bugfixes
Skotlex
1
-0
/
+4
2010-04-23
Merged a few updates for supporting renewal clients (thanks to Diablo): [Skot...
skotlex
1
-3
/
+11
2009-12-03
Prevented online user count from going negative. (bugreport:3913)
Paradox924X
1
-2
/
+4
2009-11-19
- Applied the renewal client support patch from Diablo (eA forum topic 222623)
skotlex
1
-10
/
+40
2009-10-18
Removed the char_rename setting in favor of a PACKETVER define.
ultramage
1
-14
/
+10
2009-10-12
Removed 'char_max_rename', extended 'char_rename', fixed compatibility issues.
Inkfish
1
-28
/
+15
2009-10-12
Fixed an error when 'char_rename' is set to 'no'
Inkfish
1
-6
/
+5
2009-10-11
Added character rename function.(topic:225576)(written by pakpil and fixed by...
Inkfish
1
-25
/
+162
2009-09-20
Disabled ip checking during auth, since it lead to a lot of confusion.
ultramage
1
-4
/
+4
2009-07-26
* Some updates of Quest Log system
Inkfish
1
-1
/
+1
2009-07-25
Rewrote Quest Log system.
Inkfish
1
-4
/
+1
2009-06-30
Fixed sql char deletion code using a broken pet deletion query (ran very slow...
ultramage
1
-5
/
+3
2009-04-01
* Removed online_check config options. (always active now)
FlavioJS
1
-46
/
+52
2009-02-20
Increased variable size for status/skill points to remove the 65k cap (bugrep...
ultramage
1
-4
/
+4
2008-11-17
followup
ultramage
1
-2
/
+2
2008-11-16
- Item Rental System.
zephyrus
1
-34
/
+41
2008-11-06
* Fixed 'Char creation denied' message not being sent properly.
FlavioJS
1
-1
/
+1
2008-10-15
- Added the required changes to support the 2008-09-10+ clients
skotlex
1
-7
/
+10
2008-10-03
* Fix for "yet another online check bypass technique". (bugreport:2292)
FlavioJS
1
-1
/
+2
2008-09-02
- Fixed problem deleting characters.
zephyrus
1
-9
/
+7
2008-09-01
- Moved char server's mercenary code to a different file (int_mercenary.*)
zephyrus
1
-24
/
+38
2008-08-24
- Ops!! this is mine (homunculus hungry messages).
zephyrus
1
-1
/
+1
[next]