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
2017-04-14
Fix compilation warning in char.c
Andrei Karas
1
-1
/
+3
2017-04-09
Merge pull request #1598 from Smokexyz/IRO
Haru
1
-9
/
+42
2017-04-04
Implementation of Item Options System.
Smokexyz
1
-9
/
+42
2017-03-21
Add support for sex based character creation for 2015-10+ clients.
Dastgir
1
-16
/
+28
2016-12-03
Clarify some Job Class vs MapID confusion (1/2)
Haru
1
-34
/
+34
2016-11-19
Add fixed-size versions of the _int64 libconfig getters/setters
Haru
1
-1
/
+1
2016-10-22
Fix incorrect coding style used in char/char.c and map/skill.c
Dastgir Pojee
1
-2
/
+2
2016-10-22
Added Summoner Class.
Dastgir Pojee
1
-4
/
+4
2016-10-22
Added Packets for Several Clients: 2015-10-01, 2015-10-29, 2015-11-04 and
Dastgir Pojee
1
-19
/
+36
2016-10-16
Dont send packets for known unsupported client versions.
Andrei Karas
1
-1
/
+5
2016-08-22
Corrected an issue that caused the setting char_configuration/permission/disp...
Haru
1
-1
/
+6
2016-08-22
Temporary quick-fix for a warning in the linux builds
Haru
1
-1
/
+1
2016-08-21
Corrected some issues reported by coverity
Haru
1
-4
/
+7
2016-08-20
Re-added HPM support for configuration settings
Haru
1
-2
/
+4
2016-08-19
Ported socket.conf (was packet.conf) to libconfig
Haru
1
-0
/
+1
2016-08-19
Ported inter-server.conf to libconfig
Haru
1
-99
/
+180
2016-08-19
Ported char-server.conf to libconfig
Haru
1
-206
/
+541
2016-08-19
Renamed some char and inter server variables
Haru
1
-41
/
+39
2016-08-16
Add missing quote chars in char.c
Andrei Karas
1
-1
/
+1
2016-08-10
Fix login and char servers null pointer access if packet handler in plugin in...
Andrei Karas
1
-1
/
+4
2016-07-14
Changed mmo_charstatus::status_point and mmo_charstatus::skill_point to int
Haru
1
-5
/
+5
2016-07-14
Changed mmo_charstatus::base_level and mmo_charstatus::job_level to int
Haru
1
-9
/
+9
2016-07-03
Add into travis configure option --enable-buildbot.
Andrei Karas
1
-0
/
+2
2016-07-03
Add --run-once flag into char server.
Andrei Karas
1
-0
/
+14
2016-05-08
Fixed various issues pointed out by cppcheck
Haru
1
-1
/
+1
2016-04-25
Reduced the MAX_MAP_SERVERS setting to 1
hemagx
1
-0
/
+8
2016-03-20
Dropped typedef from DBMap
Haru
1
-1
/
+1
2016-03-20
Dropped typedefs from union DBKey and struct DBData
Haru
1
-6
/
+6
2016-03-20
Changed buffer argument of SQL->StmtBindParam() to const
Haru
1
-2
/
+2
2016-03-20
Removed unnecessary typedefs from sql.h
Haru
1
-5
/
+5
2016-03-09
Corrected some issues in the item data saving function
Haru
1
-187
/
+60
2016-02-27
Corrected wrong variable type of struct status_change_data::tick
Haru
1
-4
/
+6
2016-02-24
Removed several unnecessary explicit casts of the WFIFOP result
Haru
1
-8
/
+8
2016-02-24
Removed unnecessary explicit casts of the value of WBUFP
Haru
1
-1
/
+1
2016-02-24
Removed several unnecessary RFIFOP typecasts
Haru
1
-13
/
+12
2016-02-24
Added const qualifier to several variable/argument pointers
Haru
1
-7
/
+7
2016-02-19
Fix all known warnings from compiler flags -Wformat*
Andrei Karas
1
-12
/
+12
2016-02-15
Replaced a call to sleep() with HSleep()
Haru
1
-8
/
+1
2016-01-25
Fix packet id being sent encrypted to Hercules Plugin Manager.
hemagx
1
-12
/
+13
2016-01-05
Added Support for BodyStyle
Dastgir
1
-46
/
+48
2015-12-24
Change packet 0x82d to not send billing slots.
hemagx
1
-1
/
+1
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-4
/
+20
2015-12-15
Added GPL information on interactive server startup
Haru
1
-0
/
+1
2015-12-13
Renaming 'start_point' to 'start_point_re'
Jedzkie
1
-5
/
+5
2015-10-22
Removed support for the deprecated SQL item, mob, mob_skill databases.
Haru
1
-4
/
+0
2015-10-19
rename malloc.c/h to memmgr.
Andrei Karas
1
-1
/
+1
2015-10-11
Changed chr->server[].maps to a VECTOR
Haru
1
-31
/
+29
2015-10-11
Changed HPM->packets[] into an array of VECTOR
Haru
1
-14
/
+18
2015-09-25
More aggressive whitespace cleanup. Follow up to 51329e6
Haru
1
-4
/
+4
2015-09-05
Added RE/Pre-RE start_point ability.
Taylor Locke
1
-13
/
+38
[next]