index
:
repo-recursive-tests/hercules
jesusalva/prerenewal
Messworld Server Code (Hercules v2020.07.26 with minor edits; Please avoid breaking changes so it can be rebased)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
chrif.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-22
- Tested and fixed resolve_hostbyname.
skotlex
1
-13
/
+11
2006-06-21
- Added function parse_hostbyname() which takes a hostname and a char[4]. The...
skotlex
1
-6
/
+6
2006-06-21
- and the documentation
Lance
1
-2
/
+2
2006-06-21
* [Added]:
Lance
1
-1
/
+16
2006-06-19
- Removed the mysterious array of two of char_dat (char/sql server), replaced...
skotlex
1
-1
/
+1
2006-06-15
- Altered a bit how status_set_viewdata behaves in regards to Wedding/Xmas op...
skotlex
1
-3
/
+5
2006-06-05
- Fixed skill_unitsetting using layout->count for the for instead of group->c...
skotlex
1
-8
/
+6
2006-06-03
- Added variable other_mapserver_count to chrif.c which holds total count of ...
skotlex
1
-11
/
+13
2006-06-01
[Fixed]:
Lance
1
-1
/
+1
2006-06-01
[Fixed]:
Lance
1
-5
/
+5
2006-05-31
- Moved the JOB_* defines from map.h to mmo.h, update char.c to use them.
skotlex
1
-1
/
+1
2006-05-31
- Some cleaning of the fame-update code, fixing a logic bug which made the ra...
skotlex
1
-1
/
+1
2006-05-26
I'm still here!
DracoRPG
1
-13
/
+44
2006-05-01
Dangling pointer~
Lance
1
-1
/
+1
2006-05-01
* Fixed lack of initialization in chrif_authreq causing crashes in chrif_authok.
Lance
1
-2
/
+2
2006-04-29
* Using malloc for memory allocations that doesn't need to be pre-initialized.
Lance
1
-3
/
+3
2006-04-25
- All GMs will be sent to the char server through packet 0x2aff now.
skotlex
1
-7
/
+3
2006-04-13
- Added an Info message when pinging the SQL servers.
skotlex
1
-1
/
+0
2006-04-11
- Fixed various include lines in the map server (of the type <include "nullpo...
skotlex
1
-4
/
+5
2006-03-28
- Added missing limits.h to chrif.c
skotlex
1
-0
/
+1
2006-03-27
* GCC on Cygwin still complaining, resorted to including limits.h in malloc.h
Lance
1
-1
/
+0
2006-03-27
* Refixed the fix with a constant list for Win32 users - limits.h (imported f...
Lance
1
-4
/
+1
2006-03-27
Fixed a problem in chrif.c where USHRT_MAX was undefined. [Codemaster]
codemaster
1
-0
/
+4
2006-03-27
- Changed status_point/skill_point to unsigned short. Adjusted the code as ne...
skotlex
1
-2
/
+8
2006-03-17
- Fixed handling of the char_gm_read config for packet 0x2af7 (reloadgmdb)
skotlex
1
-1
/
+1
2006-03-13
- Shield Reflect is now passed through Devotion as well.
skotlex
1
-0
/
+2
2006-03-04
- The rate passed to status_change_start must now be in 0->10000 range.
skotlex
1
-1
/
+1
2006-03-02
- Fame list size is now defined by MAX_FAME_LIST constant (mmo.h)
skotlex
1
-3
/
+3
2006-02-16
- Fixed crash in chrif_load_scdata warning message.
skotlex
1
-1
/
+1
2006-02-08
- Cleaned up and reorganized status_change_start. Now it also receives the su...
skotlex
1
-1
/
+1
2006-02-02
- Fixed the map server complain on the default user/password
skotlex
1
-10
/
+10
2006-02-02
* Fixed compile errors and warning in chrif.c and charsave.c. [Valaris]
Valaris
1
-1
/
+1
2006-02-02
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5159 54...
Valaris
1
-1
/
+1
2006-02-01
- Map and char server now will complain if they are run using the default use...
skotlex
1
-0
/
+18
2006-02-01
- Fixed a typo bug in SC_STAR_COMFORT handling.
skotlex
1
-8
/
+8
2006-01-29
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ...
Valaris
1
-0
/
+1572
2006-01-29
Clearing trunk.
Valaris
1
-1179
/
+0
2005-04-03
integrating anti freeze system to server status update, should cure dropping ...
shinomori
1
-1
/
+1
2005-03-29
More C/C++ Conformance fixes
amber
1
-0
/
+1
2005-03-08
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stab...
shinomori
1
-18
/
+24
2005-03-07
* Updated core and map-server to jA 1115~1137
celest
1
-1
/
+1
2005-03-04
forgot the chrif.c update the second week now..
shinomori
1
-17
/
+17
2005-02-22
* Corrected Spiral Pierce's hits in the skill_db
celest
1
-0
/
+11
2005-02-11
* Moved all changes in the SVN to a new SVN-Changelog.txt
(no author)
1
-0
/
+2
2005-01-27
Kick all characters when the char server disconnects from the map server
(no author)
1
-7
/
+23
2005-01-24
Some more changes for g++
(no author)
1
-47
/
+47
2005-01-09
* Added 'OnInterIfInitOnce' for WoE scripts & modified the WoE scripts as wel...
codemaster
1
-2
/
+8
2004-12-29
cxx updates
amber
1
-3
/
+3
2004-12-26
updates
amber
1
-0
/
+15
2004-12-15
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stab...
mc_cameri
1
-5
/
+15
[prev]
[next]