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
/
char.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-22
* Merged changes up to eAthena 15088.
eathenabot
1
-1
/
+1
2012-04-20
Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t...
shennetsind
1
-26
/
+28
2012-04-20
=General
technote24
1
-1
/
+4
2012-04-19
=General
technote24
1
-2
/
+5
2012-04-03
Cleanup of conditions for old clients.
protimus
1
-7
/
+0
2012-03-21
- Fixed characters being automatically deleted when confirmation was required...
epoque11
1
-23
/
+2
2012-03-20
- Fixed character deletion not updating the client when char_del_delay was se...
epoque11
1
-0
/
+16
2012-03-20
- Fixed Clown/Gypsy/Minstrel/Wanderer not receiving skill points upon change-sex
epoque11
1
-12
/
+4
2012-03-13
Fixed char-server notifying map-servers only about first 30 maps (on other ma...
gepard1984
1
-2
/
+2
2012-03-13
Enhanced `DBMap` implementation to allow storing integer type data in additio...
gepard1984
1
-20
/
+38
2012-03-11
* Added packets for clients 2012-03-07+
Protimus
1
-1
/
+24
2012-02-18
Fixed char server's 0x2b05 not skipping it's full length.
shennetsind
1
-3
/
+2
2012-02-16
- Removed outdated version number handling (follow-up to r11503).
gepard1984
1
-1
/
+0
2012-02-14
Removed deprecated memory manager macros (follow-up to r14916).
gepard1984
1
-1
/
+1
2012-02-13
- Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...
gepard1984
1
-12
/
+10
2012-01-30
- Removed more trailing tabs.
brianluau
1
-2
/
+2
2012-01-30
- Removed trailing tabs, and fixed some spacing.
brianluau
1
-2
/
+2
2012-01-23
` Added renaming support for the remaining 'ragnarok' tables in the inter_ath...
xantara
1
-4
/
+17
2012-01-22
Minor cleanups, mostly reducing scopes.
xazax-hun
1
-2
/
+1
2012-01-20
Merged TXT removal branch back to trunk.
gepard1984
1
-1819
/
+1658
2011-12-18
* Merged changes up to eAthena 15034.
eathenabot
1
-1
/
+5
2011-10-16
* Added field for the change slot feature to character select list packet for...
ai4rei
1
-1
/
+5
2011-09-08
* Fix C++ compilation issues.
flaviojs
1
-2
/
+2
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
-12
/
+12
2011-06-22
Added enum e_skill_flag to represent the values of struct s_skill's complicat...
ultramage
1
-4
/
+4
2011-06-16
* Merges from charmerge:
flaviojs
1
-101
/
+270
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
/
+26
2011-04-10
* Added support for clients 2010-11-23aRagexeRE+ and 2011-01-11aRagexeRE+.
ai4rei
1
-1
/
+5
2011-02-19
* Fixed gcc compile warnings in char-server and console plug-in (bugreport:47...
ai4rei
1
-1
/
+1
2011-02-08
* Added support for new delayed character deletion.
ai4rei
1
-15
/
+306
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
-130
/
+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
* Fixed a compile error in txt-converter-char caused by 'save_log' being decl...
ai4rei
1
-3
/
+1
2010-12-25
* Made SQL char-server options 'chars_per_account' and 'char_del_level' work ...
ai4rei
1
-0
/
+26
2010-12-25
* Synchronized TXT/SQL char-server code a bit.
ai4rei
1
-118
/
+160
2010-12-24
* Fixes to char-server.
ai4rei
1
-54
/
+40
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
-2
/
+2
2010-12-07
* Reverted r14563, due to multiple issues which render the source malfunction...
ai4rei
1
-16
/
+16
2010-12-07
Changed almost all instances of sprintf() to snprintf().
Paradox924X
1
-16
/
+16
2010-11-19
* Fixed WFIFOL being used instead of WFIFOW for a short field of packet 0x271...
ai4rei
1
-1
/
+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-08-03
- Merged a few minor bugfixes
Skotlex
1
-3
/
+7
[next]